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

Delta Between Two Patch Sets: metadata.common

Issue 29367475: Issue 4659 - Incorporate element hiding emulation filters (Closed) Base URL: https://bitbucket.org/fhd/adblockpluschrome
Left Patch Set: Update adblockplusui dependency and combine common.js and elemHideEmulation.js content scripts Created Dec. 20, 2016, 2:30 p.m.
Right Patch Set: Remove obsolete mapping Created Dec. 20, 2016, 4:18 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 | « 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 version = 1.12.4 2 version = 1.12.4
3 backgroundScripts = ext/common.js 3 backgroundScripts = ext/common.js
Felix Dahlke 2016/12/20 14:35:43 Caused by rebasing.
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/publicSuffixList.js 7 lib/publicSuffixList.js
8 lib/adblockplus.js 8 lib/adblockplus.js
9 messageResponder.js 9 messageResponder.js
10 background.js 10 background.js
11 testScripts = ../ext/common.js 11 testScripts = ../ext/common.js
12 ../ext/background.js 12 ../ext/background.js
13 ../lib/compat.js 13 ../lib/compat.js
14 ../lib/info.js 14 ../lib/info.js
15 ../lib/adblockplus.js 15 ../lib/adblockplus.js
16 ../lib/publicSuffixList.js 16 ../lib/publicSuffixList.js
17 common.js 17 common.js
18 tests/prefs.js 18 tests/prefs.js
19 tests/versionComparator.js 19 tests/versionComparator.js
20 tests/url.js 20 tests/url.js
21 tests/cssEscaping.js 21 tests/cssEscaping.js
22 permissions = http://*/* https://*/* 22 permissions = http://*/* https://*/*
23 author = Eyeo GmbH 23 author = Eyeo GmbH
24 24
25 [contentScripts] 25 [contentScripts]
26 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo ad.js 26 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo ad.js
27 document_end = include.postload.js 27 document_end = include.postload.js
28 28
29 [mapping] 29 [mapping]
30 core-common.js = adblockpluscore/lib/common.js
kzar 2016/12/20 15:08:33 Is this line still required?
Felix Dahlke 2016/12/20 16:19:03 Done.
31 ext/content.js = chrome/ext/content.js 30 ext/content.js = chrome/ext/content.js
32 ext/popup.js = chrome/ext/popup.js 31 ext/popup.js = chrome/ext/popup.js
33 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml 32 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
34 firstRun.html = adblockplusui/firstRun.html 33 firstRun.html = adblockplusui/firstRun.html
35 common.js = adblockplusui/common.js 34 common.js = adblockplusui/common.js
36 firstRun.js = adblockplusui/firstRun.js 35 firstRun.js = adblockplusui/firstRun.js
37 i18n.js = adblockplusui/i18n.js 36 i18n.js = adblockplusui/i18n.js
38 messageResponder.js = adblockplusui/messageResponder.js 37 messageResponder.js = adblockplusui/messageResponder.js
39 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png 38 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png
40 skin/common.css = adblockplusui/skin/common.css 39 skin/common.css = adblockplusui/skin/common.css
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 addSubscription.label 120 addSubscription.label
122 addSubscriptionAdd.label 121 addSubscriptionAdd.label
123 addSubscriptionOther.label 122 addSubscriptionOther.label
124 acceptableAds2.label 123 acceptableAds2.label
125 viewList.label 124 viewList.label
126 readMore.label 125 readMore.label
127 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
128 title.label 127 title.label
129 adblockplus/chrome/locale/*/meta.properties = =name 128 adblockplus/chrome/locale/*/meta.properties = =name
130 adblockplusui/locale/*/firstRun.json = =* 129 adblockplusui/locale/*/firstRun.json = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld