Commit graph

240 commits

Author SHA1 Message Date
Gijs Kruitbosch
08cecbdc20 Bug 1634051 - don't eagerly initialize the all tabs menu, r=mstriemer
The initialization costs of the TabList constructors is very small compared to
the cost of actually calling _populate, so instead of calling init() from an
idle task, we can just wait until the view actually needs to be shown.

Differential Revision: https://phabricator.services.mozilla.com/D73946
2020-05-15 17:04:29 +00:00
Liang-Heng Chen
9c6e71deb6 Bug 1634021 - Enable blocking access to storage from tracking resources by default; r=baku,timhuang
Differential Revision: https://phabricator.services.mozilla.com/D73245
2020-05-04 04:21:41 +00:00
Tim Nguyen
c202cb943b Bug 1632097 - Clean up pageInfo.js. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D71928
2020-04-24 13:43:59 +00:00
Bogdan Tara
74f4fb4295 Backed out 2 changesets (bug 1632097) for browser_entry_point_telemetry.js failures CLOSED TREE
Backed out changeset a935561f64d9 (bug 1632097)
Backed out changeset 264bfa5a76dd (bug 1632097)
2020-04-24 15:44:07 +03:00
Tim Nguyen
1a64adcc02 Bug 1632097 - Clean up pageInfo.js. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D71928
2020-04-24 11:21:33 +00:00
sonakshi
c2aaee8a41 Bug 1584797 - Remove unused aProxyService parameter from applyFilter method r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D69679

--HG--
extra : moz-landing-system : lando
2020-04-06 20:21:03 +00:00
Mark Banner
2c4e35b0a6 Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D65509

--HG--
extra : moz-landing-system : lando
2020-03-08 21:45:16 +00:00
Kris Maglione
9fe389f830 Bug 1609443: Part 2 - Fix most dodgy uses of fission.autostart pref. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D64435

--HG--
extra : moz-landing-system : lando
2020-02-26 19:43:32 +00:00
Neil Deakin
0d42264e02 Bug 1598305, replace frame script in test browser_firstPartyIsolation_aboutPages.js with SpecialPowers.spawn, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D61900

--HG--
extra : moz-landing-system : lando
2020-02-19 22:28:34 +00:00
egao
a3a95d7b94 Bug 1613983 - adjust test manifests for linux64 browser-chrome tests on ubuntu 1804, r=jmaher.
Depends on D63435

Differential Revision: https://phabricator.services.mozilla.com/D63436

--HG--
extra : moz-landing-system : lando
2020-02-20 13:50:30 +00:00
Andrea Marchesini
cdc1e1cd9a Bug 1612519 - Fix "Terminating worker revokes its URLs" WPT, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61360

--HG--
extra : moz-landing-system : lando
2020-02-02 09:24:37 +00:00
Coroiu Cristina
1b1308abac Backed out changeset a422cac07967 (bug 1612519) for ESlint failure at browser/components/originattributes/test/browser/worker_blobify.js 2020-02-02 10:55:25 +02:00
Andrea Marchesini
167432e4c6 Bug 1612519 - Fix "Terminating worker revokes its URLs" WPT, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D61360

--HG--
extra : moz-landing-system : lando
2020-02-02 08:24:55 +00:00
Coroiu Cristina
9490b63809 Backed out changeset b634b7b787d5 (bug 1609491) for wpt failures at /cookies/http-state/general-tests.html on a CLOSED TREE 2020-01-20 20:57:54 +02:00
Ehsan Akhgari
5a2d4ea5a4 Bug 1609491 - Stop accepting cookie name-value pairs without an equal sign; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D60040

--HG--
extra : moz-landing-system : lando
2020-01-20 15:59:12 +00:00
Kristen Wright
5fbcf93b87 Bug 1606888 - remove signon.management.page.enabled r=Gijs
Completely removes the signon.management.page.enabled pref.

Differential Revision: https://phabricator.services.mozilla.com/D58879

--HG--
extra : moz-landing-system : lando
2020-01-07 01:42:32 +00:00
Kris Maglione
94e3b0bd8d Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

Differential Revision: https://phabricator.services.mozilla.com/D53740

--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:16 +00:00
shindli
91924fedc7 Backed out 9 changesets (bug 1596918) for causing mochitest permafailures in toolkit/content/tests/chrome/test_findbar_events.xhtml CLOSED TREE
Backed out changeset 45a1c42118f2 (bug 1596918)
Backed out changeset db09910ffa56 (bug 1596918)
Backed out changeset 5c9d9f141c10 (bug 1596918)
Backed out changeset 6a135670d603 (bug 1596918)
Backed out changeset 3a0184e0df72 (bug 1596918)
Backed out changeset 2f0036486823 (bug 1596918)
Backed out changeset a770c6d08d52 (bug 1596918)
Backed out changeset ef062eb7a6ee (bug 1596918)
Backed out changeset a6ea596e98db (bug 1596918)
2019-12-11 03:09:26 +02:00
Kris Maglione
16a9b29848 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

Differential Revision: https://phabricator.services.mozilla.com/D53740

--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:13 +00:00
Noemi Erli
82d41a33b2 Backed out 9 changesets (bug 1596918) for causing multiple browser-chrome failures
Backed out changeset 415007efd8c9 (bug 1596918)
Backed out changeset 011eb5ce927b (bug 1596918)
Backed out changeset e5fd3ee22ea1 (bug 1596918)
Backed out changeset 0bca4de31d40 (bug 1596918)
Backed out changeset 11ec4393f23d (bug 1596918)
Backed out changeset c5404a7c286d (bug 1596918)
Backed out changeset 7e9304405a46 (bug 1596918)
Backed out changeset fa0f0aeabf99 (bug 1596918)
Backed out changeset de196b077000 (bug 1596918)
2019-12-07 22:26:43 +02:00
Kris Maglione
910eab35d2 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

Differential Revision: https://phabricator.services.mozilla.com/D53740

--HG--
extra : moz-landing-system : lando
2019-12-07 19:11:58 +00:00
Daniel Varga
84a601a6d4 Backed out 17 changesets (bug 1596918) for multiple browser-chrome and dev-tools failures. On a CLOSED TREE
Backed out changeset ab87d2c1afae (bug 1596918)
Backed out changeset 775f3b06a687 (bug 1596918)
Backed out changeset 67cc63ef5d7f (bug 1596918)
Backed out changeset 7d290bcd2067 (bug 1596918)
Backed out changeset 048db9f4db7c (bug 1596918)
Backed out changeset 96a79d2ba614 (bug 1596918)
Backed out changeset be770d112dd8 (bug 1596918)
Backed out changeset 302c8ab8391c (bug 1596918)
Backed out changeset 44ef8f20732e (bug 1596918)
Backed out changeset 38c11ebfb8ff (bug 1596918)
Backed out changeset b586fc081374 (bug 1596918)
Backed out changeset 12283166716f (bug 1596918)
Backed out changeset 99b0421015d8 (bug 1596918)
Backed out changeset 97ec49dbbbf3 (bug 1596918)
Backed out changeset ec79478f58f1 (bug 1596918)
Backed out changeset c6d356833bb8 (bug 1596918)
Backed out changeset 5ef6026806c8 (bug 1596918)
2019-12-07 03:12:07 +02:00
Kris Maglione
20da940e14 Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.

Differential Revision: https://phabricator.services.mozilla.com/D53740

--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:14 +00:00
Ehsan Akhgari
d94f27a8d6 Bug 1595934 - Make nsICookieManager cookie enumerators return Array<nsICookie> instead of nsISimpleEnumerator; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D52761

--HG--
extra : moz-landing-system : lando
2019-12-03 17:08:25 +00:00
Andreea Pavel
c81fb53e77 Bug 1582318 - disable correct browser_sharedWorker.js test case on fission r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D54895

--HG--
extra : moz-landing-system : lando
2019-11-27 10:36:36 +00:00
Narcis Beleuzu
7d30f98797 Backed out changeset 4c50773d59a2 (bug 1594004) for mochitest failures on test_postMessage_solidus.html . CLOSED TREE 2019-11-27 02:01:58 +02:00
Sebastian Streich
a3be2f9036 Bug 1594004 - Enable CacheSplit in nightly r=ckerschb,annevk
***
Fix Cache-Split related Tests

Differential Revision: https://phabricator.services.mozilla.com/D51815

--HG--
extra : moz-landing-system : lando
2019-11-26 15:38:53 +00:00
Andreea Pavel
98d4804ed8 Bug 1582318 - disable browser_sharedWorker.js on fission r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D54436

--HG--
extra : moz-landing-system : lando
2019-11-24 22:42:24 +00:00
Daniel Varga
f12c40c242 Backed out changeset afe80b4ff889 (bug 1595934) Requested by ehsan to see if it fixex bug 1597915. On a CLOSED TREE 2019-11-22 02:01:51 +02:00
Andreea Pavel
5c654c5a3f Backed out changeset 7e8755b2ddce (bug 1594004) for failing xpcshell at test_http2.js on a CLOSED TREE 2019-11-20 06:13:50 +02:00
Sebastian Streich
2b934a4f1a Bug 1594004 - Enable CacheSplit on default r=ckerschb,annevk
***
Fix Cache-Split related Tests

Differential Revision: https://phabricator.services.mozilla.com/D51815

--HG--
extra : moz-landing-system : lando
2019-11-19 15:27:20 +00:00
Ehsan Akhgari
30cf316b38 Bug 1595934 - Make nsICookieManager cookie enumerators return Array<nsICookie> instead of nsISimpleEnumerator; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D52761

--HG--
extra : moz-landing-system : lando
2019-11-17 07:21:14 +00:00
Matt Woodrow
35b5539e6d Bug 1593560 - Fix browser_firstPartyIsolation to not use w.content. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D52077

--HG--
extra : moz-landing-system : lando
2019-11-07 19:02:21 +00:00
Matt Woodrow
2704b7ceff Bug 1593560 - Adjust tests to wait for data uri to load properly, since it now includes an extra IPDL roundtrip. r=kmag,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D51548

--HG--
extra : moz-landing-system : lando
2019-11-06 22:37:07 +00:00
Coroiu Cristina
cbdbc8bc4b Backed out 7 changesets (bug 1593560) for crashtest failures at tests/layout/base/crashtests/446328.html on a CLOSED TREE
Backed out changeset 7dfae085a4cb (bug 1593560)
Backed out changeset 9842c80c98d8 (bug 1593560)
Backed out changeset d67a10437af7 (bug 1593560)
Backed out changeset 3e3948e9531c (bug 1593560)
Backed out changeset a7d04e276b44 (bug 1593560)
Backed out changeset 9f52c9f6dc54 (bug 1593560)
Backed out changeset 90572c49d464 (bug 1593560)
2019-11-07 00:32:53 +02:00
Matt Woodrow
250d7e93da Bug 1593560 - Fix browser_firstPartyIsolation to not use w.content. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D52077

--HG--
extra : moz-landing-system : lando
2019-11-06 19:46:38 +00:00
Matt Woodrow
52d6e76c02 Bug 1593560 - Adjust tests to wait for data uri to load properly, since it now includes an extra IPDL roundtrip. r=kmag,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D51548

--HG--
extra : moz-landing-system : lando
2019-11-06 18:22:17 +00:00
Tim Huang
f6e39dbbc9 Bug 1592548 - Enable the test 'browser_firstPartyIsolation_aboutPages.js' in Fission. r=baku
Due to the fact that the 'wantLoad' of BrowserTestUtils.browserLoaded()
is working in Fission, so we can enable this test in Fission.

Differential Revision: https://phabricator.services.mozilla.com/D51076

--HG--
extra : moz-landing-system : lando
2019-10-30 15:51:59 +00:00
Tim Huang
ac5aff0e5b Bug 1586725 - Make the test 'browser/components/originattributes/test/browser/browser_firstPartyIsolation_js_uri.js' working in Fission. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D50449

--HG--
extra : moz-landing-system : lando
2019-10-30 10:01:15 +00:00
Tim Huang
cfdc1ac4fe Bug 1591692 - Ensure the iframe gets loaded before we proceed the test in 'browser_firstPartyIsolation_aboutPages.js'. r=baku
The patch adds 'wantLoad' to the BrowserTestUtils.browserLoaded() to
ensure the iframe gets loaded before we proceed the test.

In addition, we need to disable this test in Fission since the
'wantLoad' feature is broken for iframes in Fission.

Differential Revision: https://phabricator.services.mozilla.com/D50846

--HG--
extra : moz-landing-system : lando
2019-10-29 07:10:41 +00:00
Coroiu Cristina
7fee8bf3e7 Backed out changeset 398c921e372c (bug 1586725) for browser-chrome failures at browser/components/originattributes/test/browser/browser_firstPartyIsolation_js_uri.js
--HG--
extra : rebase_source : 7fc8ed1d8fae0c5384fecab75ed220226608e247
2019-10-25 13:05:06 +03:00
Tim Huang
193cccf1e6 Bug 1586725 - Make the test 'browser/components/originattributes/test/browser/browser_firstPartyIsolation_js_uri.js' working in Fission. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D50449

--HG--
extra : moz-landing-system : lando
2019-10-24 14:15:42 +00:00
Tim Huang
dafafa0c41 Bug 1586719 - Making the test 'browser/components/originattributes/test/browser/browser_firstPartyIsolation.js' working in Fission. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D50450

--HG--
extra : moz-landing-system : lando
2019-10-24 14:15:29 +00:00
Tim Huang
c57b03af3c Bug 1586721 - Make the test 'browser/components/originattributes/test/browser/browser_firstPartyIsolation_aboutPages.js' working in Fission. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D50452

--HG--
extra : moz-landing-system : lando
2019-10-24 14:15:05 +00:00
Tim Huang
ba838c6ba7 Bug 1586723 - Make the test 'browser/components/originattributes/test/browser/browser_firstPartyIsolation_blobURI.js' working in Fission. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D50455

--HG--
extra : moz-landing-system : lando
2019-10-24 14:14:42 +00:00
Tim Huang
1347912d5b Bug 1586716 - Make the test 'browser/components/originattributes/test/browser/browser_windowOpenerRestriction.js' working in Fission. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D50451

--HG--
extra : moz-landing-system : lando
2019-10-24 14:15:12 +00:00
Tim Huang
85ce9d84d9 Bug 1586718 - Making the test 'browser/components/originattributes/test/browser/browser_favicon_userContextId.js' working in Fission. r=baku
Depends on D49253

Differential Revision: https://phabricator.services.mozilla.com/D49254

--HG--
extra : moz-landing-system : lando
2019-10-15 14:26:21 +00:00
Tim Huang
9ede6374a2 Bug 1586717 - Making the test 'browser/components/originattributes/test/browser/browser_favicon_firstParty.js' working in Fission. r=baku
Depends on D49252

Differential Revision: https://phabricator.services.mozilla.com/D49253

--HG--
extra : moz-landing-system : lando
2019-10-15 14:27:01 +00:00
Tim Huang
0395d2f76b Bug 1586715 - Making the test 'browser/components/originattributes/test/browser/browser_sharedworker.js' working in Fission. r=baku
Depends on D49251

Differential Revision: https://phabricator.services.mozilla.com/D49252

--HG--
extra : moz-landing-system : lando
2019-10-15 14:25:02 +00:00
Tim Huang
24945d6db0 Bug 1586714 - Making the test 'browser/components/originattributes/test/browser/browser_sanitize.js' working in Fission. r=baku
Depends on D49250

Differential Revision: https://phabricator.services.mozilla.com/D49251

--HG--
extra : moz-landing-system : lando
2019-10-15 14:24:50 +00:00