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

Side by Side Diff: metadata.common

Issue 29339020: Issue 3868 - Use the new FilterNotifier API (Closed)
Patch Set: Updated depdendencies and use EventEmitter.listeners() Created March 24, 2016, 3:29 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 | « lib/whitelisting.js ('k') | options.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.11 2 version = 1.11
3 backgroundScripts = lib/polyfills/url.js 3 backgroundScripts = lib/polyfills/url.js
4 lib/polyfills/promise.js 4 lib/polyfills/promise.js
5 lib/polyfills/fetch.js 5 lib/polyfills/fetch.js
6 ext/common.js 6 ext/common.js
7 ext/background.js 7 ext/background.js
8 lib/compat.js 8 lib/compat.js
9 lib/info.js 9 lib/info.js
10 lib/adblockplus.js 10 lib/adblockplus.js
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf 63 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf
64 skin/social/facebook.png = adblockplusui/skin/social/facebook.png 64 skin/social/facebook.png = adblockplusui/skin/social/facebook.png
65 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png 65 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
66 skin/social/renren.png = adblockplusui/skin/social/renren.png 66 skin/social/renren.png = adblockplusui/skin/social/renren.png
67 skin/social/twitter.png = adblockplusui/skin/social/twitter.png 67 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
68 skin/social/weibo.png = adblockplusui/skin/social/weibo.png 68 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
69 qunit/qunit.js = adblockplustests/chrome/content/qunit.js 69 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
70 qunit/qunit.css = adblockplustests/chrome/content/qunit.css 70 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
71 71
72 [convert_js] 72 [convert_js]
73 lib/adblockplus.js = lib/events.js 73 lib/adblockplus.js = adblockpluscore/lib/events.js
74 lib/prefs.js 74 lib/prefs.js
75 lib/utils.js 75 lib/utils.js
76 lib/io.js 76 lib/io.js
77 adblockpluscore/lib/downloader.js 77 adblockpluscore/lib/downloader.js
78 adblockpluscore/lib/filterNotifier.js 78 adblockpluscore/lib/filterNotifier.js
79 adblockpluscore/lib/filterClasses.js 79 adblockpluscore/lib/filterClasses.js
80 adblockpluscore/lib/subscriptionClasses.js 80 adblockpluscore/lib/subscriptionClasses.js
81 adblockpluscore/lib/filterStorage.js 81 adblockpluscore/lib/filterStorage.js
82 adblockpluscore/lib/elemHide.js 82 adblockpluscore/lib/elemHide.js
83 adblockpluscore/lib/matcher.js 83 adblockpluscore/lib/matcher.js
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 addSubscription.label 140 addSubscription.label
141 addSubscriptionAdd.label 141 addSubscriptionAdd.label
142 addSubscriptionOther.label 142 addSubscriptionOther.label
143 acceptableAds2.label 143 acceptableAds2.label
144 viewList.label 144 viewList.label
145 readMore.label 145 readMore.label
146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
147 title.label 147 title.label
148 adblockplus/chrome/locale/*/meta.properties = =name 148 adblockplus/chrome/locale/*/meta.properties = =name
149 adblockplusui/locale/*/firstRun.json = =* 149 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « lib/whitelisting.js ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld