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

Delta Between Two Patch Sets: metadata.common

Issue 4922142982406144: Implemented blocking of YouTube video ads, by rewriting flashvars, for Safari (Closed)
Left Patch Set: Addressed comments Created Dec. 20, 2013, 9:17 a.m.
Right Patch Set: Forgot to remove include.youtube.js from metadata.common Created Dec. 20, 2013, 10:28 a.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 | « chrome/ext/content.js ('k') | metadata.safari » ('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 backgroundScripts = ext/common.js 2 backgroundScripts = ext/common.js
3 ext/background.js 3 ext/background.js
4 lib/compat.js 4 lib/compat.js
5 lib/info.js 5 lib/info.js
6 lib/io.js 6 lib/io.js
7 lib/adblockplus.js 7 lib/adblockplus.js
8 lib/punycode.js 8 lib/punycode.js
9 lib/publicSuffixList.js 9 lib/publicSuffixList.js
10 lib/basedomain.js 10 lib/basedomain.js
11 lib/sha1.js 11 lib/sha1.js
12 lib/jsbn.js 12 lib/jsbn.js
13 lib/rsa.js 13 lib/rsa.js
14 webrequest.js 14 webrequest.js
15 popupBlocker.js 15 popupBlocker.js
16 iconAnimation.js 16 iconAnimation.js
17 background.js 17 background.js
18 permissions = http://*/* https://*/* 18 permissions = http://*/* https://*/*
19 19
20 [contentScripts] 20 [contentScripts]
21 document_start = ext/common.js ext/content.js include.preload.js 21 document_start = ext/common.js ext/content.js include.preload.js
22 document_end = include.postload.js 22 document_end = include.postload.js
23 23
24 [mapping] 24 [mapping]
25 ext/common.js = chrome/ext/common.js 25 ext/common.js = chrome/ext/common.js
26 ext/background.js = chrome/ext/background.js 26 ext/background.js = chrome/ext/background.js
27 ext/content.js = chrome/ext/content.js 27 ext/content.js = chrome/ext/content.js
28 include.youtube.js = chrome/include.youtube.js
29 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 28 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
30 firstRun.html = adblockplus/chrome/content/ui/firstRun.html 29 firstRun.html = adblockplus/chrome/content/ui/firstRun.html
31 firstRun.js = adblockplus/chrome/content/ui/firstRun.js 30 firstRun.js = adblockplus/chrome/content/ui/firstRun.js
32 i18n.js = adblockplus/chrome/content/ui/i18n.js 31 i18n.js = adblockplus/chrome/content/ui/i18n.js
33 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css 32 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css
34 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png 33 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png
35 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif 34 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif
36 skin/background.png = adblockplus/chrome/skin/background.png 35 skin/background.png = adblockplus/chrome/skin/background.png
37 skin/background-main.png = adblockplus/chrome/skin/background-main.png 36 skin/background-main.png = adblockplus/chrome/skin/background-main.png
38 skin/background-share.png = adblockplus/chrome/skin/background-share.png 37 skin/background-share.png = adblockplus/chrome/skin/background-share.png
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 addSubscription.label 93 addSubscription.label
95 addSubscriptionAdd.label 94 addSubscriptionAdd.label
96 addSubscriptionOther.label 95 addSubscriptionOther.label
97 acceptableAds2.label 96 acceptableAds2.label
98 viewList.label 97 viewList.label
99 readMore.label 98 readMore.label
100 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 99 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
101 title.label 100 title.label
102 adblockplus/chrome/locale/*/meta.properties = =name 101 adblockplus/chrome/locale/*/meta.properties = =name
103 adblockplus/chrome/locale/*/firstRun.properties = =* 102 adblockplus/chrome/locale/*/firstRun.properties = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld