summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit
Commit message (Expand)AuthorAgeFilesLines
* do not merge: fix copy/paste using trackball on passionCary Clark2009-10-161-5/+9
* Continue caching "POST" result so that we won't getGrace Kloba2009-10-121-2/+1
* Setting WebCore cache limit depending on the memory class.Grace Kloba2009-10-081-1/+8
* remove cert for SampleBrowserPlugin and only checkGrace Kloba2009-09-301-12/+14
* Keep the scrollbar on during TOUCH_MOVE events evenGrace Kloba2009-09-301-2/+19
* Add the signature checking for WebView plugins. TheGrace Kloba2009-09-301-3/+15
* If the textfield is offscreen at the end of a zoom, remove it.Leon Scroggins2009-09-301-11/+25
* Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-301-65/+52
* preserve webkit-side text selectionCary Clark2009-09-302-5/+12
* Re-instate the link coloring on startup, but going via the browserLeon Clarke2009-09-303-4/+44
* Unhide APIs for enabling geolocation in web views. I've confirmedMike LeBeau2009-09-293-5/+8
* check for null item in web history in saveStateCary Clark2009-09-291-0/+6
* scroll text field with touchCary Clark2009-09-293-38/+17
* Allow scrolls to continue when getting a new content size.Leon Scroggins2009-09-291-3/+6
* Skip requestRectangleOnScreen for WebTextView duringGrace Kloba2009-09-282-0/+14
* Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-281-0/+2
* Merge change 27426 into eclairAndroid (Google) Code Review2009-09-281-1/+5
|\
| * Handle the case where GoogleLocationSettingObserver::onChangeAndrei Popescu2009-09-281-1/+5
* | Before we send VIEW_SIZE_CHANGED after first layout,Grace Kloba2009-09-281-0/+10
* | WebView may get message after destroy() is called.Grace Kloba2009-09-281-0/+4
* | Add extension->mime type mappingsAndrew Stadler2009-09-281-1/+30
|/
* 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
* check for null before calling native webkit from java webviewCary Clark2009-09-251-2/+4
* Merge change 26909 into eclairAndroid (Google) Code Review2009-09-241-1/+3
|\
| * Not all WebView's host have permission to read the history.Grace Kloba2009-09-241-1/+3
* | set the selection after sending a clickCary Clark2009-09-241-0/+3
|/
* ResultTransport needs a default value. If the thread isGrace Kloba2009-09-241-1/+5
* Merge change 26876 into eclairAndroid (Google) Code Review2009-09-241-7/+10
|\
| * Restrict touch to the view height with the title. ThisGrace Kloba2009-09-241-7/+10
* | Coloring clicked-on linksLeon Clarke2009-09-241-0/+5
|/
* Fix parsing of HTTP Date years.Ben Murdoch2009-09-241-2/+11
* invalidate the webview after pressing the IME 'next' buttonCary Clark2009-09-231-0/+1
* Provide a getter to access the width of the HTML document.Leon Scroggins2009-09-231-0/+8
* don't allow min scale to go to infinityCary Clark2009-09-231-1/+2
* Merge change 26595 into eclairAndroid (Google) Code Review2009-09-231-1/+1
|\
| * Move destroying the web view to the WVC thread (previously it was on the UI t...Ben Murdoch2009-09-231-1/+1
* | In calcOurContentVisibleRect, account for the visible title bar.Leon Scroggins2009-09-231-2/+7
|/
* launching plugin activity when a plugin requests to go full screen.Derek Sollenberger2009-09-222-55/+115
* Fix for 2122292: make sure we unregister the ContentObserver for the system l...Andrei Popescu2009-09-223-25/+81
* Change double tap toast to long toast.Grace Kloba2009-09-222-5/+7
* Merge change 26220 into eclairAndroid (Google) Code Review2009-09-224-142/+311
|\
| * Reimplement the settings to use async callbacksNicolas Roard2009-09-224-142/+311
* | Add a boolean indicating if the apple-touch-icon is precomposed.Patrick Scott2009-09-223-7/+12
|/
* Support the new dpi change in the WebView.Grace Kloba2009-09-223-22/+43
* Don't snap the initialScale to min or max if it is not defined.Grace Kloba2009-09-221-12/+6
* Make scrolling textfields work better in the browser.Leon Scroggins2009-09-212-6/+24
* Always interpret (0,0) scrolls as top of title bar.Leon Scroggins2009-09-211-15/+16
* Add a tip toast for double tap.Grace Kloba2009-09-212-1/+46