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

Unified Diff: metadata.common

Issue 16067002: Added Safari Support (Closed)
Patch Set: Bugfixes Created Nov. 15, 2013, 8:58 a.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 | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
===================================================================
new file mode 100644
--- /dev/null
+++ b/metadata.common
@@ -0,0 +1,105 @@
+[general]
+backgroundScripts = ext/common.js
+ ext/background.js
+ lib/compat.js
+ lib/info.js
+ lib/io.js
+ lib/adblockplus.js
+ lib/punycode.js
+ lib/publicSuffixList.js
+ lib/basedomain.js
+ lib/sha1.js
+ lib/jsbn.js
+ lib/rsa.js
+ webrequest.js
+ popupBlocker.js
+ iconAnimation.js
+ background.js
+permissions = http://*/* https://*/*
+
+[contentScripts]
+document_start = ext/common.js ext/content.js include.preload.js
+document_end = include.postload.js
+
+[mapping]
+ext/common.js = chrome/common.js
+ext/background.js = chrome/background.js
+ext/content.js = chrome/content.js
+subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
+firstRun.html = adblockplus/chrome/content/ui/firstRun.html
+firstRun.js = adblockplus/chrome/content/ui/firstRun.js
+i18n.js = adblockplus/chrome/content/ui/i18n.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/arrow-down.png = adblockplus/chrome/skin/arrow-down.png
+skin/arrow-up.png = adblockplus/chrome/skin/arrow-up.png
+skin/background.png = adblockplus/chrome/skin/background.png
+skin/background-candomore.png = adblockplus/chrome/skin/background-candomore.png
+skin/background-main.png = adblockplus/chrome/skin/background-main.png
+skin/background-share.png = adblockplus/chrome/skin/background-share.png
+skin/donate.png = adblockplus/chrome/skin/donate.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/fonts/CreteRound-Italic.otf = adblockplus/chrome/skin/fonts/CreteRound-Italic.otf
+skin/fonts/CreteRound-Regular.otf = adblockplus/chrome/skin/fonts/CreteRound-Regular.otf
+skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png
+skin/social/googleplus.png = adblockplus/chrome/skin/social/googleplus.png
+skin/social/renren.png = adblockplus/chrome/skin/social/renren.png
+skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png
+skin/social/weibo.png = adblockplus/chrome/skin/social/weibo.png
+qunit/qunit.js = adblockplustests/chrome/content/qunit.js
+qunit/qunit.css = adblockplustests/chrome/content/qunit.css
+
+[preprocess]
+firstRun.html =
+
+[convert_js]
+lib/adblockplus.js = lib/prefs.js
+ lib/utils.js
+ lib/elemHideHitRegistration.js
+ adblockplus/lib/downloader.js
+ adblockplus/lib/filterNotifier.js
+ adblockplus/lib/filterClasses.js
+ adblockplus/lib/subscriptionClasses.js
+ adblockplus/lib/filterStorage.js
+ adblockplus/lib/elemHide.js
+ adblockplus/lib/matcher.js
+ adblockplus/lib/filterListener.js
+ adblockplus/lib/synchronizer.js
+ adblockplus/lib/notification.js
+ lib/stats.js
+ --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
+
+qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestrictions.js
+ adblockplustests/chrome/content/tests/filterClasses.js
+ adblockplustests/chrome/content/tests/filterNotifier.js
+ adblockplustests/chrome/content/tests/filterStorage.js
+ adblockplustests/chrome/content/tests/matcher.js
+ adblockplustests/chrome/content/tests/prefs.js
+ adblockplustests/chrome/content/tests/regexpFilters_matching.js
+ adblockplustests/chrome/content/tests/subscriptionClasses.js
+ --arg source_repo=https://hg.adblockplus.org/adblockplustests/
+
+[import_locales]
+adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
+ remove_subscription_warning
+adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
+adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
+ subscription.lastDownload.invalidURL
+ subscription.lastDownload.connectionError
+ subscription.lastDownload.invalidData
+ subscription.lastDownload.checksumMismatch
+ subscription.enabled.label
+ subscription.delete.label
+ addSubscription.label
+ addSubscriptionAdd.label
+ addSubscriptionOther.label
+ acceptableAds2.label
+ viewList.label
+ readMore.label
+adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
+ title.label
+adblockplus/chrome/locale/*/meta.properties = =name
+adblockplus/chrome/locale/*/firstRun.properties = =*
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld