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: Rebased on upstream and addressed comments Created Oct. 25, 2013, 4:13 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 | « 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 =
46 adblockplus/chrome/skin/fonts/CreteRound-Italic.otf
47 skin/fonts/CreteRound-Regular.otf =
48 adblockplus/chrome/skin/fonts/CreteRound-Regular.otf
49 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png
50 skin/social/googleplus.png = adblockplus/chrome/skin/social/googleplus.png
51 skin/social/renren.png = adblockplus/chrome/skin/social/renren.png
52 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png
53 skin/social/weibo.png = adblockplus/chrome/skin/social/weibo.png
54 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
55 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
56
57 [convert_js]
58 lib/adblockplus.js = lib/prefs.js
59 lib/utils.js
60 lib/elemHideHitRegistration.js
61 adblockplus/lib/downloader.js
62 adblockplus/lib/filterNotifier.js
63 adblockplus/lib/filterClasses.js
64 adblockplus/lib/subscriptionClasses.js
65 adblockplus/lib/filterStorage.js
66 adblockplus/lib/elemHide.js
67 adblockplus/lib/matcher.js
68 adblockplus/lib/filterListener.js
69 adblockplus/lib/synchronizer.js
70 adblockplus/lib/notification.js
71 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
72
73 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
74 adblockplustests/chrome/content/tests/filterClasses.js
75 adblockplustests/chrome/content/tests/filterNotifier.js
76 adblockplustests/chrome/content/tests/filterStorage.js
77 adblockplustests/chrome/content/tests/matcher.js
78 adblockplustests/chrome/content/tests/prefs.js
79 adblockplustests/chrome/content/tests/regexpFilters_matching.js
80 adblockplustests/chrome/content/tests/subscriptionClasses.js
81 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
82
83 [import_locales]
84 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
85 remove_subscription_warning
86 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
87 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
88 subscription.lastDownload.invalidURL
89 subscription.lastDownload.connectionError
90 subscription.lastDownload.invalidData
91 subscription.lastDownload.checksumMismatch
92 subscription.enabled.label
93 subscription.delete.label
94 addSubscription.label
95 addSubscriptionAdd.label
96 addSubscriptionOther.label
97 acceptableAds2.label
98 viewList.label
99 readMore.label
100 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
101 title.label
102 adblockplus/chrome/locale/*/meta.properties = =name
103 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