Issue 3149: REGRESSION:
LayoutTests/fast/loader/xmlhttprequest-missing-file-exception.html is
failing
http://code.google.com/p/chromium/issues/detail?id=3149
New issue report by [EMAIL PROTECTED]:
REGRESSION:
LayoutTests/fast/loader/xmlhttprequest-missing-file-exception.html is
failing
This is post merge fallout.
I took a look at this test, and it appears that the failure is "caused" by
the fact that our
implementation of ResourceHandle::loadResourceSynchronously does not set
any fields of the
ResourceResponse out parameter when there is a load error.
XMLHttpRequest does a same origin check of the ResourceResponse::url()
field after the call
to loadResourceSynchronously. Because that field is empty for us, we fail
the check. As a
result, XMLHttpRequest's m_state never gets advanced beyond the UNSENT
value (readyState ==
0).
I'm not sure what the correct behavior of loadResourceSynchronously should
be since the
ResourceHandle method is undocumented.
Issue attributes:
Status: Untriaged
Owner: ----
CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-WebKit
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---