Tom Schuster
a207353360
Bug 1523706 - Consider strictly enforcing MIME checks for Worker scripts. r=ckerschb
...
No test changes yet.
Differential Revision: https://phabricator.services.mozilla.com/D32806
--HG--
extra : moz-landing-system : lando
2019-07-16 20:40:03 +00:00
Boris Zbarsky
0f70d08ec8
Bug 1566595. Stop using [array] in nsIBinaryOutputStream. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D38387
--HG--
extra : moz-landing-system : lando
2019-07-22 20:27:39 +00:00
Benjamin
6da0bbfd32
Bug 1566453: Added flag to detect if a load was initiated by a form submission r=ckerschb
...
The flag in loadinfo can be used to detect if a load was initiated by a form submission. This is crucial for implmenting the CSP directive navigate-to. https://www.w3.org/TR/CSP3/#navigate-to-pre-navigate
Differential Revision: https://phabricator.services.mozilla.com/D38403
--HG--
extra : moz-landing-system : lando
2019-07-22 13:41:47 +00:00
Ciure Andrei
98278afa46
Backed out changeset a858e4411532 (bug 1566595) for causing Windows MinGW builds bustages CLOSED TREE
2019-07-22 21:39:08 +03:00
Boris Zbarsky
9c74919340
Bug 1566595. Stop using [array] in nsIBinaryOutputStream. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D38387
--HG--
extra : moz-landing-system : lando
2019-07-22 14:52:04 +00:00
Eugen Sawin
532f60a55d
Bug 1501108 - [1.7] Add GeckoView Session Context ID support. r=snorp,baku,mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D19182
--HG--
extra : moz-landing-system : lando
2019-07-21 17:18:37 +00:00
Michal Novotny
8b628d8cc7
Bug 1544127 - Make LoadInfo refcounting thread-safe, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D38347
--HG--
extra : moz-landing-system : lando
2019-07-18 21:46:29 +00:00
Junior Hsu
10e6095df1
Bug 1565912 - rewrite trr exclusion algorithm to iteration r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D38245
--HG--
extra : moz-landing-system : lando
2019-07-18 18:02:58 +00:00
Kershaw Chang
896f36d30c
Bug 1555927 - Cache 204 response r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D35710
--HG--
extra : moz-landing-system : lando
2019-07-18 12:19:10 +00:00
ffxbld
28af937c05
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D38478
--HG--
extra : moz-landing-system : lando
2019-07-18 12:58:04 +00:00
Ciure Andrei
d835b44a76
Merge inbound to mozilla-central. a=merge
2019-07-18 06:46:41 +03:00
Kris Maglione
0962c2b731
Bug 1566182: Annotate mochitests that fail with Fission enabled. r=mccr8
...
My preference was to annotate most of the failing tests with `fail-if` so that
if they start passing, the `fail-if` needs to be removed and they need to keep
passing. That doesn't work for tests that timeout, or which trigger failures
from their cleanup functions, however, so those tests need skip-if. And tests
with fail in their cleanup functions likely leave the browser in an
inconsistent state for subsequent tests, anyway, so really should be skipped
regardless.
There are some remaining tests which still fail because of crashes. I chose
not to skip them here, but to fix the crashes in separate bugs instead.
Differential Revision: https://phabricator.services.mozilla.com/D38247
--HG--
extra : rebase_source : 39ba8fec2e882cfe577c5f2b58ab7e4b461f1178
2019-07-15 16:19:32 -07:00
sagudev
002e466982
Bug 1458624 - Firefox on Linux now sends signal strength to geolocation API as RSSI dBm instead of a percentage. r=cpeterson
...
Differential Revision: https://phabricator.services.mozilla.com/D38266
--HG--
extra : moz-landing-system : lando
2019-07-17 19:11:19 +00:00
Bogdan Tara
c1cc91034d
Backed out changeset 4361f6129d9a (bug 1563313) for org.mozilla.geckoview.test.NavigationDelegateTest.bypassClassifier failures CLOSED TREE
2019-07-16 23:36:48 +03:00
Bogdan Tara
57a3682672
Backed out changeset 27196ff54fd7 (bug 1565242) for failing an assertion on nsHttpConnectionMgr.cpp CLOSED TREE
2019-07-16 23:20:15 +03:00
Honza Bambas
656f3ea448
Bug 1565242 - Remove HTTP/2 connection (e2e or proxy) from the opposite (an)onymous connection entry in case it cannot be found in the entry the connection is associated with because of HTTP/2 (an)onymous connection pool sharing, r=kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D37881
--HG--
extra : moz-landing-system : lando
2019-07-16 18:10:11 +00:00
Andrea Marchesini
e1f54861b2
Bug 1563313 - AsyncApplyFilters must set mProxyInfo only when if it has not already been canceled, r=mayhemer
...
Otherwise, in the CTOR, we crash becaues of MOZ_ASSERT(!mProxyInfo);
Differential Revision: https://phabricator.services.mozilla.com/D37162
--HG--
extra : moz-landing-system : lando
2019-07-16 14:17:57 +00:00
Andrea Marchesini
1e26dbaec1
Bug 1563313 - Remove too strict assertions in nsHttpChannel, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D37161
--HG--
extra : moz-landing-system : lando
2019-07-16 14:17:32 +00:00
Narcis Beleuzu
e9a87db244
Backed out changeset a73d370a3a6f (bug 1555927) for wpt failures on heuristic.html. CLOSED TREE
2019-07-16 18:31:17 +03:00
Andrea Marchesini
5d380990f9
Bug 1563313 - URL-Classifier should process nsIChannel before the proxy, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D36872
--HG--
extra : moz-landing-system : lando
2019-07-16 14:16:49 +00:00
Kershaw Chang
744362fa21
Bug 1555927 - Cache 204 response r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D35710
--HG--
extra : moz-landing-system : lando
2019-07-16 12:16:35 +00:00
Kershaw Chang
da32dacc50
Bug 1309358 - P2: Add wildcard to Access-Control-Allow-Method and Access-Control-Allow-Headers r=baku,mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D36990
--HG--
extra : moz-landing-system : lando
2019-07-16 08:50:42 +00:00
Byron Campen [:bwc]
1353b31f42
Bug 1555792: Disable the socket process if e10s is disabled. r=kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D37506
--HG--
extra : moz-landing-system : lando
2019-07-11 17:00:37 +00:00
Mihai Alexandru Michis
2f578529ea
Backed out changeset 91f2821b4bfa (bug 1563313) for xpcshell failures CLOSED TREE
2019-07-16 00:15:17 +03:00
Mihai Alexandru Michis
7441986e1b
Backed out 2 changesets (bug 1563313) for failures in test_protocolproxyservice.js CLOSED TREE
...
Backed out changeset 0585bc6ff55b (bug 1563313)
Backed out changeset 3b9ef89d8c5c (bug 1563313)
2019-07-15 23:57:57 +03:00
Andrea Marchesini
8966ad5733
Bug 1563313 - AsyncApplyFilters must set mProxyInfo only when if it has not already been canceled, r=mayhemer
...
Otherwise, in the CTOR, we crash becaues of MOZ_ASSERT(!mProxyInfo);
Differential Revision: https://phabricator.services.mozilla.com/D37162
--HG--
extra : moz-landing-system : lando
2019-07-15 13:07:06 +00:00
Andrea Marchesini
df13ef56db
Bug 1563313 - Remove too strict assertions in nsHttpChannel, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D37161
--HG--
extra : moz-landing-system : lando
2019-07-15 13:07:07 +00:00
Andrea Marchesini
4e5ad511f5
Bug 1563313 - URL-Classifier should process nsIChannel before the proxy, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D36872
--HG--
extra : moz-landing-system : lando
2019-07-15 19:57:23 +00:00
Byron Campen [:bwc]
6480f0a928
Bug 1560636: Avoid using main thread with PMediaTransport. r=mjf,kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D36818
--HG--
extra : moz-landing-system : lando
2019-07-15 15:49:30 +00:00
Byron Campen [:bwc]
0ef1037a0d
Bug 1553789: Don't connect unless our transport is the one that is ready. r=mjf
...
Differential Revision: https://phabricator.services.mozilla.com/D37898
--HG--
extra : moz-landing-system : lando
2019-07-15 14:10:03 +00:00
Boris Zbarsky
5062731c15
Bug 1565688. Remove unused IOService arg from NS_NewURI. r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D37968
--HG--
extra : moz-landing-system : lando
2019-07-15 13:39:51 +00:00
Ciure Andrei
6a2a7ad8b6
Backed out 3 changesets (bug 1563313) for causing various xpcshell tests to perma fail CLOSED TREE
...
Backed out changeset 55ecf0dacd00 (bug 1563313)
Backed out changeset 624d3e47b069 (bug 1563313)
Backed out changeset 5c7df32d9028 (bug 1563313)
2019-07-15 15:46:04 +03:00
Andrea Marchesini
50b96b3edb
Bug 1563313 - AsyncApplyFilters must set mProxyInfo only when if it has not already been canceled, r=mayhemer
...
Otherwise, in the CTOR, we crash becaues of MOZ_ASSERT(!mProxyInfo);
Differential Revision: https://phabricator.services.mozilla.com/D37162
--HG--
extra : moz-landing-system : lando
2019-07-15 11:37:08 +00:00
Andrea Marchesini
4076bcdc91
Bug 1563313 - Remove too strict assertions in nsHttpChannel, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D37161
--HG--
extra : moz-landing-system : lando
2019-07-15 11:38:09 +00:00
Andrea Marchesini
4125bd28aa
Bug 1563313 - URL-Classifier should process nsIChannel before the proxy, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D36872
--HG--
extra : moz-landing-system : lando
2019-07-15 11:35:59 +00:00
Honza Bambas
3f225511a3
Bug 1565518, emergency preferences to turn off individual bug fixes: 1563695, 1556491, 1562315, r=kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D37848
--HG--
extra : moz-landing-system : lando
2019-07-12 12:55:41 +00:00
Michal Novotny
4e82c1dc19
Bug 1556487 - Replace HttpChannelParentListener with a more generic class, r=mayhemer
...
Differential Revision: https://phabricator.services.mozilla.com/D37573
--HG--
rename : netwerk/protocol/http/HttpChannelParentListener.cpp => netwerk/protocol/http/ParentChannelListener.cpp
rename : netwerk/protocol/http/HttpChannelParentListener.h => netwerk/protocol/http/ParentChannelListener.h
extra : moz-landing-system : lando
2019-07-11 16:06:06 +00:00
Kershaw Chang
ba0fa23495
Bug 1563821 - Check if content child is shuttingdown before create SocketProcessBridgeChild r=jld
...
Differential Revision: https://phabricator.services.mozilla.com/D37776
--HG--
extra : moz-landing-system : lando
2019-07-11 22:42:05 +00:00
ffxbld
7c0acde6a7
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D37716
--HG--
extra : moz-landing-system : lando
2019-07-11 12:55:28 +00:00
Nicholas Nethercote
2a3b9bca8d
Bug 1562305 - Make privacy.sanitize.sanitizeOnShutdown and privacy.clearOnShutdown.cache static prefs. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37195
--HG--
extra : moz-landing-system : lando
2019-07-11 04:38:36 +00:00
Nicholas Nethercote
0001b36344
Bug 1562305 - Make browser.cache.max_shutdown_io_lag a static pref. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37192
--HG--
extra : moz-landing-system : lando
2019-07-11 04:38:36 +00:00
Nicholas Nethercote
0d47e90e70
Bug 1562305 - Remove browser.cache.compression_level pref. r=michal
...
It's unused.
Differential Revision: https://phabricator.services.mozilla.com/D37191
--HG--
extra : moz-landing-system : lando
2019-07-11 04:13:45 +00:00
Nicholas Nethercote
7f3b5b80c6
Bug 1562305 - Make browser.cache.disk.max_{,priority_}chunks_memory_usage static prefs. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37190
--HG--
extra : moz-landing-system : lando
2019-07-11 04:13:21 +00:00
Nicholas Nethercote
eb1b20a058
Bug 1562305 - Make browser.cache.memory.max_entry_size a static pref. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37189
--HG--
extra : moz-landing-system : lando
2019-07-11 04:12:59 +00:00
Nicholas Nethercote
3a80622aef
Bug 1562305 - Make browser.cache.disk.max_entry_size a static pref. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37187
--HG--
extra : moz-landing-system : lando
2019-07-11 04:12:36 +00:00
Nicholas Nethercote
88e439b4ec
Bug 1562305 - Make browser.cache.disk.preload_chunk_count a static pref. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37186
--HG--
extra : moz-landing-system : lando
2019-07-11 04:12:19 +00:00
Andrea Marchesini
349490892d
Bug 1564910 - Update the social-tracking features with the new classification tables, r=dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D37574
--HG--
extra : moz-landing-system : lando
2019-07-11 08:07:26 +00:00
Nicholas Nethercote
33a8904ee9
Bug 1562305 - Make browser.cache.disk.free_space_hard_limit a static pref. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37185
--HG--
extra : moz-landing-system : lando
2019-07-11 04:11:59 +00:00
Nicholas Nethercote
f9f6ad5ff4
Bug 1562305 - Make browser.cache.disk.free_space_soft_limit a static pref. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37183
--HG--
extra : moz-landing-system : lando
2019-07-11 04:11:41 +00:00
Nicholas Nethercote
4dada5f88a
Bug 1562305 - Make browser.cache.memory.capacity a static pref. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D37182
--HG--
extra : moz-landing-system : lando
2019-07-11 04:11:39 +00:00