diff options
author | mayurk.vk@samsung.com <mayurk.vk@samsung.com> | 2014-11-03 11:46:06 +0000 |
---|---|---|
committer | mayurk.vk@samsung.com <mayurk.vk@samsung.com> | 2014-11-03 11:46:06 +0000 |
commit | 00617e8300084c3aec028fe6c703753fb37a6d6b (patch) | |
tree | 5e4660666ecc6b3c3dcb304498e2eef3cb17a665 /third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt | |
parent | 59086f13b70aa4d33b61f4d69a013b8fa2c86234 (diff) | |
download | chromium_src-00617e8300084c3aec028fe6c703753fb37a6d6b.zip chromium_src-00617e8300084c3aec028fe6c703753fb37a6d6b.tar.gz chromium_src-00617e8300084c3aec028fe6c703753fb37a6d6b.tar.bz2 |
Show a warning when using sync xhr.
This CL shows a message in developer tools console, warning that the sync xhr may
hamper responsiveness.
This was shown as per the spec suggestion: https://xhr.spec.whatwg.org/#sync-warning
BUG=392311
Review URL: https://codereview.chromium.org/585873002
git-svn-id: svn://svn.chromium.org/blink/trunk@184788 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt index 28c03dc..8d44543 100644 --- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt +++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt @@ -1,3 +1,4 @@ +CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. Bug 22475: REGRESSION: Async XMLHttpRequest never finishes on nonexistent files anymore |