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
Alexandre Poirot
bebe410bdc
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
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
Carsten "Tomcat" Book
95fa25aa48
Merge mozilla-central to mozilla-inbound
2015-02-16 16:14:51 +01:00
Sami Jaktholm
3566aaa2c7
Bug 1128352 - Align labels by baseline in netmonitor security tab. r=vporof
2015-02-13 08:21:22 +02: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
Mike Taylor
22294aa44d
Bug 1129055 - Make headers summary URL value selectable. r=vporof
2015-02-06 13:30:37 -08: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
Boris Zbarsky
25dee35220
Bug 1107443 part 1. Stop defining non-configurable properties on the window in devtools. r=jimb
2015-01-23 09:54:14 -05:00