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

Side by Side Diff: metadata.common

Issue 6528746257383424: Issue 1708 - Integrate first-run page changes in Chrome/Opera/Safari (Closed)
Patch Set: Rebased Created Dec. 19, 2014, 8:09 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 | « include.postload.js ('k') | options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [general] 1 [general]
2 version = 1.8.8 2 version = 1.8.8
3 backgroundScripts = ext/common.js 3 backgroundScripts = ext/common.js
4 ext/background.js 4 ext/background.js
5 lib/compat.js 5 lib/compat.js
6 lib/info.js 6 lib/info.js
7 lib/io.js 7 lib/io.js
8 lib/adblockplus.js 8 lib/adblockplus.js
9 lib/punycode.js 9 lib/punycode.js
10 lib/publicSuffixList.js 10 lib/publicSuffixList.js
11 lib/basedomain.js 11 lib/basedomain.js
12 lib/sha1.js 12 lib/sha1.js
13 lib/jsbn.js 13 lib/jsbn.js
14 lib/rsa.js 14 lib/rsa.js
15 webrequest.js 15 webrequest.js
16 messageResponder.js
16 popupBlocker.js 17 popupBlocker.js
17 iconAnimation.js 18 iconAnimation.js
18 background.js 19 background.js
19 permissions = http://*/* https://*/* 20 permissions = http://*/* https://*/*
20 21
21 [contentScripts] 22 [contentScripts]
22 document_start = ext/common.js ext/content.js include.preload.js 23 document_start = ext/common.js ext/content.js include.preload.js
23 document_end = include.postload.js 24 document_end = include.postload.js
24 25
25 [mapping] 26 [mapping]
26 ext/content.js = chrome/ext/content.js 27 ext/content.js = chrome/ext/content.js
27 ext/popup.js = chrome/ext/popup.js 28 ext/popup.js = chrome/ext/popup.js
28 notification.html = chrome/notification.html 29 notification.html = chrome/notification.html
29 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 30 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
30 firstRun.html = adblockplus/chrome/content/ui/firstRun.html 31 firstRun.html = adblockplusui/firstRun.html
31 firstRun.js = adblockplus/chrome/content/ui/firstRun.js 32 firstRun.js = adblockplusui/firstRun.js
32 i18n.js = adblockplus/chrome/content/ui/i18n.js 33 i18n.js = adblockplusui/i18n.js
33 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css 34 messageResponder.js = adblockplusui/messageResponder.js
34 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png 35 skin/firstRun.css = adblockplusui/skin/firstRun.css
35 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif 36 skin/abp-icon-big.png = adblockplusui/skin/abp-icon-big.png
36 skin/background.png = adblockplus/chrome/skin/background.png 37 skin/ajax-loader.gif = adblockplusui/skin/ajax-loader.gif
37 skin/background-main.png = adblockplus/chrome/skin/background-main.png 38 skin/background.png = adblockplusui/skin/background.png
38 skin/background-share.png = adblockplus/chrome/skin/background-share.png 39 skin/background-main.png = adblockplusui/skin/background-main.png
39 skin/donate.png = adblockplus/chrome/skin/donate.png 40 skin/background-share.png = adblockplusui/skin/background-share.png
40 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png 41 skin/donate.png = adblockplusui/skin/donate.png
41 skin/features/social.png = adblockplus/chrome/skin/features/social.png 42 skin/features/malware.png = adblockplusui/skin/features/malware.png
42 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png 43 skin/features/social.png = adblockplusui/skin/features/social.png
43 skin/fonts/CreteRound-Italic.otf = adblockplus/chrome/skin/fonts/CreteRound-Ital ic.otf 44 skin/features/tracking.png = adblockplusui/skin/features/tracking.png
44 skin/fonts/CreteRound-Regular.otf = adblockplus/chrome/skin/fonts/CreteRound-Reg ular.otf 45 skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.ot f
45 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png 46 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf
46 skin/social/googleplus.png = adblockplus/chrome/skin/social/googleplus.png 47 skin/social/facebook.png = adblockplusui/skin/social/facebook.png
47 skin/social/renren.png = adblockplus/chrome/skin/social/renren.png 48 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
48 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png 49 skin/social/renren.png = adblockplusui/skin/social/renren.png
49 skin/social/weibo.png = adblockplus/chrome/skin/social/weibo.png 50 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
51 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
50 qunit/qunit.js = adblockplustests/chrome/content/qunit.js 52 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
51 qunit/qunit.css = adblockplustests/chrome/content/qunit.css 53 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
52 54
53 [preprocess]
54 firstRun.html =
55
56 [convert_js] 55 [convert_js]
57 lib/adblockplus.js = lib/prefs.js 56 lib/adblockplus.js = lib/prefs.js
58 lib/utils.js 57 lib/utils.js
59 lib/elemHideHitRegistration.js 58 lib/elemHideHitRegistration.js
60 adblockplus/lib/downloader.js 59 adblockplus/lib/downloader.js
61 adblockplus/lib/filterNotifier.js 60 adblockplus/lib/filterNotifier.js
62 adblockplus/lib/filterClasses.js 61 adblockplus/lib/filterClasses.js
63 adblockplus/lib/subscriptionClasses.js 62 adblockplus/lib/subscriptionClasses.js
64 adblockplus/lib/filterStorage.js 63 adblockplus/lib/filterStorage.js
65 adblockplus/lib/elemHide.js 64 adblockplus/lib/elemHide.js
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 subscription.delete.label 104 subscription.delete.label
106 addSubscription.label 105 addSubscription.label
107 addSubscriptionAdd.label 106 addSubscriptionAdd.label
108 addSubscriptionOther.label 107 addSubscriptionOther.label
109 acceptableAds2.label 108 acceptableAds2.label
110 viewList.label 109 viewList.label
111 readMore.label 110 readMore.label
112 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
113 title.label 112 title.label
114 adblockplus/chrome/locale/*/meta.properties = =name 113 adblockplus/chrome/locale/*/meta.properties = =name
115 adblockplus/chrome/locale/*/firstRun.properties = =* 114 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « include.postload.js ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld