summaryrefslogtreecommitdiff
path: root/core/java/android/webkit
Commit message (Expand)AuthorAgeFilesLines
* Pass selection data with the message to open the keyboard.Leon Scroggins2010-03-182-14/+39
* simplify utility to hit-test focused pluginCary Clark2010-03-181-2/+8
* Eliminate haptic feedback when hitting an overscroll barrier due to a fling.Adam Powell2010-03-171-2/+2
* Allow the shift key to be passed to plugin.Leon Scroggins2010-03-171-1/+0
* Merge "Fix loading from the cache for synchronous requests"Steve Block2010-03-162-11/+23
|\
| * Fix loading from the cache for synchronous requestsSteve Block2010-03-162-11/+23
* | b/2511635 Browser displays incorrect SSL cert informationBrian Carlstrom2010-03-162-7/+7
* | Use float instead of cast to int when calculatingGrace Kloba2010-03-161-11/+11
* | Plugin surfaces will be limited to 270% of the devices screen size.Derek Sollenberger2010-03-161-1/+9
* | Restrict plugins to a fixed size surface after exceeding a pixel threshold.Derek Sollenberger2010-03-161-11/+41
* | http://b/issue?id=2501101Leon Clarke2010-03-161-0/+8
* | update comment on WebView loadDataCary Clark2010-03-151-1/+3
* | Allow plugin's surface to handle touch when in full-screen.Derek Sollenberger2010-03-153-140/+27
|/
* Expose smart-zoom, or centerFitRect to native.Grace Kloba2010-03-122-29/+47
* If we can't over scroll horizontally, set vx to 0 inGrace Kloba2010-03-121-5/+10
* missing checks for native class before calling native codeCary Clark2010-03-121-5/+7
* If the Picture is not ready, just draw the backgroundGrace Kloba2010-03-121-0/+8
* Merge "Do not send the not-modified response when validating the cache."Patrick Scott2010-03-111-2/+6
|\
| * Do not send the not-modified response when validating the cache.Patrick Scott2010-03-111-2/+6
* | Implement smart-zoom per Adobe request.Grace Kloba2010-03-112-18/+129
|/
* use the correct LayoutParams to fix going to fullscreen viewCary Clark2010-03-111-1/+1
* pin our visible content bounds to the bounds of the doc itself, to account fo...Mike Reed2010-03-101-4/+5
* If the new text and old text are "", return from onTextChanged.Leon Scroggins2010-03-101-5/+11
* Don't cut the url on a redirectKristian Monsen2010-03-101-4/+3
* Add an api to set WebView over scroll background.Grace Kloba2010-03-092-4/+25
* Set mShiftIsPressed properly when the focus is a plugin.Leon Scroggins2010-03-091-7/+14
* Rewrite the WebView touch to support Flash.Grace Kloba2010-03-092-319/+455
* Make sure access to WebView::mWebViewCore is synchronized.Andrei Popescu2010-03-091-4/+6
* For flash trackball, send several downs followed by a single up.Leon Scroggins2010-03-091-1/+1
* requestChildRectangleOnScreen takes layers into accountCary Clark2010-03-091-8/+13
* Merge "Pass keys to plugin while shift is held down."Leon Scroggins2010-03-081-22/+48
|\
| * Pass keys to plugin while shift is held down.Leon Scroggins2010-03-081-22/+48
* | If both cookies have null values, use the name difference.Patrick Scott2010-03-081-1/+5
* | Merge "Cookies like "a=b" were broken due to my previous change."Patrick Scott2010-03-081-8/+15
|\ \
| * | Cookies like "a=b" were broken due to my previous change.Patrick Scott2010-03-081-8/+15
* | | Merge "For synchronous loads, load file URLs in the WebCore thread, rather th...Steve Block2010-03-081-24/+42
|\ \ \ | |_|/ |/| |
| * | For synchronous loads, load file URLs in the WebCore thread, rather than in t...Steve Block2010-03-051-24/+42
* | | scroll into view considers layersCary Clark2010-03-081-21/+0
| |/ |/|
* | ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator.Raphael2010-03-061-0/+2
* | Adding over scroll to webview. We will always applyGrace Kloba2010-03-051-38/+104
* | Merge "It is possible that we may get a call from WebCore that the first layo...Ben Murdoch2010-03-051-1/+8
|\ \
| * | It is possible that we may get a call from WebCore that the first layout hasBen Murdoch2010-03-051-1/+8
* | | Squashed commit of the following:Shimeng (Simon) Wang2010-03-051-25/+28
* | | return false if any exception is thrown from savePictureMike Reed2010-03-051-8/+7
|/ /
* | add comment for public functionCary Clark2010-03-041-0/+4
* | Remove an overzealous call to setDefaultSelection.Leon Scroggins2010-03-041-1/+0
|/
* Don't send ACTION_MOVE to webkit until the distanceGrace Kloba2010-03-031-6/+35
* Merge "Remove the TAB key from <textarea>s."Leon Scroggins2010-03-031-1/+2
|\
| * Remove the TAB key from <textarea>s.Leon Scroggins2010-03-031-1/+2
* | refactor find state and scrollingCary Clark2010-03-031-1/+1