summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Translucent background color support for webviewTeng-Hui Zhu2012-04-021-3/+12
| |/
* | Don't show keyboard on focus change.George Mount2012-04-021-4/+6
* | Remove unused FORM_DID_BLUR hooks.George Mount2012-04-021-17/+0
|/
* Snap selection handles to text.George Mount2012-03-281-0/+40
* reimplement BaseLayerAndroid as a LayerAndroid subclassChris Craik2012-03-221-4/+3
* Merge "Make paste window and caret handle show up at the right time."George Mount2012-03-211-12/+18
|\
| * Make paste window and caret handle show up at the right time.George Mount2012-03-201-12/+18
* | Plumb WebView and WebViewCore thru to MediaLayerJonathan Dixon2012-03-211-6/+3
* | only report actual changes to matchCountVictoria Lease2012-03-161-3/+4
|/
* Update edit text size when the text changes so scroll works.George Mount2012-03-151-0/+20
* Merge "Scroll cursor with edited text."George Mount2012-03-151-0/+1
|\
| * Scroll cursor with edited text.George Mount2012-03-151-0/+1
* | Merge "Add scrolling editable text with a finger drag."George Mount2012-03-151-25/+86
|\ \ | |/
| * Add scrolling editable text with a finger drag.George Mount2012-03-141-25/+86
* | Merge "Refresh fonts when system locale is changed"Russell Brenner2012-03-141-0/+38
|\ \ | |/ |/|
| * Refresh fonts when system locale is changedRussell Brenner2012-03-141-0/+38
* | Support "prev" for IME input.George Mount2012-03-121-11/+8
|/
* Merge "Add back auto-completion and auto-fill."George Mount2012-03-121-40/+89
|\
| * Add back auto-completion and auto-fill.George Mount2012-03-091-40/+89
* | Introduce a LayerContent interfaceNicolas Roard2012-03-091-1/+5
|/
* Fix cursor rings for buttonsJohn Reck2012-03-061-8/+21
* Support passing focus to the chromeJohn Reck2012-03-061-0/+22
* Fix platformLayerIdFromNode lookupJohn Reck2012-03-051-0/+2
* Delete more unused stuff from navcacheJohn Reck2012-03-051-124/+17
* Merge "Fix crash when getting input text on an empty node."George Mount2012-03-021-8/+10
|\
| * Fix crash when getting input text on an empty node.George Mount2012-03-021-8/+10
* | Merge "Fix m.movies.com crash"John Reck2012-03-021-5/+12
|\ \ | |/ |/|
| * Fix m.movies.com crashJohn Reck2012-03-011-5/+12
* | Fixup webkit for WebViewClassic renameJonathan Dixon2012-03-021-1/+1
|/
* Fix iframe, for reals!John Reck2012-03-011-6/+20
* Minor cleanup in PictureSetJohn Reck2012-03-011-22/+1
* Merge "Add support for maxlength text fields to WebViewInputConnection."George Mount2012-02-291-2/+13
|\
| * Add support for maxlength text fields to WebViewInputConnection.George Mount2012-02-281-2/+13
* | removed unused vars/functionsChris Craik2012-02-281-17/+0
* | Merge "Delete navcache native"John Reck2012-02-271-145/+5
|\ \
| * | Delete navcache nativeJohn Reck2012-02-271-145/+5
| |/
* | Merge "Fix iframe webkit positioning"Nicolas Roard2012-02-271-2/+1
|\ \ | |/ |/|
| * Fix iframe webkit positioningNicolas Roard2012-02-271-2/+1
* | Delete CacheBuilderJohn Reck2012-02-241-211/+83
* | Merge "Selection node used for selection region rather than focus node."George Mount2012-02-241-5/+5
|\ \
| * | Selection node used for selection region rather than focus node.George Mount2012-02-231-5/+5
* | | Support address detectionJohn Reck2012-02-231-0/+3
|/ /
* | Merge "Drop support for Android HTTP stack"Steve Block2012-02-231-8/+0
|\ \ | |/ |/|
| * Drop support for Android HTTP stackSteve Block2012-02-221-8/+0
* | Add caret thumb following selection handle logic.George Mount2012-02-221-31/+58
* | Get input type for text field so that autocorrect works.George Mount2012-02-221-2/+54
* | Merge "scroll page to current match during find-on-page"Victoria Lease2012-02-221-0/+2
|\ \ | |/ |/|
| * scroll page to current match during find-on-pageVictoria Lease2012-02-221-0/+2
* | Merge "Improve keyboard navigation cursor rings"John Reck2012-02-211-78/+4
|\ \ | |/ |/|
| * Improve keyboard navigation cursor ringsJohn Reck2012-02-211-78/+4