Chromium Code Reviews

Unified Diff: LayoutTests/inspector/console/console-long-eval-crash-expected.txt

Issue 51033005: Add a use counter and deprecation message for showModalDialog (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add missing result Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/inspector/console/console-long-eval-crash-expected.txt
diff --git a/LayoutTests/inspector/console/console-long-eval-crash-expected.txt b/LayoutTests/inspector/console/console-long-eval-crash-expected.txt
index c6777ed17ba501565b4042979615a3fa6f80f781..865ffe2ebe8c5ebe7399d0ae0e3a24900db2eec8 100644
--- a/LayoutTests/inspector/console/console-long-eval-crash-expected.txt
+++ b/LayoutTests/inspector/console/console-long-eval-crash-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: Chromium is considering deprecating showModalDialog. Please use window.open and postMessage instead.
Test that any long api call from the frontend will not crash the inspected page's renderer if the page is reloaded or frontend is closed in the middle.
https://bugs.webkit.org/show_bug.cgi?id=60616

Powered by Google App Engine