Bug 130804

Summary: -[WKWebProcessPlugInNodeHandle HTMLInputElementIsUserEdited] and -HTMLTextAreaElementIsUserEdited do not return the correct values
Product: WebKit Reporter: Cody Krieger <cjk>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Cody Krieger 2014-03-26 16:11:10 PDT
-[WKWebProcessPlugInNodeHandle HTMLInputElementIsUserEdited] and -HTMLTextAreaElementIsUserEdited do not return the correct values.

The existing implementations of these methods are mis-cased ("HTMLInputELementIsUserEdited" and "HTMLTextAreaELementIsUserEdited" — note the "EL" in both cases). This results in us getting auto-synthesized getters for the HTMLInputElementIsUserEdited and HTMLTextAreaElementIsUserEdited properties, which will return NO unconditionally.
Comment 1 Cody Krieger 2014-03-26 16:15:08 PDT
Created attachment 227895 [details]
patch
Comment 2 WebKit Commit Bot 2014-03-26 16:36:06 PDT
Comment on attachment 227895 [details]
patch

Clearing flags on attachment: 227895

Committed r166326: <http://trac.webkit.org/changeset/166326>
Comment 3 WebKit Commit Bot 2014-03-26 16:36:08 PDT
All reviewed patches have been landed.  Closing bug.