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

Side by Side Diff: metadata.chrome

Issue 9496013: Pop-up blocking functionality for Chrome (Closed)
Patch Set: Created March 1, 2013, 3:45 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 | « no previous file | popupBlocker.js » ('j') | popupBlocker.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [general] 1 [general]
2 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 1.3.4 3 version = 1.3.4
4 backgroundScripts = lib/adblockplus_compat.js 4 backgroundScripts = lib/adblockplus_compat.js
5 lib/adblockplus.js 5 lib/adblockplus.js
6 lib/punycode.js 6 lib/punycode.js
7 lib/publicSuffixList.js 7 lib/publicSuffixList.js
8 lib/basedomain.js 8 lib/basedomain.js
9 lib/sha1.js 9 lib/sha1.js
10 lib/jsbn.js 10 lib/jsbn.js
11 lib/rsa.js 11 lib/rsa.js
12 webrequest.js 12 webrequest.js
13 popupBlocker.js
13 background.js 14 background.js
14 permissions = tabs 15 permissions = tabs
15 http://*/* 16 http://*/*
16 https://*/* 17 https://*/*
17 contextMenus 18 contextMenus
18 webRequest 19 webRequest
19 webRequestBlocking 20 webRequestBlocking
20 unlimitedStorage 21 unlimitedStorage
21 options = options.html 22 options = options.html
22 pageAction = icons/abp-19.png popup.html 23 pageAction = icons/abp-19.png popup.html
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 subscription.delete.label 67 subscription.delete.label
67 addSubscription.label 68 addSubscription.label
68 addSubscriptionAdd.label 69 addSubscriptionAdd.label
69 addSubscriptionOther.label 70 addSubscriptionOther.label
70 acceptableAds2.label 71 acceptableAds2.label
71 viewList.label 72 viewList.label
72 readMore.label 73 readMore.label
73 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 74 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
74 title.label 75 title.label
75 adblockplus/chrome/locale/*/meta.properties = =name 76 adblockplus/chrome/locale/*/meta.properties = =name
OLDNEW
« no previous file with comments | « no previous file | popupBlocker.js » ('j') | popupBlocker.js » ('J')

Powered by Google App Engine
This is Rietveld