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

Side by Side Diff: metadata.gecko-webext

Issue 29565838: Issue 5803 - Integrate new options page into adblockpluschrome (Closed)
Patch Set: Created Oct. 6, 2017, 8:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/prefs.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8
9 [compat] 9 [compat]
10 gecko = 50.0 10 gecko = 50.0
11 11
12 [mapping] 12 [mapping]
13 mobile-options.html = adblockplusui/mobile-options.html 13 mobile-options.html = adblockplusui/mobile-options.html
14 mobile-options.js = adblockplusui/mobile-options.js 14 mobile-options.js = adblockplusui/mobile-options.js
15 desktop-options.html = adblockplusui/desktop-options.html
16 desktop-options.js = adblockplusui/desktop-options.js
17 skin/desktop-options.css = adblockplusui/skin/desktop-options.css
15 skin/abp-logo.svg = adblockplusui/skin/abp-logo.svg 18 skin/abp-logo.svg = adblockplusui/skin/abp-logo.svg
16 skin/mobile-options.css = adblockplusui/skin/mobile-options.css 19 skin/mobile-options.css = adblockplusui/skin/mobile-options.css
17 skin/mobile/checkmark.svg = adblockplusui/skin/mobile/checkmark.svg 20 skin/mobile/checkmark.svg = adblockplusui/skin/mobile/checkmark.svg
18 skin/mobile/toggle.svg = adblockplusui/skin/mobile/toggle.svg 21 skin/mobile/toggle.svg = adblockplusui/skin/mobile/toggle.svg
19 skin/mobile/trash.svg = adblockplusui/skin/mobile/trash.svg 22 skin/mobile/trash.svg = adblockplusui/skin/mobile/trash.svg
23 skin/icons/tooltip.svg = adblockplusui/skin/icons/tooltip.svg
24 skin/icons/gear.svg = adblockplusui/skin/icons/gear.svg
25 skin/icons/toggle.svg = adblockplusui/skin/icons/toggle.svg
26 skin/icons/reload.svg = adblockplusui/skin/icons/reload.svg
27 skin/icons/globe.svg = adblockplusui/skin/icons/globe.svg
28 skin/icons/code.svg = adblockplusui/skin/icons/code.svg
29 skin/icons/trash.svg = adblockplusui/skin/icons/trash.svg
30 skin/icons/delete.svg = adblockplusui/skin/icons/delete.svg
31 skin/icons/attention.svg = adblockplusui/skin/icons/attention.svg
32 skin/icons/checkmark.svg = adblockplusui/skin/icons/checkmark.svg
33 skin/icons/checkbox.png = adblockplusui/skin/icons/checkbox.png
34 skin/social/twitter.svg = adblockplusui/skin/social/twitter.svg
35 skin/social/facebook.svg = adblockplusui/skin/social/facebook.svg
36 skin/social/googleplus.svg = adblockplusui/skin/social/googleplus.svg
37 skin/fonts/SourceSansPro-Regular.woff = adblockplusui/skin/fonts/SourceSansPro-R egular.woff
38 skin/fonts/SourceSansPro-Light.woff = adblockplusui/skin/fonts/SourceSansPro-Lig ht.woff
39 skin/fonts/SourceSansPro-bold.woff = adblockplusui/skin/fonts/SourceSansPro-bold .woff
20 40
21 [convert_js] 41 [convert_js]
22 lib/adblockplus.js += lib/firefoxDataCleanup.js 42 lib/adblockplus.js += lib/firefoxDataCleanup.js
23 43
24 [import_locales] 44 [import_locales]
25 adblockplusui/locale/*/mobile-options.json = =* 45 adblockplusui/locale/*/mobile-options.json = =*
46 adblockplusui/locale/*/desktop-options.json = =*
47 adblockplusui/locale/*/common.json = =*
OLDNEW
« no previous file with comments | « lib/prefs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld