Bug 92246

Summary: [BlackBerry] Add "SelectAll" to WebPage
Product: WebKit Reporter: Andy Chen <andchen>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mifenton, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andy Chen 2012-07-25 06:53:14 PDT
Need to add "selectAll" so that client app can directly call it.
Comment 1 Andy Chen 2012-07-25 07:09:25 PDT
Created attachment 154345 [details]
Patch
Comment 2 Antonio Gomes 2012-07-25 07:16:50 PDT
Comment on attachment 154345 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=154345&action=review

> Source/WebKit/blackberry/Api/WebPage.cpp:4689
> +    d->m_inputHandler->selectAll();

I would say this call belongs more to SelectionHandler, but it is ok.
Comment 3 WebKit Review Bot 2012-07-25 08:40:26 PDT
Comment on attachment 154345 [details]
Patch

Clearing flags on attachment: 154345

Committed r123622: <http://trac.webkit.org/changeset/123622>
Comment 4 WebKit Review Bot 2012-07-25 08:40:30 PDT
All reviewed patches have been landed.  Closing bug.