RESOLVED FIXED 164674
Speed up setting attributes of input elements of type 'text'
https://bugs.webkit.org/show_bug.cgi?id=164674
Summary Speed up setting attributes of input elements of type 'text'
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.