Patrick Brosset
de5af98acb
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
36250e5bd3
Bug 1178851
- Move testing flag to DevToolsUtils. r=ochameau
2015-07-02 04:56:57 -05:00
Alexandre Poirot
348ebba20e
Bug 1171416 - Document actors hierarchy. r=jryans, r=past
2015-06-30 07:15:00 -04:00
Jan de Mooij
61c36ee986
Bug 1177825 - Remove JSVAL_* constants. r=evilpie
2015-06-29 18:36:44 -07:00
J. Ryan Stinnett
0b5b31475d
Bug 1151414 - Link stacks across RDP client request and reply handling. r=fitzgen
2015-06-26 16:17:27 -07:00
Gabriel Luong
d5ce883168
Bug 1084525 - Part 12: Fix eslint complaints in promise.js r=fitzgen
2015-06-25 12:32:20 -07:00
Gabriel Luong
8c8afcde6e
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
1aff322260
Bug 1084525 - Part 10: Implement getAllocationStack method in ObjectClient r=fitzgen
2015-06-25 12:32:15 -07:00
Eddy Bruël
4a3b049689
Bug 1171967 - Emit newSource events on ThreadClient instead of DebuggerClient;r=pbrosset
2015-06-22 15:17:12 +02:00
Carsten "Tomcat" Book
9d24397b67
Merge mozilla-central to fx-team
2015-06-22 14:46:50 +02:00
Carsten "Tomcat" Book
135b0588cd
merge mozilla-inbound to mozilla-central a=merge
2015-06-22 14:03:17 +02:00
Florent Fayolle
d450fe389f
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
f0eafae594
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
d36d9f2a8c
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
a001598bef
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
2da0a4a197
Bug 1176137 - Expose protocol.js type registrations. r=vporof
2015-06-19 19:16:47 -04:00
Sami Jaktholm
3ed0420d35
Bug 1176206 - Fix 'ReferenceError: dumpn is not defined' in object.js. r=fitzgen
2015-06-19 15:05:50 +03:00
Eddy Bruël
e082f25d10
Bug 1169343 - Implement DebuggerView.Workers;r=jlong
2015-06-19 13:51:37 +02:00
Patrick Brosset
674d09e3a4
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
a76317ae0b
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
28bc9367a3
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
718acc2153
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
a3c05ccc1c
Merge mozilla-central to fx-team
2015-06-18 15:40:16 +02:00
Carsten "Tomcat" Book
b8a0bf4eb3
merge mozilla-inbound to mozilla-central a=merge
2015-06-18 15:13:19 +02:00
Patrick Brosset
b7628fb7b2
Bug 1175040 - Eslint cleanups in styles.js and highlighter.js actor modules; r=bgrins
2015-06-17 11:50:28 +02:00
Tom Tromey
3a7023a303
Bug 1159507 - make allocation times consistent with timeline; r=fitzgen,mccr8
2015-06-17 13:01:27 -07:00
Ryan VanderMeulen
083015b20d
Merge fx-team to m-c. a=merge
2015-06-17 15:01:24 -04:00
Ryan VanderMeulen
bbdead56ea
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-06-17 12:10:37 -04:00
Eddy Bruël
878b0d5068
Bug 1164564 - Implement WorkerActor.attachThread;r=jlong
2015-06-17 10:56:58 +02:00
Eddy Bruël
160fa877b4
Bug 1168853 - Implement (Worker)SourceActor.source;r=jlong
2015-06-17 17:22:18 +02:00
Ryan VanderMeulen
295d44330e
Merge m-c to inbound. a=merge
2015-06-17 15:03:31 -04:00
Ben Turner
2f949674a8
Bug 1149815 - Properly handle IDBDatabase.close() called during a versionchange transaction, r=janv.
2015-06-20 09:08:30 -07:00
Phil Ringnalda
bec6f566b4
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
6df5f8d965
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
a958a1be5f
Bug 1149294 - Part 2: expose ChromeUtils and HeapSnapshot to workers; r=bholley
2015-06-17 11:12:23 -07:00
Tom Tromey
8e0c0d3382
Bug 1159486 - Make profiler use the process creation time. r=shu, r=jsantell
2015-06-16 22:28:00 -04:00
Florent Fayolle
729609389b
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
554d435c1e
Bug 1173385 - Calling $$("") should throw an exception. r=fitzgen
2015-06-15 14:22:00 -04:00
Jeff Walden
21d1ee3fc8
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
Tom Tromey
0b32aebb94
Bug 1174168 - Treat iterators as arrays in protocol.js. r=jlongster
2015-06-15 05:51:00 -04:00
Carsten "Tomcat" Book
8c1de0494f
Backed out changeset 0b55b1cac565 (bug 1164564) for dt failures in browser_dbg_WorkerActor.attachThread.js
2015-06-15 15:16:34 +02:00
Patrick Brosset
89c946120b
Bug 1155663 - Show animations as synchronized time blocks in animation inspector; r=bgrins
...
This is the first step towards the animation-inspector UI v3 (bug 1153271).
The new UI is still hidden behind a pref, and this change doesn't implement
everything that is in the current v2 UI.
This introduces a new Timeline graph to represent all currently animated nodes
below the currently selected node.
v2 used to show them as independent player widgets. With this patch, we now show
them as synchronized time blocks on a common time scale.
Each animation has a preview of the animated node in the left sidebar, and a time
block on the right, the width of which represents its duration. The animation name
is also displayed.
There's also a time graduations header and background that gives the user information
about how long do the animations last.
This change does *not* provide a way to know what's the currentTime nor a way to
set it yet.
This also makes the existing animationinspector tests that still make sense with
the new timeline-based UI run with the new UI pref on.
2015-06-11 15:45:57 +02:00
Eddy Bruël
e2a8f9e469
Bug 1164564 - Implement WorkerActor.attachThread;r=jlong
2015-06-15 12:18:35 +02:00
Wes Kocher
a6112d78ee
Merge b2ginbound to central, a=merge
2015-06-11 17:37:23 -07:00
Wes Kocher
263ad28351
Merge fx-team to central, a=merge
2015-06-11 17:18:11 -07:00
Wes Kocher
bfea5e9dd0
Merge inbound to central, a=merge
2015-06-11 17:02:47 -07:00
Eddy Bruël
4839363254
Bug 1164564 - Refactor Promise-backend.js so it can be required as a CommonJS module on the main thread;r=paolo
2015-06-11 21:24:15 +02:00
Jordan Santell
b388489ce9
Bug 1172184 - Pull out logic from TimelineActor into a standalone module that can be consumed by other actors.
2015-06-09 22:16:48 -07:00
Léon McGregor
719448f6ed
Bug 1163332 - Add a 'screenshot this node' button to the inspector popup menu. r=pbrosset
2015-06-09 03:58:00 -04:00
Tim Nguyen
8831a6d908
Bug 1165032 - Make 'Add new rule' button add a new rule for currently emulated pseudo class locks. r=bgrins
2015-06-08 12:25:00 -04:00