UNCONFIRMED 112557
[GTK][WK2] Load get stuck opening the same custom scheme URI twice
https://bugs.webkit.org/show_bug.cgi?id=112557
Summary [GTK][WK2] Load get stuck opening the same custom scheme URI twice
Manuel Rego Casasnovas
Reported 2013-03-18 04:24:44 PDT
With the patch for adding "about:" URIs support to MiniBrowser (see bug #112419), you can reproduce the issue launch MiniBrowser with the same "about:" URI twice: $ Tools/Scripts/run-launcher --gtk -2 about:foo about:foo Then if you are connected to the "load-changed" signal, you'll see that the load never finishes for one of the views. It seems similar to but #112418, however with the patch provided there this issue is still present, so maybe it could be related with specific custom scheme URIs code.
Attachments
Example unit test to reproduce the issue (3.09 KB, patch)
2013-03-18 04:30 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2013-03-18 04:30:00 PDT
Created attachment 193525 [details] Example unit test to reproduce the issue
Manuel Rego Casasnovas
Comment 2 2013-03-18 06:30:06 PDT
(In reply to comment #0) > It seems similar to bug #112418, however with the patch provided there this issue is still present, so maybe it could be related with specific custom scheme URIs code. The issue is different as the code related to the patch for bug #112418 is not used when browsing the "about:" URIs. Anyway, the issue has some similarities as WebFrameLoaderClient::dispatchDidReceiveResponse() is only called for one URI and not the other.
Note You need to log in before you can comment on or make changes to this bug.