tb-31740 - tor
-
a7228221dc496aa0f3bd447126146d615a8a8e82
- Alex Catarineu
- 2019-10-16 23:01:12 +0200
- Bug 31740: Remove some unnecessary RemoteSettings instances
- More concretely, SearchService.jsm 'hijack-blocklists' and url-classifier-skip-urls. Avoid creating instance for 'anti-tracking-url-decoration'. If prefs are disabling their usage, avoid creating instances for 'cert-revocations' and 'intermediates'. Do not ship JSON dumps for collections we do not expect to need. For the ones in the 'main' bucket, this prevents them from being synced unnecessarily (the code in remote-settings does so for collections in the main bucket for which a dump or local data exists). For the collections in the other buckets, we just save some size by not shipping their dumps. We also clear the collections database on the v2 -> v3 migration.
-
cbe0efbf88b3315910422082a3567bb04ff2fd2d
- Pier Angelo Vendrame
- 2023-03-02 15:56:00 +0100
- fixup! Bug 31740: Remove some unnecessary RemoteSettings instances
- Bug 41647: Clean up our {TOR,BASE}_BROWSER(_VERSION)? macros Changed BASE_BROWSER with BASE_BROWSER_VERSION.
-
c1ec12a3c0a0a0470adddcb50571d522c0dc45ea
- Pier Angelo Vendrame
- 2023-03-21 10:22:19 +0100
- fixup! Bug 31740: Remove some unnecessary RemoteSettings instances
- Bug 40788: Tor Browser is phoning home The hijack-list component is the only remaining one calling home. This is a temporary workaround, to use the remote settings. We should do something like this commit at a more generic level, for all RemoteSettings users. (cherry picked from commit 2a2e87c3dbc2a98a9ff6387dd278cb2643323b6d)
-
cde43ccab5772072cb2250b9629f9645815d026b
- Pier Angelo Vendrame
- 2023-03-29 12:56:36 +0200
- fixup! Bug 31740: Remove some unnecessary RemoteSettings instances
- Bug 41704: Immediately return on remoteSettings.pollChanges
-
49bbcf7baeeb9f9299571ee48177d9f14f5ce23f
- Pier Angelo Vendrame
- 2023-02-16 10:53:33 +0100
- Revert "fixup! Bug 31740: Remove some unnecessary RemoteSettings instances"
- This reverts commit 34ed82f6c02a8dc5ed8390fa664e2f63aeadc303.