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

Delta Between Two Patch Sets: metadata.common

Issue 6174977720057856: Issue 1853 - Moved filter generation into background page (Closed)
Left Patch Set: Created Jan. 25, 2015, 1:21 p.m.
Right Patch Set: Rebased and fixed documentation mistakenly indicating arguments as optional Created Feb. 28, 2015, 5:59 p.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 | « lib/filterComposer.js ('k') | qunit/tests/cssEscaping.js » ('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.10 2 version = 1.8.11
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
11 lib/sha1.js 11 lib/sha1.js
12 lib/jsbn.js 12 lib/jsbn.js
13 lib/rsa.js 13 lib/rsa.js
14 webrequest.js 14 webrequest.js
15 messageResponder.js 15 messageResponder.js
16 popupBlocker.js 16 popupBlocker.js
17 iconAnimation.js
18 background.js 17 background.js
19 permissions = http://*/* https://*/* 18 permissions = http://*/* https://*/*
20 19
21 [contentScripts] 20 [contentScripts]
22 document_start = ext/common.js ext/content.js include.preload.js 21 document_start = ext/common.js ext/content.js include.preload.js
23 document_end = include.postload.js 22 document_end = include.postload.js
24 23
25 [mapping] 24 [mapping]
26 ext/content.js = chrome/ext/content.js 25 ext/content.js = chrome/ext/content.js
27 ext/popup.js = chrome/ext/popup.js 26 ext/popup.js = chrome/ext/popup.js
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 adblockplus/lib/matcher.js 62 adblockplus/lib/matcher.js
64 adblockplus/lib/filterListener.js 63 adblockplus/lib/filterListener.js
65 adblockplus/lib/synchronizer.js 64 adblockplus/lib/synchronizer.js
66 adblockplus/lib/notification.js 65 adblockplus/lib/notification.js
67 adblockplus/lib/antiadblockInit.js 66 adblockplus/lib/antiadblockInit.js
68 lib/url.js 67 lib/url.js
69 lib/stats.js 68 lib/stats.js
70 lib/whitelisting.js 69 lib/whitelisting.js
71 lib/filterValidation.js 70 lib/filterValidation.js
72 lib/filterComposer.js 71 lib/filterComposer.js
72 lib/icon.js
73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
74 ext/common.js = ext/common.js chrome/ext/common.js 74 ext/common.js = ext/common.js chrome/ext/common.js
75 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand 75 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand
76 76
77 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 77 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
78 adblockplustests/chrome/content/tests/filterClasses.js 78 adblockplustests/chrome/content/tests/filterClasses.js
79 adblockplustests/chrome/content/tests/filterNotifier.js 79 adblockplustests/chrome/content/tests/filterNotifier.js
80 adblockplustests/chrome/content/tests/filterStorage.js 80 adblockplustests/chrome/content/tests/filterStorage.js
81 adblockplustests/chrome/content/tests/matcher.js 81 adblockplustests/chrome/content/tests/matcher.js
82 adblockplustests/chrome/content/tests/prefs.js 82 adblockplustests/chrome/content/tests/prefs.js
(...skipping 22 matching lines...) Expand all
105 addSubscription.label 105 addSubscription.label
106 addSubscriptionAdd.label 106 addSubscriptionAdd.label
107 addSubscriptionOther.label 107 addSubscriptionOther.label
108 acceptableAds2.label 108 acceptableAds2.label
109 viewList.label 109 viewList.label
110 readMore.label 110 readMore.label
111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
112 title.label 112 title.label
113 adblockplus/chrome/locale/*/meta.properties = =name 113 adblockplus/chrome/locale/*/meta.properties = =name
114 adblockplusui/locale/*/firstRun.json = =* 114 adblockplusui/locale/*/firstRun.json = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld