Commit Graph

308 Commits

Author SHA1 Message Date
Dragana Damjanovic
7e98252c2b Bug 1182066 - Enforce defaultLoadFlags for all requests. r=mayhemer 2015-07-21 09:23:00 -04:00
Jan Odvarko
845d5ee257 Bug 1184889 - Make HAR API extensible. r=jryans 2015-07-17 12:18:00 +02:00
J. Ryan Stinnett
7e2158acc2 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
Veeti Paananen
12606006c9 Bug 1170035 - Always show protocol version in network monitor. r=vp 2015-06-02 02:30:00 -04:00
Jan Odvarko
386b3ad38e Bug 1167080 - Use WebConsoleClient.getString. r=jryans 2015-06-18 09:44:43 +02:00
Jan Odvarko
97594ed2a1 Bug 1167080 - HAR export automation. r=jryans 2015-06-17 14:34:45 +02:00
Jan Odvarko
680c7fffdb Bug 1171408 - Move NetworkEventsHandler.getString into WebConsoleClient. r=past 2015-06-17 16:27:20 +02:00
Brian Grinstead
fc2b372cfb Bug 1164728 - Scroll to bottom in netmonitor synchronously after inserting a batch of requests;r=vporof 2015-06-12 14:40:21 -07: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
8f31933b95 Bug 859058 - Improve error handling; r=jlongster a=kwierso 2015-06-04 09:56:47 +02: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
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
Birunthan Mohanathas
fe337d7c5e Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan 2015-05-21 21:49:30 +01: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
Jan Keromnes
8b0aaa399b Bug 1158144 - Fix "Copy URL Parameters" line separation on Windows. 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
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
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
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