gecko-dev/mobile/android
Rob Wu f7f88112a2 Bug 1634671 - Add RS dump of addons-bloomfilters blocklist to Android r=agi
These support the new implementation of the addon blocklist (bug 1620621),
which is a more space-efficient way to represent the blocklist.

A comparison of file size was given in D73159. In short, 913KB for the
old JSON-based blocklist (addons.json), 64KB for the new one.

In practice, addons.json is 273KB compressed.

The new blocklist (addons-mlbf.bin) does not compress that well since it
is already an efficiently packed binary format.

Differential Revision: https://phabricator.services.mozilla.com/D73438
2020-05-01 19:36:43 +00:00
..
actors Bug 1632922 - use const instead of let - eslint --fix r=snorp 2020-04-24 21:53:17 +00:00
annotations
app Bug 1634012 - Remove the browser.tabs.showAudioPlayingIcon pref.r=dao 2020-04-29 17:22:48 +00:00
base Bug 1609278 - Replace bugzilla product and component assignment 'Firefox for Android :: General' with 'GeckoView :: General'. r=kbrosnan DONTBUILD 2020-03-06 17:54:58 +00:00
branding Bug 1626670 - Don't build with MOZ_UPDATER=1 for GeckoView nightlies r=geckoview-reviewers,agi 2020-04-01 18:06:14 +00:00
chrome Bug 1632922 - use const instead of let - manual fixes. r=snorp 2020-04-24 21:53:19 +00:00
components Bug 1444294 implement browser.permissions onAdded/Removed r=robwu 2020-04-27 16:20:12 +00:00
config Bug 1626340 - Fix some mozconfigs where mozconfig.common.override is not at the end r=rstewart 2020-04-01 14:22:35 +00:00
docs Bug 1634710 - Update GeckoView Quick Start for Contributors with info on adb and logcat r=geckoview-reviewers,agi 2020-05-01 19:44:44 +00:00
examples Bug 1632922 - use const instead of let - eslint --fix r=snorp 2020-04-24 21:53:17 +00:00
fonts Bug 1609278 - Replace bugzilla product and component assignment 'Firefox for Android :: General' with 'GeckoView :: General'. r=kbrosnan DONTBUILD 2020-03-06 17:54:58 +00:00
geckoview Bug 1623153 - Prevent app hanging when updating disabled web extensions r=geckoview-reviewers,agi 2020-05-01 18:06:07 +00:00
geckoview_example Bug 1627797 - Add UA String override to GVE. r=snorp 2020-04-06 20:42:05 +00:00
gradle Bug 1616704 - Make `./mach build binaries && ./mach run` pick up binary changes to `libxul.so`. r=geckoview-reviewers,agi 2020-02-26 18:43:09 +00:00
installer Bug 1634671 - Add RS dump of addons-bloomfilters blocklist to Android r=agi 2020-05-01 19:36:43 +00:00
locales Bug 1630413 don't prompt for unlimitedStorage extension permission r=rpl 2020-04-22 20:51:52 +00:00
modules Bug 1623153 - Prevent app hanging when updating disabled web extensions r=geckoview-reviewers,agi 2020-05-01 18:06:07 +00:00
themes Bug 1346893 - Move the Geckoview UA sheet to layout/style. r=snorp 2020-02-26 22:03:08 +00:00
.eslintrc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
LICENSE
app.mozbuild
build.mk
confvars.sh
debug_sign_tool.py
gradle.configure Bug 1627163 - Use generator expressions instead of itertools.imap. r=firefox-build-system-reviewers,rstewart 2020-04-05 08:51:20 +00:00
gradle.py Bug 1626932 - delete LD_LIBRARY_PATH before invoking gradle; r=firefox-build-system-reviewers,rstewart 2020-04-02 17:32:21 +00:00
mach_commands.py Bug 1562339 - Allow customization of command line used to start emulator by 'mach android-emulator'; r=jmaher 2020-04-14 17:58:49 +00:00
moz.build Bug 1632922 - Remove unused mobile/android/tests. r=snorp 2020-04-24 21:53:10 +00:00
moz.configure