Bug 49551
Summary: | [GTK] Navigation policy decision API needs to include the DOM node that the decision originated from | ||
---|---|---|---|
Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | gustavo, xan.lopez |
Priority: | P3 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Martin Robinson
This prevents us from generating the "originating from" string in some layout tests. It would also be very useful for embedders. It should not be very hard now that we have a DOM API. This can be observed by looking at the output of fast/forms/mailto/formenctype-attribute-button-html.html and fast/forms/mailto/formenctype-attribute-input-html.html.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
Committed r72015: <http://trac.webkit.org/changeset/72015>
Martin Robinson
This isn't going to happen in WebKit2.