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

Side by Side Diff: content/test/data/manifest/parsing-errors-manifest.json

Issue 748373003: Report errors when parsing Manifest and expose them in developer console. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use web contents delagate to catch console messages Created 6 years 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
(Empty)
1 {
2 "name": {},
3 "short_name": 42,
4 "start_url": [],
5 "orientation": "foobar",
6 "display": "tulip",
7 "icons": {}
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698