Commit Graph

21 Commits

Author SHA1 Message Date
Jan Odvarko
680c7fffdb Bug 1171408 - Move NetworkEventsHandler.getString into WebConsoleClient. r=past 2015-06-17 16:27:20 +02:00
Panos Astithas
532c9f8c20 Bug 862341 Part 3: Display cached network requests in the network panel. r=vporof 2015-05-07 20:38:21 +03:00
Panos Astithas
1d2ddcc897 Bug 862341 Part 2: Display cached network requests in the web console. r=vporof 2015-05-07 20:38:20 +03:00
Panos Astithas
b6f6a16802 Bug 862341 Part 1: Move the network request storage from the console frontend to the console client so the netmonitor can reuse it. r=vporof 2015-05-07 20:38:19 +03:00
Brian Grinstead
00d73e3343 Bug 943306 - Allow persisting console input history between sessions;r=past 2015-02-26 07:45:39 -08:00
Sami Jaktholm
6dae51c99e Bug 932179 - Part 1: Expose security information in the WebConsoleActor. r=past 2015-01-06 02:58:00 +02:00
Carsten "Tomcat" Book
70bf47cd0a Backed out changeset 648fe3c2fd57 (bug 932179) for m-oth bustage on a CLOSED TREE 2015-01-08 12:18:15 +01:00
Sami Jaktholm
789be6f282 Bug 932179 - Part 1: Expose security information in the WebConsoleActor. r=past 2015-01-06 02:58:00 +01:00
Ryan VanderMeulen
bf0abf169c Backed out changesets 5bc97468e511 and 7194852248c0 (bug 932179) for intermittent failures in browser_net_security-state.js. 2015-01-06 16:07:22 -05:00
Sami Jaktholm
eec41d9d0e Bug 932179 - Part 1: Expose security information in the WebConsoleActor. r=past 2015-01-06 02:58:00 -05:00
Brian Grinstead
71ceccf988 Bug 1116199 - Fix web console backwards compatibility with pre 37 servers that are missing evaluateJSAsync;r=jryans 2015-01-05 13:15:04 -08:00
Brian Grinstead
25da0de23a Bug 1088861 - Add evaluateJSAsync method on the web console actor;r=past 2014-12-16 17:18:26 -08:00
Mike Conley
97c55596d7 Bug 787975 - Make JSTerm $0 helper work across content processes. r=msucan. 2014-07-31 13:07:27 -04:00
Alexandre Poirot
98e2e28b53 Bug 797621 - Generic actor event API. r=past 2014-07-07 15:40: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
Mihai Sucan
c1e24d5e4c Bug 917227 - Part 2: network monitor server changes to add support for Firefox OS; r=ochameau 2014-03-10 20:57:27 +02:00
Mihai Sucan
51d1b51998 Bug 917227 - Part 1: network monitor client changes; r=ochameau 2014-03-07 14:14:53 +02:00
Christos Stathis
4e931e3005 Bug 842682 - Use the debugger API for autocomplete and provide suggestions from the selected stackframe scope; r=msucan 2013-11-26 20:42:02 +02:00
Mihai Sucan
08fa4d93ae Bug 760876 - Part 1: switch from XUL to XHTML for the Web Console output; r=robcee,paul 2013-09-13 15:06:46 +03:00
Jim Blandy
258117e2e6 Bug 914753: Remove 'Mode: js2' markers from DevTools JavaScript files. Emacs has better ways to select the file's mode. DONTBUILD r=dcamp 2013-09-10 18:43:44 -07:00
Mihai Sucan
8818b7560d Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp 2013-08-03 13:29:48 +03:00