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

Side by Side Diff: metadata.common

Issue 29350042: Issue 4023 - Move storage of subscription lists to localStorage (Closed)
Patch Set: Make sure entry["compressed"] is truthful Created Sept. 8, 2016, 11:40 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/prefs.js ('k') | qunit/tests/io.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.12.1 2 version = 1.12.1
3 backgroundScripts = lib/polyfills/url.js 3 backgroundScripts = lib/polyfills/url.js
4 lib/polyfills/promise.js 4 lib/polyfills/promise.js
5 lib/polyfills/fetch.js 5 lib/polyfills/fetch.js
6 ext/common.js 6 ext/common.js
7 ext/background.js 7 ext/background.js
8 lib/compat.js 8 lib/compat.js
9 lib/info.js 9 lib/info.js
10 lib/publicSuffixList.js 10 lib/publicSuffixList.js
11 lib/lz-string.js
11 lib/adblockplus.js 12 lib/adblockplus.js
12 lib/sha1.js 13 lib/sha1.js
13 lib/jsbn.js 14 lib/jsbn.js
14 lib/rsa.js 15 lib/rsa.js
15 messageResponder.js 16 messageResponder.js
16 background.js 17 background.js
17 testScripts = ../ext/common.js 18 testScripts = ../ext/common.js
18 ../ext/background.js 19 ../ext/background.js
19 ../lib/compat.js 20 ../lib/compat.js
20 ../lib/info.js 21 ../lib/info.js
21 ../lib/adblockplus.js 22 ../lib/adblockplus.js
22 ../lib/publicSuffixList.js 23 ../lib/publicSuffixList.js
23 ../lib/sha1.js 24 ../lib/sha1.js
24 ../lib/jsbn.js 25 ../lib/jsbn.js
25 ../lib/rsa.js 26 ../lib/rsa.js
27 ../lib/lz-string.js
28 ../lib/io.js
26 common.js 29 common.js
27 tests/adblockplus.js 30 tests/adblockplus.js
28 tests/versionComparator.js 31 tests/versionComparator.js
29 tests/url.js 32 tests/url.js
30 tests/signatures.js 33 tests/signatures.js
31 tests/cssEscaping.js 34 tests/cssEscaping.js
35 tests/io.js
32 permissions = http://*/* https://*/* 36 permissions = http://*/* https://*/*
33 author = Eyeo GmbH 37 author = Eyeo GmbH
34 38
35 [contentScripts] 39 [contentScripts]
36 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s 40 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s
37 document_end = include.postload.js 41 document_end = include.postload.js
38 42
39 [mapping] 43 [mapping]
40 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js 44 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js
41 ext/content.js = chrome/ext/content.js 45 ext/content.js = chrome/ext/content.js
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 addSubscription.label 149 addSubscription.label
146 addSubscriptionAdd.label 150 addSubscriptionAdd.label
147 addSubscriptionOther.label 151 addSubscriptionOther.label
148 acceptableAds2.label 152 acceptableAds2.label
149 viewList.label 153 viewList.label
150 readMore.label 154 readMore.label
151 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 155 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
152 title.label 156 title.label
153 adblockplus/chrome/locale/*/meta.properties = =name 157 adblockplus/chrome/locale/*/meta.properties = =name
154 adblockplusui/locale/*/firstRun.json = =* 158 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « lib/prefs.js ('k') | qunit/tests/io.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld