Alexandre Poirot
36c834aaa6
Backed out 3 changesets (bug 1003860) for dt6//browser_storage_basic.js failure on win7-debug a=merge
...
Backed out changeset 824ccce70bcf (bug 1003860)
Backed out changeset d1d1dbec6725 (bug 1003860)
Backed out changeset a4fe93d921ad (bug 1003860)
--HG--
extra : commitid : GaF4v3IRuvG
extra : source : 2ecd643f6c78d5a6af7c7e9b5dcb38b45ae02cbe
2016-01-25 11:56:07 -08:00
Alexandre Poirot
5625eaf729
Bug 1239287 - Wait for attachTab request during Options panel initialization. r=jryans
2016-01-25 06:06:48 -08:00
Alexandre Poirot
7ccd002317
Bug 1239287 - Promisify DebugerClient.attach* requests. r=jryans
2016-01-25 06:06:48 -08:00
Alexandre Poirot
23280c0bf0
Bug 1003860 - Various tweaks to the storage inspector. r=mratcliffe
2016-01-25 06:06:48 -08:00
Alexandre Poirot
6cffacd908
Bug 1003860 - Service worker cache for storage actor. r=mratcliffe
2016-01-25 06:06:48 -08:00
Alexandre Poirot
fc08045582
Bug 1003860 - Simplify storage setup tasks in storage inspector tests. r=mratcliffe
2016-01-25 06:06:47 -08:00
Alexandre Poirot
6f8120903d
Bug 1235780 - Remove preprocessing from floating scrollbar css. r=jryans
...
--HG--
rename : devtools/client/themes/floating-scrollbars.css => devtools/client/themes/floating-scrollbars-dark-theme.css
rename : devtools/client/themes/floating-scrollbars.css => devtools/client/themes/floating-scrollbars-responsive-design.css
2016-01-25 06:06:47 -08:00
Alexandre Poirot
33d48a3bb6
Bug 1232931: Wait for service worker registration before attaching a toolbox to it. r=janx
2016-01-25 06:06:47 -08:00
Patrick Brosset
14c1a5e6b4
Bug 1241527 - 4 - Use ruleview-changed event to avoid pending requests in browser_rules_multiple* tests; r=gl
...
--HG--
extra : commitid : KU7Qr10PRD1
2016-01-22 16:52:51 +01:00
Patrick Brosset
fef955e9e5
Bug 1241527 - 3 - Fix typo in hideTooltipAndWaitForRuleviewChanged; r=gl
...
--HG--
extra : commitid : 5G2KWGcY3kS
2016-01-22 16:35:22 +01:00
Patrick Brosset
b091175d88
Bug 1241527 - 2 - Use ruleview-changed event to avoid pending requests when browser_rules_search-filter* tests end; r=gl
...
--HG--
extra : commitid : FPbsNKRpLvP
2016-01-22 16:30:22 +01:00
Shlomi Fish
2bdcb88cbc
Bug 1205353 - Wrong result for string.replace with backslash-dollar (/\$/) inside JS debugger. r=vporof
...
--HG--
extra : amend_source : 401299ae6600bcbe5a6f18b78be6a0d4349820da
2015-12-11 06:01:00 +00:00
Phil Ringnalda
49a9478019
Merge m-c to m-i
2016-01-23 18:18:48 -08:00
Jan Odvarko
0e4a869104
Bug 1241884 - Introduce new requestHeaders field for promiseXHR. r=jryans
2016-01-22 15:24:21 +01:00
Julian Descottes
7d88e0623c
Bug 1240344 - Fix filter propname used when creating toolbar. r=fitzgen
...
This commit fixes the prop name used when creating the Toolbar component
from app.js : Toolbar expects fitlerString, app was providing filter.
Extended browser_memory_filter_01.js to check the filter value is preserved
after switching views.
2016-01-22 12:23:44 +01:00
Lin Clark
d3d162692d
Bug 1235374 - Change BreakpointActor to protocol.js. r=jryans
2016-01-22 15:52:00 -05:00
Lin Clark
369505626e
Bug 1234287 - Refactor webconsole netlogging tests. r=bgrins
...
--HG--
rename : devtools/client/webconsole/test/browser_webconsole_basic_net_logging.js => devtools/client/webconsole/test/browser_webconsole_netlogging_basic.js
extra : commitid : ISajWQMB6Cq
2016-01-22 16:44:45 -08:00
Tom Tromey
0514beb89b
Bug 1224289 - add eslint rule to reject Cu.importGlobalProperties; r=mikeratcliffe
2016-01-22 13:58:31 -07:00
Jordan Santell
71b80d896b
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
331370d102
Bug 1241735 - Convert browser_webconsole_bug_614793_jsterm_scroll to be more e10s friendly;r=linclark
...
--HG--
extra : commitid : CNTSWtDoW4B
2016-01-22 10:09:39 -08:00
Julian Descottes
7bff6c515d
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,
--HG--
extra : rebase_source : 9ce30781c0e7a2197486a7e0271283f87fc8dff5
2016-01-19 01:44:44 +01:00
Victor Porof
7d5fc7f719
Bug 1226267 - Emit CallWatcher call events, r=jsantell
2016-01-22 15:26:03 +01:00
Patrick Brosset
f8fbd60618
Bug 1241527 - 1 - Fix some unhandled rejected promises in colorpicker, cubicbezier and cssfilter ruleview tests; r=gl
...
--HG--
extra : commitid : 2Sdt8Wmae64
2016-01-21 17:35:04 +01:00
Nick Fitzgerald
b6f99a14d8
Bug 1235458 - Move a bunch of utilities from DevToolsUtils to ThreadSafeDevToolsUtils. r=jsantell
2016-01-21 12:07:17 -08:00
Nick Fitzgerald
5ebda02861
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
182e65c4ef
Bug 1240981 - Make performance tools use BrowserLoader. r=fitzgen
2016-01-21 15:04:05 -08:00
Brian Grinstead
e7e0f0abab
Bug 1237368
- Set inline style width to console output node so output scrolls faster;r=vporof
...
--HG--
extra : commitid : 7TmV0wbJ5YA
2016-01-21 14:33:54 -08:00
Tom Tromey
2ee96ad524
Bug 1241437 - remove workaround from StyleSheetEditor.jsm; r=pbrosset
2016-01-21 14:30:58 -07:00
Patrick Brosset
1f6d47b1c1
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.
--HG--
extra : commitid : EBVS63soQOi
extra : rebase_source : ad57513f53bc9d8d3250deb0e5a3cd3817d5631b
extra : histedit_source : 6319eafeb82f34d5cfeff1f175483c47ff71725b%2C5a2b6464611eada9deb3351bbf3c2711cecf1cff
2016-01-21 13:19:58 +01:00
Carsten "Tomcat" Book
3d3ee3ca4a
Merge mozilla-central to fx-team
2016-01-21 12:30:07 +01:00
Carsten "Tomcat" Book
46c38a82e2
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
4c1eba3b2c
Backed out changeset 8d93e84979b5 (bug 1003860)
2016-01-21 12:25:21 +01:00
Carsten "Tomcat" Book
cc5f742fab
Backed out changeset 8737105685f1 (bug 1003860)
2016-01-21 12:25:20 +01:00
Carsten "Tomcat" Book
889bad49c2
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
adbf945ebf
merge mozilla-inbound to mozilla-central a=merge
2016-01-21 11:49:16 +01:00
Nick Fitzgerald
84be97e900
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
967b356fd0
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
a6f679ff37
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
7e04a1838f
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
8773016574
Bug 1224751 - Use the window's console in BrowserLoader. r=jlongster
...
--HG--
extra : rebase_source : cd01f7bfacf5d8799a2d843475c4a1475ef8ffe5
2016-01-20 12:34:44 -06:00
Julian Descottes
65365c60df
Bug 1198326 - Prevent event propagation on click events of the inplace editor;r=bgrins
...
--HG--
extra : commitid : DPSJT29C4L4
2016-01-20 01:49:50 +01:00
Patrick Brosset
851e9e5362
Bug 1240813 - Fixed the unhandled promise rejections in browser_rules_colorpicker-* tests; r=ochameau
...
--HG--
extra : commitid : 4dWrzTrIP2U
2016-01-20 15:58:24 +01:00
Carsten "Tomcat" Book
758403a36d
Merge mozilla-central to fx-team
2016-01-20 15:37:48 +01:00
Carsten "Tomcat" Book
248f7a3dee
merge mozilla-inbound to mozilla-central a=merge
2016-01-20 15:34:34 +01:00
Victor Porof
c8e2fed243
Bug 1169035
- AbstractCanvasGraph.prototype._getRelativeEventCoordinates causes very costly layouts, r=jsantell
2016-01-20 14:16:27 +01:00
Victor Porof
9e259bd7f9
Bug 1226245 - Make CallWatcher generic, r=jsantell
2016-01-20 14:11:14 +01:00
Julian Descottes
6667721dc2
Bug 1214177 - Restore pointer-events:normal in layout editor inputs. r=pbro
2016-01-20 01:31:52 +01:00
Brian Grinstead
828fc6da98
Bug 1240860 - Escape attribute name before passing into querySelector;r=tromey
...
--HG--
extra : commitid : 2igsaQVjB94
2016-01-19 15:30:46 -08:00
Matt Brubeck
3ece529d5c
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
5e68bd4942
Bug 1181837 - 8 - Include inspector's head.js in markup view to remove duplication; r=bgrins
...
--HG--
extra : commitid : 6ABB5e1Ufsq
extra : rebase_source : 040604ea01606d9a43b85656a979bb80ad229ae7
2016-01-20 09:42:16 +01:00