Bug 164674

Summary: Speed up setting attributes of input elements of type 'text'
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2016-11-11 19:51:47 PST
Speed up setting attributes of input elements of type 'text' by calling updateInnerTextValue() only when needed. It was previously called whenever an attribute was set, no matter it could impact its text value or not.
Attachments
Patch (4.42 KB, patch)
2016-11-11 19:53 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-11-11 19:53:10 PST
WebKit Commit Bot
Comment 2 2016-11-12 09:57:49 PST
Comment on attachment 294585 [details] Patch Clearing flags on attachment: 294585 Committed r208653: <http://trac.webkit.org/changeset/208653>
WebKit Commit Bot
Comment 3 2016-11-12 09:57:53 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.