summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebViewClassic.java
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Revert "Keep selection handles in edit fields."George Mount2012-04-101-45/+25
* | | | Merge "Keep selection handles in edit fields."George Mount2012-04-101-25/+45
|\| | | | |/ / |/| |
| * | Keep selection handles in edit fields.George Mount2012-04-091-25/+45
| |/
* / Remove composing span after setting text.George Mount2012-04-091-0/+1
|/
* Merge "Make WebView.findAllAsync() and WebView.setFindListener() public."Victoria Lease2012-04-091-20/+33
|\
| * Make WebView.findAllAsync() and WebView.setFindListener() public.Victoria Lease2012-04-091-20/+33
* | Merge "Remove embedded titlebar rendering"Michael Kolb2012-04-031-67/+4
|\ \
| * | Remove embedded titlebar renderingMichael Kolb2012-04-031-67/+4
| |/
* | Merge "Don't show keyboard on focus change."George Mount2012-04-021-4/+0
|\ \
| * | Don't show keyboard on focus change.George Mount2012-04-021-4/+0
* | | Merge "Remove unused FORM_DID_BLUR hooks."George Mount2012-04-021-5/+0
|\ \ \ | |_|/ |/| |
| * | Remove unused FORM_DID_BLUR hooks.George Mount2012-04-021-5/+0
| |/
* | Merge "Prevent message being sent twice in onSavePassword"Michael Kolb2012-03-301-10/+31
|\ \
| * | Prevent message being sent twice in onSavePasswordMichael Kolb2012-03-301-10/+31
* | | Fix typo preventing layers from scrolling to topJohn Reck2012-03-291-1/+1
| |/ |/|
* | Merge "Enable scrolling page while editing text."George Mount2012-03-291-92/+97
|\ \
| * | Enable scrolling page while editing text.George Mount2012-03-291-92/+97
| |/
* / Support batching input changes to remove flicker.George Mount2012-03-281-7/+53
|/
* Snap selection handles to textGeorge Mount2012-03-281-36/+169
* Do pause painting betterJohn Reck2012-03-271-3/+13
* Workaround issue of getting 0,0,0,0 inval rectsJohn Reck2012-03-261-1/+6
* move FindListener into WebViewVictoria Lease2012-03-261-6/+4
* Merge "Monkey protection"Michael Kolb2012-03-221-2/+4
|\
| * Monkey protectionMichael Kolb2012-03-221-2/+4
* | Remove spurious @hide comments.Jonathan Dixon2012-03-221-63/+28
* | Remove spurious checkThread() methodJonathan Dixon2012-03-221-101/+1
|/
* Fix location of selection handles on rotated text.George Mount2012-03-211-1/+1
* Merge "Make paste window and caret handle show up at the right time."George Mount2012-03-211-12/+31
|\
| * Make paste window and caret handle show up at the right time.George Mount2012-03-201-12/+31
* | Rename getWebView() to getWebViewClassicJonathan Dixon2012-03-211-4/+0
* | Merge "Pipe down isHardwareAccelerated"John Reck2012-03-201-0/+28
|\ \
| * | Pipe down isHardwareAcceleratedJohn Reck2012-03-161-0/+28
* | | Merge "Include MotionEvent on ACTION_MOVE's TouchEventData"John Reck2012-03-201-0/+1
|\ \ \
| * | | Include MotionEvent on ACTION_MOVE's TouchEventDataJohn Reck2012-03-161-0/+1
| |/ /
* | | Merge "Move the selection handles vertically to match TextView."George Mount2012-03-161-4/+2
|\ \ \
| * | | Move the selection handles vertically to match TextView.George Mount2012-03-161-4/+2
| | |/ | |/|
* / | proposed public API for asynchronous find-on-pageVictoria Lease2012-03-161-4/+20
|/ /
* | Update edit text size when the text changes so scroll works.George Mount2012-03-151-0/+7
* | Add scrolling editable text with a finger drag.George Mount2012-03-151-10/+116
|/
* Support "prev" for IME input.George Mount2012-03-121-3/+7
* Merge "Add back auto-completion and auto-fill."George Mount2012-03-121-8/+188
|\
| * Add back auto-completion and auto-fill.George Mount2012-03-091-8/+188
* | Remove wrong nativeSubtractLayersJohn Reck2012-03-091-2/+0
* | fix callback NPEs when WebView is destroyedMichael Kolb2012-03-091-0/+1
* | Merge "finalise scrolling before checking scroll position"Victoria Lease2012-03-091-1/+1
|\ \
| * | finalise scrolling before checking scroll positionVictoria Lease2012-03-091-1/+1
* | | Merge "scroll relative to visibleRect in spawnContentScrollTo()"Victoria Lease2012-03-091-3/+3
|\ \ \ | |_|/ |/| |
| * | scroll relative to visibleRect in spawnContentScrollTo()Victoria Lease2012-03-081-3/+3
| |/
* | Merge "Remove duplicated comments from WebViewClassic"Jonathan Dixon2012-03-081-402/+174
|\ \
| * | Remove duplicated comments from WebViewClassicJonathan Dixon2012-03-021-402/+174