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

Unified Diff: metadata.chrome

Issue 29508671: Testing new options page with the extension (Closed)
Patch Set: Created Oct. 5, 2017, 8:40 p.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
« no previous file with comments | « lib/prefs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
===================================================================
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -45,22 +45,43 @@
[mapping]
subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
+options.html = adblockplusui/options.html
firstRun.html = adblockplusui/firstRun.html
+options.js = adblockplusui/options.js
common.js = adblockplusui/common.js
firstRun.js = adblockplusui/firstRun.js
i18n.js = adblockplusui/i18n.js
messageResponder.js = adblockplusui/messageResponder.js
icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png
+skin/options.css = adblockplusui/skin/options.css
skin/common.css = adblockplusui/skin/common.css
skin/firstRun.css = adblockplusui/skin/firstRun.css
+skin/abp-logo.svg = adblockplusui/skin/abp-logo.svg
+skin/icons/tooltip.svg = adblockplusui/skin/icons/tooltip.svg
+skin/icons/gear.svg = adblockplusui/skin/icons/gear.svg
+skin/icons/toggle.svg = adblockplusui/skin/icons/toggle.svg
+skin/icons/reload.svg = adblockplusui/skin/icons/reload.svg
+skin/icons/globe.svg = adblockplusui/skin/icons/globe.svg
+skin/icons/code.svg = adblockplusui/skin/icons/code.svg
+skin/icons/trash.svg = adblockplusui/skin/icons/trash.svg
+skin/icons/delete.svg = adblockplusui/skin/icons/delete.svg
+skin/icons/attention.svg = adblockplusui/skin/icons/attention.svg
+skin/icons/checkmark.svg = adblockplusui/skin/icons/checkmark.svg
+skin/icons/checkbox.png = adblockplusui/skin/icons/checkbox.png
skin/ajax-loader.gif = adblockplusui/skin/ajax-loader.gif
skin/background.png = adblockplusui/skin/background.png
skin/background-main.png = adblockplusui/skin/background-main.png
skin/background-share.png = adblockplusui/skin/background-share.png
skin/donate.png = adblockplusui/skin/donate.png
skin/abb-logo.png = adblockplusui/skin/abb-logo.png
+skin/fonts/SourceSansPro-Regular.woff = adblockplusui/skin/fonts/SourceSansPro-Regular.woff
+skin/fonts/SourceSansPro-Light.woff = adblockplusui/skin/fonts/SourceSansPro-Light.woff
+skin/fonts/SourceSansPro-bold.woff = adblockplusui/skin/fonts/SourceSansPro-bold.woff
skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.otf
skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular.otf
+skin/social/twitter.svg = adblockplusui/skin/social/twitter.svg
+skin/social/facebook.svg = adblockplusui/skin/social/facebook.svg
+skin/social/googleplus.svg = adblockplusui/skin/social/googleplus.svg
skin/social/facebook.png = adblockplusui/skin/social/facebook.png
skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
skin/social/renren.png = adblockplusui/skin/social/renren.png
@@ -120,3 +141,5 @@
[import_locales]
adblockplusui/locale/*/firstRun.json = =*
+adblockplusui/locale/*/options.json = =*
+adblockplusui/locale/*/common.json = =*
« 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