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

Unified Diff: metadata.chrome

Issue 10803010: First-run page (Chrome-specific changes) (Closed)
Patch Set: Created May 28, 2013, 5:31 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/utils.js ('k') | utils.js » ('j') | 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
@@ -34,6 +34,18 @@
[mapping]
subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
+firstRun.html = adblockplus/chrome/content/ui/firstRun.html
+firstRun.js = adblockplus/chrome/content/ui/firstRun.js
+skin/firstRun.css = adblockplus/chrome/skin/firstRun.css
+skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png
+skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif
+skin/background.png = adblockplus/chrome/skin/background.png
+skin/features/malware.png = adblockplus/chrome/skin/features/malware.png
+skin/features/social.png = adblockplus/chrome/skin/features/social.png
+skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png
+skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png
+skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png
+skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png
[convert_js]
lib/adblockplus.js = lib/info.js
@@ -80,3 +92,18 @@
adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
title.label
adblockplus/chrome/locale/*/meta.properties = =name
+adblockplus/chrome/locale/*/firstRun.properties = =firstRun_title
Wladimir Palant 2013/05/29 06:00:56 I don't think you need to list each string here, =
+ =firstRun_dataCorruptionWarning
+ =firstRun_acceptableAdsExplanation
+ =firstRun_action_enable
+ =firstRun_action_disable
+ =firstRun_features
+ =firstRun_feature_typo
+ =firstRun_feature_typo_description
+ =firstRun_feature_malware
+ =firstRun_feature_malware_description
+ =firstRun_feature_social
+ =firstRun_feature_social_description
+ =firstRun_feature_tracking
+ =firstRun_feature_tracking_description
+ =firstRun_share
« no previous file with comments | « lib/utils.js ('k') | utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld