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

Side by Side Diff: metadata.common

Issue 29336084: Issue 2426 - Open block.html as a popup window (Closed)
Patch Set: Assume createData parameter has been given Created Feb. 17, 2016, 8:50 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') | popup.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [general] 1 [general]
2 version = 1.10.2 2 version = 1.10.2
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
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 lib/whitelisting.js 93 lib/whitelisting.js
94 lib/filterValidation.js 94 lib/filterValidation.js
95 lib/filterComposer.js 95 lib/filterComposer.js
96 lib/icon.js 96 lib/icon.js
97 lib/notificationHelper.js 97 lib/notificationHelper.js
98 lib/popupBlocker.js 98 lib/popupBlocker.js
99 lib/uninstall.js 99 lib/uninstall.js
100 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ 100 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/
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 include.postload.js = subscriptionLink.postload.js blockElement.postload.js
103 104
104 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 105 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
105 adblockplustests/chrome/content/tests/filterClasses.js 106 adblockplustests/chrome/content/tests/filterClasses.js
106 adblockplustests/chrome/content/tests/filterNotifier.js 107 adblockplustests/chrome/content/tests/filterNotifier.js
107 adblockplustests/chrome/content/tests/filterStorage.js 108 adblockplustests/chrome/content/tests/filterStorage.js
108 adblockplustests/chrome/content/tests/matcher.js 109 adblockplustests/chrome/content/tests/matcher.js
109 adblockplustests/chrome/content/tests/prefs.js 110 adblockplustests/chrome/content/tests/prefs.js
110 adblockplustests/chrome/content/tests/regexpFilters_matching.js 111 adblockplustests/chrome/content/tests/regexpFilters_matching.js
111 adblockplustests/chrome/content/tests/subscriptionClasses.js 112 adblockplustests/chrome/content/tests/subscriptionClasses.js
112 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ 113 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
(...skipping 22 matching lines...) Expand all
135 addSubscription.label 136 addSubscription.label
136 addSubscriptionAdd.label 137 addSubscriptionAdd.label
137 addSubscriptionOther.label 138 addSubscriptionOther.label
138 acceptableAds2.label 139 acceptableAds2.label
139 viewList.label 140 viewList.label
140 readMore.label 141 readMore.label
141 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 142 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
142 title.label 143 title.label
143 adblockplus/chrome/locale/*/meta.properties = =name 144 adblockplus/chrome/locale/*/meta.properties = =name
144 adblockplusui/locale/*/firstRun.json = =* 145 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « metadata.chrome ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld