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

Side by Side Diff: metadata.common

Issue 29375851: [safari] Issue 4902 - Partially revert d5be57b68f91 for Safari compatibility (Closed)
Patch Set: Addressed Sebastian's feedback Created Feb. 17, 2017, 2:16 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') | no next file » | 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.12.4 2 version = 1.12.4
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/publicSuffixList.js 10 lib/publicSuffixList.js
11 lib/adblockplus.js 11 lib/adblockplus.js
12 lib/sha1.js # These three scripts are strictly redundant as their counterparts
13 lib/jsbn.js # now live in adblockpluscore. We've added them back here rather
14 lib/rsa.js # than debugging an issue with Safari compatibility. See #4902.
12 messageResponder.js 15 messageResponder.js
13 background.js 16 background.js
14 testScripts = ../ext/common.js 17 testScripts = ../ext/common.js
15 ../ext/background.js 18 ../ext/background.js
16 ../lib/compat.js 19 ../lib/compat.js
17 ../lib/info.js 20 ../lib/info.js
18 ../lib/adblockplus.js 21 ../lib/adblockplus.js
19 ../lib/publicSuffixList.js 22 ../lib/publicSuffixList.js
20 common.js 23 common.js
21 tests/prefs.js 24 tests/prefs.js
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 adblockpluscore/lib/coreUtils.js 79 adblockpluscore/lib/coreUtils.js
77 adblockpluscore/lib/antiadblockInit.js 80 adblockpluscore/lib/antiadblockInit.js
78 adblockpluscore/lib/cssRules.js 81 adblockpluscore/lib/cssRules.js
79 adblockpluscore/lib/downloader.js 82 adblockpluscore/lib/downloader.js
80 adblockpluscore/lib/elemHide.js 83 adblockpluscore/lib/elemHide.js
81 adblockpluscore/lib/events.js 84 adblockpluscore/lib/events.js
82 adblockpluscore/lib/filterClasses.js 85 adblockpluscore/lib/filterClasses.js
83 adblockpluscore/lib/filterListener.js 86 adblockpluscore/lib/filterListener.js
84 adblockpluscore/lib/filterNotifier.js 87 adblockpluscore/lib/filterNotifier.js
85 adblockpluscore/lib/filterStorage.js 88 adblockpluscore/lib/filterStorage.js
86 adblockpluscore/lib/jsbn.js
87 adblockpluscore/lib/matcher.js 89 adblockpluscore/lib/matcher.js
88 adblockpluscore/lib/notification.js 90 adblockpluscore/lib/notification.js
89 adblockpluscore/lib/rsa.js
90 adblockpluscore/lib/rusha.js
91 adblockpluscore/lib/subscriptionClasses.js 91 adblockpluscore/lib/subscriptionClasses.js
92 adblockpluscore/lib/synchronizer.js 92 adblockpluscore/lib/synchronizer.js
93 lib/adblockplus.js[module] = true 93 lib/adblockplus.js[module] = true
94 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ 94 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/
95 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall,csp 95 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall,csp
96 ext/common.js = ext/common.js 96 ext/common.js = ext/common.js
97 ext/background.js = ext/background.js 97 ext/background.js = ext/background.js
98 ext/background.js[brace_style] = expand 98 ext/background.js[brace_style] = expand
99 include.postload.js = subscriptionLink.postload.js composer.postload.js 99 include.postload.js = subscriptionLink.postload.js composer.postload.js
100 100
(...skipping 23 matching lines...) Expand all
124 addSubscription.label 124 addSubscription.label
125 addSubscriptionAdd.label 125 addSubscriptionAdd.label
126 addSubscriptionOther.label 126 addSubscriptionOther.label
127 acceptableAds2.label 127 acceptableAds2.label
128 viewList.label 128 viewList.label
129 readMore.label 129 readMore.label
130 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 130 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
131 title.label 131 title.label
132 adblockplus/chrome/locale/*/meta.properties = =name 132 adblockplus/chrome/locale/*/meta.properties = =name
133 adblockplusui/locale/*/firstRun.json = =* 133 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « lib/whitelisting.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld