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

Delta Between Two Patch Sets: metadata.common

Issue 5749582424178688: Ported over anti-adblock message notification (Closed)
Left Patch Set: Created March 19, 2014, 1:28 p.m.
Right Patch Set: Created March 21, 2014, 1:29 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/utils.js ('k') | notification.html » ('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.7.4 2 version = 1.7.4
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 adblockplus/lib/downloader.js 61 adblockplus/lib/downloader.js
62 adblockplus/lib/filterNotifier.js 62 adblockplus/lib/filterNotifier.js
63 adblockplus/lib/filterClasses.js 63 adblockplus/lib/filterClasses.js
64 adblockplus/lib/subscriptionClasses.js 64 adblockplus/lib/subscriptionClasses.js
65 adblockplus/lib/filterStorage.js 65 adblockplus/lib/filterStorage.js
66 adblockplus/lib/elemHide.js 66 adblockplus/lib/elemHide.js
67 adblockplus/lib/matcher.js 67 adblockplus/lib/matcher.js
68 adblockplus/lib/filterListener.js 68 adblockplus/lib/filterListener.js
69 adblockplus/lib/synchronizer.js 69 adblockplus/lib/synchronizer.js
70 adblockplus/lib/notification.js 70 adblockplus/lib/notification.js
71 adblockplus/lib/antiadblock-setup.js 71 adblockplus/lib/antiadblockInit.js
72 lib/stats.js 72 lib/stats.js
73 lib/whitelisting.js 73 lib/whitelisting.js
74 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 74 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
75 75
76 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 76 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
77 adblockplustests/chrome/content/tests/filterClasses.js 77 adblockplustests/chrome/content/tests/filterClasses.js
78 adblockplustests/chrome/content/tests/filterNotifier.js 78 adblockplustests/chrome/content/tests/filterNotifier.js
79 adblockplustests/chrome/content/tests/filterStorage.js 79 adblockplustests/chrome/content/tests/filterStorage.js
80 adblockplustests/chrome/content/tests/matcher.js 80 adblockplustests/chrome/content/tests/matcher.js
81 adblockplustests/chrome/content/tests/prefs.js 81 adblockplustests/chrome/content/tests/prefs.js
(...skipping 20 matching lines...) Expand all
102 addSubscription.label 102 addSubscription.label
103 addSubscriptionAdd.label 103 addSubscriptionAdd.label
104 addSubscriptionOther.label 104 addSubscriptionOther.label
105 acceptableAds2.label 105 acceptableAds2.label
106 viewList.label 106 viewList.label
107 readMore.label 107 readMore.label
108 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 108 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
109 title.label 109 title.label
110 adblockplus/chrome/locale/*/meta.properties = =name 110 adblockplus/chrome/locale/*/meta.properties = =name
111 adblockplus/chrome/locale/*/firstRun.properties = =* 111 adblockplus/chrome/locale/*/firstRun.properties = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld