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

Side by Side Diff: metadata.common

Issue 16067002: Added Safari Support (Closed)
Patch Set: Bugfixes Created Nov. 15, 2013, 8:58 a.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 | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [general]
2 backgroundScripts = ext/common.js
3 ext/background.js
4 lib/compat.js
5 lib/info.js
6 lib/io.js
7 lib/adblockplus.js
8 lib/punycode.js
9 lib/publicSuffixList.js
10 lib/basedomain.js
11 lib/sha1.js
12 lib/jsbn.js
13 lib/rsa.js
14 webrequest.js
15 popupBlocker.js
16 iconAnimation.js
17 background.js
18 permissions = http://*/* https://*/*
19
20 [contentScripts]
21 document_start = ext/common.js ext/content.js include.preload.js
22 document_end = include.postload.js
23
24 [mapping]
25 ext/common.js = chrome/common.js
26 ext/background.js = chrome/background.js
27 ext/content.js = chrome/content.js
28 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
29 firstRun.html = adblockplus/chrome/content/ui/firstRun.html
30 firstRun.js = adblockplus/chrome/content/ui/firstRun.js
31 i18n.js = adblockplus/chrome/content/ui/i18n.js
32 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css
33 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png
34 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif
35 skin/arrow-down.png = adblockplus/chrome/skin/arrow-down.png
36 skin/arrow-up.png = adblockplus/chrome/skin/arrow-up.png
37 skin/background.png = adblockplus/chrome/skin/background.png
38 skin/background-candomore.png = adblockplus/chrome/skin/background-candomore.png
39 skin/background-main.png = adblockplus/chrome/skin/background-main.png
40 skin/background-share.png = adblockplus/chrome/skin/background-share.png
41 skin/donate.png = adblockplus/chrome/skin/donate.png
42 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png
43 skin/features/social.png = adblockplus/chrome/skin/features/social.png
44 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png
45 skin/fonts/CreteRound-Italic.otf = adblockplus/chrome/skin/fonts/CreteRound-Ital ic.otf
46 skin/fonts/CreteRound-Regular.otf = adblockplus/chrome/skin/fonts/CreteRound-Reg ular.otf
47 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png
48 skin/social/googleplus.png = adblockplus/chrome/skin/social/googleplus.png
49 skin/social/renren.png = adblockplus/chrome/skin/social/renren.png
50 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png
51 skin/social/weibo.png = adblockplus/chrome/skin/social/weibo.png
52 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
53 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
54
55 [preprocess]
56 firstRun.html =
57
58 [convert_js]
59 lib/adblockplus.js = lib/prefs.js
60 lib/utils.js
61 lib/elemHideHitRegistration.js
62 adblockplus/lib/downloader.js
63 adblockplus/lib/filterNotifier.js
64 adblockplus/lib/filterClasses.js
65 adblockplus/lib/subscriptionClasses.js
66 adblockplus/lib/filterStorage.js
67 adblockplus/lib/elemHide.js
68 adblockplus/lib/matcher.js
69 adblockplus/lib/filterListener.js
70 adblockplus/lib/synchronizer.js
71 adblockplus/lib/notification.js
72 lib/stats.js
73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
74
75 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
76 adblockplustests/chrome/content/tests/filterClasses.js
77 adblockplustests/chrome/content/tests/filterNotifier.js
78 adblockplustests/chrome/content/tests/filterStorage.js
79 adblockplustests/chrome/content/tests/matcher.js
80 adblockplustests/chrome/content/tests/prefs.js
81 adblockplustests/chrome/content/tests/regexpFilters_matching.js
82 adblockplustests/chrome/content/tests/subscriptionClasses.js
83 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
84
85 [import_locales]
86 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
87 remove_subscription_warning
88 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
89 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
90 subscription.lastDownload.invalidURL
91 subscription.lastDownload.connectionError
92 subscription.lastDownload.invalidData
93 subscription.lastDownload.checksumMismatch
94 subscription.enabled.label
95 subscription.delete.label
96 addSubscription.label
97 addSubscriptionAdd.label
98 addSubscriptionOther.label
99 acceptableAds2.label
100 viewList.label
101 readMore.label
102 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
103 title.label
104 adblockplus/chrome/locale/*/meta.properties = =name
105 adblockplus/chrome/locale/*/firstRun.properties = =*
OLDNEW
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld