Commit Graph

61 Commits

Author SHA1 Message Date
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
Anton Kovalyov
b489d46929 Bug 912260 - Make Scratchpad use CodeMirror. r=robcee r=msucan 2013-09-20 11:34:10 -07:00
Victor Porof
ef37026595 Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past 2013-09-13 16:23:13 +03:00
Victor Porof
b13d9e85ba Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan 2013-08-15 06:45:34 +03: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
Ryan VanderMeulen
cf3cecc1b5 Backed out changeset e2ac4f906a29 (bug 843019) for intermittent test failures. 2013-07-30 21:59:11 -04:00
Brandon Benvie
0085a7ce32 Bug 843019 - Variables view input filter doesn't work until you press Escape. r=vp, r=msucan 2013-07-30 16:07:59 -07:00
Victor Porof
c43df5d1da Bug 892413 - Followup fixes for bug 887605, r=harth 2013-07-11 13:00:34 +03:00
Panos Astithas
e1057e0bc3 Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker 2013-07-11 10:12:20 +03:00
Minarto Margoliono
55790f86d1 Bug 887605 - Add "Copy URL" context menu item to Netmonitor; r=harth 2013-07-10 18:50:16 -07:00
Victor Porof
13f9bd76f5 Bug 886848 - Chain promises on netmonitor initialization/destruction to remove some redundancy, r=past 2013-07-10 11:40:51 +03:00
Heather Arthur
de21e1dd0c Bug 731311 - Network monitor should allow to replay and edit requests; r=vporof 2013-06-26 12:09:59 +03:00
Victor Porof
b35697adac Backed out changeset 5414c83bb989 for having the wrong patch author, r=me 2013-06-26 12:06:07 +03:00
Victor Porof
16391c6184 Bug 731311 - Network monitor should allow to replay and edit requests; r=vporof 2013-06-26 09:00:49 +03:00
Victor Porof
3e80672cb9 Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
Victor Porof
11ab9886c6 Bug 877351 - Network Panel is broken on RTL UI, r=rcampbell 2013-06-06 09:53:09 +03:00
Victor Porof
5a686fa78b Bug 873225 - Totals for displayed file sizes, r=rcampbell 2013-05-30 21:46:36 +03:00
Victor Porof
68a7ede50e Bug 859046 - Implement filtering out certain types of requests, r=rcampbell
* * *
Bug 873761 - Several "XUL box for hbox element contained an inline #text child, forcing all its children to be wrapped in a block." warnings for netmonitor.xul, r=rcampbell
2013-05-24 20:53:10 +03:00
Victor Porof
dfc83ae015 Bug 868380 - Lazily populate tabs in the network request details pane, r=dcamp 2013-05-14 20:03:24 +03:00