tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit bf17dfb09e817999a6e99bc251b71dbdc709d8d9
parent ef5772fdcb815a35a4c2c81f61e935af7bc41f5d
Author: Mike Conley <mconley@mozilla.com>
Date:   Fri, 24 Oct 2025 20:10:59 +0000

Bug 1996324 - Part 1: Move about:home startup cache tests under browser/components/newtab. r=home-newtab-reviewers,thecount

What's being tested here isn't really a function of the newtab extension, so much as the
function of the AboutHomeStartupCache and AboutNewTabRedirector modules.

The cache worker script still needs to live under browser/extensions/newtab in order to be
able to be updated in case one of the dependencies to render the cache changes via train-hopping,
so we'll keep the test_AboutHomeStartupCacheWorker.js test where it is.

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