OSDN Git Service

DO NOT MERGE Refactor find and select dialogs
authorCary Clark <cary@android.com>
Thu, 19 Aug 2010 22:31:48 +0000 (18:31 -0400)
committerCary Clark <cary@android.com>
Fri, 20 Aug 2010 14:26:55 +0000 (10:26 -0400)
commite4be1fd5f14137de249ee66c000f9dadfb2862d7
tree570969699e3bf61a9a10237a062801f4704f78fa
parente9ee2d864ded6c57c02ebc2ff6e41a0711d099d3
DO NOT MERGE Refactor find and select dialogs

(Change imported by hand from master, based on
https://android-git.corp.google.com/g/#change,53489 )

SelectText now permits incremental extension of the selection
using either touch or trackball data. SelectText adds word selection
and select all interfaces.

SelectText has been rewritten to do a better job of finding space
characters and selecting text outside of the visible window.

Companion changes in frameworks/base and packages/apps/Browser

Change-Id: I28a815375345d842f79464edbf0cb3a2019b7fe8
http://b/2626451
WebKit/android/nav/FindCanvas.h
WebKit/android/nav/SelectText.cpp
WebKit/android/nav/SelectText.h
WebKit/android/nav/WebView.cpp