Commit Graph

307 Commits

Author SHA1 Message Date
Jan Odvarko
118464df95 Bug 1184889 - Make HAR API extensible. r=jryans 2015-07-17 12:18:00 +02:00
J. Ryan Stinnett
ac312da864 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
Veeti Paananen
101fcb8539 Bug 1170035 - Always show protocol version in network monitor. r=vp 2015-06-02 02:30:00 -04:00
Jan Odvarko
4dd11bd0e9 Bug 1167080 - Use WebConsoleClient.getString. r=jryans 2015-06-18 09:44:43 +02:00
Jan Odvarko
f7489d4ccb Bug 1167080 - HAR export automation. r=jryans 2015-06-17 14:34:45 +02:00
Jan Odvarko
f61ce95d61 Bug 1171408 - Move NetworkEventsHandler.getString into WebConsoleClient. r=past
--HG--
extra : rebase_source : af67f7621d4f3a8b98f27807735f3a982987f9ee
2015-06-17 16:27:20 +02:00
Brian Grinstead
512f226159 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
517ed6befa Bug 1143224 - Add new requests to the netmonitor view asynchronously;r=jsantell 2015-06-12 08:35:38 -07:00
Panos Astithas
ba06ad7763 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
0b43d41761 Backed out changeset 51234d23d640 (bug 1160837) for browser_projecteditor_contextmenu_02.js failures.
--HG--
extra : rebase_source : e31d51bfb853753e29f8f8713b159848c772109f
2015-06-11 14:18:46 -04:00
Panos Astithas
c5cac507e2 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
de67b06885 Backed out changeset fd60bc4207c6 (bug 1160837) for dt/dt2 test failures 2015-06-10 11:37:33 +02:00
Panos Astithas
fee5b3b0cc 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
2ff51f21a3 Bug 859058 - Improve error handling; r=jlongster a=kwierso
--HG--
extra : amend_source : 2f8b3260d252fe1d151b4c0e114aa635c9ee0f24
2015-06-04 09:56:47 +02:00
Jan Odvarko
3fed81155c Bug 859058 - Export content of the Network panel as HAR; r=jsantell, r=jlongster 2015-06-03 17:31:35 +02:00
Patrick Brosset
8c2aaa42cf 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.

--HG--
extra : rebase_source : d7b6f639634b64dc084d0835a5fb36c9720a87e7
2015-05-28 09:30:03 +02:00
Patrick Brosset
f74b4d25f0 Bug 1168077 - Remove remaining spidermonkey js specific syntax from browser/devtools; r=miker
--HG--
extra : rebase_source : 15f48894284051c2f10d9b71c94d7074f893002a
2015-05-25 14:42:51 +02:00
Sami Jaktholm
269fbab986 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
3ffa8d565d Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan 2015-05-21 21:49:30 +01:00
Jeff Walden
83591bfe77 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
--HG--
extra : rebase_source : f622a4e7f977d90c1bb7b6a606fea5cc2911893a
2015-04-17 21:57:50 -07:00
Jarda Snajdr
3d489005e5 Bug 1162677 - Show nicer URLs in netmonitor. r=janx 2015-05-12 15:16:25 +02:00
Jan Keromnes
58e3cd94d4 Bug 1158144 - Implement "Copy POST Data" context menu item. r=vporof 2015-05-14 08:30:00 -04:00
Jan Keromnes
3b82459ced Bug 1158144 - Fix "Copy URL Parameters" line separation on Windows. r=vporof 2015-05-14 08:30:00 -04:00
Brian Grinstead
76867ea1e5 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
e1b273a179 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
0ad1685cde Bug 862341 Part 4: Start recording network requests when the toolbox opens. r=vporof 2015-05-07 20:38:22 +03:00
Panos Astithas
42164a66ce Bug 862341 Part 3: Display cached network requests in the network panel. r=vporof 2015-05-07 20:38:21 +03:00
Panos Astithas
968c753795 Bug 862341 Part 2: Display cached network requests in the web console. r=vporof 2015-05-07 20:38:20 +03:00
Jan Keromnes
0b6c76ca9b 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
8e0f60c8dd Bug 1150717 - Implement "Copy URL Parameters" context menu item. r=bgrins 2015-05-06 23:42:00 +02:00
Jan Keromnes
857effa8e8 Bug 1150717 - Test request with no params in the Network Monitor. r=brings 2015-05-06 06:49:00 +02:00
ziyunfei
e1db0f779e 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
05e8ecba11 Bug 982319 - Unzipping response boddies in network monitor when needed. r=ochameau 2015-04-29 10:18:27 +02:00
Jan Keromnes
fbaf1d4482 Bug 1150715 - Implement "Copy Request/Response Headers" context menu items. r=jsantell 2015-04-28 07:58:00 -04:00
James Long
cc0aeb3f6e Bug 764958 - Show cached network requests in the net monitor. r=jsantell 2015-04-24 14:57:00 -04:00
Jan Keromnes
06b8c90f7c Bug 1150697 - Fix confusing messages in Network Monitor tests. r=bgrins 2015-04-20 11:10:09 -07:00
Jan Keromnes
d72e8a4ead 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
accf522fd2 Bug 955933 - Allow copying the network response string. r=vporof 2015-04-16 14:31:41 -04:00
Aaron Graham
2e105f3c08 Bug 892229 - Ctrl+F / Cmd+F should search/filter requests. r=vporof 2015-04-06 15:11:00 -04:00
Panos Astithas
e4b9084401 Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
Carsten "Tomcat" Book
0d5796d62d 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
f11bb0fb8a Bug 955933 - Allow copying the network response string. r=vporof 2015-03-31 16:17:00 +02:00
Tom Tromey
0046046758 Bug 1124456 - Check channel's contentPolicyType to see if it is XMLHttpRequest. r=vporof 2015-03-27 06:00:00 -04:00
Sami Jaktholm
b56c43ff6c 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
2e9b75c94b 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
8e389f1730 Merge inbound to m-c a=merge CLOSED TREE 2015-03-09 18:27:28 -07:00
Masatoshi Kimura
090fdef055 Bug 1106470 - Drop SSLv3 support from devtools. r=vporof 2015-03-10 01:23:00 +09:00
Patrick Brosset
fd8a84a882 Bug 1137694 - Avoid calling content methods directly in browser_net_sort-03.js; r=past
--HG--
extra : rebase_source : 032a534ec480cdc0650f785ed9eb6ccd84b2d12c
2015-03-02 12:06:41 +01:00
Phil Ringnalda
9ac240c1f9 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
Alexandre Poirot
9ddabe8061 Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans 2015-02-26 03:55:00 +01:00