Wes Kocher
c0e1236f1a
Merge autoland to m-c a=merge
...
MozReview-Commit-ID: LFtpTAueYrF
2017-06-20 18:24:29 -07:00
Oriol
dde8de6908
Bug 1370139 - Escape slashes in TreeView paths. r=Honza
...
--HG--
extra : rebase_source : 585f600997add696550b2b04ff562cc31b463f32
2017-06-20 05:27:00 -04:00
Paolo Amadini
10ee6a5c4e
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
...
Changes to Promise tests designed to test .then(null) have been reverted, and the browser/extensions directory was excluded because the projects it contains have a separate process for accepting changes.
MozReview-Commit-ID: 1buqgX1EP4P
--HG--
extra : rebase_source : 3a9ea310d3e4a8642aabbc10636c04bfe2e77070
2017-06-19 11:32:37 +01:00
Ricky Chien
f0d22f42e7
Bug 1373594 - Fix broken automatic HAR logs exported r=Honza
...
MozReview-Commit-ID: LEWZsBYk9vT
--HG--
extra : rebase_source : a83d67243e1196c43abadd1e04c35cf4666ff89e
2017-06-20 17:58:09 +08:00
Carsten "Tomcat" Book
3271bd7354
Merge mozilla-central to autoland
2017-06-19 14:52:55 +02:00
Jan Odvarko
6eb9021d1a
Bug 1374042 - Fix vertical scrollbar; r=ntim
...
MozReview-Commit-ID: 9nOj5uMXFPj
--HG--
extra : rebase_source : dba63418555f65ffddf769e98b2d59fa6825ae10
2017-06-19 11:57:59 +02:00
Sebastian Hengst
1f7d31312c
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-06-18 20:50:40 +02:00
Paolo Amadini
585fbe6cec
Bug 1242505 - Detect unhandled rejections of native Promises in browser-chrome tests. r=Mossop
...
The browser-chrome test suite now detects and reports unhandled rejections of native Promises, in addition to those created by Promise.jsm. The whitelisting mechanism is updated to use primarily the PromiseTestUtils.expectUncaughtRejection function. Tests will fail if a rejection that is not whitelisted occurs, or if a whitelisted rejection does not occur anymore.
MozReview-Commit-ID: 1beGB5GG8Ty
--HG--
extra : rebase_source : b6573f8e2001f91d0e5a50f6376b191459549e94
extra : intermediate-source : 0411e687044ecc7b56684196238e6e6e68a9d685
extra : source : 8d53be05afc59519c5ce8cfae96d284a972fda71
2017-06-18 08:05:06 +01:00
Masatoshi Kimura
3231cb3535
Bug 1372886 - Remove dead parameters from nsIConverterInputStream.init(). r=hsivonen
...
MozReview-Commit-ID: GliLHLsUWjt
--HG--
extra : rebase_source : 50d3f4680a498125ddf600b0d64f6740b0229f80
2017-06-17 19:30:09 +09:00
Jan Odvarko
cc4ada49d0
Bug 1372737 - Use URL base name as the default file name for save as; r=gasolin
...
MozReview-Commit-ID: CSyh84N9fYs
--HG--
extra : rebase_source : bbebbcb11c196ac87bc8162c3ecc7abb7244154b
2017-06-14 10:45:51 +02:00
Jan Odvarko
cd9c7c39f3
Bug 1372840 - Fix link to the debugger; r=rickychien
...
MozReview-Commit-ID: 5gUyVoZ4sQO
--HG--
extra : rebase_source : 95a135d159e8a0e58ddfe006b002dae891781e34
2017-06-14 11:39:25 +02:00
Michael Brennan
7b41e4e729
Bug 1357964 - Rotate network-details-panel-toggle button in vertical mode. r=honza
2017-05-05 14:15:00 -04:00
Ruturaj K. Vartak
e36c14f1c4
Bug 1368431 - Add network monitor tests for searchbox autocomplete. r=ntim
2017-06-11 22:02:00 -04:00
gabriellesc
ca255feb47
Bug 1359681 - Tap timeline column to open the timing sidebar panel. r=gasolin
2017-06-07 11:29:45 -04:00
Ruturaj K. Vartak
58a62d7ade
Bug 1364093 - After a space and character, autocomplete should be shown for all flags. r=ntim, jdescottes.
...
MozReview-Commit-ID: JTPvHLBzIB0
2017-06-07 21:51:00 +02:00
Jan Odvarko
e7098b2e0e
Bug 1370171 - Remove sdk/core/heritage from Netmonitor; r=rickychien
...
MozReview-Commit-ID: H4Dj0As4eiY
--HG--
extra : rebase_source : 41d0084f27f1afc591c7e330fbda7a8da210b622
2017-06-05 12:16:11 +02:00
Joel Maher
b44356bc28
Bug 1368364 - backout bug 1242505 as it causes browser/modules/ intermittent failures. r=paolo
2017-06-03 10:34:14 +02:00
Ben Kelly
f4ff1ce1bb
Bug 1363829 P17 Make browser_net_simple-request-data.js wait for all async tests to complete before finishing. r=honza
2017-05-31 17:13:20 -07:00
Vangelis Katsikaros
5b0d0871ba
Bug 736882 - Request/response details should indicate whether SPDY was used. r=Honza
...
MozReview-Commit-ID: HjzDT76m6Ix
--HG--
extra : rebase_source : a10ff2f87a2dd5fc49571d31154e5a26a26d2e2d
2017-05-25 10:59:42 +03:00
Matt R
2e9549a22a
Bug 1363914 - Added tests for filter flags: protocol, domain, remote-ip, has-response-headers, cause, transferred, larger-than and size; r=Honza
...
MozReview-Commit-ID: 5074qyestx8
--HG--
extra : rebase_source : 17362288319ae5aad0e6d091b50ee2aa843df7a4
2017-05-23 19:18:37 +01:00
Jan Odvarko
61dd3d3ad2
Bug 1366723 - Fix URL of netmonitor.css r=ochameau
...
MozReview-Commit-ID: C5rXWuGbzmL
--HG--
extra : rebase_source : 2e606de84553159a36436800c320f9f64195afc6
2017-05-23 18:02:39 +02:00
Paolo Amadini
d7513d1e02
Bug 1242505 - Part 3 - Detect unhandled rejections of native Promises in browser-chrome tests. r=Mossop
...
The browser-chrome test suite now detects and reports unhandled rejections of native Promises, in addition to those created by Promise.jsm. The whitelisting mechanism is updated to use primarily the PromiseTestUtils.expectUncaughtRejection function. Tests will fail if a rejection that is not whitelisted occurs, or if a whitelisted rejection does not occur anymore.
MozReview-Commit-ID: 1beGB5GG8Ty
--HG--
extra : rebase_source : 64395c5fdf25deebd60dfbf2cf5df3cbf7ca8abb
extra : amend_source : 0a3f13419c050662680f2bd110d724b3bf991732
extra : source : 8d53be05afc59519c5ce8cfae96d284a972fda71
2017-05-28 11:46:45 +01:00
Sebastian Hengst
8d47870cdc
Backed out changeset 8d53be05afc5 (bug 1242505)
2017-05-28 11:31:12 +02:00
Paolo Amadini
8edd3b1d5c
Bug 1242505 - Part 3 - Detect unhandled rejections of native Promises in browser-chrome tests. r=Mossop
...
The browser-chrome test suite now detects and reports unhandled rejections of native Promises, in addition to those created by Promise.jsm. The whitelisting mechanism is updated to use primarily the PromiseTestUtils.expectUncaughtRejection function. Tests will fail if a rejection that is not whitelisted occurs, or if a whitelisted rejection does not occur anymore.
MozReview-Commit-ID: 1beGB5GG8Ty
--HG--
extra : rebase_source : 59e5b84cb431f3ca28287d30a3da8fbea1363ec5
2017-05-25 15:00:35 +01:00
Jan Odvarko
4227a8d66d
Bug 1360458 - Fix status-bar top border; r=gasolin
...
MozReview-Commit-ID: DndTDIY3NGH
--HG--
extra : rebase_source : 7e005e6de4e8b40c190d029dafdfc8df66527222
2017-05-23 17:03:50 +02:00
Tom Tromey
662cf5a1e6
Bug 1361853 - use client-side source map service in network monitor; r=Honza
...
MozReview-Commit-ID: A0lDkK12x8E
--HG--
extra : rebase_source : c7a2389126289a8390780a308487936f26ceab5f
2017-05-10 14:07:06 -06:00
Ricky Chien
86592cb3ea
Bug 1363553 - Do not decode url before parsing query string r=Honza
...
MozReview-Commit-ID: 6GZjI8UybuA
--HG--
extra : rebase_source : fb203843d582bb8e70bc4073f73800c1fb643bd6
2017-05-18 23:04:35 +08:00
Ruturaj K. Vartak
7a92e7ba6b
Bug 1364092 - Added negative filtering for Network Monitor autocomplete. r=jdescottes
...
MozReview-Commit-ID: E2DetGV1GWW
--HG--
extra : rebase_source : 895ff4235360ab0a2d5145f313ac602ee40dc250
extra : amend_source : b8ac9345175c9d1f0af7024d59bf7ac4682af01f
2017-05-22 09:20:41 +02:00
Ricky Chien
52a8cbb4a3
Bug 1365635 - Fix payload queue and damp regression r=Honza
...
MozReview-Commit-ID: 4mW6pH2CeQN
--HG--
extra : rebase_source : b4d3c6312e1ef5354c124067f42f79748d52d9d4
2017-05-17 23:53:00 +08:00
Ricky Chien
26780e1ae4
Bug 1359433
- Fix intermittent browser_net_truncate.js test r=Honza
...
MozReview-Commit-ID: Jd4eyHMrijz
--HG--
extra : rebase_source : 9c2eb0d196b3bb2889d144b4bcdf3fb723658bb8
2017-05-17 20:23:45 +08:00
Vangelis Katsikaros
f3c162e4e1
Bug 1356871 - Add timing related columns. r=Honza
...
MozReview-Commit-ID: 24Ja9oOjNyN
--HG--
extra : rebase_source : d6dc801796e6e22ae17fb719a28c2ae585f3e00b
2017-05-01 23:02:10 +03:00
Matt R
4b4e7d2ae0
Bug 1361473 - Add filter option for network requests checking for transferred size being larger than specified value. r=Honza
...
MozReview-Commit-ID: LJeENle7t20
--HG--
extra : rebase_source : 7f008215bdf19ed55c9644cc3a36bc20d6b0d2de
2017-05-13 00:06:39 +01:00
Ruturaj K. Vartak
eeb5e9e9e1
Bug 1354504 - Add autocomplete to network monitor search box. r=jdescottes, ntim
...
MozReview-Commit-ID: KojxbqOAJAQ
2017-05-11 04:25:00 +01:00
Iris Hsiao
140ea4f78b
Backed out changeset d5d0e32f5904 (bug 1354504) for devtool perma-failing in browser_net_filter-flags.js. a=backout
...
--HG--
extra : amend_source : 150de2fdee4a5695703ad5937a5c1131929643c1
2017-05-12 10:13:19 +08:00
Wes Kocher
f1c0f35ea6
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: HCapLqbD816
2017-05-11 17:30:41 -07:00
Sebastian Hengst
91464e0328
Backed out changeset 7a8413473cd7 (bug 1361473) for failing own test. r=backout
2017-05-11 14:15:01 +02:00
Sebastian Hengst
38f4b16e9a
Backed out changeset 7c7707bb58b0 (bug 1361473)
2017-05-11 14:14:14 +02:00
Matt R
d1954ff1cd
Bug 1361473 - Added new test case for 'transferred-larger-than' filter; r=Honza
...
MozReview-Commit-ID: Gk8ee3uzwc0
--HG--
extra : rebase_source : 07bd2483b27f73bb25db4ecc5c7d0ac557a5ab97
2017-05-10 20:28:19 +01:00
Matt R
848f9b688d
Bug 1361473 - Implemented new 'transferred-larger-than' filter; r=Honza
...
MozReview-Commit-ID: FBGj1YnMaJt
--HG--
extra : rebase_source : 440fea57f325de4a67e374bce3540a5c15882227
2017-05-07 01:05:20 +01:00
Vangelis Katsikaros
b777047482
Bug 1360473 - Add tests for network requests cookie-related filter options. r=Honza
...
MozReview-Commit-ID: 36VyUnR3aGD
--HG--
extra : rebase_source : ae2ced87c8f542810913918395a420ec9e8dc321
2017-05-07 12:36:35 +03:00
Ruturaj K. Vartak
2495fc9d15
Bug 1354504 - Add autocomplete to network monitor search box. r=jdescottes, ntim
...
MozReview-Commit-ID: KsMFZtSEw6a
2017-05-11 04:25:00 +01:00
Wes Kocher
0070a44b21
Backed out 3 changesets (bug 469228) for being a possible cause of frequent test_animSVGImage.html failures a=backout
...
Backed out changeset 1431c80b02ef (bug 469228)
Backed out changeset 8d46046a7367 (bug 469228)
Backed out changeset 2e22c0308a7e (bug 469228)
MozReview-Commit-ID: AMRASDPCWu3
--HG--
extra : rebase_source : 46b5ee0f67ffeaec31e1ef379a2e86c20cdee989
2017-05-10 10:13:54 -07:00
Carsten "Tomcat" Book
455239782b
Merge mozilla-central to mozilla-inbound
2017-05-10 15:30:44 +02:00
Kershaw Chang
2dd6b7d519
Bug 469228 - Part2: Modify tests that can not pass, r=Waldo
2017-05-10 03:49:00 +02:00
Vangelis Katsikaros
8e6d07eea7
Bug 1358956 - Remove the first separator from the status bar. r=Honza
...
MozReview-Commit-ID: JyxmI475sog
--HG--
extra : rebase_source : a8688d0a0ddce7148dda18c5ce699f6a3fbd57ee
2017-04-30 15:41:52 +03:00
Carsten "Tomcat" Book
6ae9b7bb71
Merge mozilla-central to autoland
...
--HG--
rename : browser/base/content/gcli_sec_bad.svg => devtools/client/themes/images/gcli_sec_bad.svg
rename : browser/base/content/gcli_sec_good.svg => devtools/client/themes/images/gcli_sec_good.svg
rename : browser/base/content/gcli_sec_moderate.svg => devtools/client/themes/images/gcli_sec_moderate.svg
2017-05-05 15:27:55 +02:00
Carsten "Tomcat" Book
fdc689ba16
merge mozilla-inbound to mozilla-central a=merge
2017-05-05 15:17:26 +02:00
Michael Brennan
6abfb0bad6
Bug 1359682 - Open Netmonitor response panel when clicking on file thumbnail. r=gasolin
2017-05-04 05:07:00 +08:00
Ricky Chien
da1823f076
Bug 1344160 - Fix mochitest failures r=Honza
...
MozReview-Commit-ID: JkF1WCdLmt8
--HG--
extra : rebase_source : d6c1e0bf147023c177ac098ecbfce7bb86738a5f
2017-04-29 23:20:49 +08:00
Ricky Chien
ffb7c92d26
Bug 1344160 - Refactor netmonitor-controller.js r=Honza
...
MozReview-Commit-ID: JPUB83Qsmav
--HG--
extra : rebase_source : 32f3d355d4ba0f79dc06b7394b6fa265c509990b
2017-04-29 23:20:24 +08:00