Commit Graph

128 Commits

Author SHA1 Message Date
Sami Jaktholm
6734a4ad22 Bug 1123952 - Make values copyable in the netmonitor security tab. r=vporof 2015-02-15 13:22:37 +02:00
Sami Jaktholm
33b871a262 Bug 1116428 - Part 2: Present SSLv3 and RC4 warnings in Network Monitor UI. r=vporof 2015-01-24 12:47:15 +02:00
Aaron Raimist
da5470f9f0 Bug 1042619 - Change 'width x height' letter x to a multiplication sign in devtools frontend. r=bgrins 2015-01-26 14:36:00 -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
c9be58ff1a Bug 1122507 - Fix the way the new network security tab toggles in the network panel now that we have the allTabs menu. r=past 2015-01-16 05:27:00 +01: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
Ryan VanderMeulen
2a2408987d Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures. 2014-12-11 11:28:30 -05:00
ziyunfei
af634a17e6 Bug 1102219 - Part 3: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2014-12-10 20:50:00 -05:00
Chris Peterson
55c53c0e3a Bug 1108305 - Remove deprecated let block from browser/devtools/netmonitor/netmonitor-view.js. r=vporof 2014-11-30 00:14:18 -08:00
Raphaël Lustin
2268aa2fa9 Bug 859133 - Add a plain request/response headers view. r=vporof 2014-10-01 08:09:00 -04:00
Victor Porof
17cc2da71a Bug 1064262 - The waterfall background should use mozSetImageElement instead of toDataURL. r=pbrosset 2014-09-08 09:50:00 -04:00
J. Ryan Stinnett
ee81faa1dc Bug 1038695 - Show all cookies in Net Monitor, not just first. r=vporof 2014-07-23 10:08:00 +02:00
Brian Grinstead
3a52fe6376 Bug 1031472 - Automatically reload all preferences in source editor. r=vporof,harth 2014-07-07 13:52:00 +02:00
Sami Jaktholm
8d21bb8290 Bug 997065 - Don't render multiple request header blocks if a request is inspected before it is finished. r=vporof 2014-07-02 10:16:00 -04: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
Veeti Paananen
ce31dfd08a Bug 999993 - netmonitor shows useless context menu separator. r=vporof 2014-06-24 01:42:08 +03: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
Mr Speaker
88c8bcf469 Bug 980903 - Remove inline click handler for back button. r=past 2014-04-22 13:25:21 -07: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
Victor Porof
6c39782e48 Bug 987310 - Tentatively relanded, as a backout of changeset a26977bf2252, a possibly incorrect assumption that it caused orange in bc2 linux tests, r=me 2014-03-26 16:08:02 -04:00
Carsten "Tomcat" Book
f0025834f6 Backed out changeset dff900f56c49 (bug 987310) for orange in bc2 linux tests 2014-03-26 15:45:17 +01:00
Victor Porof
e6f65fcd48 Bug 987310 - Sanitize the filter predicates loaded from the preferences, r=rcampbell 2014-03-24 15:39:18 -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
Victor Porof
8081ef48ff Bug 957952 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/netmonitor/test/browser_net_timing-division.js | There should be at least one division on the seconds time scale, r=rcampbell 2014-03-04 14:15:52 -05:00
Rob Campbell
b755a70163 Bug 972054 - Numeric status codes in the network monitor; r=vp 2014-03-03 11:13:00 -05:00
Victor Porof
2bb597a5ae Bug 972795 - NetMonitor should show "Request Headers From Upload Stream" in the Headers tab, not only as part of the Request Payload in the Params tab, r=rcampbell 2014-03-03 10:59:49 -05: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
20dbdd1cd5 Bug 895747 - DevTools Net Panel: cannot inspect contents of some POST messages, r=rcampbell 2014-02-13 15:15:42 -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
f484d5bef8 Bug 970815 - Clicking on a slice in the performance view doesn't sort the requests by the respective type only, r=rcampbell 2014-02-11 11:55:07 -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
Sami Jaktholm
2b2efaf0e8 Bug 876913: Network Monitor: Allow selection of multiple filters, r=vporof 2014-02-10 13:18:45 -05:00
Rob Campbell
f57f043f36 Bug 909251 - DevTools Themes - Improve UI for timeline in netmonitor; r=vporof 2014-02-03 13:10:00 -05:00
Rob Campbell
40cf2711c1 backout bug 909251; bad commit message; a=me 2014-02-06 13:03:11 -05:00
Rob Campbell
61a7ac6a29 Bug 909251 - DevTools Themes - Improve UI for timeline in netmonitor
Bug 909251 - DevTools Themes - Improve UI for timeline in netmonitor; r=vporof
2014-02-03 13:10:00 -05:00
Victor Porof
e9d237bc72 Bug 967378 - Part 2: Use proper plural form for 'total time' in charts, r=flod, rcampbell 2014-02-04 16:57:09 +02:00
Victor Porof
78a589c5f8 Bug 967378 - Part 1: Network statistics: don't rely on parseFloat to deal with numbers in the charts, r=rcampbell 2014-02-04 16:57:08 +02:00