Commit Graph

206 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
Brian Grinstead
52906e4159 Bug 1143224 - Add new requests to the netmonitor view asynchronously;r=jsantell 2015-06-12 08:35:38 -07:00
Panos Astithas
824a13e90f Bug 1160837 - The network panel should only record beacons from the monitored page. r=ochameau
This reverts commit bb89c9ca50a8302ada661e4d10e5090936587fad.
2015-06-11 16:38:13 -04:00
Ryan VanderMeulen
64539252b4 Backed out changeset 51234d23d640 (bug 1160837) for browser_projecteditor_contextmenu_02.js failures. 2015-06-11 14:18:46 -04:00
Panos Astithas
8334241cf1 The network panel should only record beacons from the monitored page (bug 1160837). r=ochameau
This reverts commit bb89c9ca50a8302ada661e4d10e5090936587fad.
2015-06-11 18:08:12 +03:00
Carsten "Tomcat" Book
8b199fef4f Backed out changeset fd60bc4207c6 (bug 1160837) for dt/dt2 test failures 2015-06-10 11:37:33 +02:00
Panos Astithas
9662264009 The network panel should only record beacons from the monitored page (bug 1160837). r=ochameau 2015-06-10 10:04:16 +03:00
Jan Odvarko
3a645f68dc Bug 859058 - Export content of the Network panel as HAR; r=jsantell, r=jlongster 2015-06-03 17:31:35 +02:00
Patrick Brosset
b0fc02b334 Bug 1166189 - ESLint configuration files for devtools; r=tromey
Adds a global .eslintrc file for all source files in /browser/devtools.
This file defines a set of global variables that are commonly used in
/browser/devtools code.
The files that import modules with Cu.import will need to define their
own globals as /* globals ... */ comments.
This file also defines the configuration for all the rules we want to
use.

This also adds a set of .eslintrc files, one per test directory in
/browser/devtools. Each of these files extend from one of 2 parent config
files: .eslintrc.xpcshell or .eslintrc.mochitest.
The parent config define the set of globals these types of tests have
access to (test runner functions, assertion functions, etc.).

Finally, this also adds .eslintrc files in /toolkit/devtools for code and
tests, which just extend from their counterparts in /browser/devtools.
2015-05-28 09:30:03 +02: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
Jeff Walden
fe1a37071d Bug 1155900 - Make destructuring right-hand-side expressions that correspond to left-hand-side object patterns pass the RequireObjectCoercible gauntlet before any properties are destructured out of them. r=shu 2015-04-17 21:57:50 -07: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
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
Brian Grinstead
53ee6a1ea2 Bug 1143224 - Use getBoundsWithoutFlushing and scroll less often in the SideMenuWidget to speed up the netmonitor UI;r=vporof 2015-05-10 11:55:27 -07: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
Jan Keromnes
67782428dd Bug 1150717 - Implement "Copy URL Parameters" context menu item. r=bgrins 2015-05-06 23:42:00 +02:00
Jan Keromnes
8a875c0856 Bug 1150717 - Test request with no params in the Network Monitor. r=brings 2015-05-06 06:49: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
Gabor Krizsanits
835445c122 Bug 982319 - Unzipping response boddies in network monitor when needed. r=ochameau 2015-04-29 10:18:27 +02: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
7258f886e6 Bug 1150697 - Fix confusing messages in Network Monitor tests. r=bgrins 2015-04-20 11:10:09 -07: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
Panos Astithas
a936ed870b Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03: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
Tom Tromey
e9dd44b50e Bug 1124456 - Check channel's contentPolicyType to see if it is XMLHttpRequest. r=vporof 2015-03-27 06:00:00 -04:00
Sami Jaktholm
fd1b692805 Bug 1142633 - Fix intermittent netmonitor e10s test failures caused by dead CPOW usage. r=vporof 2015-03-12 20:39:43 +02:00
Sami Jaktholm
41859899dd Bug 1140739 - Don't expect any specific TLS version or cipher suite in browser_net_security-details.js. r=vporof 2015-03-07 22:40:28 +02:00
Wes Kocher
4bc71185fa Merge inbound to m-c a=merge CLOSED TREE 2015-03-09 18:27:28 -07:00
Masatoshi Kimura
e02dab15e1 Bug 1106470 - Drop SSLv3 support from devtools. r=vporof 2015-03-10 01:23:00 +09:00
Patrick Brosset
f82db5b871 Bug 1137694 - Avoid calling content methods directly in browser_net_sort-03.js; r=past 2015-03-02 12:06:41 +01:00
Phil Ringnalda
8c68526572 Bug 1140739 - Adjust browser_net_security-details.js's expectation of the label for a TLSv1.2 connection following the bug 1137470 NSS 3.18RC0 update's increase of the default maximum enabled TLS version
CLOSED TREE
2015-03-07 11:44:08 -08: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
Ryan VanderMeulen
8cc4735416 Bug 1137694 - Disable browser_net_sort-03.js on Linux opt e10s.
CLOSED TREE
2015-02-27 09:29:58 -05:00
Abdelrhman Ahmed
454c60ec8d Bug 1121879 - Refactor ViewHelpers.L10N.numberWithDecimals to use toLocaleString. r=pbrosset 2015-02-24 21:57:00 -05:00
Victor Porof
7665575f81 Bug 1119023 - Timeline in new perf tool should filter out markers, r=jsantell 2015-02-25 17:40:20 -05:00
Sami Jaktholm
6734a4ad22 Bug 1123952 - Make values copyable in the netmonitor security tab. r=vporof 2015-02-15 13:22:37 +02:00
Masatoshi Kimura
bf85c9e971 Bug 1124039 - Allow RC4 only for whitelisted hosts. r=keeler 2015-02-19 04:12:58 +09:00
Masatoshi Kimura
45065273c8 Backout 9507662057de (bug 1130670) and c731517a47e8 (bug 1124039) due to compatibility issues 2015-02-16 19:55:15 +09:00
Sami Jaktholm
0d69d14202 Bug 1129116 - Part 2 - Use a frame script to perform requests in browser_net_filter-0?.js instead of directly calling debuggee CPOW. r=vporof 2015-02-10 14:12:26 +02:00
Masatoshi Kimura
a0f69855b1 Bug 1124039 - Enable RC4 only if ClientHelloVersion <= TLS 1.0. r=keeler 2015-02-10 22:29:51 +09: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
Sami Jaktholm
9b84b84882 Bug 932179 - Part 3: Fix intermittent timeout in browser_net_security-state.js. r=vporof 2015-01-07 09:38:00 +02: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