Sylvestre Ledru
7c309095ea
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
...
Please note that it is the first reformat with clang-format 9
I only saw a fix in the .mm file
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D49056
--HG--
extra : moz-landing-system : lando
2019-10-21 14:13:44 +00:00
Christian Holler
8ee02ecac8
Bug 1589374
- Add FTP fuzzing target for downloading a file. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D49615
--HG--
extra : moz-landing-system : lando
2019-10-18 21:02:14 +00:00
Jean-Yves Avenard
e6d0e7dfda
Bug 1588899 - P1. Move classification flags related method to nsIClassifiedChannel. r=Ehsan,baku
...
This is where it should have been in the first place. Those attributes belong there.
Differential Revision: https://phabricator.services.mozilla.com/D49577
--HG--
extra : moz-landing-system : lando
2019-10-19 04:30:24 +00:00
Valentin Gosu
e909f76c59
Bug 1587875 - Clear TRR cache entries when changing DoH servers r=kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D49093
--HG--
extra : moz-landing-system : lando
2019-10-14 14:57:38 +00:00
Valentin Gosu
ca8206c9cd
Bug 1580976 - Check that moz-http2.js is working before running test_trr.js r=JuniorHsu
...
Differential Revision: https://phabricator.services.mozilla.com/D49309
--HG--
extra : moz-landing-system : lando
2019-10-15 16:40:06 +00:00
Valentin Gosu
92caaefe3b
Bug 1582472 - Exclude DHCP Search Suffixes from TRR r=kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D49094
--HG--
extra : moz-landing-system : lando
2019-10-15 13:24:49 +00:00
Coroiu Cristina
276d70755b
Backed out changeset 9042c3ee2c0b (bug 1582472) for xpcshell failures at toolkit/components/downloads/test/unit/test_DownloadIntegration.js on a CLOSED TREE
2019-10-15 15:57:24 +03:00
Valentin Gosu
8e8390fdfa
Bug 1582472 - Exclude DHCP Search Suffixes from TRR r=kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D49094
--HG--
extra : moz-landing-system : lando
2019-10-15 11:49:54 +00:00
Nika Layzell
7a66ccf8ea
Bug 1578507 - Remove browser_cross_process_redirect test r=valentin
...
This test was originally written to test HTTPResponseProcessSelection before it
was hooked up into the process switch machinery. It hooks into some parts of the
process switch process which should probably be removed in the future (such as
overriding the child listener component registration), and is broken under
fission anyway.
Differential Revision: https://phabricator.services.mozilla.com/D47313
--HG--
extra : moz-landing-system : lando
2019-10-14 21:08:16 +00:00
Ben Campbell
901747f2fb
Bug 1587199 - Fix test_parse_content_type.js under Thunderbird. r=valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D48627
--HG--
extra : moz-landing-system : lando
2019-10-09 08:10:05 +00:00
Valentin Gosu
47305d3076
Bug 1533957 - Test that request is cancelled before being removed from a loadGroup r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D47076
--HG--
extra : moz-landing-system : lando
2019-10-07 12:18:11 +00:00
Valentin Gosu
bbd9200052
Bug 1531405 - Gather telemetry on cross-origin style sheet Content-Type headers r=JuniorHsu
...
Differential Revision: https://phabricator.services.mozilla.com/D47906
--HG--
extra : moz-landing-system : lando
2019-10-04 12:47:48 +00:00
Christian Holler
f70069f09e
Bug 1562283 - FTP fuzzing target for the Necko fuzzing layer. r=michal
...
Depends on D47448
Differential Revision: https://phabricator.services.mozilla.com/D47449
--HG--
extra : moz-landing-system : lando
2019-10-07 10:18:50 +00:00
Valentin Gosu
0e400d4cbe
Bug 1586755 - Fix Json::Reader deprecated warning in TestMozURL r=JuniorHsu
...
Differential Revision: https://phabricator.services.mozilla.com/D48350
--HG--
extra : moz-landing-system : lando
2019-10-07 15:06:08 +00:00
Christian Holler
484600f3bd
Bug 1584537 - Support multiple connections in the Necko fuzzing layer. r=dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D47448
--HG--
extra : moz-landing-system : lando
2019-10-07 10:18:37 +00:00
Sylvestre Ledru
f12b9fa5c3
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D47737
--HG--
extra : moz-landing-system : lando
2019-10-06 18:29:55 +00:00
Csoregi Natalia
8768a4f5e3
Backed out 7 changesets (bug 1576714) for fission permafailures on test_bug590812.html. a=backout
...
Backed out changeset d0c49f00eb91 (bug 1576714)
Backed out changeset faecc9f35b49 (bug 1576714)
Backed out changeset 2e156655c31e (bug 1576714)
Backed out changeset eece722082c7 (bug 1576714)
Backed out changeset ebda40f96884 (bug 1576714)
Backed out changeset 7dce423417d8 (bug 1576714)
Backed out changeset 9a5072019168 (bug 1576714)
2019-10-05 00:08:33 +03:00
Nika Layzell
2a228afa83
Bug 1576714 - Part 6: Remove browser_cross_process_redirect test, r=valentin
...
This test was originally written to test HTTPResponseProcessSelection before it
was hooked up into the process switch machinery. It hooks into some parts of the
process switch process which should probably be removed in the future (such as
overriding the child listener component registration), and is broken under
fission anyway.
Differential Revision: https://phabricator.services.mozilla.com/D47313
--HG--
extra : moz-landing-system : lando
2019-10-03 21:40:35 +00:00
Cosmin Sabou
66724802d8
Backed out 3 changesets (bug 1533957) for linux fission failures. CLOSED TREE
...
Backed out changeset 93dc3aae76fe (bug 1533957)
Backed out changeset aa6ab3f678cc (bug 1533957)
Backed out changeset 19d46cc8b80f (bug 1533957)
2019-10-03 21:38:39 +03:00
Valentin Gosu
58bbe88106
Bug 1533957 - Test that request is cancelled before being removed from a loadGroup r=bzbarsky
...
Depends on D46591
Differential Revision: https://phabricator.services.mozilla.com/D47076
--HG--
extra : moz-landing-system : lando
2019-10-02 15:23:52 +00:00
Valentin Gosu
69224531f0
Bug 1585748 - Update test_trr.js to account for network.trr.request-timeout being renamed r=agrover
...
Differential Revision: https://phabricator.services.mozilla.com/D47965
--HG--
extra : moz-landing-system : lando
2019-10-02 20:47:05 +00:00
Brindusan Cristian
950e03660b
Backed out 6 changesets (bug 1576714) for build bustages at nsFrameLoaderOwner.cpp. CLOSED TREE
...
Backed out changeset 083967e704d2 (bug 1576714)
Backed out changeset b3467f1bdde7 (bug 1576714)
Backed out changeset 88e3b4b7fbaf (bug 1576714)
Backed out changeset b91221da32c7 (bug 1576714)
Backed out changeset 6996b7705f06 (bug 1576714)
Backed out changeset a303fc193f60 (bug 1576714)
2019-10-02 04:14:53 +03:00
Nika Layzell
c9f19dabc2
Bug 1576714 - Part 6: Remove browser_cross_process_redirect test, r=valentin
...
This test was originally written to test HTTPResponseProcessSelection before it
was hooked up into the process switch machinery. It hooks into some parts of the
process switch process which should probably be removed in the future (such as
overriding the child listener component registration), and is broken under
fission anyway.
Differential Revision: https://phabricator.services.mozilla.com/D47313
--HG--
extra : moz-landing-system : lando
2019-10-01 18:09:14 +00:00
Jonathan Kingston
d6d3522a16
Bug 1237782 - Remove http override and add appcache pref r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D44472
--HG--
extra : moz-landing-system : lando
2019-09-30 00:55:02 +00:00
Paul Zuehlcke
abeca18f1c
Bug 1402957 - Refactored nsIPermissionManager tests to use principals. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D47251
--HG--
rename : extensions/permissions/test/unit/test_permmanager_getAllForURI.js => extensions/permissions/test/unit/test_permmanager_getAllForPrincipal.js
extra : moz-landing-system : lando
2019-09-27 09:48:39 +00:00
Kershaw Chang
8b6c54bcaf
Bug 1567343 - Enable test_network_connectivity_service on android r=valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D47420
--HG--
extra : moz-landing-system : lando
2019-09-27 12:57:48 +00:00
Valentin Gosu
836f56e2ad
Bug 1584481 - Throw from NodeServer.execute if it cant't find MOZNODE_EXEC_PORT r=kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D47404
--HG--
extra : moz-landing-system : lando
2019-09-27 11:01:50 +00:00
Coroiu Cristina
3b27110d58
Backed out changeset f3c1becf9396 (bug 1237782) for browser-chrome failures at dom/tests/mochitest/ajax/offline/browser_disableAppcache.js on a CLOSED TREE
2019-09-26 23:05:07 +03:00
Jonathan Kingston
495916342a
Bug 1237782 - Remove http override and add appcache pref r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D44472
--HG--
extra : moz-landing-system : lando
2019-09-26 19:03:04 +00:00
Valentin Gosu
099ff7434c
Bug 1582515 - Add ability for httpd.js to execute code moz-http2.js and spawn new servers r=mayhemer,JuniorHsu
...
Differential Revision: https://phabricator.services.mozilla.com/D46496
--HG--
extra : moz-landing-system : lando
2019-09-26 09:53:04 +00:00
Paul Zuehlcke
a20be9ee64
Bug 1574469 - Removed block param from nsICookieManager::Remove. r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D45848
--HG--
extra : moz-landing-system : lando
2019-09-24 17:13:43 +00:00
Ehsan Akhgari
7239f850ee
Bug 1583211
- Use the URL file path when performing cookie path matching instead of the url path query ref; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D46809
--HG--
extra : moz-landing-system : lando
2019-09-24 14:33:59 +00:00
Oana Pop Rus
3144f81e55
Backed out changeset cb1b6afa9f33 (bug 1574469) for multiple failures in nsICookieManager.remove on a CLOSED TREE
2019-09-24 13:10:07 +03:00
Paul Zuehlcke
b7de7aec93
Bug 1574469 - Removed block param from nsICookieManager::Remove. r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D45848
--HG--
extra : moz-landing-system : lando
2019-09-19 17:10:58 +00:00
Geoff Brown
b0e5901c93
Bug 1582884 - Enable some crashtests on Android; r=geckoview-reviewers,agi
...
Differential Revision: https://phabricator.services.mozilla.com/D46784
--HG--
extra : moz-landing-system : lando
2019-09-24 01:12:09 +00:00
Geoff Brown
dcb380399e
Bug 1582785 - Enable some xpcshell tests on Android; r=geckoview-reviewers,agi
...
Most of these tests have been disabled for a long time; they run well
in the current test environment.
Differential Revision: https://phabricator.services.mozilla.com/D46642
--HG--
extra : moz-landing-system : lando
2019-09-23 22:43:55 +00:00
Ehsan Akhgari
5f56dea240
Bug 833723 - Part 2: Fix typo
...
Differential Revision: https://phabricator.services.mozilla.com/D46863
--HG--
extra : moz-landing-system : lando
2019-09-23 21:33:30 +00:00
Ehsan Akhgari
4382a07f0c
Bug 833723 - Make test_bug455311.js pass locally on Linux by resolving symlinks; r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D46816
--HG--
extra : moz-landing-system : lando
2019-09-23 20:48:20 +00:00
Noemi Erli
519878e346
Backed out changeset 89552e3aa8be (bug 833723) for xpcshell failures in test_bug455311.js CLOSED TREE
2019-09-23 23:39:50 +03:00
Ehsan Akhgari
78123454f5
Bug 833723 - Make test_bug455311.js pass locally on Linux by resolving symlinks; r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D46816
--HG--
extra : moz-landing-system : lando
2019-09-23 19:08:39 +00:00
Jean-Yves Avenard
4986f63ec2
Bug 1575744 - P2. Add nsIProcessSwitchRequestor interface. r=mayhemer,nika
...
Will allow for SessionStore.jsm process switching to be used by other objects than nsHttpChannel.
Differential Revision: https://phabricator.services.mozilla.com/D46015
--HG--
extra : moz-landing-system : lando
2019-09-20 04:09:46 +00:00
Bogdan Tara
bee28f01d7
Backed out 8 changesets (bug 1575744) for HttpChannelParent related assertion failures
...
Backed out changeset af61675dd488 (bug 1575744)
Backed out changeset bf794b9373c8 (bug 1575744)
Backed out changeset 39ffb74d2e12 (bug 1575744)
Backed out changeset c1547b3df672 (bug 1575744)
Backed out changeset 382ee8672027 (bug 1575744)
Backed out changeset 5abb38484f11 (bug 1575744)
Backed out changeset d5244c1bbfe8 (bug 1575744)
Backed out changeset c74b81debf73 (bug 1575744)
--HG--
rename : netwerk/base/nsIProcessSwitchRequestor.idl => netwerk/base/nsICrossProcessSwitchChannel.idl
2019-09-20 06:58:44 +03:00
Jean-Yves Avenard
db9dcef811
Bug 1575744 - P2. Add nsIProcessSwitchRequestor interface. r=mayhemer,nika
...
Will allow for SessionStore.jsm process switching to be used by other objects than nsHttpChannel.
Differential Revision: https://phabricator.services.mozilla.com/D46015
--HG--
extra : moz-landing-system : lando
2019-09-18 23:49:51 +00:00
Henri Sivonen
c193518677
Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D43957
--HG--
extra : moz-landing-system : lando
2019-09-18 08:26:34 +00:00
Jeremy Lempereur
c3d1703996
Bug 1580157 - Add tests to network attributes sorting. r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D45893
--HG--
extra : moz-landing-system : lando
2019-09-17 18:58:39 +00:00
Brindusan Cristian
c2ee78aa6f
Backed out changeset 3af4309ffce7 (bug 1237782) for wpt assertions/leaks. CLOSED TREE
2019-09-17 01:03:46 +03:00
Ehsan Akhgari
3bd685e0df
Bug 1581160 - Part 2: Do not prevent the local database from being checked in UrlClassifierSkipListService.jsm; r=johannh,leplatrem
...
Differential Revision: https://phabricator.services.mozilla.com/D46029
--HG--
extra : moz-landing-system : lando
2019-09-16 21:48:26 +00:00
Jonathan Kingston
bd229a5c73
Bug 1237782 - Remove http override and add appcache pref r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D44472
--HG--
extra : moz-landing-system : lando
2019-09-16 17:24:39 +00:00
Valentin Gosu
b27c4726d0
Bug 1513574 - Remove UserAgentOverrides.jsm and UserAgentUpdates.jsm r=michal
...
Also removes the UA cache attached to nsILoadGroup and nsIRequestContext and the "http-on-useragent-request" observer notification.
If overriding the user agent is needed "http-on-modify-request" is equally usable (but should be used rarely, for performance reasons). A better way is using nsIDocShell.customUserAgent.
Depends on D14750
Differential Revision: https://phabricator.services.mozilla.com/D14751
--HG--
extra : moz-landing-system : lando
2019-09-16 15:21:36 +00:00
Cosmin Sabou
b1cfe7b829
Backed out 4 changesets (bug 1513574) for causing several browser chrome failures. CLOSED TREE
...
Backed out changeset 7d950fc452fb (bug 1513574)
Backed out changeset 11f015a3e739 (bug 1513574)
Backed out changeset be6959a563f6 (bug 1513574)
Backed out changeset ce51efd054b8 (bug 1513574)
--HG--
extra : histedit_source : a7bc0055925ac352826572f96730f3d90815bda0
2019-09-16 12:40:40 +03:00