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: Added missing copyright disclaimers and websql implementation Created Oct. 23, 2013, 2:46 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
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 background.js
17 permissions = http://*/* https://*/*
18
19 [contentScripts]
20 document_start = ext/common.js ext/content.js include.preload.js
21 document_end = include.postload.js
22
23 [mapping]
24 ext/common.js = chrome/common.js
25 ext/background.js = chrome/background.js
26 ext/content.js = chrome/content.js
27 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
28 firstRun.html = adblockplus/chrome/content/ui/firstRun.html
29 firstRun.js = adblockplus/chrome/content/ui/firstRun.js
30 i18n.js = adblockplus/chrome/content/ui/i18n.js
31 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css
32 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png
33 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif
34 skin/background.png = adblockplus/chrome/skin/background.png
35 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png
36 skin/features/social.png = adblockplus/chrome/skin/features/social.png
37 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png
38 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png
39 skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png
40 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png
41 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
42 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
43
44 [convert_js]
45 lib/adblockplus.js = lib/prefs.js
46 lib/utils.js
47 lib/elemHideHitRegistration.js
48 adblockplus/lib/downloader.js
49 adblockplus/lib/filterNotifier.js
50 adblockplus/lib/filterClasses.js
51 adblockplus/lib/subscriptionClasses.js
52 adblockplus/lib/filterStorage.js
53 adblockplus/lib/elemHide.js
54 adblockplus/lib/matcher.js
55 adblockplus/lib/filterListener.js
56 adblockplus/lib/synchronizer.js
57 adblockplus/lib/notification.js
58 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
59
60 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
61 adblockplustests/chrome/content/tests/filterClasses.js
62 adblockplustests/chrome/content/tests/filterNotifier.js
63 adblockplustests/chrome/content/tests/filterStorage.js
64 adblockplustests/chrome/content/tests/matcher.js
65 adblockplustests/chrome/content/tests/prefs.js
66 adblockplustests/chrome/content/tests/regexpFilters_matching.js
67 adblockplustests/chrome/content/tests/subscriptionClasses.js
68 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
69
70 [import_locales]
71 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
72 remove_subscription_warning
73 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
74 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
75 subscription.lastDownload.invalidURL
76 subscription.lastDownload.connectionError
77 subscription.lastDownload.invalidData
78 subscription.lastDownload.checksumMismatch
79 subscription.enabled.label
80 subscription.delete.label
81 addSubscription.label
82 addSubscriptionAdd.label
83 addSubscriptionOther.label
84 acceptableAds2.label
85 viewList.label
86 readMore.label
87 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
88 title.label
89 adblockplus/chrome/locale/*/meta.properties = =name
90 adblockplus/chrome/locale/*/firstRun.properties = =*
OLDNEW
« chrome/common.js ('K') | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld