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: Use unprefixed flexbox Created Jan. 6, 2015, 6:08 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') | popupBlocker.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.8.8 2 version = 1.8.8
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
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 adblockplus/lib/filterStorage.js 64 adblockplus/lib/filterStorage.js
65 adblockplus/lib/elemHide.js 65 adblockplus/lib/elemHide.js
66 adblockplus/lib/matcher.js 66 adblockplus/lib/matcher.js
67 adblockplus/lib/filterListener.js 67 adblockplus/lib/filterListener.js
68 adblockplus/lib/synchronizer.js 68 adblockplus/lib/synchronizer.js
69 adblockplus/lib/notification.js 69 adblockplus/lib/notification.js
70 adblockplus/lib/antiadblockInit.js 70 adblockplus/lib/antiadblockInit.js
71 lib/stats.js 71 lib/stats.js
72 lib/whitelisting.js 72 lib/whitelisting.js
73 lib/filterValidation.js 73 lib/filterValidation.js
74 lib/devtools.js
74 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 75 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
75 ext/common.js = ext/common.js chrome/ext/common.js 76 ext/common.js = ext/common.js chrome/ext/common.js
76 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand 77 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand
77 78
78 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 79 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
79 adblockplustests/chrome/content/tests/filterClasses.js 80 adblockplustests/chrome/content/tests/filterClasses.js
80 adblockplustests/chrome/content/tests/filterNotifier.js 81 adblockplustests/chrome/content/tests/filterNotifier.js
81 adblockplustests/chrome/content/tests/filterStorage.js 82 adblockplustests/chrome/content/tests/filterStorage.js
82 adblockplustests/chrome/content/tests/matcher.js 83 adblockplustests/chrome/content/tests/matcher.js
83 adblockplustests/chrome/content/tests/prefs.js 84 adblockplustests/chrome/content/tests/prefs.js
(...skipping 22 matching lines...) Expand all
106 addSubscription.label 107 addSubscription.label
107 addSubscriptionAdd.label 108 addSubscriptionAdd.label
108 addSubscriptionOther.label 109 addSubscriptionOther.label
109 acceptableAds2.label 110 acceptableAds2.label
110 viewList.label 111 viewList.label
111 readMore.label 112 readMore.label
112 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 113 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
113 title.label 114 title.label
114 adblockplus/chrome/locale/*/meta.properties = =name 115 adblockplus/chrome/locale/*/meta.properties = =name
115 adblockplus/chrome/locale/*/firstRun.properties = =* 116 adblockplus/chrome/locale/*/firstRun.properties = =*
OLDNEW
« no previous file with comments | « metadata.chrome ('k') | popupBlocker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld