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

Unified 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, 2 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: chrome/test/data/extensions/platform_apps/crashtest_hidden_windows/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_window_open/manifest.json b/chrome/test/data/extensions/platform_apps/crashtest_hidden_windows/manifest.json
similarity index 51%
copy from chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_window_open/manifest.json
copy to chrome/test/data/extensions/platform_apps/crashtest_hidden_windows/manifest.json
index 52fcb8dce397cb4b1b946bdef0ff22f353a5e845..fd55a0a972e648bcc4611d6098b75f0b382cca78 100644
--- a/chrome/test/data/extensions/platform_apps/url_handlers/launchers/call_window_open/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/crashtest_hidden_windows/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "Launcher: window.open()",
- "version": "1",
+ "name" : "Apps Crash Tests - Hidden Windows",
+ "version" : "0.1",
"app": {
"background": {
"scripts": ["test.js"]
« 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