gecko-dev/mobile
Jamie Nicol 86e768faf8 Bug 1749520 - Ensure remote gfx blocklist is initialized on geckoview. r=robwu,agi
This ensures that geckoview's startup() calls
Blocklist.loadBlocklistAsync(). Due to bug 1730026, this is run for
each new tab rather than just once, so we also ensure that we only
check for new entries the first time the blocklist is loaded.

We also add a mochitest that simply ensures that the gfx blocklist is
initialized. We already have extensive xpcshell tests to test the
blocklist functionality. And due to the fact the blocklist is lazily
initialized, attempting to do more extensive testing would initialize
the blocklist even if it wasn't initialized in startup, negating the
value of the test.

Differential Revision: https://phabricator.services.mozilla.com/D135607
2022-01-17 15:24:34 +00:00
..
android Bug 1749520 - Ensure remote gfx blocklist is initialized on geckoview. r=robwu,agi 2022-01-17 15:24:34 +00:00
locales Bug 1733497 - Remove region.properties. r=geckoview-reviewers,m_kato,flod 2022-01-13 21:18:30 +00:00
.eslintrc.js