Bug 143973 - Expose more bundle form client functions as WKWebProcessPlugInFormDelegatePrivate methods
Summary: Expose more bundle form client functions as WKWebProcessPlugInFormDelegatePri...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-20 17:39 PDT by mitz
Modified: 2015-04-20 17:44 PDT (History)
1 user (show)

See Also:


Attachments
Add new form delegate methods and expose frame on WKWebProcessPlugInNodeHandle (5.56 KB, patch)
2015-04-20 17:42 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-04-20 17:39:08 PDT
Allow the form delegate to track changes by exposing shouldNotifyOnFormChanges and didAssociateFormControls.
Comment 1 mitz 2015-04-20 17:42:14 PDT
Created attachment 251207 [details]
Add new form delegate methods and expose frame on WKWebProcessPlugInNodeHandle
Comment 2 mitz 2015-04-20 17:44:43 PDT
Committed <http://trac.webkit.org/r183038>