Commit Graph

171 Commits

Author SHA1 Message Date
J. Ryan Stinnett
c35dd02420 Bug 1147042 - Rename attachProcess to getProcess. r=ochameau 2015-03-24 14:59:53 -05:00
Sami Jaktholm
1ba4722af8 Bug 1141109 - Ignore errors from external sources to fix intermittent test_page_errors.html failures. r=past 2015-03-18 19:58:28 +02:00
Jonathan Griffin
84011a87cc Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Masatoshi Kimura
7fdbca2023 Bug 1106470 - Drop SSLv3 support from devtools. r=vporof 2015-03-10 01:23:00 +09:00
Alexandre Poirot
5df442ebd0 Bug 1059308 - Fix tests to support chrome actor. r=jryans 2015-02-26 03:56:00 +01:00
Nounours Heureux
75b5246057 Bug 1130045 - Hyphenated properties are no more listed in the webconsole suggestions. r=past 2015-03-05 08:23:00 +02:00
Brian Grinstead
2e4b07fa1a Bug 1134845 - Add clearHistory jsterm helper to remove persisted console input history. r=past 2015-02-20 14:57:00 -05:00
Ian Moody
ca56aec38f Bug 859048 - Add Remote Address to the network tab headers panel. r=past 2015-02-26 11:27:05 +00:00
Brian Grinstead
80f441fe02 Bug 943306 - Allow persisting console input history between sessions;r=past 2015-02-26 07:45:39 -08:00
Jan Odvarko
ec2f74ee72 Bug 1130318 - Send also header source from the backend. r=vporof 2015-02-11 13:49:32 +01:00
Doug Turner
c4a98e4c50 Bug 1045229 - Beacons are not associated with windows. The current window based filtering that the network monitor does will skip requests that come from sendBeacon(). Here we explictly look to see if the network channel is from beacon by looking at the loadinfo. r=dcamp 2015-02-03 17:00:00 +01:00
David Rajchenbach-Teller
49cf933459 Bug 1005870 - Adding a copy() command to the console;r=robcee 2015-02-04 18:53:40 -08:00
Christoph Kerschbaumer
ac155f2556 Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools (r=jryans) 2015-01-26 19:54:52 -08:00
Sami Jaktholm
835c95bfac Bug 1116428 - Part 1: Expose SSLv3 and RC4 warnings in the webconsole actor. r=past 2015-01-24 14:40:10 +02:00
Carsten "Tomcat" Book
22bec65ed2 merge mozilla-inbound to mozilla-central a=merge 2015-01-22 14:30:51 +01:00
J. Ryan Stinnett
27c7cfdc0f Bug 731318 - Show transferred size in Net Monitor. r=vporof 2015-01-21 15:17:02 -06:00
Sami Jaktholm
ddaea7bc38 Bug 1121765 - Netmonitor: Store the first received hostname for a request and use it to determine HSTS and HPKP status. r=past 2015-01-20 13:43:38 +02:00
Bill McCloskey
deb7d9f70a Bug 1123008 - Make loadContext.topFrameElement work in non-e10s (r=smaug) 2015-01-21 16:19:07 -08:00
Sami Jaktholm
11e697030f Bug 932179 - Part 4: Test static pinning with an unit test instead as the test domain is no longer available for mochitests (bug 1096197). r=past 2015-01-10 22:47:00 +02:00
Sami Jaktholm
5e04f177de Bug 932179 - Part 1: Expose security information in the WebConsoleActor. r=past 2015-01-06 02:58:00 +02:00
J. Ryan Stinnett
a9132f0528 Backout 455a5366c877 (bug 731318) for network issues (bug 1116867) 2015-01-09 17:24:37 -06:00
J. Ryan Stinnett
6fdffaf18b Backout d5a6e28f7132 (bug 1115976) for network issues (bug 1116867) 2015-01-09 17:16:58 -06:00
Carsten "Tomcat" Book
0c8b4e9ce5 Backed out changeset 648fe3c2fd57 (bug 932179) for m-oth bustage on a CLOSED TREE 2015-01-08 12:18:15 +01:00
Sami Jaktholm
7016fddabc Bug 932179 - Part 1: Expose security information in the WebConsoleActor. r=past 2015-01-06 02:58:00 +01:00
Ryan VanderMeulen
0bc61a235a 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
685b992367 Bug 932179 - Part 1: Expose security information in the WebConsoleActor. r=past 2015-01-06 02:58:00 -05:00
Brian Grinstead
6f4de6e62d 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
J. Ryan Stinnett
c76e9ccfb6 Bug 1115976 - Restore download progress when using netmonitor. r=vporof 2015-01-02 12:06:12 -06:00
J. Ryan Stinnett
01a79ffc47 Bug 731318 - Show transferred size in Net Monitor. r=vporof 2014-12-22 12:15:48 -06:00
Brian Grinstead
bb0f5f8885 Bug 1088861 - Add evaluateJSAsync method on the web console actor;r=past 2014-12-16 17:18:26 -08:00
Akshendra Pratap
9b396000ec Bug 988826 - Using LongStringActor for exceptionMessage in the evaluateJS response packet. r=past 2014-11-14 11:05:00 +01:00
Ben Francis
6753b03bac Bug 1075716 - Support app manifests served with the application/manifest+json MIME type r=fabrice 2014-10-25 20:46:27 -07:00
Tom Tromey
63cc1ebee3 Bug 1050000 - check "result" against undefined before use. r=past 2014-10-15 09:11:00 +02:00
Andrew Halberstadt
2da4ee197d Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Paul Rouget
e3b0a150ca Backed out changeset a6d02cff43d3 (bug 1037235) for breaking WebIDE (bug 1067331)
--HG--
extra : amend_source : a7bfb1e931122663e7c14a7362a849520388e495
2014-09-15 16:23:04 +02:00
Erik Vold
6f40aa53bd Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop 2014-09-09 18:33:55 -07:00
Alexandre Poirot
94c0c31d3c Bug 1051224 - Test console's cd() against sandboxed iframes. r=msucan 2014-09-03 13:02:37 -07:00
Bobby Holley
ec4a87485a Bug 1051224 - Use the opt-out for the webconsole helpers. r=ochameau 2014-09-03 13:02:36 -07:00
Alexandre Poirot
029f8763cf Bug 977043 - Tweak netmonitor for frames selection patch. r=msucan 2014-08-27 12:19:30 +02:00
Nick Fitzgerald
5569ce87a5 Bug 1024054 - Create a previewer for ES6 Symbol. r=past 2014-08-25 11:07:00 +02:00
Manish Goregaokar
11805f92cb Bug 1028903 - Improve self-xss warning message for Scratchpad. r=jwalker 2014-08-14 07:03:00 -04:00
Brian Grinstead
78d1664dc4 Bug 998344 - Prevent console autocompletion on objects with a large number of properties. r=msucan
--HG--
extra : rebase_source : 6ea291d29775b4894f084e93f533a3ca5ddfb33e
2014-08-06 07:56:00 -04:00
Manish Goregaokar
b8ccd3b59c Bug 1015314 - Reduce self-xss prevention threshhold to 5. r=jwalker 2014-07-31 22:05:00 -04:00
Mike Conley
ec48d11850 Bug 787975 - Make JSTerm $0 helper work across content processes. r=msucan.
--HG--
extra : rebase_source : b7a3a698effb0b223160fabae5b6f9b0fe820888
2014-07-31 13:07:27 -04:00
Nathan Froyd
4246e6b6ea Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Nathan Froyd
c8b5989c88 Bug 1043957 - remove some libs:: rules from devtools's Makefile.ins; r=mshal 2014-07-25 09:38:15 -04:00
Alexandre Poirot
33f279d970 Bug 797621 - Generic actor event API. r=past 2014-07-07 15:40:00 +02:00
Carsten "Tomcat" Book
fffa5c68c1 Backed out changeset 161b47c4a8ad (bug 1005870) for memory leaks 2014-07-07 15:58:00 +02:00
David Rajchenbach-Teller
8ff34c6e5e Bug 1005870 - Adding a copy() command to the console. r=robcee 2014-07-04 08:10:00 +02:00
Jim Blandy
4d6a633bba 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