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

Side by Side Diff: metadata.common

Issue 29335388: Issue 3616 - Turn popupBlocker.js into a module (Closed)
Patch Set: Created Feb. 2, 2016, 6:25 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
1 [general] 1 [general]
2 version = 1.10.1 2 version = 1.10.1
3 backgroundScripts = lib/polyfills/url.js 3 backgroundScripts = lib/polyfills/url.js
4 lib/polyfills/promise.js 4 lib/polyfills/promise.js
5 lib/polyfills/fetch.js 5 lib/polyfills/fetch.js
6 ext/common.js 6 ext/common.js
7 ext/background.js 7 ext/background.js
8 lib/compat.js 8 lib/compat.js
9 lib/info.js 9 lib/info.js
10 lib/adblockplus.js 10 lib/adblockplus.js
11 lib/punycode.js 11 lib/punycode.js
12 lib/publicSuffixList.js 12 lib/publicSuffixList.js
13 lib/sha1.js 13 lib/sha1.js
14 lib/jsbn.js 14 lib/jsbn.js
15 lib/rsa.js 15 lib/rsa.js
16 webrequest.js 16 webrequest.js
17 messageResponder.js 17 messageResponder.js
18 popupBlocker.js
19 background.js 18 background.js
20 testScripts = ../ext/common.js 19 testScripts = ../ext/common.js
21 ../ext/background.js 20 ../ext/background.js
22 ../lib/compat.js 21 ../lib/compat.js
23 ../lib/info.js 22 ../lib/info.js
24 ../lib/adblockplus.js 23 ../lib/adblockplus.js
25 ../lib/publicSuffixList.js 24 ../lib/publicSuffixList.js
26 ../lib/punycode.js 25 ../lib/punycode.js
27 ../lib/sha1.js 26 ../lib/sha1.js
28 ../lib/jsbn.js 27 ../lib/jsbn.js
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 adblockplus/lib/notification.js 88 adblockplus/lib/notification.js
90 adblockplus/lib/antiadblockInit.js 89 adblockplus/lib/antiadblockInit.js
91 lib/url.js 90 lib/url.js
92 lib/stats.js 91 lib/stats.js
93 lib/devtools.js 92 lib/devtools.js
94 lib/whitelisting.js 93 lib/whitelisting.js
95 lib/filterValidation.js 94 lib/filterValidation.js
96 lib/filterComposer.js 95 lib/filterComposer.js
97 lib/icon.js 96 lib/icon.js
98 lib/notificationHelper.js 97 lib/notificationHelper.js
98 lib/popupBlocker.js
99 lib/uninstall.js 99 lib/uninstall.js
100 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 100 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
101 ext/common.js = ext/common.js chrome/ext/common.js 101 ext/common.js = ext/common.js chrome/ext/common.js
102 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand 102 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand
103 103
104 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 104 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
105 adblockplustests/chrome/content/tests/filterClasses.js 105 adblockplustests/chrome/content/tests/filterClasses.js
106 adblockplustests/chrome/content/tests/filterNotifier.js 106 adblockplustests/chrome/content/tests/filterNotifier.js
107 adblockplustests/chrome/content/tests/filterStorage.js 107 adblockplustests/chrome/content/tests/filterStorage.js
108 adblockplustests/chrome/content/tests/matcher.js 108 adblockplustests/chrome/content/tests/matcher.js
(...skipping 26 matching lines...) Expand all
135 addSubscription.label 135 addSubscription.label
136 addSubscriptionAdd.label 136 addSubscriptionAdd.label
137 addSubscriptionOther.label 137 addSubscriptionOther.label
138 acceptableAds2.label 138 acceptableAds2.label
139 viewList.label 139 viewList.label
140 readMore.label 140 readMore.label
141 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 141 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
142 title.label 142 title.label
143 adblockplus/chrome/locale/*/meta.properties = =name 143 adblockplus/chrome/locale/*/meta.properties = =name
144 adblockplusui/locale/*/firstRun.json = =* 144 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« lib/popupBlocker.js ('K') | « lib/popupBlocker.js ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld