Bug 48666 - WebKit2 should provide counterpart getter to WKBundleNodeHandleSetHTMLInputElementAutofilled
Summary: WebKit2 should provide counterpart getter to WKBundleNodeHandleSetHTMLInputEl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: John Sullivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 13:00 PDT by John Sullivan
Modified: 2010-10-29 13:07 PDT (History)
0 users

See Also:


Attachments
Patch to provide WKBundleNodeHandleGetHTMLInputElementAutofilled (4.22 KB, patch)
2010-10-29 13:04 PDT, John Sullivan
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Sullivan 2010-10-29 13:00:22 PDT
WebKit2 provides the function WKBundleNodeHandleSetHTMLInputElementAutofilled as a way of setting the "autofilled" flag on an input element. It should also provide a counterpart getter function to test whether that flag is set.
Comment 1 John Sullivan 2010-10-29 13:04:11 PDT
Created attachment 72377 [details]
Patch to provide WKBundleNodeHandleGetHTMLInputElementAutofilled
Comment 2 John Sullivan 2010-10-29 13:07:53 PDT
Committed in http://trac.webkit.org/changeset/70916