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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/reentrant-cancel-expected.txt

Issue 23465030: Prevent entering XHR methods while loader is being cancelled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/core/xml/XMLHttpRequest.h » ('j') | Source/core/xml/XMLHttpRequest.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: line 14: Uncaught InvalidStateError: Failed to execute 'open' o n 'XMLHttpRequest': reentrant is not allowed.
1 XThis tests that when we re-entrantly create and cancel XHRs, we don't try to di sconnect the same CachedResourceClient multiple times from its CachedResource. W e pass if we don't crash. XX 2 XThis tests that when we re-entrantly create and cancel XHRs, we don't try to di sconnect the same CachedResourceClient multiple times from its CachedResource. W e pass if we don't crash. XX
OLDNEW
« no previous file with comments | « no previous file | Source/core/xml/XMLHttpRequest.h » ('j') | Source/core/xml/XMLHttpRequest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698