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

Side by Side Diff: metadata.common

Issue 5564089086509056: Issue 1801 - Use URL objects to process URLs in the background page (Closed)
Patch Set: Rebased and addressed comments Created Feb. 11, 2015, 5:06 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') | popup.js » ('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.8.10 2 version = 1.8.10
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
12 lib/sha1.js 11 lib/sha1.js
13 lib/jsbn.js 12 lib/jsbn.js
14 lib/rsa.js 13 lib/rsa.js
15 webrequest.js 14 webrequest.js
16 messageResponder.js 15 messageResponder.js
17 popupBlocker.js 16 popupBlocker.js
18 iconAnimation.js 17 iconAnimation.js
19 background.js 18 background.js
20 permissions = http://*/* https://*/* 19 permissions = http://*/* https://*/*
21 20
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 addSubscription.label 104 addSubscription.label
106 addSubscriptionAdd.label 105 addSubscriptionAdd.label
107 addSubscriptionOther.label 106 addSubscriptionOther.label
108 acceptableAds2.label 107 acceptableAds2.label
109 viewList.label 108 viewList.label
110 readMore.label 109 readMore.label
111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 110 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
112 title.label 111 title.label
113 adblockplus/chrome/locale/*/meta.properties = =name 112 adblockplus/chrome/locale/*/meta.properties = =name
114 adblockplusui/locale/*/firstRun.json = =* 113 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « lib/whitelisting.js ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld