Commit Graph

1486 Commits

Author SHA1 Message Date
Birunthan Mohanathas
a29151dc87 Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
The bulk of this commit was generated by running:

  run-clang-tidy.py \
    -checks='-*,llvm-namespace-comment' \
    -header-filter=^/.../mozilla-central/.* \
    -fix
2015-07-13 08:25:42 -07:00
Geoff Brown
e7ae18404c Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin 2015-07-10 14:41:59 -06:00
J. Ryan Stinnett
dcc168197a Bug 1171654 - Report stacks for pending requests. r=ochameau 2015-07-09 09:42:05 -05:00
Michael Ratcliffe
7fd1333230 Bug 1174751 - Make storage inspector work with local files (file:///). r=gluong 2015-07-08 05:20:00 -04:00
Nick Fitzgerald
cbe84dc7f0 Bug 1166048 - Part 2: Add a test that we can load the contents of every source mapped source produced by babel and browserify; r=jlongster 2015-07-08 14:40:14 -07:00
Nick Fitzgerald
7e94ec2814 Bug 1166048 - Part 1: Do not set the sourceRoot of a source map that has all source contents embedded; r=jlongster 2015-07-08 14:40:14 -07:00
Brian Birtles
59f2c4324c Bug 1179111 part 3 - Make DevTools read the appropriate name property; r=pbrosset 2015-07-01 14:50:49 +09:00
Carsten "Tomcat" Book
36e386f374 Backed out changeset 17bcfd0ff1df (bug 1179111) 2015-07-07 14:21:39 +02:00
Dragana Damjanovic
f5e3e71a6d Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell 2015-07-06 07:55:00 +02:00
Brian Birtles
bde85dcba5 Bug 1179111 part 3 - Make DevTools read the appropriate name property; r=pbrosset 2015-07-01 14:50:49 +09:00
Julian Descottes
eb82d20c8b Bug 968241 - Copy outerHTML using keyboard shortcut. r=pbrosset
Copy outerHTML of the currently selected node of the inspector.
Works for ELEMENT, DOCUMENT_TYPE and COMMENT node types.

- bound "copy" event in markup-view to copy outerHTML
- added doctypeString property to NodeFront in actors/inspector.js
- markup-view.js is also using this property now
- added mochitest with dedicated html
2015-07-02 22:43:19 +02:00
Patrick Brosset
95c4018d0c Bug 1155927 - Make sure that browser_animation_actors_15.js waits for the transitions to end. r=test-only 2015-07-02 10:02:27 +02:00
J. Ryan Stinnett
7e2158acc2 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
Alexandre Poirot
5c86c548a4 Bug 1171416 - Document actors hierarchy. r=jryans, r=past 2015-06-30 07:15:00 -04:00
Jan de Mooij
987140de6f Bug 1177825 - Remove JSVAL_* constants. r=evilpie 2015-06-29 18:36:44 -07:00
J. Ryan Stinnett
0e689bef60 Bug 1151414 - Link stacks across RDP client request and reply handling. r=fitzgen 2015-06-26 16:17:27 -07:00
Gabriel Luong
0969ed051b Bug 1084525 - Part 12: Fix eslint complaints in promise.js r=fitzgen 2015-06-25 12:32:20 -07:00
Gabriel Luong
63b9e2504e Bug 1084525 - Part 11: Add test for asserting the list of Promise objects returned from the PromiseActor onPromiseSettled event handler r=fitzgen 2015-06-25 12:32:17 -07:00
Gabriel Luong
d81a9c6f61 Bug 1084525 - Part 10: Implement getAllocationStack method in ObjectClient r=fitzgen 2015-06-25 12:32:15 -07:00
Eddy Bruël
a41a5e057c Bug 1171967 - Emit newSource events on ThreadClient instead of DebuggerClient;r=pbrosset 2015-06-22 15:17:12 +02:00
Carsten "Tomcat" Book
2d9010aee9 Merge mozilla-central to fx-team 2015-06-22 14:46:50 +02:00
Carsten "Tomcat" Book
3a969df593 merge mozilla-inbound to mozilla-central a=merge 2015-06-22 14:03:17 +02:00
Florent Fayolle
23e5abb617 Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-20 08:47:00 +02:00
Patrick Brosset
639c4ea0c9 Bug 938188 - Make highlighter capable of highlighting only one region, fading out others. r=bgrins
Introduced a new highlighter option that makes each region <path> element in the highlighter only
cover the actual area of the corresponding region, excluding the area of nested regions.
This is useful when used with the existing showOnly region because it lets users see exactly where
a given region is.
This patch makes the layout-view use this new option, so that when users hover over the various
regions in the layout-view, only the corresponding regions are highlighted.
2015-06-20 14:51:50 +02:00
Jordan Santell
c5fe24d899 Bug 1176331 - Create a system module to consolidate usage of fetching device/system/os/constant information. r=jryans 2015-06-19 13:56:59 -07:00
Michael Ratcliffe
a7c7d1ee28 Bug 1049888 - [e10s] Make the storage actor work in e10s and Firefox OS r=past 2015-06-20 17:39:22 +01:00
J. Ryan Stinnett
0e8da9c42a Bug 1176137 - Expose protocol.js type registrations. r=vporof 2015-06-19 19:16:47 -04:00
Sami Jaktholm
054d7f5abf Bug 1176206 - Fix 'ReferenceError: dumpn is not defined' in object.js. r=fitzgen 2015-06-19 15:05:50 +03:00
Eddy Bruël
24a1e12d22 Bug 1169343 - Implement DebuggerView.Workers;r=jlong 2015-06-19 13:51:37 +02:00
Patrick Brosset
b43ec34d84 Bug 1175040 - Add more layout-related properties to the output of getLayout; r=bgrins
The getLayout method of the PageStyleActor returns layout-related data about an element
but some information is missing. In particular, this patch adds data about the
box-sizing, display and z-index. All of which will be very useful when adding more
information to the layoutview panel in bug 1150496.
2015-06-18 12:28:12 +02:00
Ryan VanderMeulen
734d293c5f Backed out changeset df3415259fd5 (bug 1050691) for browser_dbg_WorkerActor.attachThread.js timeouts.
CLOSED TREE
2015-06-18 12:46:55 -04:00
Gabriel Luong
e7ff4ba7be Bug 1175661 - Adding a new rule should use classList instead of splitting the className r=pbrosset 2015-06-18 09:06:56 -07:00
Florent Fayolle
86731972d8 Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-17 10:44:00 -04:00
Carsten "Tomcat" Book
eb1903500e Merge mozilla-central to fx-team 2015-06-18 15:40:16 +02:00
Carsten "Tomcat" Book
1092c1f2aa merge mozilla-inbound to mozilla-central a=merge 2015-06-18 15:13:19 +02:00
Patrick Brosset
17cac8ae07 Bug 1175040 - Eslint cleanups in styles.js and highlighter.js actor modules; r=bgrins 2015-06-17 11:50:28 +02:00
Tom Tromey
b98f343f20 Bug 1159507 - make allocation times consistent with timeline; r=fitzgen,mccr8 2015-06-17 13:01:27 -07:00
Ryan VanderMeulen
2c8c8f9aab Merge fx-team to m-c. a=merge 2015-06-17 15:01:24 -04:00
Ryan VanderMeulen
d2ddbdef4b Merge m-c to inbound. a=merge
CLOSED TREE
2015-06-17 12:10:37 -04:00
Eddy Bruël
354baf75cf Bug 1164564 - Implement WorkerActor.attachThread;r=jlong 2015-06-17 10:56:58 +02:00
Eddy Bruël
49c9c0f79a Bug 1168853 - Implement (Worker)SourceActor.source;r=jlong 2015-06-17 17:22:18 +02:00
Ryan VanderMeulen
3077a21202 Merge m-c to inbound. a=merge 2015-06-17 15:03:31 -04:00
Ben Turner
30c632d2fe Bug 1149815 - Properly handle IDBDatabase.close() called during a versionchange transaction, r=janv. 2015-06-20 09:08:30 -07:00
Phil Ringnalda
25d55c7eeb Back out c451a7f1de44 (bug 1050691) for OS X timeouts in browser_webconsole_closure_inspection.js 2015-06-16 19:37:12 -07:00
Nick Fitzgerald
bd4d565db0 Bug 1149294 - Part 3: Split thread-safe methods on ChromeUtils out into a new
ThreadSafeChromeUtils interface and move the utils interfaces into dom/base;
r=bholley
2015-06-17 11:12:23 -07:00
Nick Fitzgerald
a4ce8093af Bug 1149294 - Part 2: expose ChromeUtils and HeapSnapshot to workers; r=bholley 2015-06-17 11:12:23 -07:00
Tom Tromey
3ce2900136 Bug 1159486 - Make profiler use the process creation time. r=shu, r=jsantell 2015-06-16 22:28:00 -04:00
Florent Fayolle
5a4a8babea Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-16 04:43:00 -04:00
Florent Fayolle
b0efe8bf4c Bug 1173385 - Calling $$("") should throw an exception. r=fitzgen 2015-06-15 14:22:00 -04:00
Jeff Walden
eed5b7e229 Bug 1146136 - Fix most in-tree tests that parenthesize destructuring pattern assignment targets, as ES6 forbids such parenthesization. (The patch making SpiderMonkey reject this syntax will follow shortly.) r=efaust, r=testingonlychange 2015-05-30 00:55:35 -07:00