Bug 130909

Summary: [iOS] Don't cancel composition on selection change
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, enrica
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix none

Description Alexey Proskuryakov 2014-03-28 12:24:31 PDT
In bug 130727, I made it WebProcess responsibility to cancel composition on selection change. I thought that this didn't change iOS behavior, because we had this under PLATFORM(COCOA) in WebPageProxy.

But turns out that WebPageProxy::cancelComposition had a no-op implementation on iOS, unlike of the new WebProcess one.
Comment 1 Alexey Proskuryakov 2014-03-28 12:26:35 PDT
Created attachment 228076 [details]
proposed fix
Comment 2 WebKit Commit Bot 2014-03-28 15:06:34 PDT
Comment on attachment 228076 [details]
proposed fix

Clearing flags on attachment: 228076

Committed r166430: <http://trac.webkit.org/changeset/166430>
Comment 3 WebKit Commit Bot 2014-03-28 15:06:41 PDT
All reviewed patches have been landed.  Closing bug.