Commit Graph

331 Commits

Author SHA1 Message Date
Jordan Santell
c4f729fcfb 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
57b222f23d Bug 1181852 - Use shared-head.js for devtools/client/shared;r=jryans 2015-11-10 11:48:51 -08:00
Carsten "Tomcat" Book
8c779918ba Backed out changeset f1d90a17ebcc (bug 1216234) for dt6 test failures 2015-11-10 14:30:39 +01:00
Tom Tromey
bd123b8860 Bug 1222461 - fix how rewriteDeclarations reports unrelated changes. r=pbrosset 2015-11-06 10:43:00 +01:00
Jordan Santell
a236a44a79 Bug 1216542 - disable browser_wa_properties-view-media-nodes.js on OSX, due to failures on 10.10.5. r=vp 2015-11-06 20:40:00 +01:00
Tom Tromey
d79c059e05 Bug 1216234 - add inIDOMUtils.getCSSPseudoElementNames; r=heycam,pbrosset 2015-11-09 07:01:00 +01:00
Sami Jaktholm
21041eaa5a Bug 1199180 - Wait for the inspector-updated event after selecting nodes with UP key. r=pbrosset
The likely steps that lead to intermittent failures in
browser_markupview_keybindings_04.js are:
1) UP key is pressed, the test waits for child updates and
   node-highlight event.
2) Once those have finished, the selection has changed to <body> BUT
   the inspector-updated event for the change has not been emitted
   (child node update finishes before the event is emitted).
3) The test calls selectWithElementPicker() presses ENTER to pick the
   <div> element and starts to wait for an inspector-updated event.
4) The inspector-updated event from (1) is finally emitted and the test
   continues BUT the selection change at (3) has not yet completed.
   This means <body> is still selected and the assertion fails.

Since a new selection will always cause the inspector-updated event to
be emitted it makes sense to wait for it after pressing UP.
2015-11-07 08:27:16 +02:00
Sami Jaktholm
3ecdeaefe5 Bug 1199180 - Revert rev f508744adc9f as it did not help with the intermittent failures. r=pbrosset 2015-11-07 08:28:38 +02:00
Hernan Rodriguez Colmeiro
8bc4aef0bc Bug 1220839 - Make the inspector rule/computed searchbox clear icon show correctly in RTL;r=bgrins 2015-11-10 00:24:07 -03:00
Phil Ringnalda
37cf50a895 Bug 1221911 (and bug 1222289, and the third one it would take to fit all the filenames) - disable browser_graphs-* on e10s for frequent timeouts 2015-11-09 18:57:39 -08:00
Tim Nguyen
9382c39b07 Bug 1222583 - Negative url filtering for network monitor. r=vporof 2015-11-08 13:13:00 +01:00
Tom Tromey
1f40cc1b51 Bug 1221297 - update line numbers for nested rules in rule view; r=pbrosset 2015-11-06 11:00:00 +01:00
Alexandre Poirot
dd9924ddda Bug 1221238 - Fix devtools filter popup inputs width on linux. r=pbrosset 2015-11-04 08:56:00 +01:00
Tom Tromey
f27dc9387c Bug 1209382 - make Fetch requests show up as XHR in network monitor. r=vporof 2015-11-05 14:06:00 +01:00
Nick Fitzgerald
6d75b3cba6 Bug 1160379 - Annotate relevant tests for --tag devtools-memory. r=jsantell 2015-11-05 10:53:00 +01:00
Phil Ringnalda
904dc8b07a Bug 1132375 - disable browser_dbg_search-symbols.js on Linux 2015-11-05 19:27:55 -08:00
Carsten "Tomcat" Book
ccaa75ce69 Merge mozilla-central to fx-team 2015-11-05 13:43:18 +01:00
Carsten "Tomcat" Book
dbc3cdbc09 merge b2g-inbound to m-c to fix merge conflicts a=merge 2015-11-05 13:38:39 +01:00
Carsten "Tomcat" Book
832402c105 Merge mozilla-central to fx-team 2015-11-05 12:17:28 +01:00
Carsten "Tomcat" Book
a18239c9a4 merge mozilla-inbound to mozilla-central a=merge 2015-11-05 11:58:55 +01:00
Nick Fitzgerald
d1816e1f07 Bug 1221150 - Follow up: disable the browser_memory_no_auto_expand.js test on DEBUG builds; r=me CLOSED TREE 2015-11-04 19:09:29 -08:00
Patrick Brosset
04f62cc3b8 Bug 1221249 - Eslint fixes to CubicBezierWidget.js; r=bgrins 2015-11-04 15:23:16 +01:00
Patrick Brosset
4de1c6e498 Bug 1221249 - Fix the cubic-bezier tooltip layout to avoid overflows; r=bgrins 2015-11-05 10:54:40 +01:00
Jan Keromnes
cbfe9283a6 Bug 1049704 - Add a "type" parameter to Simulator configurations in WebIDE. r=jryans 2015-11-04 06:27:00 +01:00
Carsten "Tomcat" Book
fcf25e1eba merge mozilla-inbound to mozilla-central a=merge 2015-11-04 11:59:46 +01:00
Nick Fitzgerald
4ba1955f02 Bug 1221150 - Disable automatic expanding of memory tool's tree items; r=jsantell 2015-11-04 17:51:41 -08:00
Nick Fitzgerald
45750f9128 Bug 1221673 - Add support for filtering censuses to memory tool's frontend; r=jsantell,vporof 2015-11-04 16:12:31 -08:00
J. Ryan Stinnett
9f8343cf22 Bug 1182722 - Move DevTools l10n files. r=ochameau,glandium,Pike,bgrins
Move DevTools l10n files under /devtools/client and /devtools/shared.
A script is attached to the bug for l10n repos to migrate their strings.
2015-11-04 15:35:53 -06:00
Alexandre Poirot
4d70b03654 Bug 1198877 - Fix mulet's simulator process name used in WebIDE. r=jryans 2015-11-03 13:35:12 -08:00
Alexandre Poirot
23b0ceea92 Bug 1217153 - Do not reset devtools theme when hot reloading the tools. r=bgrins 2015-11-03 13:35:12 -08:00
Alexandre Poirot
3dd2543cac Bug 1219613 - Stop preprocessing devtools theme css files. r=bgrins 2015-11-03 13:35:11 -08:00
Victor Porof
8917626c84 Bug 1210140 - Temporarily disable browser_perf-private-browsing.js on linux, r=me 2015-11-03 16:15:14 +01:00
Patrick Brosset
dbf2ef5515 Bug 1211801 - Add a playback rate selector to the animation panel. r=miker 2015-11-02 12:54:07 +01:00
Hernan Rodriguez Colmeiro
2b6bf0c665 Bug 1216569 - Only add right padding to rule searchbox when it is filled;r=bgrins 2015-11-01 13:28:01 -03:00
Sunny Sidhu
dd1a3abf3c Bug 1210563 - Amends position property to relative with top/right adjustments and adds float property to right justify controls r=jryans 2015-11-02 17:33:37 -06:00
Alexandre Poirot
b8c091dcaf Bug 1216979 - Add ACCEL+ALT+R key binding to reload WebIDE. r=jryans 2015-11-02 08:18:58 -08:00
Alexandre Poirot
293cdd218b Bug 1216590 - Merge last bits of app-manager into WebIDE. r=jryans 2015-11-02 08:18:58 -08:00
Victor Porof
c74610413d Bug 1213100 - Part 2: Refactor styles, add comments, fix bad merge and newly added css, r=pbrosset 2015-11-02 16:13:11 +01:00
Patrick Brosset
30f7e28b19 Bug 1205704 - Show an icon and tooltip when animations are running on the compositor; r=tromey 2015-10-29 14:12:22 +01:00
Jason Orendorff
550e697cb5 Bug 1216623 - Part 1: Rename some loop variables to avoid conflicts with ES6 scoping rules. r=fitzgen, r=ttaubert, r=MattN, r=gps. 2015-10-26 16:33:59 -05:00
Jan Keromnes
60aa625c2c Bug 1220243 - Require react without the resource:// in about:debugging. r=jryans 2015-10-30 11:42:00 +01:00
Wes Kocher
e94d19c4a0 Merge inbound to central, a=merge 2015-10-30 16:35:46 -07:00
James Long
e5b3a9d373 Bug 1219304 - add react-dom and use it in the devtools to render react r=jsantell 2015-10-30 10:06:52 -04:00
Tooru Fujisawa
2095113cc1 Bug 1219837 - Part 3: Remove use of expression closure from devtools/. r=jryans 2015-10-30 02:48:29 +09:00
Tim Nguyen
a21b5e8dc8 Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao 2015-10-29 12:00:49 +01:00
Nick Fitzgerald
5f728b2a04 Bug 1219421 - Guide users to recording allocations when no allocation stacks are present; r=jsantell 2015-10-29 01:32:08 -07:00
Jordan Santell
be663fb4b0 Bug 1217243 - Display snapshot aggregate values and timestamp in the snapshot list view. r=fitzgen 2015-10-29 01:17:09 -07:00
Patrick Brosset
e90fd9e31f Bug 1211886 - Make infinite animations that iterated at least once pausable; r=miker 2015-10-28 12:58:39 +01:00
Nick Fitzgerald
035e0673f9 Bug 1219572 - Give the heap view's tree items a little space between the function name and source; r=jsantell DONTBUILD 2015-10-29 00:17:34 -07:00
Jordan Santell
a139db396f Bug 1214799 - Localization strings for the memory tool. r=fitzgen 2015-10-29 00:07:07 -07:00