Tim Nguyen
bc095d771d
Bug 1224958 - Update animation-fast-track.svg to be thinner. r=pbro
2015-11-16 11:02:00 +01:00
Patrick Brosset
af1e2cc110
Bug 1224545 - Remove async-utils/async method and use Task.async instead. r=jryans
2015-11-13 16:54:09 +01:00
Jennifer Fong
9ec435bc93
Bug 1210123 - Add refresh device button. r=jryans
2015-11-12 17:29:00 +01:00
Wes Kocher
0a9980fbf6
Merge m-c to fx-team, a=merge
2015-11-16 17:28:26 -08:00
Tom Tromey
1558b8dcc9
Bug 1165807 - display WeakSet and WeakMap contents in console; r=bz,fitzgen
2015-11-16 06:50:00 -08:00
Ben Kelly
1867008732
Bug 1223116 P3 Extend the test to check console messages for more service worker conditions. r=bgrins
2015-11-16 08:04:12 -08:00
Ben Kelly
775e208fab
Bug 1223116 P2 Make webconsole use new nsIServiceWorkerManager.shouldReportToWindow(). r=bgrins
2015-11-16 08:04:12 -08:00
Alexandre Poirot
b3af7f01e2
Bug 1113865 - Replace all calls to dbg_assert with DevToolsUtils.assert. r=fitzgen
2015-11-16 07:22:49 -08:00
Mark Hammond
ff885bbcfb
Bug 1171304 - Don't attempt to use the addons/integration service in xpcshell r=ochameau
2015-11-16 07:22:49 -08:00
Alexandre Poirot
c4b406b4ce
Bug 1221549 - Package source-map with the same layout than source tree r=jryans
2015-11-16 07:22:48 -08:00
Alexandre Poirot
dd65ae6ea1
Bug 1221644 - Support non-remote html:iframe as tabs in TabActor. r=jryans
2015-11-16 07:22:48 -08:00
Jan Keromnes
442cd3c1f5
Bug 1209581 - Use the cool new about:debugging icons. r=jryans
2015-11-15 05:59:00 +01:00
Helen V. Holmes
321c074a56
Bug 1209581 - Add in new about:debugging icons namespaced with debugging-. r=janx
2015-11-15 05:59:00 +01:00
Phil Ringnalda
eb7a684dc1
Bug 1220974 - Disable browser_animation_timeline_pause_button.js on Linux32 for extremely frequent failures
2015-11-14 14:19:16 -08:00
Phil Ringnalda
bf6b0c0919
Merge m-i to m-c, a=merge
2015-11-14 13:22:10 -08:00
Nick Fitzgerald
03f34c0678
Bug 1224760 - Improve tree rendering performance by throttling handlers to once per animation frame; r=jsantell
...
React.set{State,Props} is supposed to be buffered and only actually trigger a
re-render once per animation frame, but ends up still doing a lot of mysterious
and expensive things. We can't tolerate that in our event handlers (especially
scoll handlers) so instead this commit ensures that they will only happen once
and on the next animation frame.
2015-11-13 16:53:11 -08:00
Wes Kocher
fc2093c7b3
Backed out changeset d6d640c4b8c2 (bug 1221892) for win debug dt8 bustage
2015-11-13 11:50:08 -08:00
Nick Fitzgerald
b884d32199
Bug 1224077 - Scope the boundaries of full runtime heap snapshots taken from the MemoryActor properly; r=jsantell
2015-11-13 11:46:07 -08:00
Nick Fitzgerald
eb7c953be8
Bug 960780 - Follow up: remove unnecessary opacity rule for snapshot diffing button; r=ntim
2015-11-13 11:33:01 -08:00
Nick Fitzgerald
014917681f
Bug 960780 - Add support for diffing heap snapshots to the memory tool frontend; r=jsantell,ntim
2015-11-13 11:20:45 -08:00
Carsten "Tomcat" Book
4c5cfc3859
Backed out changeset d3c232398513 (bug 770156) for devtools bustage
2015-11-13 12:33:22 +01:00
Nigel Babu
c0f2c83ac8
Backed out changeset 5c98c715b5c7 (bug 1081245) for devtools bustage
2015-11-13 15:48:57 +05:30
Eddy Bruel
2e6d9164dd
Bug 1221892 - Extend the debugger protocol to get the matching service worker registration;r=janx
2015-11-13 10:35:50 +01:00
Eddy Bruel
3007e36f63
Bug 1223766 - Removing an actor from an actor pool should destroy it;r=past
2015-11-13 10:19:55 +01:00
Jan Odvarko
9e5a9c75cc
Bug 1223811 - Remove error log generated when collecting HAR data; r=jryans
2015-11-11 17:32:46 +01:00
Tim Nguyen
3250839a5a
BBug 1223701 - Use opacity and an SVG filter to style command buttons. r=bgrins
2015-11-11 14:12:00 +01:00
Tim Nguyen
d83cbbf027
Bug 1223701 - Crop command buttons icon sprites. r=bgrins
2015-11-11 13:37:00 +01:00
Tom Tromey
3547fef672
Bug 1223035 - move output-parser.js to devtools/client/shared. r=jryans
2015-11-11 08:58:00 +01:00
Jan Odvarko
91f91182b3
Bug 1221754 - Set bodySize to 0 in case of 304 responses; r=jryans
2015-11-11 14:41:05 +01:00
Jan Odvarko
9ea31c76e9
Bug 1221754 - Include encoding in HAR exported data; r=jryans
2015-11-09 13:46:12 +01:00
Tom Tromey
739ed2045b
Bug 1221156 - make FilterWidget try to preserve URL quoting; r=pbrosset
2015-11-11 10:15:00 +01:00
Michael Ratcliffe
4f99a4b203
Bug 1218412 - Create ESLint rule to check for CPOWS in browser mochitests r=pbrosset
2015-10-30 17:24:45 +00:00
Tom Tromey
335bea6605
Bug 1192486 - make completion work in any selected style editor; r=mratcliffe
2015-11-11 09:43:00 +01:00
Hernan Rodriguez Colmeiro
4da8193857
Bug 1081245 - Make the call tree text select and copy-able. r=nfitzgerald
2015-10-30 02:57:00 -03:00
Pablo
f3e46b57f7
Bug 770156 - Added the QSA command to find the CSS selector matches. r=mratcliffe
2015-11-10 15:24:00 +01:00
Tim Nguyen
a33aa06ab2
Bug 1173397 - Refactor devtools toolbar button code. r=bgrins
2015-11-11 21:21:28 +01:00
Tim Nguyen
b34bc7f019
Bug 1173397 - Remove blue variants of devtools icons. r=bgrins
2015-11-11 21:10:24 +01:00
Jordan Santell
c4e68f4a5f
Bug 1215953 - Add feature for importing heap snapshots into the memory
...
tool. r=fitzgen,ntim
2015-11-11 16:05:46 -08:00
Eddy Bruel
2d80f48ded
Bug 1207702 - Fix a bug in test_promises_object_timetosettle-02.js;r=fitzgen
2015-11-11 22:21:16 +01:00
Victor Porof
cd43d33c85
Bug 1218078 - Show onload and DOMContentLoaded markers in the netmonitor's frontend, r=smaug, jsantell, tromey
2015-11-11 23:11:40 +01:00
Tom Tromey
3386904800
Bug 1223076 - make FilterWidget handle "unset", "initial", and "inherit". r=pbrosset
2015-11-09 10:06:00 +01:00
Eduard Hanu
4d4526ada6
Bug 1222417 - Filter Input Fixes in toolbar.js and memory.css. r=vp
2015-11-10 15:40:00 +01:00
Tom Tromey
32d1a352fd
Bug 1222291 - change getRuleText to handle token-less rules; r=bgrins
2015-11-09 12:27:00 +01:00
Brian Grinstead
e2f7a202a7
Bug 1181838 - Convert debugger tests to use shared-head.js. r=jlongster
2015-11-03 10:43:00 -08:00
Nick Fitzgerald
21aa2b1cf4
Bug 1149285 - Abstract out edge matching with a custom gmock matcher; r=vporof
2015-11-05 13:51:00 +01:00
Nick Fitzgerald
e1a3d3e220
Bug 1149245 - Make DeserializedEdgeRange re-use its referents edge vector; r=vporof
2015-11-04 12:21:00 +01:00
Brian Grinstead
dbbae02ae7
Bug 835896 - Make inspector searchbox also provide results matching text or attributes in the page;r=pbrosset
2015-11-10 21:48:57 -08:00
Jordan Santell
ea43365751
Bug 1215954 - Add feature to save a heap snapshot from memory tool to
...
disk. r=fitzgen,vp
2015-11-10 11:53:55 -08:00
Brian Grinstead
e6960dd6a2
Bug 1181852 - Use shared-head.js for devtools/client/shared;r=jryans
2015-11-10 11:48:51 -08:00
Carsten "Tomcat" Book
bb40cde64b
Backed out changeset f1d90a17ebcc (bug 1216234) for dt6 test failures
2015-11-10 14:30:39 +01:00