WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
46154
XMLHttpRequest.open() in iframe fail in some tests
https://bugs.webkit.org/show_bug.cgi?id=46154
Summary
XMLHttpRequest.open() in iframe fail in some tests
Jian Li
Reported
2010-09-20 18:28:37 PDT
XMLHttpRequest.open() in iframe fail in some tests. Not sure if there is a bug in XHR code or in the tests. Tests:
http://tc.labs.opera.com/apis/XMLHttpRequest/open-url-multi-window-2.htm
http://tc.labs.opera.com/apis/XMLHttpRequest/open-url-multi-window-3.htm
http://tc.labs.opera.com/apis/XMLHttpRequest/open-url-multi-window-4.htm
http://tc.labs.opera.com/apis/XMLHttpRequest/open-url-multi-window-5.htm
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2010-09-20 18:30:28 PDT
This is a consequence of WebCore's network stack depending on Frame. There was a recent webkit-dev thread about directions for fixing this architectural problem.
Alexey Proskuryakov
Comment 2
2010-09-21 10:04:19 PDT
It's not clear to me why these requests are supposed to run to completion. Stopping XMLHttpRequests whose opener frame goes away seems to be a good thing in general.
Ahmad Saleem
Comment 3
2022-08-02 15:49:28 PDT
https://wpt.fyi/results/xhr?label=master&label=experimental&aligned&view=subtest&q=xhr%20multi-window
We are still failing some of these test cases (though doing better than other browsers): 1) open-url-multi-window-6.htm 2) open-url-multi-window-3.htm Direct Links to test below: Link -
http://wpt.live/xhr/open-url-multi-window-3.htm
Link 2 -
http://wpt.live/xhr/open-url-multi-window-6.htm
. (Timeout - Pop-up Blocker kicks-in) Just wanted to share updated testing status. Thanks!
Radar WebKit Bug Importer
Comment 4
2022-08-06 15:59:04 PDT
<
rdar://problem/98254011
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug