Commit Graph

79 Commits

Author SHA1 Message Date
J. Ryan Stinnett
7e2158acc2 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
Jan Odvarko
680c7fffdb Bug 1171408 - Move NetworkEventsHandler.getString into WebConsoleClient. r=past 2015-06-17 16:27:20 +02:00
Brian Grinstead
52906e4159 Bug 1143224 - Add new requests to the netmonitor view asynchronously;r=jsantell 2015-06-12 08:35:38 -07:00
Patrick Brosset
0d849bdbc4 Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker 2015-05-25 14:42:51 +02:00
Sami Jaktholm
f983fb3a3d Bug 982201 - Don't give up so easily when constructing netmonitor statistics view during tests. r=past
In tests it doesn't make sense to give up after two seconds as we want to test
the actual feature - not that it can do everything in under two seconds which
is quite a long shot on debug builds.

The new 45 second timeout during tests matches the 45 second timeout of
mochitests which essentially makes it impossible for whenDataAvailable to
timeout during tests causing these false positives.
2015-05-23 07:16:22 +03:00
Brian Grinstead
436a3093a7 Bug 1162961 - Fix logspam in mochitest-dt by passing the URL along in network progress events;r=past
This way there isn't a need to rely on the netmonitor view being present
2015-05-11 10:32:42 +03:00
Panos Astithas
f5a3b40dc3 Bug 862341 Part 4: Start recording network requests when the toolbox opens. r=vporof 2015-05-07 20:38:22 +03: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
James Long
d823f04140 Bug 764958 - Show cached network requests in the net monitor. r=jsantell 2015-04-24 14:57:00 -04:00
Alexandre Poirot
bebe410bdc Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans 2015-02-26 03:55:00 +01:00
Ian Moody
b7be16bb56 Bug 859048 - Add Remote Address to the network tab headers panel. r=past 2015-02-26 11:27:05 +00:00
Boris Zbarsky
25dee35220 Bug 1107443 part 1. Stop defining non-configurable properties on the window in devtools. r=jimb 2015-01-23 09:54:14 -05:00
J. Ryan Stinnett
2cba94d11e Bug 731318 - Show transferred size in Net Monitor. r=vporof 2015-01-21 15:17:02 -06:00
Patrick Brosset
060620dc4d Bug 1101569 - Use the new allTabs menu sidebar in the inspector and netmonitor; r=vporof 2015-01-16 11:58:02 +01:00
Sami Jaktholm
be30719011 Bug 932179 - Part 2: UI to present security info in NetMonitor. r=vporof 2015-01-10 22:44:00 +02:00
J. Ryan Stinnett
358a312ab0 Backout 455a5366c877 (bug 731318) for network issues (bug 1116867) 2015-01-09 17:24:37 -06:00
Carsten "Tomcat" Book
8f73011610 Backed out changeset 52db8d5bfea6 (bug 932179) 2015-01-08 12:17:24 +01:00
Sami Jaktholm
9695b824e1 Bug 932179 - Part 2: UI to present security info in NetMonitor. r=vporof 2015-01-06 02:59: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
fc53deca32 Bug 932179 - Part 2: UI to present security info in NetMonitor. r=vporof 2015-01-06 02:59:00 -05:00
J. Ryan Stinnett
908aadb49d Bug 731318 - Show transferred size in Net Monitor. r=vporof 2014-12-22 12:15:48 -06:00
Michael Ratcliffe
584afa1e41 Bug 994732 - Make "Disable Cache" in Devtools persist (only when the toolbox is open) r=jwalker, r=pbrosset 2014-07-17 10:39:56 +01: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
Victor Porof
7db73e492c Bug 1025474 - Add more logging to netmonitor tests to figure out the current intermittent failures. r=rcampbell 2014-06-14 08:14:44 -04:00
Heather Arthur
be0b1b6fc0 Bug 984051 - Make reload action more prominent when first opening the network panel. r=vporof 2014-06-10 13:46:00 -04:00
Victor Porof
f275c8672d Bug 1022202 - Fix uncaught nsIScrollBoxObject.ensureElementIsVisible promise rejections in the netmonitor tests, r=dcamp 2014-06-12 12:16:58 -04:00
Victor Porof
502e903be5 Bug 989417 - Use Task.spawn in Netmonitor code to improve code readability, r=rcampbell 2014-03-31 11:14:47 -04:00
Victor Porof
ef7b988e94 Bug 989364 - Netmonitor should use CurlUtils to retrieve the request headers from upload stream, r=rcampbell 2014-03-31 11:14:46 -04:00
John Hood
b4cf158579 Bug 925275 - Make Network Monitor log requests persistent. r=vporof
Bug 925275: Added in a check to Services.prefs before clearing the screen in netmonitor-controller.js.
Added a new heading called Common Preferences and moved the Enable Persistent Logging checkbox there.
Added a new string to toolbox.dtd for the new heading.
TODO: Add a bug test to reflect these changes.
2013-12-12 15:38:30 -08:00
Victor Porof
44be8a9e11 Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans 2014-03-29 13:01:37 -04:00
Ed Morley
7b7e69675a Backed out changeset 894e40121370 (bug 917226) for browser-chrome failures; DONTBUILD since fixing commit message
CLOSED TREE
2014-03-27 19:09:29 +00:00
Ed Morley
94fd0585ad Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD 2014-03-27 19:07:31 +00:00
Victor Porof
1e99cd89c2 Bug 917226 - Build a canvas inspection tool, r=rcampbell 2014-03-27 18:57:16 +00:00
Victor Porof
edb8b333ef Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me 2014-03-27 12:24:00 -04:00
Ed Morley
773b2fdd6c Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures 2014-03-27 16:11:59 +00:00
Victor Porof
8f4d59d943 Bug 917226 - Build a canvas inspection tool, r=rcampbell 2014-03-27 10:21:37 -04:00
Thomas Andersen
7ccf5b36fd Bug 859059 - Implement "Copy as curl". r=msucan, r=vp 2014-03-20 02:02:08 +01: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
Thomas Andersen
c7e98f098b Bug 859059 - Implement "Copy as curl". r=msucan, r=vp 2014-03-20 02:02:08 +01:00
Mihai Sucan
51d1b51998 Bug 917227 - Part 1: network monitor client changes; r=ochameau 2014-03-07 14:14:53 +02:00
J. Ryan Stinnett
26967f4282 Bug 976679 - Move event-emitter to toolkit. r=paul 2014-02-25 22:22:05 -06:00
Victor Porof
8b67475fe5 Bug 859135 - Hovering over a request with an image response should show a popup displaying that image, r=rcampbell 2014-02-14 14:22:06 -05:00
Victor Porof
43cbb23d9e Bug 859136 - Requests with an image response should display a thumbnail near the file name, r=rcampbell 2014-02-14 14:22:06 -05:00
Victor Porof
593e79c2f5 Bug 956357 - "Preview Response" tab for HTML in the Network Monitor, r=rcampbell 2014-02-13 10:26:09 -05:00
Victor Porof
7516a5fb74 Bug 969448 - Netmonitor selected filter reset to "All" upon every new page request, r=rcampbell 2014-02-11 09:25:21 -05:00
Victor Porof
9d304c8315 Bug 946601 - Add performance statistics/piecharts in the Network Monitor, r=rcampbell 2014-02-01 08:37:53 +02:00
Jordan Santell
02a1c0f5a5 Bug 940538 - Convert network monitor to use Promise.jsm. r=benvie, r=vp 2013-12-02 11:34:47 -05:00
Anton Kovalyov
d34f4b1e3d Bug 929887 - Make the Network Monitor use CodeMirror. r=vporof 2013-10-24 10:08:17 -07:00
Brandon Benvie
dcc58a216a Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan 2013-10-01 13:17:20 -07:00