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

Side by Side Diff: metadata.common

Issue 5464830253203456: Refactored the abstraction layer to address prerendered pages on Safari caused by leaky abstraction (Closed)
Patch Set: Created Feb. 22, 2014, 10:45 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
OLDNEW
1 [general] 1 [general]
2 version = 1.7.4 2 version = 1.7.4
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 popupBlocker.js 16 popupBlocker.js
17 iconAnimation.js 17 iconAnimation.js
18 background.js 18 background.js
19 permissions = http://*/* https://*/* 19 permissions = http://*/* https://*/*
20 20
21 [contentScripts] 21 [contentScripts]
22 document_start = ext/common.js ext/content.js include.preload.js 22 document_start = ext/common.js ext/content.js include.preload.js
23 document_end = include.postload.js 23 document_end = include.postload.js
24 24
25 [mapping] 25 [mapping]
26 ext/common.js = chrome/ext/common.js
27 ext/background.js = chrome/ext/background.js
28 ext/content.js = chrome/ext/content.js 26 ext/content.js = chrome/ext/content.js
29 ext/popup.js = chrome/ext/popup.js 27 ext/popup.js = chrome/ext/popup.js
30 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 28 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
31 firstRun.html = adblockplus/chrome/content/ui/firstRun.html 29 firstRun.html = adblockplus/chrome/content/ui/firstRun.html
32 firstRun.js = adblockplus/chrome/content/ui/firstRun.js 30 firstRun.js = adblockplus/chrome/content/ui/firstRun.js
33 i18n.js = adblockplus/chrome/content/ui/i18n.js 31 i18n.js = adblockplus/chrome/content/ui/i18n.js
34 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css 32 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css
35 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png 33 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png
36 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif 34 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif
37 skin/background.png = adblockplus/chrome/skin/background.png 35 skin/background.png = adblockplus/chrome/skin/background.png
(...skipping 26 matching lines...) Expand all
64 adblockplus/lib/subscriptionClasses.js 62 adblockplus/lib/subscriptionClasses.js
65 adblockplus/lib/filterStorage.js 63 adblockplus/lib/filterStorage.js
66 adblockplus/lib/elemHide.js 64 adblockplus/lib/elemHide.js
67 adblockplus/lib/matcher.js 65 adblockplus/lib/matcher.js
68 adblockplus/lib/filterListener.js 66 adblockplus/lib/filterListener.js
69 adblockplus/lib/synchronizer.js 67 adblockplus/lib/synchronizer.js
70 adblockplus/lib/notification.js 68 adblockplus/lib/notification.js
71 lib/stats.js 69 lib/stats.js
72 lib/whitelisting.js 70 lib/whitelisting.js
73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 71 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
72 ext/common.js = ext/common.js chrome/ext/common.js
73 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand
74 74
75 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 75 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
76 adblockplustests/chrome/content/tests/filterClasses.js 76 adblockplustests/chrome/content/tests/filterClasses.js
77 adblockplustests/chrome/content/tests/filterNotifier.js 77 adblockplustests/chrome/content/tests/filterNotifier.js
78 adblockplustests/chrome/content/tests/filterStorage.js 78 adblockplustests/chrome/content/tests/filterStorage.js
79 adblockplustests/chrome/content/tests/matcher.js 79 adblockplustests/chrome/content/tests/matcher.js
80 adblockplustests/chrome/content/tests/prefs.js 80 adblockplustests/chrome/content/tests/prefs.js
81 adblockplustests/chrome/content/tests/regexpFilters_matching.js 81 adblockplustests/chrome/content/tests/regexpFilters_matching.js
82 adblockplustests/chrome/content/tests/subscriptionClasses.js 82 adblockplustests/chrome/content/tests/subscriptionClasses.js
83 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ 83 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
(...skipping 12 matching lines...) Expand all
96 addSubscription.label 96 addSubscription.label
97 addSubscriptionAdd.label 97 addSubscriptionAdd.label
98 addSubscriptionOther.label 98 addSubscriptionOther.label
99 acceptableAds2.label 99 acceptableAds2.label
100 viewList.label 100 viewList.label
101 readMore.label 101 readMore.label
102 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 102 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
103 title.label 103 title.label
104 adblockplus/chrome/locale/*/meta.properties = =name 104 adblockplus/chrome/locale/*/meta.properties = =name
105 adblockplus/chrome/locale/*/firstRun.properties = =* 105 adblockplus/chrome/locale/*/firstRun.properties = =*
OLDNEW

Powered by Google App Engine
This is Rietveld