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

Side by Side Diff: metadata.common

Issue 5464830253203456: Refactored the abstraction layer to address prerendered pages on Safari caused by leaky abstraction (Closed)
Patch Set: Addressed comments Created April 11, 2014, 2:47 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 | « metadata.chrome ('k') | metadata.safari » ('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.7.4 2 version = 1.7.4
3 backgroundScripts = ext/common.js 3 backgroundScripts = ext/common.js
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/io.js 7 lib/io.js
8 lib/adblockplus.js 8 lib/adblockplus.js
9 lib/punycode.js 9 lib/punycode.js
10 lib/publicSuffixList.js 10 lib/publicSuffixList.js
11 lib/basedomain.js 11 lib/basedomain.js
12 lib/sha1.js 12 lib/sha1.js
13 lib/jsbn.js 13 lib/jsbn.js
14 lib/rsa.js 14 lib/rsa.js
15 webrequest.js 15 webrequest.js
16 popupBlocker.js 16 popupBlocker.js
17 iconAnimation.js 17 iconAnimation.js
18 background.js 18 background.js
19 permissions = http://*/* https://*/* 19 permissions = http://*/* https://*/*
20 20
21 [contentScripts] 21 [contentScripts]
22 document_start = ext/common.js ext/content.js include.preload.js 22 document_start = ext/common.js ext/content.js include.preload.js
23 document_end = include.postload.js 23 document_end = include.postload.js
24 24
25 [mapping] 25 [mapping]
26 ext/common.js = chrome/ext/common.js
27 ext/background.js = chrome/ext/background.js
28 ext/content.js = chrome/ext/content.js 26 ext/content.js = chrome/ext/content.js
29 ext/popup.js = chrome/ext/popup.js 27 ext/popup.js = chrome/ext/popup.js
30 notification.html = chrome/notification.html 28 notification.html = chrome/notification.html
31 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 29 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
32 firstRun.html = adblockplus/chrome/content/ui/firstRun.html 30 firstRun.html = adblockplus/chrome/content/ui/firstRun.html
33 firstRun.js = adblockplus/chrome/content/ui/firstRun.js 31 firstRun.js = adblockplus/chrome/content/ui/firstRun.js
34 i18n.js = adblockplus/chrome/content/ui/i18n.js 32 i18n.js = adblockplus/chrome/content/ui/i18n.js
35 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css 33 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css
36 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png 34 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png
37 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif 35 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif
(...skipping 28 matching lines...) Expand all
66 adblockplus/lib/filterStorage.js 64 adblockplus/lib/filterStorage.js
67 adblockplus/lib/elemHide.js 65 adblockplus/lib/elemHide.js
68 adblockplus/lib/matcher.js 66 adblockplus/lib/matcher.js
69 adblockplus/lib/filterListener.js 67 adblockplus/lib/filterListener.js
70 adblockplus/lib/synchronizer.js 68 adblockplus/lib/synchronizer.js
71 adblockplus/lib/notification.js 69 adblockplus/lib/notification.js
72 adblockplus/lib/antiadblockInit.js 70 adblockplus/lib/antiadblockInit.js
73 lib/stats.js 71 lib/stats.js
74 lib/whitelisting.js 72 lib/whitelisting.js
75 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
74 ext/common.js = ext/common.js chrome/ext/common.js
75 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand
76 76
77 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 77 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
78 adblockplustests/chrome/content/tests/filterClasses.js 78 adblockplustests/chrome/content/tests/filterClasses.js
79 adblockplustests/chrome/content/tests/filterNotifier.js 79 adblockplustests/chrome/content/tests/filterNotifier.js
80 adblockplustests/chrome/content/tests/filterStorage.js 80 adblockplustests/chrome/content/tests/filterStorage.js
81 adblockplustests/chrome/content/tests/matcher.js 81 adblockplustests/chrome/content/tests/matcher.js
82 adblockplustests/chrome/content/tests/prefs.js 82 adblockplustests/chrome/content/tests/prefs.js
83 adblockplustests/chrome/content/tests/regexpFilters_matching.js 83 adblockplustests/chrome/content/tests/regexpFilters_matching.js
84 adblockplustests/chrome/content/tests/subscriptionClasses.js 84 adblockplustests/chrome/content/tests/subscriptionClasses.js
85 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ 85 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
(...skipping 17 matching lines...) Expand all
103 addSubscription.label 103 addSubscription.label
104 addSubscriptionAdd.label 104 addSubscriptionAdd.label
105 addSubscriptionOther.label 105 addSubscriptionOther.label
106 acceptableAds2.label 106 acceptableAds2.label
107 viewList.label 107 viewList.label
108 readMore.label 108 readMore.label
109 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 109 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
110 title.label 110 title.label
111 adblockplus/chrome/locale/*/meta.properties = =name 111 adblockplus/chrome/locale/*/meta.properties = =name
112 adblockplus/chrome/locale/*/firstRun.properties = =* 112 adblockplus/chrome/locale/*/firstRun.properties = =*
OLDNEW
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld