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

Unified Diff: chrome/test/data/fast_tab_close/no_listeners.html

Issue 11016023: Quickly close tabs/window with long-running unload handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make UnloadDetachedHandler a delegate for all detached tabs. Created 8 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/fast_tab_close/no_listeners.html
diff --git a/chrome/browser/resources/task_manager/measure_time_end.js b/chrome/test/data/fast_tab_close/no_listeners.html
similarity index 67%
copy from chrome/browser/resources/task_manager/measure_time_end.js
copy to chrome/test/data/fast_tab_close/no_listeners.html
index b5b5a4d9aa51d6cec2273e9eaf3eda70394e2e3b..337cb4f5dc4f567c2cdf78f3a0f4e910217cf0ed 100644
--- a/chrome/browser/resources/task_manager/measure_time_end.js
+++ b/chrome/test/data/fast_tab_close/no_listeners.html
@@ -1,5 +1,11 @@
+<!--
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
-measureTime.recordInterval('Load.Script');
+-->
+<html>
+<head>
+ <title>no_listeners</title>
+</head>
+<body></body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698