summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs around removing and attaching WebViews.Leon Scroggins2009-11-161-19/+13
* am dc30d28b: Merge change I3656f7a3 into eclairGrace Kloba2009-11-111-3/+12
|\
| * Honor the mInitialScale set on WebView. This wasGrace Kloba2009-11-111-3/+12
* | am bf5b632a: Use getViewHeightWithTitle() to honor the scrollbar setting when...Grace Kloba2009-11-111-1/+1
|\ \ | |/
| * Use getViewHeightWithTitle() to honor the scrollbarGrace Kloba2009-11-111-1/+1
* | am d7439f4b: Use computeVerticalScrollRange() to find the bottom of the page ...Grace Kloba2009-11-111-1/+1
|\ \ | |/
| * Use computeVerticalScrollRange() to find the bottomGrace Kloba2009-11-111-1/+1
* | am c9966891: Merge change Ibb245ea7 into eclairGrace Kloba2009-11-111-1/+1
|\ \ | |/
| * Return an empty PluginList instead of null for theGrace Kloba2009-11-101-1/+1
* | am 0691ad50: Remove "@hide pending API council" in webkit to expose the apis ...Grace Kloba2009-11-071-1/+0
|\ \ | |/
| * Remove "@hide pending API council" in webkit to exposeGrace Kloba2009-11-071-1/+0
| * do not merge -- original checkin to mr2 here:Cary Clark2009-11-061-0/+4
* | Do not scroll the title bar off screen until the page finishes loading.Leon Scroggins2009-11-031-2/+47
* | DO NOT MERGE. Send a message when the picture changes and find is up to searc...Leon Scroggins2009-10-291-1/+13
* | Many fixes to text input in the browser, particularly when moving to a new fi...Leon Scroggins2009-10-271-36/+21
* | changing how plugins gain/lose focus.Derek Sollenberger2009-10-271-24/+4
* | tweak select textCary Clark2009-10-271-21/+31
* | Show the soft keyboard when pressing center key/trackball on input fieldLeon Scroggins2009-10-231-10/+12
* | Do not hide the cursor ring when clicking on an input field.Leon Scroggins2009-10-231-8/+6
* | fix text area insertion order, partiallyCary Clark2009-10-221-0/+2
* | am f8e3ac85: Merge change Ifa8ab30e into eclairLeon Scroggins2009-10-221-0/+1
|\ \ | |/
| * In onKeyUp for DPAD_CENTER, show the IME for text input.Leon Scroggins2009-10-211-0/+1
| * do not merge: fix copy/paste using trackball on passionCary Clark2009-10-161-5/+9
* | When WebView has wrap_content, we are sending WebKitGrace Kloba2009-10-211-2/+20
* | Draw dividers between <optgroup> and <option> elements.Leon Scroggins2009-10-211-3/+37
* | Do not show radio/checkboxes for <optgroup> labels.Leon Scroggins2009-10-211-10/+36
* | tweak snap scrollCary Clark2009-10-201-45/+32
* | add dpad control of text selection for sholesCary Clark2009-10-201-6/+26
* | Do not show soft keyboard for readonly textfields.Leon Scroggins2009-10-151-3/+0
* | check for native initialization before calling public functionCary Clark2009-10-151-0/+4
* | fix copy/paste using trackball on passionCary Clark2009-10-151-5/+9
* | draw filtered if dragging but not moving after a 100ms delayCary Clark2009-10-141-17/+78
* | add hidden method to draw entire page into a canvas, with no view-chrome. For...Mike Reed2009-10-141-0/+11
* | Select plugin objects with focusCandidateCary Clark2009-10-121-6/+17
* | Expose WebViewClient of WebView.Grace Kloba2009-10-091-0/+10
* | reset webTextView size if focus bounds changesCary Clark2009-10-071-10/+27
* | Fix a null pointer exception caught by the monkey.Leon Scroggins2009-10-021-1/+3
|/
* Keep the scrollbar on during TOUCH_MOVE events evenGrace Kloba2009-09-301-2/+19
* If the textfield is offscreen at the end of a zoom, remove it.Leon Scroggins2009-09-301-11/+25
* preserve webkit-side text selectionCary Clark2009-09-301-3/+5
* check for null item in web history in saveStateCary Clark2009-09-291-0/+6
* scroll text field with touchCary Clark2009-09-291-15/+5
* Allow scrolls to continue when getting a new content size.Leon Scroggins2009-09-291-3/+6
* Skip requestRectangleOnScreen for WebTextView duringGrace Kloba2009-09-281-0/+4
* Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-281-0/+2
* WebView may get message after destroy() is called.Grace Kloba2009-09-281-0/+4
* Reset mPreventDrag at touch_down.Grace Kloba2009-09-271-11/+13
* When change from narrow screen to wide screen, we willGrace Kloba2009-09-251-2/+6
* If WebCore doesn't response touch down in time, don'tGrace Kloba2009-09-251-19/+56
* set the selection after sending a clickCary Clark2009-09-241-0/+3