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

Side by Side Diff: metadata.common

Issue 6393086494113792: Issue 154 - Added devtools panel showing blocked and blockable items (Closed)
Patch Set: Adapt for UI changes generating domain specific filters when necessary Created Feb. 3, 2016, 10:40 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
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('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.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
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 adblockplus/lib/filterStorage.js 83 adblockplus/lib/filterStorage.js
84 adblockplus/lib/elemHide.js 84 adblockplus/lib/elemHide.js
85 adblockplus/lib/matcher.js 85 adblockplus/lib/matcher.js
86 adblockplus/lib/cssRules.js 86 adblockplus/lib/cssRules.js
87 adblockplus/lib/filterListener.js 87 adblockplus/lib/filterListener.js
88 adblockplus/lib/synchronizer.js 88 adblockplus/lib/synchronizer.js
89 adblockplus/lib/notification.js 89 adblockplus/lib/notification.js
90 adblockplus/lib/antiadblockInit.js 90 adblockplus/lib/antiadblockInit.js
91 lib/url.js 91 lib/url.js
92 lib/stats.js 92 lib/stats.js
93 lib/devtools.js
93 lib/whitelisting.js 94 lib/whitelisting.js
94 lib/filterValidation.js 95 lib/filterValidation.js
95 lib/filterComposer.js 96 lib/filterComposer.js
96 lib/icon.js 97 lib/icon.js
97 lib/notificationHelper.js 98 lib/notificationHelper.js
98 lib/uninstall.js 99 lib/uninstall.js
99 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 100 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
100 ext/common.js = ext/common.js chrome/ext/common.js 101 ext/common.js = ext/common.js chrome/ext/common.js
101 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
102 103
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 addSubscription.label 135 addSubscription.label
135 addSubscriptionAdd.label 136 addSubscriptionAdd.label
136 addSubscriptionOther.label 137 addSubscriptionOther.label
137 acceptableAds2.label 138 acceptableAds2.label
138 viewList.label 139 viewList.label
139 readMore.label 140 readMore.label
140 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 141 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
141 title.label 142 title.label
142 adblockplus/chrome/locale/*/meta.properties = =name 143 adblockplus/chrome/locale/*/meta.properties = =name
143 adblockplusui/locale/*/firstRun.json = =* 144 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld