Commit Graph

614 Commits

Author SHA1 Message Date
Tom Tromey
25b120c269 Bug 1223076 - make FilterWidget handle "unset", "initial", and "inherit". r=pbrosset 2015-11-09 10:06:00 +01:00
Eduard Hanu
e8e322fd7b Bug 1222417 - Filter Input Fixes in toolbar.js and memory.css. r=vp 2015-11-10 15:40:00 +01:00
Tom Tromey
ff2220ec15 Bug 1222291 - change getRuleText to handle token-less rules; r=bgrins 2015-11-09 12:27:00 +01:00
Brian Grinstead
903b3e30ed Bug 1181838 - Convert debugger tests to use shared-head.js. r=jlongster 2015-11-03 10:43:00 -08:00
Nick Fitzgerald
003652629b Bug 1149285 - Abstract out edge matching with a custom gmock matcher; r=vporof 2015-11-05 13:51:00 +01:00
Nick Fitzgerald
a2bc3fca57 Bug 1149245 - Make DeserializedEdgeRange re-use its referents edge vector; r=vporof 2015-11-04 12:21:00 +01:00
Brian Grinstead
2304eb6105 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
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
Carsten "Tomcat" Book
e53fe2c40e Merge mozilla-central to mozilla-inbound 2015-11-17 12:33:46 +01:00
Tom Tromey
0ed55ea020 Bug 1223954 - don't use implicitJSContext for readHeapSnapshot and saveHeapSnapshot; r=bz 2015-11-12 08:51:00 +01:00
Alexandre Poirot
ca0e8e4f48 Bug 1198877 - Fix settings supports for mulet's simulators. r=jryans 2015-11-19 09:51:22 -08:00
Alexandre Poirot
7daddae2e7 Bug 1220458 - Resolves ActorRegistry.registerActor only once actor is registered in the child processes. r=jryans 2015-11-19 09:51:21 -08:00
Nick Fitzgerald
0a654d06ad Bug 1225588 - Expose DominatorTree to JavaScript; r=sfink,bz
This commit adds the DominatorTree.webidl interface, which is only exposed to
chrome JS. The interface is implemented by mozilla::devtools::DominatorTree,
which is a thin wrapper around JS::ubi::DominatorTree. This does not expose any
methods on the DominatorTree interface, those will come as follow up changesets.
2015-11-18 14:12:23 -08:00
Jonathan Griffin
053bc39d95 Bug 1221499 - Disable tests that fail on e10s windows, r=jmaher 2015-11-05 07:36:09 -08:00
Jesper Kristensen
32a6477d79 Bug 1094057 - Violations of "use strict"; should generate errors, not warnings, r=jorendorff
Make the use of JSREPORT_STRICT consistent across all places where it is used.
I.e. never add JSREPORT_STRICT when reporting JSREPORT_ERROR in strict mode,
but only when reporting JSREPORT_WARNING in non-strict mode.
This happens to make the errors appear as errors instead of warnings in the console.
2015-11-10 18:18:25 +01:00
Nikhil Gupta
41565f32d3 Bug 1172413 - Make the arrow overlap with the box of the tooltip; r=pbro 2015-10-08 22:51:00 +02:00
Tim Nguyen
1648230793 Bug 1225963 -- Improve the look and feel of the color picker. r=pbro 2015-11-18 12:58:00 +01:00
Sunny Sidhu
51daacaaa4 Bug 1224196 - Applies word wrap fix to toolbar-group in devtools. r=ntim 2015-11-17 01:59:00 +01:00
Tom Tromey
88717c192b Bug 1223452 - avoid Cu.importGlobalProperties; r=ochameau 2015-11-16 11:55:00 +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
Patrick Brosset
c35fa2fa77 Bug 1142292 - Run cookie gcli commands on the client-side until we can run them on the server's parent process; r=jwalker 2015-11-06 11:20:23 +01:00
Phil Ringnalda
904dc8b07a Bug 1132375 - disable browser_dbg_search-symbols.js on Linux 2015-11-05 19:27:55 -08:00
Brian Grinstead
b4052a1bbb Bug 1213932 - Restrict ServiceWorker logging to windows that match navigator.serviceWorker.controller.scriptURL;r=baku,r=past 2015-11-05 12:03:31 -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
Nick Fitzgerald
0f423ecc16 Bug 1221360 - Add a filter transform to CensusTreeNode; r=jsantell 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
4227eec12e Bug 1198877 - Enable mulet's support in webapps actors. r=jryans 2015-11-03 13:35:12 -08: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
sgiles
6fe5a69b3f Bug 1220221 - Allow B2GDroid apps to be debugged using Web IDE. r=jryans 2015-10-30 17:29:49 +00: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
4792fe51db Bug 1217867 - Prevent duplicated setupInParent calls when debugging same e10s tab with multiple clients. r=jryans 2015-11-02 08:18:58 -08:00
Alexandre Poirot
0eef725402 Bug 1219723 - Package gcli with the same layout than in the source tree. r=jryans 2015-11-02 08:18:58 -08: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
Carsten "Tomcat" Book
71f14309d6 Merge mozilla-central to fx-team 2015-11-02 12:05:19 +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
Carsten "Tomcat" Book
551002f69d Merge mozilla-central to fx-team 2015-10-29 12:13:20 +01: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
Carsten "Tomcat" Book
b1b9f77f72 merge mozilla-inbound to mozilla-central a=merge 2015-10-29 11:49:27 +01:00
Nick Fitzgerald
c92d5b5402 Bug 1218560 - Part 2: Add an integration test for allocation stack breakdowns; r=jsantell 2015-10-28 22:46:25 -07:00
Jordan Santell
687c66cead Bug 1218679 - Add integration/smoke-screen tests for memory tool. r=fitzgen 2015-10-28 22:46:25 -07:00
Nick Fitzgerald
a8c2072dd2 Bug 1219066 - Make sure to traverse and unlink HeapSnapshot::mParent in cycle collection; r=mccr8 2015-10-28 22:46:25 -07:00
Jordan Santell
3db80262e1 Bug 1219073 - part 2 - Add styling and link to the debugger of SavedFrames in memory tool tree. r=fitzgen 2015-10-28 22:16:13 -07:00
Jordan Santell
2f852b4fe5 Bug 1213966 - Add memory tool active icon, and wire up both memory tool icons. r=fitzgen 2015-10-28 18:11:22 -07:00
Helen V. Holmes
2f05803ea2 Bug 1213966: Added a memory tool icon; r=jsantell 2015-10-28 18:11:21 -07: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
Nick Fitzgerald
3dd585f980 Bug 1219385 - Small fixes for heap view's tree items; r=jsantell
* Display function display name when breaking down by allocation stack.
* Properly check or uncheck the "Invert tree" checkbox depending on if we are
  inverting the heap view's tree or not.
2015-10-29 00:01:48 -07:00
Wes Kocher
e22b105582 Merge m-c to fx-team, a=merge 2015-10-28 17:09:14 -07:00
Wes Kocher
c43e982124 Merge inbound to central, a=merge 2015-10-28 17:00:22 -07:00
Jordan Santell
6f98ecaa5d Bug 1201907 - Enable memory tool for use and add a trait indicating its availability. r=fitzgen 2015-10-28 16:21:10 -07:00
Jordan Santell
ac19bc4b21 Bug 1217946 - Fix all validation failures and deprecated components. r=fitzgen 2015-10-28 16:11:05 -07:00
Nick Fitzgerald
2a9a3f16d3 Bug 1219079 - Small breakdown-related fixes for the memory tool; r=jsantell
* Add "Breakdown by" in front of dropdown selector for the selected breakdown.
* "Allocation Site" => "Allocation Stack" for breakdown's label.
* Make the coarse type breakdown bucket strings by count.
2015-10-28 10:59:25 -07:00
Nick Fitzgerald
49a186a23f Bug 1219071 - Cache the results of the dfs when rendering the tree widget; r=jsantell 2015-10-28 10:20:32 -07:00
Alexandre Poirot
ba38be5255 Bug 1217867 - Prevent actor id clash when debugging the same e10s tab with multiple clients. r=jryans 2015-10-28 09:56:17 -07:00
Alexandre Poirot
eb8488e60c Bug 1217559 - Fix chrome overrides after new devtools files layout. r=jryans 2015-10-28 09:56:17 -07:00
Wes Kocher
bcaeedace9 Backed out changeset 06a16359bcec (bug 1217946) for m(dt) bustage 2015-10-28 14:51:00 -07:00
Wes Kocher
f4c2127464 Backed out changeset 17ae7ed99b0b (bug 1201907) so I can cleanly back out another patch 2015-10-28 14:50:48 -07:00
Jordan Santell
a65f51e514 Bug 1201907 - Enable memory tool for use and add a trait indicating its availability. r=fitzgen 2015-10-28 14:10:21 -07:00
Jordan Santell
c7f0cc4407 Bug 1217969 - Highlight the memory tool tab when recording allocations. r=fitzgen 2015-10-28 13:10:31 -07:00
Jordan Santell
4ecc3e3afd Bug 1217946 - Fix all validation failures and deprecated components. r=fitzgen 2015-10-28 13:05:35 -07:00
Tooru Fujisawa
c39709bb6e Bug 1219028 - Remove use of non-standard Function.prototype.isGenerator from devtools/. r=fitzgen 2015-10-28 07:28:18 +09:00
Jordan Santell
4b4e44b080 Bug 1218840 - Remove vestigial census-view module. r=fitzgen 2015-10-27 17:49:36 -07:00
Jordan Santell
d84a57cf18 Bug 1218674 - Style heap view states and overall tree. r=fitzgen 2015-10-27 17:48:18 -07:00
Carsten "Tomcat" Book
b711f0d85e Backed out changeset 5f17f4325f31 (bug 1218679) for memory leaks on a CLOSED TREE 2015-10-28 13:09:57 +01:00
Carsten "Tomcat" Book
30478a00cb Backed out changeset 2e4f2de05673 (bug 1219066) 2015-10-28 13:09:40 +01:00
Carsten "Tomcat" Book
c78871e300 Backed out changeset 2e2f56672850 (bug 1218560) 2015-10-28 13:09:38 +01:00
Carsten "Tomcat" Book
0881e0ca34 Backed out changeset 167cd2f19d93 (bug 1219079) 2015-10-28 13:09:36 +01:00
Victor Porof
0ad649de15 Bug 1211841 - Style off the main thread markers differently, r=jsantell 2015-10-28 11:00:52 +01:00
Victor Porof
4bbbd78e3b Bug 1211839 - Don't allow off the main thread markers to nest under main thread markers, r=smaug, jsantell 2015-10-24 17:10:22 +02:00
Patrick Brosset
b0e9aae246 Bug 1218425 - ESLint rule that warns against aArg notation in function params; r=miker 2015-10-28 08:32:02 +01:00
Patrick Brosset
fab3026d01 Bug 1218409 - Eslint rule that checks for balanced listeners. r=miker 2015-10-27 11:21:46 +01:00
Nick Fitzgerald
f5838c2e72 Bug 1219079 - Small breakdown-related fixes for the memory tool; r=jsantell
* Add "Breakdown by" in front of dropdown selector for the selected breakdown.
* "Allocation Site" => "Allocation Stack" for breakdown's label.
* Make the coarse type breakdown bucket strings by count.
2015-10-28 02:11:06 -07:00
Nick Fitzgerald
04f31bd06f Bug 1218560 - Part 2: Add an integration test for allocation stack breakdowns; r=jsantell 2015-10-28 02:11:06 -07:00
Nick Fitzgerald
cdfbc14088 Bug 1219066 - Make sure to traverse and unlink HeapSnapshot::mParent in cycle collection; r=mccr8 2015-10-28 02:11:06 -07:00
Jordan Santell
8afc4a53fa Bug 1218679 - Add integration/smoke-screen tests for memory tool. r=fitzgen 2015-10-28 02:11:06 -07:00
Patrick Brosset
d4d8f4b0d2 Bug 1202179 - html/head/body not dragdrop-able and drag starts after move only; r=bgrins 2015-10-27 10:55:00 +01:00
Tom Tromey
2d7685d363 Bug 1003554 - make entry points correspond to entries in the line table; r=jimb,fitzgen 2015-10-22 09:49:00 +02:00
Jordan Santell
4b90b3bcae Bug 1218675 - Style focused rows in the heap tree correctly. r=fitzgen 2015-10-27 14:59:26 -07:00
Nick Fitzgerald
3c62594130 Bug 1218560 - Fix heap tree view with allocation stack breakdown; r=jsantell 2015-10-27 14:20:09 -07:00
Nick Fitzgerald
e197dfacc1 Bug 1218597 - Limit the number of stack frames serialized in core dumps; r=froydnj 2015-10-27 14:13:39 -07:00
Nick Fitzgerald
419074cddb Bug 1218592 - Add more robust error handling and reporting to the memory tool's actions; r=jsantell 2015-10-27 13:24:55 -07:00
Brian Grinstead
506d860ed1 Bug 1211038 - Fix focus issue with debugger searchbox using CodeMirror upstream patch;r=jryans 2015-10-27 12:59:45 -07:00
Nick Fitzgerald
d5e7bd8c79 Bug 1217500 - Add UI for inverting display tree in memory tool; r=jsantell 2015-10-27 09:11:05 -07:00
Jordan Santell
a4bb4d65c4 Bug 1217239 - part 2 - fix bad rebase. r=jlong 2015-10-27 08:17:47 -07:00
Victor Porof
0ceb9155f2 Bug 859042 - Show onload and DOMContentLoaded markers in the timeline, r=smaug, jsantell 2015-10-27 13:10:08 +01:00
Carsten "Tomcat" Book
ad01d19dae Merge mozilla-central to fx-team 2015-10-27 10:59:26 +01:00
Carsten "Tomcat" Book
d43e51f745 merge mozilla-inbound to mozilla-central a=merge 2015-10-27 10:55:48 +01:00
Xidorn Quan
00ef18daf8 Bug 962249 part 3 - Add Window.scrollMin{X,Y} (chrome-only) and convert most of scrollMaxX uses and part of scrollMaxY uses to combinations with the new properties. r=roc,bz 2015-10-27 13:38:02 +09:00
Phil Ringnalda
08e6a10b52 Back out 2 changesets (bug 1217500, bug 1218560) for devtools leaks
Backed out changeset 15acea2927e2 (bug 1218560)
Backed out changeset e3b623fd16bf (bug 1217500)
2015-10-26 18:28:24 -07:00
Sebastian Hengst
7e7f39cd71 Bug 1218586 - use \u0020 instead of backspace protected whitespace in watchExpressionsSeparatorLabel to suppress warning from compare-locales. r=jryans 2015-10-26 23:17:38 +01:00
Nick Fitzgerald
6a4b38e47d Bug 1218560 - Fix heap tree view item rendering when using an allocation stack breakdown; r=jsantell 2015-10-26 14:58:03 -07:00
Nick Fitzgerald
c9aa61cc67 Bug 1217500 - Add UI for inverting display tree in memory tool; r=jsantell 2015-10-26 14:58:03 -07:00
Wes Kocher
f310640849 Merge m-c to fx-team, a=merge 2015-10-26 14:39:31 -07:00
Wes Kocher
3e43cdde6f Merge m-c to inbound, a=merge 2015-10-28 17:05:01 -07:00
Jason Orendorff
e873f751c5 Bug 1217099 - Stop emitting pointless JSOP_GETLOCAL; JSOP_POP bytecode sequence for var x;. r=shu. 2015-10-19 15:58:19 -05:00
Nick Fitzgerald
791bbb2847 Bug 1218471 - Pretty print action JSON in redux logging middleware; r=jsantell 2015-10-26 14:07:51 -07:00
Nick Fitzgerald
1e50a88209 Bug 1218005 - DevToolsUtils.{dbg_assert => assert} in devtools/server/actors/webbrowser.js; r=jsantell 2015-10-26 14:07:51 -07:00
Brian Grinstead
a092336794 Bug 1217591 - Run autocomplete tests in worker console;r=fitzgen 2015-10-26 11:55:41 -07:00
Brian Grinstead
8bcdd17a34 Bug 1217591 - Make JS autocompletion in the console work inside of a worker toolbox;r=fitzgen 2015-10-26 11:55:40 -07:00
Alexandre Poirot
159808acad Bug 1007061 - Remove app-manager. r=jryans 2015-10-26 10:35:35 -07:00
Jordan Santell
a6830381de Bug 960776 2015-10-26 10:13:49 -07:00
Brian Grinstead
5ccae4720a Bug 1215117 - Make console input field work inside a worker toolbox;r=ejpbruel 2015-10-26 09:13:11 -07:00
Brian Grinstead
1b4ea062a8 Bug 1217884 - Remove double spacing between devtools toolbar and devtools inputs;r=pbrosset 2015-10-26 08:37:38 -07:00
Brian Grinstead
b881172de2 Bug 1217880 - Set max-height on console input so it can overflow and be scrolled;r=vporof 2015-10-26 08:35:45 -07:00
Carsten "Tomcat" Book
97bab2dfe3 merge mozilla-inbound to mozilla-central a=merge 2015-10-26 10:57:35 +01:00
Victor Porof
81d5099f7a Bug 1211838 - Add docs for Composite markers, r=jsantell 2015-10-24 17:10:06 +02:00
Victor Porof
7bc7b294fc Bug 1212319 - Add docs for Worker markers, r=jsantell 2015-10-24 17:10:01 +02:00
Victor Porof
306f80152f Bug 1202657 - Add markers for workers' message passing and serialization/deserialization, r=smaug, jsantell, tromey, ejpbruel 2015-10-21 23:10:05 +02:00
Sebastian Hengst
8fc84a1244 Backed out changeset 335ea7a95492 (bug 960776) for XPCShell failures. r=backout 2015-10-24 10:43:41 +02:00
Jordan Santell
263df0c1a2 Bug 960776 - Render a tree widget to display heap data. r=fitzgen 2015-10-23 15:59:11 -07:00
Jordan Santell
cc6bde94cc Bug 1217979 - Remove production version of react from the tree and only use dev for model validation and test addons. r=jlongster 2015-10-23 15:24:15 -07:00
Nick Fitzgerald
9ac6546bf0 Bug 1214066 - Add the ability to toggle allocation stack recording; r=jsantell 2015-10-23 15:18:55 -07:00
Ryan VanderMeulen
843ba02fc3 Backed out changesets fb30635f0652 and a91f6ca882f2 (bug 1169679) for being the likely cause of OSX 10.10 mochitest-bc failures. 2015-10-23 17:39:16 -04:00
Brian Grinstead
8cd7952287 Bug 1025778 - Save value as global variable in console;r=jlongster 2015-10-23 14:04:29 -07:00
Tim Nguyen
fbf8c9215f Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao 2015-10-22 07:28:00 -04:00
Brian Grinstead
8c4b6602e6 Bug 1216615 - Add spacing on devtools-searchbox instead of devtools-searchinput;r=pbrosset 2015-10-23 08:47:10 -07:00
J. Ryan Stinnett
8beb3bda2a Bug 1217687 - Appease the mozbuild reading test. r=me 2015-10-23 07:25:19 -05:00
J. Ryan Stinnett
9e7bc53212 Bug 1217687 - Revert back to including /devtools via toolkit. r=glandium 2015-10-23 06:04:45 -05:00
Carsten "Tomcat" Book
c63c4f169b Merge m-c to fx-team 2015-10-23 11:51:27 +02:00
Carsten "Tomcat" Book
866a18dfdf merge mozilla-inbound to mozilla-central a=merge 2015-10-23 11:33:41 +02:00
Wes Kocher
5aa5f9e3e6 Merge m-c to inbound, a=merge 2015-10-22 16:56:10 -07:00
Wes Kocher
5fc98c715d Merge fx-team to central, a=merge 2015-10-22 16:45:45 -07:00
J. Ryan Stinnett
7eed01f0d1 Bug 1216592 - Clean up old paths that landed post-migration. r=bgrins 2015-10-22 11:31:09 -05:00
Nick Fitzgerald
1cb8e87332 Bug 1217248 - Add the ability to invert CensusTreeNode trees; r=jsantell 2015-10-22 09:12:36 -07:00
Nick Fitzgerald
664593e5a5 Bug 1217158 - Aggregate total counts/bytes in CensusTreeNode; r=jsantell 2015-10-22 09:12:36 -07:00
Nick Fitzgerald
ed91f2c69c Bug 1201542 - Implement allocationSite breakdown for CensusTreeNode; r=jsantell 2015-10-22 09:12:36 -07:00
Brian Grinstead
fa397c1a73 Bug 1216615 - Get rid of margin-left and margin-right for devtools-searchinput to prevent movement during resize;r=pbrosset 2015-10-22 08:55:35 -07:00
Tanvi Vyas
afa0998b12 Bug 1086619 - tagging a mixed content blocker webconsole test with mcb. r=past 2015-10-22 13:37:54 -07:00
Alexandre Poirot
9b094faf01 Bug 1210429 - Fix race in webide toolbox destruction. r=jryans 2015-10-22 08:06:16 -07:00
Alexandre Poirot
e9018636ac Bug 1216555 - Makes client.close() failsafe by handling correctly closing connections. r=jryans 2015-10-22 08:06:16 -07:00
Alexandre Poirot
0e40a0d22b Bug 1216554 - Reject requests immediately when the connection is already closed. r=jryans 2015-10-22 08:06:16 -07:00
Alexandre Poirot
4d3369bd6a Bug 1216550 - Destroy profiler front on toolbox destruction. r=jsantell 2015-10-22 08:06:16 -07:00
Alexandre Poirot
0b30b09e30 Bug 1215049 - Prevent reopening toolbox when selecting the same project. r=jryans 2015-10-22 08:06:16 -07:00
Alexandre Poirot
1cffee299e Bug 1169643 - Stop preventing reloading crashed tabs when devtools are opened. r=jryans 2015-10-22 08:06:16 -07:00
Carsten "Tomcat" Book
353bc29faa Backed out changeset 92d4493c6d58 (bug 1169679) for bustage 2015-10-22 16:03:00 +02:00
Tim Nguyen
a386b8c87f Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao 2015-10-21 12:41:00 +02:00
Nigel Babu
cf67ac489c Backed out changeset 3e148d8f5e05 (bug 1201542) for XPCShell bustage 2015-10-22 09:57:08 +05:30
Nigel Babu
2351e027cd Backed out changeset be72055dc7ac (bug 1217158) for XPCShell bustage 2015-10-22 09:56:58 +05:30
Patrick Brosset
108478c42d Bug 1203303 - When attribute is focused DEL removes attribute not node; r=bgrins 2015-10-22 15:49:14 +02:00
James Long
8489f75448 Bug 1201008 - only add a breakpoint in the debugger if a source is actually loaded. r=bgrins 2015-10-21 10:55:00 +02:00
Tom Tromey
0b7023e5af Bug 1200832 - make Console.trace follow async parents; r=baku,bgrins 2015-10-21 08:40:00 +02:00
Wes Kocher
275706fc3a Merge m-c to fx-team, a=merge 2015-10-22 16:58:03 -07:00
J. Ryan Stinnett
bfa77bd823 Bug 1214514 - Repair screenshot menu item. r=ednapiranha 2015-10-22 17:45:18 -05:00
Nick Fitzgerald
9b56819a44 Bug 1217495 - HeapAnalyses{Client,Worker} should support requests for inverted trees; r=jsantell 2015-10-22 13:43:30 -07:00
Tom Tromey
2dc007f387 Bug 1219771 - allow SVG images to be copied as a data: URI; r=vporof 2015-11-04 14:24:52 -07:00
Tom Tromey
7366bac722 Bug 937586 - make Size column in network monitor accurate; r=vporof 2015-11-04 14:24:52 -07:00
J. Ryan Stinnett
6a91418a7e Bug 1207976 - Fix incorrect app icon path from bug 1216590. r=ochameau 2015-11-04 12:04:20 -06:00
J. Ryan Stinnett
b8f2f78c4b Bug 1207976 - Remove /themes from DevTools URLs. r=ochameau 2015-11-04 12:04:20 -06:00
J. Ryan Stinnett
79bf544ace Bug 1207976 - Remove /themes from DevTools jar.mn. r=ochameau 2015-11-04 12:04:20 -06:00
Kruitbosch
472ec64029 Bug 1122102 - post json params shouldn't be displayed as text in params>request payload, r=vporof 2015-10-19 04:48:00 +02:00
Carsten "Tomcat" Book
b5371fc820 Merge mozilla-central to fx-team 2015-11-04 12:43:13 +01:00
Victor Porof
2c09e9833b Bug 1219801 - The toolbar in the memory panel on Windows is not looking too nice, r=bgrins 2015-11-04 11:08:40 +01:00
Wes Kocher
35dc5f0264 Bug 1217963 - Correct the spelling of "corect" rs=mossop 2015-10-23 16:02:56 -07:00
Bill McCloskey
08bb1d3e45 Bug 967873 - Test changes for async removeTab (r=Gijs) 2015-11-04 10:56:15 -08:00
Bill McCloskey
cbca5a7c3e Bug 1219504 - Test changes (r=Gijs,mconley,jryans,MattN,Mossop) 2015-11-04 10:56:15 -08:00
Nick Fitzgerald
77c5b96c4c Bug 1221218 - Use by-filename breakdown in the memory tool; r=jsantell
This commit adds support for traversing by: "filename" edges in census
breakdowns and reports and makes the default coarse-type breakdown use a
filename sub-breakdown for scripts.
2015-11-04 05:49:34 -08:00
Nick Fitzgerald
4aba7f18aa Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink 2015-11-04 05:49:33 -08:00
Nick Fitzgerald
95a7386f6e Bug 1217158 - Aggregate total counts/bytes in CensusTreeNode; r=jsantell 2015-10-21 12:53:00 -04:00
Nick Fitzgerald
5ec0fb8ccd Bug 1201542 - Implement allocationSite breakdown for CensusTreeNode. r=jsantell 2015-10-21 08:25:00 -04:00
Brian Grinstead
db870bdad0 Bug 1162848 - Make console 'clear' shortcut ctrl+shift+l on Windows / Linux;r=jryans 2015-10-21 15:05:20 -07:00
Brian Grinstead
5e6a2ec6a8 Bug 1162848 - Use a single synthesizeKeyFromKeyTag helper for mochitest-devtools;r=jryans 2015-10-21 15:05:13 -07:00
J. Ryan Stinnett
dbeb16c503 Bug 1203159 - Clean up various tests after DevTools resource move. r=me 2015-10-21 14:18:29 -05:00