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

Delta Between Two Patch Sets: metadata.common

Issue 6393086494113792: Issue 154 - Added devtools panel showing blocked and blockable items (Closed)
Left Patch Set: Added some newlines for better legibility Created Jan. 5, 2015, 7:35 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [general] 1 [general]
2 version = 1.8.8 2 version = 1.10.1
3 backgroundScripts = ext/common.js 3 backgroundScripts = lib/polyfills/url.js
4 lib/polyfills/promise.js
5 lib/polyfills/fetch.js
6 ext/common.js
4 ext/background.js 7 ext/background.js
5 lib/compat.js 8 lib/compat.js
6 lib/info.js 9 lib/info.js
7 lib/io.js
8 lib/adblockplus.js 10 lib/adblockplus.js
9 lib/punycode.js 11 lib/punycode.js
10 lib/publicSuffixList.js 12 lib/publicSuffixList.js
11 lib/basedomain.js
12 lib/sha1.js 13 lib/sha1.js
13 lib/jsbn.js 14 lib/jsbn.js
14 lib/rsa.js 15 lib/rsa.js
15 webrequest.js 16 webrequest.js
17 messageResponder.js
16 popupBlocker.js 18 popupBlocker.js
17 iconAnimation.js
18 background.js 19 background.js
20 testScripts = ../ext/common.js
21 ../ext/background.js
22 ../lib/compat.js
23 ../lib/info.js
24 ../lib/adblockplus.js
25 ../lib/publicSuffixList.js
26 ../lib/punycode.js
27 ../lib/sha1.js
28 ../lib/jsbn.js
29 ../lib/rsa.js
30 ../webrequest.js
31 common.js
32 tests/adblockplus.js
33 tests/versionComparator.js
34 tests/url.js
35 tests/signatures.js
36 tests/cssEscaping.js
19 permissions = http://*/* https://*/* 37 permissions = http://*/* https://*/*
20 38
21 [contentScripts] 39 [contentScripts]
22 document_start = ext/common.js ext/content.js include.preload.js 40 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s
23 document_end = include.postload.js 41 document_end = include.postload.js
24 42
25 [mapping] 43 [mapping]
44 cssProperties.js = adblockplus/chrome/content/cssProperties.js
26 ext/content.js = chrome/ext/content.js 45 ext/content.js = chrome/ext/content.js
27 ext/popup.js = chrome/ext/popup.js 46 ext/popup.js = chrome/ext/popup.js
28 notification.html = chrome/notification.html
29 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 47 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
30 firstRun.html = adblockplus/chrome/content/ui/firstRun.html 48 firstRun.html = adblockplusui/firstRun.html
31 firstRun.js = adblockplus/chrome/content/ui/firstRun.js 49 common.js = adblockplusui/common.js
32 i18n.js = adblockplus/chrome/content/ui/i18n.js 50 firstRun.js = adblockplusui/firstRun.js
33 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css 51 i18n.js = adblockplusui/i18n.js
34 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png 52 messageResponder.js = adblockplusui/messageResponder.js
35 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif 53 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png
36 skin/background.png = adblockplus/chrome/skin/background.png 54 skin/common.css = adblockplusui/skin/common.css
37 skin/background-main.png = adblockplus/chrome/skin/background-main.png 55 skin/firstRun.css = adblockplusui/skin/firstRun.css
38 skin/background-share.png = adblockplus/chrome/skin/background-share.png 56 skin/ajax-loader.gif = adblockplusui/skin/ajax-loader.gif
39 skin/donate.png = adblockplus/chrome/skin/donate.png 57 skin/background.png = adblockplusui/skin/background.png
40 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png 58 skin/background-main.png = adblockplusui/skin/background-main.png
41 skin/features/social.png = adblockplus/chrome/skin/features/social.png 59 skin/background-share.png = adblockplusui/skin/background-share.png
42 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png 60 skin/donate.png = adblockplusui/skin/donate.png
43 skin/fonts/CreteRound-Italic.otf = adblockplus/chrome/skin/fonts/CreteRound-Ital ic.otf 61 skin/abb-logo.png = adblockplusui/skin/abb-logo.png
44 skin/fonts/CreteRound-Regular.otf = adblockplus/chrome/skin/fonts/CreteRound-Reg ular.otf 62 skin/features/malware.png = adblockplusui/skin/features/malware.png
45 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png 63 skin/features/social.png = adblockplusui/skin/features/social.png
46 skin/social/googleplus.png = adblockplus/chrome/skin/social/googleplus.png 64 skin/features/tracking.png = adblockplusui/skin/features/tracking.png
47 skin/social/renren.png = adblockplus/chrome/skin/social/renren.png 65 skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.ot f
48 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png 66 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf
49 skin/social/weibo.png = adblockplus/chrome/skin/social/weibo.png 67 skin/social/facebook.png = adblockplusui/skin/social/facebook.png
68 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
69 skin/social/renren.png = adblockplusui/skin/social/renren.png
70 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
71 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
50 qunit/qunit.js = adblockplustests/chrome/content/qunit.js 72 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
51 qunit/qunit.css = adblockplustests/chrome/content/qunit.css 73 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
52
53 [preprocess]
54 firstRun.html =
55 74
56 [convert_js] 75 [convert_js]
57 lib/adblockplus.js = lib/prefs.js 76 lib/adblockplus.js = lib/prefs.js
58 lib/utils.js 77 lib/utils.js
59 lib/elemHideHitRegistration.js 78 lib/io.js
60 adblockplus/lib/downloader.js 79 adblockplus/lib/downloader.js
61 adblockplus/lib/filterNotifier.js 80 adblockplus/lib/filterNotifier.js
62 adblockplus/lib/filterClasses.js 81 adblockplus/lib/filterClasses.js
63 adblockplus/lib/subscriptionClasses.js 82 adblockplus/lib/subscriptionClasses.js
64 adblockplus/lib/filterStorage.js 83 adblockplus/lib/filterStorage.js
65 adblockplus/lib/elemHide.js 84 adblockplus/lib/elemHide.js
66 adblockplus/lib/matcher.js 85 adblockplus/lib/matcher.js
86 adblockplus/lib/cssRules.js
67 adblockplus/lib/filterListener.js 87 adblockplus/lib/filterListener.js
68 adblockplus/lib/synchronizer.js 88 adblockplus/lib/synchronizer.js
69 adblockplus/lib/notification.js 89 adblockplus/lib/notification.js
70 adblockplus/lib/antiadblockInit.js 90 adblockplus/lib/antiadblockInit.js
91 lib/url.js
71 lib/stats.js 92 lib/stats.js
93 lib/devtools.js
72 lib/whitelisting.js 94 lib/whitelisting.js
73 lib/filterValidation.js 95 lib/filterValidation.js
74 lib/devtools.js 96 lib/filterComposer.js
97 lib/icon.js
98 lib/notificationHelper.js
99 lib/uninstall.js
75 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 100 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
76 ext/common.js = ext/common.js chrome/ext/common.js 101 ext/common.js = ext/common.js chrome/ext/common.js
77 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
78 103
79 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 104 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
80 adblockplustests/chrome/content/tests/filterClasses.js 105 adblockplustests/chrome/content/tests/filterClasses.js
81 adblockplustests/chrome/content/tests/filterNotifier.js 106 adblockplustests/chrome/content/tests/filterNotifier.js
82 adblockplustests/chrome/content/tests/filterStorage.js 107 adblockplustests/chrome/content/tests/filterStorage.js
83 adblockplustests/chrome/content/tests/matcher.js 108 adblockplustests/chrome/content/tests/matcher.js
84 adblockplustests/chrome/content/tests/prefs.js 109 adblockplustests/chrome/content/tests/prefs.js
85 adblockplustests/chrome/content/tests/regexpFilters_matching.js 110 adblockplustests/chrome/content/tests/regexpFilters_matching.js
86 adblockplustests/chrome/content/tests/subscriptionClasses.js 111 adblockplustests/chrome/content/tests/subscriptionClasses.js
87 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ 112 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
88 113
89 [import_locales] 114 [import_locales]
90 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 115 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
91 remove_subscription_warning 116 remove_subscription_warning
92 notification_antiadblock_title 117 notification_antiadblock_title
93 notification_antiadblock_message 118 notification_antiadblock_message
94 filter_elemhide_duplicate_id 119 filter_elemhide_duplicate_id
95 filter_elemhide_nocriteria 120 filter_elemhide_nocriteria
121 filter_cssproperty_nodomain
96 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label 122 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
97 notification.button.yes 123 notification.button.yes
98 notification.button.no 124 notification.button.no
99 notification.button.close 125 notification.closing.button.hide
126 notification.closing.button.optout
127 shownotifications.label
100 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress 128 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
101 subscription.lastDownload.invalidURL 129 subscription.lastDownload.invalidURL
102 subscription.lastDownload.connectionError 130 subscription.lastDownload.connectionError
103 subscription.lastDownload.invalidData 131 subscription.lastDownload.invalidData
104 subscription.lastDownload.checksumMismatch 132 subscription.lastDownload.checksumMismatch
105 subscription.enabled.label 133 subscription.enabled.label
106 subscription.delete.label 134 subscription.delete.label
107 addSubscription.label 135 addSubscription.label
108 addSubscriptionAdd.label 136 addSubscriptionAdd.label
109 addSubscriptionOther.label 137 addSubscriptionOther.label
110 acceptableAds2.label 138 acceptableAds2.label
111 viewList.label 139 viewList.label
112 readMore.label 140 readMore.label
113 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 141 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
114 title.label 142 title.label
115 adblockplus/chrome/locale/*/meta.properties = =name 143 adblockplus/chrome/locale/*/meta.properties = =name
116 adblockplus/chrome/locale/*/firstRun.properties = =* 144 adblockplusui/locale/*/firstRun.json = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld