[Webkit-unassigned] [Bug 157899] [GTK] Provide frame-related load signals in WebKitWebView
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 20 02:45:51 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157899
Milan Crha <mcrha at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #279474| |review?, commit-queue?
Flags| |
--- Comment #1 from Milan Crha <mcrha at redhat.com> ---
Created attachment 279474
--> https://bugs.webkit.org/attachment.cgi?id=279474&action=review
proposed patch
This adds three new signals to the WebkitWebView:
"frame-load-changed"
"frame-load-failed"
"frame-load-failed-with-tls-errors"
similar to its counterparts:
"load-changed"
"load-failed"
"load-failed-with-tls-errors"
except they have added one more argument, frame URI whose load status changed. These are not called for the main frame, only for the subframe-s.
My initial request wanted also the 'id' attribute of the iframe, but I realized that this information is not available, thus only the URI is passed to the signals. It's perfectly fine, the 'id' was just about a "nice to have" thing.
As the size of _WebKitWebViewClass structure changed, I did bump the soname version too.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160520/60669ad8/attachment-0001.html>
More information about the webkit-unassigned
mailing list