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

Side by Side Diff: chrome/test/data/banners/manifest_long_icon_murmur2_hash.json

Issue 2452823002: Make ManifestUpgradeDetector correctly fetch "icon Murmur2 hash" if hash is big (Closed)
Patch Set: Merge branch 'master' into update_fail_fix_crash1_murmur2_long Created 4 years, 1 month 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
« no previous file with comments | « chrome/test/data/banners/long_murmur2_hash_icon.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Manifest test app", 2 "name": "Manifest test app",
3 "icons": [ 3 "icons": [
4 { 4 {
5 "src": "bad_icon.png", 5 "src": "long_murmur2_hash_icon.png",
6 "type": "image/png", 6 "type": "image/png",
7 "sizes": "192x192" 7 "sizes": "192x192"
8 } 8 }
9 ], 9 ],
10 "start_url": "manifest_test_page.html", 10 "start_url": "manifest_test_page.html",
11 "display": "standalone", 11 "display": "standalone",
12 "orientation": "landscape" 12 "orientation": "landscape"
13 } 13 }
OLDNEW
« no previous file with comments | « chrome/test/data/banners/long_murmur2_hash_icon.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698