Bug 164674 - Speed up setting attributes of input elements of type 'text'
Summary: Speed up setting attributes of input elements of type 'text'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-11 19:51 PST by Chris Dumez
Modified: 2016-11-12 09:57 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.42 KB, patch)
2016-11-11 19:53 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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.
Comment 1 Chris Dumez 2016-11-11 19:53:10 PST
Created attachment 294585 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2016-11-12 09:57:53 PST
All reviewed patches have been landed.  Closing bug.