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

Side by Side Diff: metadata.common

Issue 29348062: Issue 4023 - The logic for splitting up storage.local into 1MB chunks does not work (Closed)
Patch Set: Created July 20, 2016, 11:31 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 | « lib/io.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 2 version = 1.12
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/adblockplus.js 11 lib/adblockplus.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 messageResponder.js 15 messageResponder.js
16 background.js 16 background.js
17 testScripts = ../ext/common.js 17 testScripts = ../ext/common.js
18 ../ext/background.js 18 ../ext/background.js
19 ../lib/compat.js 19 ../lib/compat.js
20 ../lib/info.js 20 ../lib/info.js
21 ../lib/adblockplus.js 21 ../lib/adblockplus.js
22 ../lib/publicSuffixList.js 22 ../lib/publicSuffixList.js
23 ../lib/sha1.js 23 ../lib/sha1.js
24 ../lib/jsbn.js 24 ../lib/jsbn.js
25 ../lib/rsa.js 25 ../lib/rsa.js
26 ../lib/io.js
26 common.js 27 common.js
27 tests/adblockplus.js 28 tests/adblockplus.js
28 tests/versionComparator.js 29 tests/versionComparator.js
29 tests/url.js 30 tests/url.js
30 tests/signatures.js 31 tests/signatures.js
31 tests/cssEscaping.js 32 tests/cssEscaping.js
33 tests/io.js
32 permissions = http://*/* https://*/* 34 permissions = http://*/* https://*/*
33 author = Eyeo GmbH 35 author = Eyeo GmbH
34 36
35 [contentScripts] 37 [contentScripts]
36 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s 38 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s
37 document_end = include.postload.js 39 document_end = include.postload.js
38 40
39 [mapping] 41 [mapping]
40 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js 42 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js
41 ext/content.js = chrome/ext/content.js 43 ext/content.js = chrome/ext/content.js
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 addSubscription.label 147 addSubscription.label
146 addSubscriptionAdd.label 148 addSubscriptionAdd.label
147 addSubscriptionOther.label 149 addSubscriptionOther.label
148 acceptableAds2.label 150 acceptableAds2.label
149 viewList.label 151 viewList.label
150 readMore.label 152 readMore.label
151 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 153 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
152 title.label 154 title.label
153 adblockplus/chrome/locale/*/meta.properties = =name 155 adblockplus/chrome/locale/*/meta.properties = =name
154 adblockplusui/locale/*/firstRun.json = =* 156 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « lib/io.js ('k') | qunit/tests/io.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld