Bug 135325 - [WebKit2 iOS]Add support for caret movement for the 3rd party keyboard protocol
Summary: [WebKit2 iOS]Add support for caret movement for the 3rd party keyboard protocol
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-07-26 19:40 PDT by Enrica Casucci
Modified: 2014-07-27 10:25 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.85 KB, patch)
2014-07-26 19:44 PDT, Enrica Casucci
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrica Casucci 2014-07-26 19:40:19 PDT
We need to implement a way to move the caret in one forward/backward by n positions.

<rdar://problem/17682120>
Comment 1 Enrica Casucci 2014-07-26 19:44:14 PDT
Created attachment 235579 [details]
Patch
Comment 2 WebKit Commit Bot 2014-07-26 19:45:31 PDT
Attachment 235579 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/WebPageProxy.h:421:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm:534:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 2 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Enrica Casucci 2014-07-27 10:25:53 PDT
Committed revision 171651.