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

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

Issue 50073003: Fix crash on Linux when a normal window is created after a hidden window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with review comments Created 7 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
OLDNEW
1 { 1 {
2 "name": "Launcher: window.open()", 2 "name" : "Apps Crash Tests - Hidden Windows",
3 "version": "1", 3 "version" : "0.1",
4 "app": { 4 "app": {
5 "background": { 5 "background": {
6 "scripts": ["test.js"] 6 "scripts": ["test.js"]
7 } 7 }
8 } 8 }
9 } 9 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/platform_apps/crashtest_hidden_windows/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698