Bug 116174 - [WK2][Mac] Split resetTextInputState into two functions
Summary: [WK2][Mac] Split resetTextInputState into two functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 11:32 PDT by Alexey Proskuryakov
Modified: 2013-05-15 11:49 PDT (History)
0 users

See Also:


Attachments
proposed patch (9.05 KB, patch)
2013-05-15 11:35 PDT, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-05-15 11:32:51 PDT
resetTextInputState does two things that seemed closely related at the time of adding the method, but I no longer think that they should always be happening at the same time.

This patch splits the functionality into separate functions, to separate refactoring from behavior changes.
Comment 1 Alexey Proskuryakov 2013-05-15 11:35:32 PDT
Created attachment 201860 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2013-05-15 11:49:48 PDT
Committed <http://trac.webkit.org/r150132>.