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

Delta Between Two Patch Sets: metadata.chrome

Issue 29529646: Issue 5584 - Update adblockpluscore dependency to hg:217eff0504a5 (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Left Patch Set: Created Aug. 28, 2017, 1:44 p.m.
Right Patch Set: Properly use module for content script Created Aug. 29, 2017, 1:54 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
« include.preload.js ('K') | « include.preload.js ('k') | no next file » | 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 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 1.13.3 3 version = 1.13.3
4 author = eyeo GmbH 4 author = eyeo GmbH
5 permissions = tabs 5 permissions = tabs
6 <all_urls> 6 <all_urls>
7 contextMenus 7 contextMenus
8 webRequest 8 webRequest
9 webRequestBlocking 9 webRequestBlocking
10 webNavigation 10 webNavigation
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 adblockpluscore/lib/rusha.js 109 adblockpluscore/lib/rusha.js
110 adblockpluscore/lib/subscriptionClasses.js 110 adblockpluscore/lib/subscriptionClasses.js
111 adblockpluscore/lib/synchronizer.js 111 adblockpluscore/lib/synchronizer.js
112 adblockplusui/lib/antiadblockInit.js 112 adblockplusui/lib/antiadblockInit.js
113 lib/adblockplus.js[module] = true 113 lib/adblockplus.js[module] = true
114 lib/adblockplus.js[injectinfomodule] = true 114 lib/adblockplus.js[injectinfomodule] = true
115 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp,cssInjection,firefoxD ataCleanup 115 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp,cssInjection,firefoxD ataCleanup
116 include.preload.js = include.preload.js inject.preload.js 116 include.preload.js = include.preload.js inject.preload.js
117 include.postload.js = subscriptionLink.postload.js composer.postload.js 117 include.postload.js = subscriptionLink.postload.js composer.postload.js
118 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/lib/content /elemHideEmulation.js 118 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/lib/content /elemHideEmulation.js
119 elemHideEmulation.js[module] = true
119 120
120 [import_locales] 121 [import_locales]
121 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 122 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
122 remove_subscription_warning 123 remove_subscription_warning
123 =notification_antiadblock_title 124 =notification_antiadblock_title
124 =notification_antiadblock_message 125 =notification_antiadblock_message
125 filter_unknown_option 126 filter_unknown_option
126 filter_invalid_regexp 127 filter_invalid_regexp
127 filter_elemhide_duplicate_id 128 filter_elemhide_duplicate_id
128 filter_elemhide_nocriteria 129 filter_elemhide_nocriteria
(...skipping 14 matching lines...) Expand all
143 addSubscription.label 144 addSubscription.label
144 addSubscriptionAdd.label 145 addSubscriptionAdd.label
145 addSubscriptionOther.label 146 addSubscriptionOther.label
146 acceptableAds2.label 147 acceptableAds2.label
147 viewList.label 148 viewList.label
148 readMore.label 149 readMore.label
149 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
150 title.label 151 title.label
151 adblockplus/chrome/locale/*/meta.properties = =name 152 adblockplus/chrome/locale/*/meta.properties = =name
152 adblockplusui/locale/*/firstRun.json = =* 153 adblockplusui/locale/*/firstRun.json = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld