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

Side by Side Diff: chrome/test/data/extensions/platform_apps/web_view/post_message/manifest.json

Issue 972313002: Make <webview> use out-of-process iframe architecture. (Closed) Base URL: ssh://saopaulo.wat/mnt/dev/shared/src@testoopif2z-better-chrome
Patch Set: add basic postMessage test Created 5 years, 7 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
(Empty)
1 {
2 "name": "Platform App Test: <webview> basic postMessage",
3 "version": "1",
4 "permissions": ["webview"],
5 "app": {
6 "background": {"scripts": ["test.js"]}
7 }
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698