Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: metadata.gecko-webext

Issue 29536764: Issue 5587, 5748 - Use mobile options page on Firefox for Android (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Add options page loader Created Sept. 8, 2017, 9:59 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: metadata.gecko-webext
===================================================================
--- a/metadata.gecko-webext
+++ b/metadata.gecko-webext
@@ -1,15 +1,31 @@
[default]
inherit = metadata.chrome
[general]
id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
basename = adblockplusfirefox
version = 2.99.0
+# Firefox has a different options page depending on whether it's desktop or
Manish Jethani 2017/09/08 10:02:25 Now Firefox has a different file for the options p
Manish Jethani 2017/09/08 10:46:45 And there's no need for this now. All browsers wil
+# mobile.
+options = options-loader.html
[compat]
gecko = 50.0
+[mapping]
+mobile-options.html = adblockplusui/mobile-options.html
+mobile-options.js = adblockplusui/mobile-options.js
+skin/abp-logo.svg = adblockplusui/skin/abp-logo.svg
+skin/mobile-options.css = adblockplusui/skin/mobile-options.css
+skin/mobile/checkmark.svg = adblockplusui/skin/mobile/checkmark.svg
+skin/mobile/toggle.svg = adblockplusui/skin/mobile/toggle.svg
+skin/mobile/trash.svg = adblockplusui/skin/mobile/trash.svg
+
[convert_js]
# See https://bugzil.la/1190687 - pop-up blocking won't work right now
lib/adblockplus.js -= lib/popupBlocker.js
lib/adblockplus.js += lib/firefoxDataCleanup.js
+lib/adblockplus.js += lib/browserAction.js
+
+[import_locales]
+adblockplusui/locale/*/mobile-options.json = =*

Powered by Google App Engine
This is Rietveld