Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: extensions/test/data/content_verifier/payload.json

Issue 585583003: Fix case-sensitivity problems in extension content verification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove old code Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "content_hashes": [ 2 "content_hashes": [
3 { 3 {
4 "block_size": 4096, 4 "block_size": 4096,
5 "hash_block_size": 4096, 5 "hash_block_size": 4096,
6 "format": "treehash", 6 "format": "treehash",
7 "files": [ 7 "files": [
8 { 8 {
9 "path": "manifest.json", 9 "path": "manifest.json",
10 "root_hash": "-vyyIIn7iSCzg7X3ICUI5wZa3tG7w7vyiCckxZdJGfs" 10 "root_hash": "-vyyIIn7iSCzg7X3ICUI5wZa3tG7w7vyiCckxZdJGfs"
11 }, 11 },
12 { 12 {
13 "path": "background.js", 13 "path": "background.js",
14 "root_hash": "txHiG5KQvNoPOSH5FbQo9Zb5gJ23j3oFB0Ru9DOnziw" 14 "root_hash": "txHiG5KQvNoPOSH5FbQo9Zb5gJ23j3oFB0Ru9DOnziw"
15 }, 15 },
16 { 16 {
17 "path": "foo/bar.html", 17 "path": "foo/bar.html",
18 "root_hash": "L37LFbT_hmtxRL7AfGZN9YTpW6yoz_ZiQ1opLJn1NZU" 18 "root_hash": "L37LFbT_hmtxRL7AfGZN9YTpW6yoz_ZiQ1opLJn1NZU"
19 },
20 {
21 "path": "lowercase.html",
22 "root_hash": "HpLotLGCmmOdKYvGQmD3OkXMKGs458dbanY4WcfAZI0"
23 },
24 {
25 "path": "ALLCAPS.HTML",
26 "root_hash": "bl-eV8ENowvtw6P14D4X1EP0mlcMoG-_aOx5o9C1364"
27 },
28 {
29 "path": "MixedCase.Html",
30 "root_hash": "zEAO9FwciigMNy3NtU2XNb-dS5TQMmVNx0T9h7WvXbQ"
31 },
32 {
33 "path": "mIxedcAse.Html",
34 "root_hash": "nKRqUcJg1_QZWAeCb4uFd5ouC0McuGavKp8TFDRqBgg"
19 } 35 }
20 ] 36 ]
21 } 37 }
22 ], 38 ],
23 "item_id": "abcdefghijklmnopabcdefghijklmnop", 39 "item_id": "abcdefghijklmnopabcdefghijklmnop",
24 "item_version": "1.2.3" 40 "item_version": "1.2.3"
25 } 41 }
OLDNEW
« no previous file with comments | « extensions/test/data/content_verifier/README ('k') | extensions/test/data/content_verifier/verified_contents.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698