Commit Graph

984 Commits

Author SHA1 Message Date
Lin Clark
6a7c81cd16 Bug 1235374 - Change BreakpointActor to protocol.js. r=jryans 2016-01-22 15:52:00 -05:00
Lin Clark
fdb33247c7 Bug 1234287 - Refactor webconsole netlogging tests. r=bgrins 2016-01-22 16:44:45 -08:00
Tom Tromey
23cd180d68 Bug 1224289 - add eslint rule to reject Cu.importGlobalProperties; r=mikeratcliffe 2016-01-22 13:58:31 -07:00
Jordan Santell
9811f3937d Bug 1226319 - part 2 - move the common localized strings from the heap view into the frame component itself. Also make the frame component configurable to optionally display the function name and host, and handle scenarios where the column does not exist -- all in preparation for the JIT optimizations view. r=fitzgen 2016-01-22 12:47:03 -08:00
Brian Grinstead
9fd09e6924 Bug 1241735 - Convert browser_webconsole_bug_614793_jsterm_scroll to be more e10s friendly;r=linclark 2016-01-22 10:09:39 -08:00
Julian Descottes
adbe000b45 Bug 1239673 - memorytable: set tree-node-odd from JS. r=vporof
Only visible table rows are rendered, therefore we
cannot rely on :nth-child(2) to create background stripes.

This commit adds the source index to the treeNode props.
Using this index, the treeNode can add a "tree-node-odd"
className to its element.

In css, tree-node-odd is then used to add the alternate
background color to a row,
2016-01-19 01:44:44 +01:00
Victor Porof
4455cf9ea8 Bug 1226267 - Emit CallWatcher call events, r=jsantell 2016-01-22 15:26:03 +01:00
Patrick Brosset
e476a417dd Bug 1241527 - 1 - Fix some unhandled rejected promises in colorpicker, cubicbezier and cssfilter ruleview tests; r=gl 2016-01-21 17:35:04 +01:00
Nick Fitzgerald
7fb3b5f976 Bug 1235458 - Move a bunch of utilities from DevToolsUtils to ThreadSafeDevToolsUtils. r=jsantell 2016-01-21 12:07:17 -08:00
Nick Fitzgerald
fc62beb4ce Bug 1219584 - Test that we show the allocations recording hint at the correct times. r=jsantell 2016-01-21 22:15:39 -05:00
Jordan Santell
ea865b34f3 Bug 1240981 - Make performance tools use BrowserLoader. r=fitzgen 2016-01-21 15:04:05 -08:00
Brian Grinstead
90b9674522 Bug 1237368 - Set inline style width to console output node so output scrolls faster;r=vporof 2016-01-21 14:33:54 -08:00
Tom Tromey
2ab62f3fe8 Bug 1241437 - remove workaround from StyleSheetEditor.jsm; r=pbrosset 2016-01-21 14:30:58 -07:00
Patrick Brosset
8fbd12a804 Bug 1213651 - Avoid server round-trips when displaying animated dom nodes; r=tromey
The main change here is that nodeFronts that have already been displayed
in the timeline are stored in a WeakMap so they can be retrieved from it
next time they're displayed and avoid a server-side round trip which, in
turn, causes the UI to flicker.

The other change is that now, it is possible to tell the animations actor
what is the current walker actor, which allows animation player actors to
directly send the NodeActor ID as part of their forms. Which, in most cases,
completely eliminates the server round-trip, because the corresponding
NodeFronts are already known on the client, so we get them from there.

The last change done here is that AnimationTargetNode now becomes a thin
wrapper on top of the new DomNodePreview component that was extracted so
it can be reused in other places.
2016-01-21 13:19:58 +01:00
Carsten "Tomcat" Book
0cfb6c0b29 Merge mozilla-central to fx-team 2016-01-21 12:30:07 +01:00
Carsten "Tomcat" Book
10b9203d86 Backed out changeset 22d80ccb4626 (bug 1003860) for test failures in browser_storage_dynamic_windows.js 2016-01-21 12:25:44 +01:00
Carsten "Tomcat" Book
acc0178869 Backed out changeset 8d93e84979b5 (bug 1003860) 2016-01-21 12:25:21 +01:00
Carsten "Tomcat" Book
3277a3b23d Backed out changeset 8737105685f1 (bug 1003860) 2016-01-21 12:25:20 +01:00
Carsten "Tomcat" Book
a5bf3d24f5 Backed out changeset 91ba81f7207e (bug 1030318) for making browser_profiler_tree-abstract-02.js failing permanent on e10s 2016-01-21 12:15:27 +01:00
Carsten "Tomcat" Book
d6d7f5602f merge mozilla-inbound to mozilla-central a=merge 2016-01-21 11:49:16 +01:00
Nick Fitzgerald
35eb40b14e Bug 1241221 - Part 1: Fix incorrect reporting of "moreChildrenAvailable". r=jdescottes
The condition checked when reporting whether there were `moreChildrenAvailable`
when constructing the initial DominatorTreeNode tree from a DominatorTree was
backwards. This commit fixes the condition and adds a test that fails without
the condition fix.
2016-01-20 23:29:46 -05:00
Nick Fitzgerald
ece63db599 Bug 1241221 - Part 0: Test retained size of nodes in dominmator trees. r=sfink
This adds a new test for dominator trees computed from heap snapshots, to make
sure that a node's retained size matches the following:

    retainedSize(node) = shallowSize(node) + sum(retainedSize(c) for c in children(node))

This test did not find the bug described in bug 1241221, but seems like a
valuable test to have anyways.
2016-01-20 13:08:00 -05:00
Nick Fitzgerald
ed6bfb3104 Bug 1233551 - Do not mark the allocations profiling as experimental. r=jsantell
This commit unmarks the allocation stack sampling as experimental, allowing it
to be visible by default, and no longer restricted to Nightly only.
2016-01-20 15:41:00 -05:00
James Long
130ed55394 Bug 1238881 - force the devtools version of React to always generate HTML elements r=Honza 2016-01-20 13:00:30 -05:00
J. Ryan Stinnett
3ecdab4aa7 Bug 1224751 - Use the window's console in BrowserLoader. r=jlongster 2016-01-20 12:34:44 -06:00
Julian Descottes
141b608cd9 Bug 1198326 - Prevent event propagation on click events of the inplace editor;r=bgrins 2016-01-20 01:49:50 +01:00
Patrick Brosset
1388b24c63 Bug 1240813 - Fixed the unhandled promise rejections in browser_rules_colorpicker-* tests; r=ochameau 2016-01-20 15:58:24 +01:00
Carsten "Tomcat" Book
79359c90a2 Merge mozilla-central to fx-team 2016-01-20 15:37:48 +01:00
Carsten "Tomcat" Book
03bfc91ef3 merge mozilla-inbound to mozilla-central a=merge 2016-01-20 15:34:34 +01:00
Victor Porof
66a0cfac5a Bug 1169035 - AbstractCanvasGraph.prototype._getRelativeEventCoordinates causes very costly layouts, r=jsantell 2016-01-20 14:16:27 +01:00
Victor Porof
aeb76806d9 Bug 1226245 - Make CallWatcher generic, r=jsantell 2016-01-20 14:11:14 +01:00
Julian Descottes
9da048d452 Bug 1214177 - Restore pointer-events:normal in layout editor inputs. r=pbro 2016-01-20 01:31:52 +01:00
Brian Grinstead
ed33dc63ba Bug 1240860 - Escape attribute name before passing into querySelector;r=tromey 2016-01-19 15:30:46 -08:00
Matt Brubeck
9cc6f747ff Bug 1240876 - Don't wait for load to enable "Copy as cURL" command [r=vporof] 2016-01-19 15:12:47 -08:00
Patrick Brosset
a46c93e49a Bug 1181837 - 8 - Include inspector's head.js in markup view to remove duplication; r=bgrins 2016-01-20 09:42:16 +01:00
Patrick Brosset
d98e0edcb7 Bug 1181837 - 7 - Include inspector's head.js in font inspector to remove duplication; r=bgrins 2016-01-14 16:10:40 +01:00
Patrick Brosset
9b6ebd4e60 Bug 1181837 - 6 - Include inspector's head.js in rule and computed view tests to remove duplication; r=bgrins 2016-01-20 09:17:11 +01:00
James Long
adc59ba2b0 Bug 1224765 - add production version of React for devtools and use it in release modes r=fitzgen 2016-01-19 16:55:06 -05:00
Tom Tromey
dd5f93cfb8 Bug 1240063 - remove balanced-listener rule from devtools .eslintrc; r=pbro 2016-01-19 10:43:08 -07:00
Nick Fitzgerald
68051f145d Bug 1239495 - Label the GC roots in the dominator tree. r=jdescottes
Before this patch, we used the underlying root list's C++ type as the label of
the GC roots node in the dominator tree. This patch changes that label to "GC
Roots", which does not require knowing our implementation of heap snapshots to
understand.
2016-01-19 16:29:00 +01:00
Nick Fitzgerald
194ce11963 Bug 1220336 - Give HeapSnapshot.creationTime tests more slack for WinXP. r=jdescottes
These two tests have been intermittently failing on WinXP because the
`Date.now()` timers only have a granularity of +/- 15 milliseconds on that
platform. This commit ensures that we have a range of at least 30 milliseconds
before and after taking the snapshot to ensure that the snapshot's timestamp
will fit within the range.
2016-01-19 13:51:00 +01:00
Julian Descottes
548d1065a3 Bug 1215955 - Add clear snapshots button to devtools memory tool. r=fitzgen 2016-01-12 19:14:15 +01:00
Julian Descottes
78c2dc92e7 Bug 1215955 - Add deleteSnapshot to HeapAnalysisWorker. r=fitzgen 2016-01-12 10:41:17 +01:00
Tim Nguyen
5cb88fd090 Bug 1171903 - Optimise storage inspector CSS and disable animations for tests. r=miker 2016-01-17 10:14:00 +01:00
Tim Nguyen
c3447641cd Bug 1171903 - Test for storage inspector endless scrolling. r=miker 2016-01-07 13:19:00 +01:00
Tim Nguyen
602d5af78c Bug 1171903 - Add endless scrolling to storage inspector to view more items. r=miker 2016-01-07 14:15:00 +01:00
Patrick Brosset
cc5a9acbec Bug 1240778 - Fixed the unhandled promise rejection in browser_rules_add-property_01.js; r=ochameau 2016-01-19 16:58:00 +01:00
Carsten "Tomcat" Book
0219a9d227 Merge mozilla-central to mozilla-inbound 2016-01-20 15:36:47 +01:00
Lars T Hansen
9ce33177bd Bug 1239666 - part 3, devtools test case changes. r=sphink 2016-01-18 09:49:17 +01:00
Julian Descottes
4a650c46d6 Bug 1224201 - memory table : change paddings, colwidths and font. r=vporof 2016-01-15 00:17:46 +01:00