Bug 117313 - Custom uri scheme does not work with synchronous XMLHttpRequest
Summary: Custom uri scheme does not work with synchronous XMLHttpRequest
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 12:00 PDT by Daniel Narvaez
Modified: 2017-03-11 10:45 PST (History)
1 user (show)

See Also:


Attachments
Testcase. Put it in the same dir of the python file. (496 bytes, text/html)
2013-06-06 12:00 PDT, Daniel Narvaez
no flags Details
Testcase (580 bytes, text/x-python)
2013-06-06 12:00 PDT, Daniel Narvaez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Narvaez 2013-06-06 12:00:26 PDT
Created attachment 203955 [details]
Testcase. Put it in the same dir of the python file.

The page hangs for a few seconds then the following error is printed

(WebKitWebProcess:4793): GLib-GIO-WARNING **: g_simple_async_result_complete() called from wrong context!

Attaching a testcase. I have tested with Webkit 2.0.2, I'll also test with master as soon as I have the source pulled and built.
Comment 1 Daniel Narvaez 2013-06-06 12:00:57 PDT
Created attachment 203956 [details]
Testcase
Comment 2 Daniel Narvaez 2013-06-07 09:44:41 PDT
At the moment I can't test on master because of https://bugs.webkit.org/show_bug.cgi?id=117178
Comment 3 Daniel Narvaez 2013-06-14 11:35:27 PDT
I confirmed this happens on latest master too.