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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 [default] 1 [default]
2 inherit = metadata.chrome 2 inherit = metadata.chrome
3 3
4 [general] 4 [general]
5 id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} 5 id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
6 basename = adblockplusfirefox 6 basename = adblockplusfirefox
7 version = 2.99.0 7 version = 2.99.0
8 # 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
9 # mobile.
10 options = options-loader.html
8 11
9 [compat] 12 [compat]
10 gecko = 50.0 13 gecko = 50.0
11 14
15 [mapping]
16 mobile-options.html = adblockplusui/mobile-options.html
17 mobile-options.js = adblockplusui/mobile-options.js
18 skin/abp-logo.svg = adblockplusui/skin/abp-logo.svg
19 skin/mobile-options.css = adblockplusui/skin/mobile-options.css
20 skin/mobile/checkmark.svg = adblockplusui/skin/mobile/checkmark.svg
21 skin/mobile/toggle.svg = adblockplusui/skin/mobile/toggle.svg
22 skin/mobile/trash.svg = adblockplusui/skin/mobile/trash.svg
23
12 [convert_js] 24 [convert_js]
13 # See https://bugzil.la/1190687 - pop-up blocking won't work right now 25 # See https://bugzil.la/1190687 - pop-up blocking won't work right now
14 lib/adblockplus.js -= lib/popupBlocker.js 26 lib/adblockplus.js -= lib/popupBlocker.js
15 lib/adblockplus.js += lib/firefoxDataCleanup.js 27 lib/adblockplus.js += lib/firefoxDataCleanup.js
28 lib/adblockplus.js += lib/browserAction.js
29
30 [import_locales]
31 adblockplusui/locale/*/mobile-options.json = =*
OLDNEW

Powered by Google App Engine
This is Rietveld