summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebView.java
Commit message (Expand)AuthorAgeFilesLines
* Pass selection data with the message to open the keyboard.Leon Scroggins2010-03-181-11/+26
* 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
* b/2511635 Browser displays incorrect SSL cert informationBrian Carlstrom2010-03-161-7/+0
* Use float instead of cast to int when calculatingGrace Kloba2010-03-161-11/+11
* update comment on WebView loadDataCary Clark2010-03-151-1/+3
* Allow plugin's surface to handle touch when in full-screen.Derek Sollenberger2010-03-151-72/+13
* Expose smart-zoom, or centerFitRect to native.Grace Kloba2010-03-121-29/+38
* 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
* Implement smart-zoom per Adobe request.Grace Kloba2010-03-111-18/+114
* 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
* Add an api to set WebView over scroll background.Grace Kloba2010-03-091-4/+7
* 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-091-315/+448
* 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
* Pass keys to plugin while shift is held down.Leon Scroggins2010-03-081-22/+48
* 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
* 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
* refactor find state and scrollingCary Clark2010-03-031-1/+1
* refactor find state and scrollingCary Clark2010-03-031-13/+31
* Add a client for WebBackForwardList operations.Patrick Scott2010-03-021-0/+19
* When titlebar's visible height changed, it means theGrace Kloba2010-03-021-1/+6
* account for find dialog height when positioning layersCary Clark2010-03-021-0/+3
* am 3ca122df: am cfb50c66: Merge "If we get TOUCH_UP before getting the WebCor...Grace Kloba2010-03-011-0/+8
|\
| * If we get TOUCH_UP before getting the WebCore'sGrace Kloba2010-03-011-0/+8
| * DO NOT MERGEGrace Kloba2010-02-241-10/+24
* | If zoom scale is set to minimum, treat it as in overviewGrace Kloba2010-03-011-0/+6
* | Make nativeMoveCursorToNextInput return a boolean and use it.Leon Scroggins2010-03-011-1/+1
* | don't draw layers with historyCary Clark2010-02-251-2/+2
* | When opening the IME or sending a key to a non-cursored textfield, set the de...Leon Scroggins2010-02-251-0/+2
* | refactor drawing to support layersCary Clark2010-02-251-50/+46
* | If mPreventDrag is cancelled due to time out, removeGrace Kloba2010-02-241-10/+24
* | Focus the IME on WebView when no textfield is in focus.Leon Scroggins2010-02-231-13/+21
* | Pass key modifier state to webcore for touch events and update DRT so it can ...Ben Murdoch2010-02-191-0/+7
* | At the end of a zoom, only check if the textfield is onscreen.Leon Scroggins2010-02-181-8/+5
* | Changes to remove WebTextView at end of touch/press rather than during.Leon Scroggins2010-02-171-13/+21
* | Add UI considerations to layersCary Clark2010-02-171-17/+33
* | Set up the WebTextView before setting its selection.Leon Scroggins2010-02-161-0/+4