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

Side by Side Diff: metadata.common

Issue 5220277533278208: Made the bubble use the ext object from the background page instead of including ext/background.js (Closed)
Patch Set: Assigned imported variables to window Created Jan. 16, 2014, 10:49 a.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 | « chrome/ext/popup.js ('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.2 2 version = 1.7.2
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 26 ext/common.js = chrome/ext/common.js
27 ext/background.js = chrome/ext/background.js 27 ext/background.js = chrome/ext/background.js
28 ext/content.js = chrome/ext/content.js 28 ext/content.js = chrome/ext/content.js
29 ext/popup.js = chrome/ext/popup.js
29 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 30 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
30 firstRun.html = adblockplus/chrome/content/ui/firstRun.html 31 firstRun.html = adblockplus/chrome/content/ui/firstRun.html
31 firstRun.js = adblockplus/chrome/content/ui/firstRun.js 32 firstRun.js = adblockplus/chrome/content/ui/firstRun.js
32 i18n.js = adblockplus/chrome/content/ui/i18n.js 33 i18n.js = adblockplus/chrome/content/ui/i18n.js
33 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css 34 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css
34 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png 35 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png
35 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif 36 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif
36 skin/background.png = adblockplus/chrome/skin/background.png 37 skin/background.png = adblockplus/chrome/skin/background.png
37 skin/background-main.png = adblockplus/chrome/skin/background-main.png 38 skin/background-main.png = adblockplus/chrome/skin/background-main.png
38 skin/background-share.png = adblockplus/chrome/skin/background-share.png 39 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 95 addSubscription.label
95 addSubscriptionAdd.label 96 addSubscriptionAdd.label
96 addSubscriptionOther.label 97 addSubscriptionOther.label
97 acceptableAds2.label 98 acceptableAds2.label
98 viewList.label 99 viewList.label
99 readMore.label 100 readMore.label
100 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 101 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
101 title.label 102 title.label
102 adblockplus/chrome/locale/*/meta.properties = =name 103 adblockplus/chrome/locale/*/meta.properties = =name
103 adblockplus/chrome/locale/*/firstRun.properties = =* 104 adblockplus/chrome/locale/*/firstRun.properties = =*
OLDNEW
« no previous file with comments | « chrome/ext/popup.js ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld