Patrick Brosset
0d849bdbc4
Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker
2015-05-25 14:42:51 +02:00
Birunthan Mohanathas
fe337d7c5e
Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan
2015-05-21 21:49:30 +01:00
Jarda Snajdr
2ec0371e2e
Bug 1162677 - Show nicer URLs in netmonitor. r=janx
2015-05-12 15:16:25 +02:00
Jan Keromnes
c482ac12cd
Bug 1158144 - Implement "Copy POST Data" context menu item. r=vporof
2015-05-14 08:30:00 -04:00
Jan Keromnes
8b0aaa399b
Bug 1158144 - Fix "Copy URL Parameters" line separation on Windows. r=vporof
2015-05-14 08:30:00 -04:00
Jan Keromnes
48618e9e3f
Bug 1158046 - Add access keys to all context menu items in the Network panel. r=bgrins r=jsantell
2015-05-06 10:28:00 +02:00
Jan Keromnes
67782428dd
Bug 1150717 - Implement "Copy URL Parameters" context menu item. r=bgrins
2015-05-06 23:42:00 +02:00
ziyunfei
649e7033e4
Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
2015-04-30 00:32:05 +09:00
Jan Keromnes
ca42b6b669
Bug 1150715 - Implement "Copy Request/Response Headers" context menu items. r=jsantell
2015-04-28 07:58:00 -04:00
James Long
d823f04140
Bug 764958 - Show cached network requests in the net monitor. r=jsantell
2015-04-24 14:57:00 -04:00
Jan Keromnes
96e3378a2b
Bug 1150697 - Add IP address to the Network Monitor domain tooltip. r=bgrins
2015-04-20 11:10:05 -07:00
Pierre de La Morinerie
33ca9cc359
Bug 955933 - Allow copying the network response string. r=vporof
2015-04-16 14:31:41 -04:00
Aaron Graham
8e0df7c8cc
Bug 892229 - Ctrl+F / Cmd+F should search/filter requests. r=vporof
2015-04-06 15:11:00 -04:00
Carsten "Tomcat" Book
cd5e5d6d26
Backed out changeset 9b269f3bf1a5 (bug 955933) for dt test failures on a CLOSED TREE
2015-04-01 13:24:49 +02:00
Pierre de La Morinerie
7a08a6176f
Bug 955933 - Allow copying the network response string. r=vporof
2015-03-31 16:17:00 +02:00
Masatoshi Kimura
e02dab15e1
Bug 1106470 - Drop SSLv3 support from devtools. r=vporof
2015-03-10 01:23:00 +09: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
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