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

Unified Diff: extensions/test/data/content_hash_fetcher/different_sized_files/README.txt

Issue 2928693002: [Content verification] Fix a bug for files that are multiple of 4k bytes. (Closed)
Patch Set: address comments Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: extensions/test/data/content_hash_fetcher/different_sized_files/README.txt
diff --git a/extensions/test/data/content_hash_fetcher/different_sized_files/README.txt b/extensions/test/data/content_hash_fetcher/different_sized_files/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e8df38e1704b4f6f955548c4a0b07739d0c91e38
--- /dev/null
+++ b/extensions/test/data/content_hash_fetcher/different_sized_files/README.txt
@@ -0,0 +1,15 @@
+The files in this directory came from downloading a test extension from the
+webstore* that had properly signed verified_contents.json file, taking all
+extension files (including _metadata/verified_contents.json and
+_metadata/computed_hashes.json) from the chromium profile's Extension/
+directory and putting them into source.zip file.
+
+This extension has files that have interesting sizes w.r.t content
+verifier's hash block size (4096 bytes):
+1024.js
+4096.js
+8192.js
+8191.js
+8193.js
+
+* https://chrome.google.com/webstore/detail/dlefkgcbefcjoiheimkdkkhdcejpbgda

Powered by Google App Engine
This is Rietveld 408576698