commit | 57d2c3ad1929f0eff7e0abc47c28c09f32ac5494 | [log] [tgz] |
---|---|---|
author | Cary Clark <cary@android.com> | Wed Dec 23 13:57:15 2009 -0500 |
committer | Cary Clark <cary@android.com> | Tue Jan 05 10:31:04 2010 -0500 |
tree | 8b83d0a9ed1f62764329b684dd47018dbcabd7dc | |
parent | 2f389aa3ac046f3966bbd6d53a4e7c97070299ab [diff] |
extract selected text from the picture This deletes the messages between WebView and WebViewCore that pass a region and extracts the rendered text and returns the selected text from WebView directly. This requires companion changes in external/webkit, which in turn is dependent on changes to external/skia. Fixes http://b/2166748