Bug 109673

Summary: [WK2] Expand InjectedBundle hit test with content editable check
Product: WebKit Reporter: Jani Hautakangas <jani.hautakangas>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Enhancement    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add WebKit2 InjectedBundle API to check if hit test result content is editable
none
[WK2] Expand InjectedBundle hit test with content editable check none

Description Jani Hautakangas 2013-02-13 02:17:55 PST
Add WebKit2 Injected Bundle C API to check if hit test result content is editable
Comment 1 Jani Hautakangas 2013-02-13 13:26:05 PST
Created attachment 188164 [details]
Add WebKit2 InjectedBundle API to check if hit test result content is editable
Comment 2 Jani Hautakangas 2013-02-14 12:46:38 PST
Created attachment 188406 [details]
[WK2] Expand InjectedBundle hit test with content editable check
Comment 3 Glenn Adams 2013-04-02 23:55:38 PDT
Comment on attachment 188406 [details]
[WK2] Expand InjectedBundle hit test with content editable check

View in context: https://bugs.webkit.org/attachment.cgi?id=188406&action=review

> Source/WebKit2/ChangeLog:10
> +

Suggest you describe where/when this function will be referenced.
Comment 4 Darin Adler 2013-05-13 18:34:54 PDT
Comment on attachment 188406 [details]
[WK2] Expand InjectedBundle hit test with content editable check

We won’t just add a new public function without any rationale. Seems OK to add, but not without a reason.