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

Unified Diff: metadata.common

Issue 29340749: Issue 3816 - Add hidden toggle for the new options page (Closed)
Patch Set: Update adblockplusui dependency Created April 22, 2016, 12:43 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
« lib/notificationHelper.js ('K') | « lib/prefs.js ('k') | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
diff --git a/metadata.common b/metadata.common
index ce4c902fdbff08368661ad5e7522426e5b3bd76d..36264206efdee7e2ac32feccd5c3bd707b7a22d9 100644
--- a/metadata.common
+++ b/metadata.common
@@ -68,6 +68,17 @@ skin/social/twitter.png = adblockplusui/skin/social/twitter.png
skin/social/weibo.png = adblockplusui/skin/social/weibo.png
qunit/qunit.js = adblockplustests/chrome/content/qunit.js
qunit/qunit.css = adblockplustests/chrome/content/qunit.css
+new-options.html = adblockplusui/new-options.html
+skin/new-options.css = adblockplusui/skin/new-options.css
Sebastian Noack 2016/05/12 12:35:20 Nit: Put this mapping below new-options.js to have
+new-options.js = adblockplusui/new-options.js
+skin/tooltips/block.png = adblockplusui/skin/tooltips/block.png
+skin/tooltips/more.png = adblockplusui/skin/tooltips/more.png
+skin/tooltips/acceptable-ads.png = adblockplusui/skin/tooltips/acceptable-ads.png
+skin/tooltips/whitelisted.png = adblockplusui/skin/tooltips/whitelisted.png
+skin/options-sprite.png = adblockplusui/skin/options-sprite.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-Semibold.woff = adblockplusui/skin/fonts/SourceSansPro-Semibold.woff
[convert_js]
lib/adblockplus.js = adblockpluscore/lib/events.js
@@ -147,3 +158,4 @@ adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
title.label
adblockplus/chrome/locale/*/meta.properties = =name
adblockplusui/locale/*/firstRun.json = =*
+adblockplusui/locale/*/new-options.json = =*
Sebastian Noack 2016/05/12 12:35:21 You also need common.json for the human readable t
« lib/notificationHelper.js ('K') | « lib/prefs.js ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld