Commit Graph

74 Commits

Author SHA1 Message Date
Tom Tromey
a4d7a5bc76 Bug 1168088 - Remove SpiderMonkey-specific syntax from toolkit/devtools. r=pbrosset 2015-05-28 11:54:00 -04:00
Jordan Santell
0e125e171d Bug 1145187 - Implement polling for buffer status on performance actor facades. r=vp 2015-05-05 17:12:49 -07:00
Jordan Santell
eded790b35 Bug 114187 - Add getBufferInfo to devtools profiler actor. r=fitzgen 2015-05-04 11:49:27 -07:00
Florent Fayolle
b8fdb3428c Bug 1159009 - Add trait for WebConsoleCommands. r=bgrins 2015-04-27 14:27:00 -04:00
Jordan Santell
e2da22021b Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Tooru Fujisawa
0901099358 Backed out changeset fb84ee59e04a (bug 1145824) for mochitest-other failure 2015-04-25 14:12:21 +09:00
Jordan Santell
2b639c63b4 Bug 1145824 - Profiler actor and performance tools now handle
passing in a startTime to filter out SPS profiles on platform rather than
 client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Alexandre Poirot
50b4f2009a Bug 1145049 - Stop leaking tab actors and root actor on disconnect. r=jryans 2015-04-18 09:39:07 +02:00
Shu-yu Guo
ea572d5c51 Bug 1151154 - Don't fake resumption packets on tab navigation events in the frontend debugger. (r=past) 2015-04-14 13:35:49 -07:00
J. Ryan Stinnett
63d863fb93 Bug 1147042 - Rename attachProcess to getProcess. r=ochameau 2015-03-24 14:59:53 -05:00
Alexandre Poirot
001c914d02 Bug 1134180 - Introduce RootActor.getTab to prevent creating TabActor for all tabs. r=past 2015-03-25 09:30:00 -04:00
Alexandre Poirot
c1451d9d3b Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past 2015-03-04 05:47:00 +01:00
Jordan Santell
8eb5d476f5 Bug 1130202 - Fix compatibility issues in performance tool to work with FxOS 2.2/Gecko 37. r=vp 2015-02-12 12:55:00 +01:00
Luca Greco
fa9d5539b0 Bug 980481 - DirectorRegistry, DirectorManager, DirectorScript and MessagePort RemoteDebuggerServer actors. r=ochameau 2015-01-31 10:36:00 -05:00
Matteo Ferretti
2911ff72d8 Bug 1127238 - Remove the hard-coded list of highlighters; r=pbrosset CLOSED TREE 2015-02-03 13:03:33 +01:00
Alexandre Poirot
e420488a44 Bug 1098391 - Best effort to load debugger server dependencies lazily. r=jryans 2014-12-22 10:48:00 -05:00
Ryan VanderMeulen
b0003fcbf5 Backed out changeset 724554c093a8 (bug 980481) for intermittent WinXP timeouts. 2015-01-06 09:27:38 -05:00
Luca Greco
0d5b852a25 Bug 980481 - DirectorRegistry, DirectorManager, DirectorScript and MessagePort RemoteDebuggerServer actors. r=ochameau 2014-12-16 08:43:00 -05:00
Heather Arthur
daf196bce6 Bug 886041 - Make the font inspector remotable; r=bgrins 2014-11-25 07:36:44 -08:00
James Long
edda82574b Bug 905700 - use Debugger.Source in the debugger backend and reference source actors instead of URLs in the frontend r=fitzgen 2014-11-25 15:02:39 -08:00
fayolle-florent@orange.fr
1b02acfe41 Bug 1095521 - Implement more paste commands for the inspector panel. r=pbrosset 2014-11-22 08:48:00 +01:00
Patrick Brosset
f212c33043 Bug 1076866 - Rect highlighter; r=bgrins 2014-11-19 11:16:25 +01:00
Jan Odvarko
fb38ee51e3 Bug 977443 - Implement an actor that defines new actors. r=ochameau 2014-10-03 12:49:00 +01:00
Alexandre Poirot
a37dc46a40 Bug 1060093 - Implement toolbox to debug chrome of the content process. r=jryans 2014-11-07 14:24:47 -06:00
James Long
46f58d16b2 Bug 1093349 - Add prettyPrinting and blackBoxing traits and hide buttons in debugger conditionally. r=past, a=me 2014-11-05 10:16:00 -05:00
Heather Arthur
6146c82d8d Bug 967201 - "Copy Unique Selector" doesn't place anything in the clipboard in e10s windows and Browser Toolbox". r=pbrosset 2014-10-16 16:31:00 +02:00
Heather Arthur
f1e7db7f10 Bug 871423 - Open correct inline stylesheet from style inspector link. r=bgrins 2014-08-22 15:30:00 -04:00
Ryan VanderMeulen
68b66dd114 Backed out changeset 495a024e0c4d (bug 871423) for xpcshell failures. 2014-08-21 21:38:37 -04:00
Heather Arthur
3928db640f Bug 871423 - Open correct inline stylesheet from style inspector link; r=bgrins 2014-08-21 15:51:33 -07:00
Patrick Brosset
3a4f2a8855 Bug 971662 - part 2 - Highlight nodes matching style-editor selectors on mouseover; r=harth 2014-08-20 22:41:07 +02:00
Nick Fitzgerald
0db1800330 Bug 1039952 - Part 0: Make the parent actors manage the set of debuggees. r=fitzgen 2014-07-28 15:01:00 +02:00
Gabriel Luong
4541842551 Bug 966895 - [rule view] Adding new rules to the current selection in the CSS rule-view. r=harth 2014-07-07 09:18:00 +02:00
Jim Blandy
39dc0c6097 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Gabriel Luong
3a664a4a29 Bug 966896 - [rule view] Editing rules' selectors for the current selection in the CSS rule-view r=pbrosset 2014-06-24 10:02:16 +02:00
Eddy Bruel
072f994a7f Bug 1003095 - Clean up how we provide several APIs;r=past 2014-06-17 21:51:43 +02:00
Patrick Brosset
fc2789b39a Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins 2014-06-13 16:27:10 +02:00
Patrick Brosset
93b8048cdb Bug 1007021 - The ReflowActor observes iframes and works after page navigations; r=bgrins r=ochameau 2014-06-03 09:51:55 +02:00
Gijs Kruitbosch
2f76ba81e4 Bug 977009 - bustage fix, Cu is not defined, rs=firebot 2014-05-26 21:13:00 +01:00
Gijs Kruitbosch
2123363f1e Bug 977009 - switch to Cu.cloneInto instead of JSON.parse(JSON.stringify(foo)) because it's faster, r=vporof 2014-05-26 13:25:00 +01:00
J. Ryan Stinnett
1ef4815886 Bug 797639 - Part 2: Bulk data support in client and server. r=jimb 2014-05-14 14:30:02 -05:00
Irakli Gozalishvili
78a49102a1 Bug 1004840 - Fix regression in root actors protocolDescription requests. r=dcamp 2014-05-02 08:05:00 -04:00
Ryan VanderMeulen
88907d69da Backed out changeset 7ae6a7b925be for landing with the wrong bug number. 2014-05-07 14:18:52 -04:00
Irakli Gozalishvili
1278d0c642 Bug 1000480 - Fix regression in root actors protocolDescription requests. r=dcamp 2014-05-02 08:05:00 -04:00
Eddy Bruel
51c5a62f55 Bug 859372 - Fix for root.js refactor;r=past 2014-04-30 15:24:42 +02:00
Eddy Bruel
739e4ca696 Bug 859372 - Refactor root.js;r=past 2014-04-30 03:11:11 +02:00
0172c59143 Bug 859372 - Factor out common actor definitions; r=past 2014-04-24 13:13:12 +02:00
Dave Camp
ab4d920797 Bug 983331 - The debugger server protocol should describe itself. r=gozala 2014-04-17 16:25:07 -07:00
James Long
b3bc778d24 Bug 812172 - Add conditional breakpoint handling to the debugger server. r=past 2014-03-24 09:37:24 -04:00
Ryan VanderMeulen
ccc3f11d1b Backed out 3 changesets (bug 965527, bug 859059, bug 812172) for mochitest and xperf orange on a CLOSED TREE
Backed out changeset 18f579c4308e (bug 965527)
Backed out changeset 70ed33107301 (bug 859059)
Backed out changeset 7b59b92580fa (bug 812172)
2014-03-21 10:33:18 -04:00
James Long
2f4c41af81 Bug 812172 - Conditional breakpoints logic should be handled server-side. r=past 2014-03-21 08:55:50 -04:00