| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pass selection data with the message to open the keyboard. | Leon Scroggins | 2010-03-18 | 1 | -11/+26 |
| * | simplify utility to hit-test focused plugin | Cary Clark | 2010-03-18 | 1 | -2/+8 |
| * | Eliminate haptic feedback when hitting an overscroll barrier due to a fling. | Adam Powell | 2010-03-17 | 1 | -2/+2 |
| * | Allow the shift key to be passed to plugin. | Leon Scroggins | 2010-03-17 | 1 | -1/+0 |
| * | b/2511635 Browser displays incorrect SSL cert information | Brian Carlstrom | 2010-03-16 | 1 | -7/+0 |
| * | Use float instead of cast to int when calculating | Grace Kloba | 2010-03-16 | 1 | -11/+11 |
| * | update comment on WebView loadData | Cary Clark | 2010-03-15 | 1 | -1/+3 |
| * | Allow plugin's surface to handle touch when in full-screen. | Derek Sollenberger | 2010-03-15 | 1 | -72/+13 |
| * | Expose smart-zoom, or centerFitRect to native. | Grace Kloba | 2010-03-12 | 1 | -29/+38 |
| * | If we can't over scroll horizontally, set vx to 0 in | Grace Kloba | 2010-03-12 | 1 | -5/+10 |
| * | missing checks for native class before calling native code | Cary Clark | 2010-03-12 | 1 | -5/+7 |
| * | If the Picture is not ready, just draw the background | Grace Kloba | 2010-03-12 | 1 | -0/+8 |
| * | Implement smart-zoom per Adobe request. | Grace Kloba | 2010-03-11 | 1 | -18/+114 |
| * | use the correct LayoutParams to fix going to fullscreen view | Cary Clark | 2010-03-11 | 1 | -1/+1 |
| * | pin our visible content bounds to the bounds of the doc itself, to account fo... | Mike Reed | 2010-03-10 | 1 | -4/+5 |
| * | Add an api to set WebView over scroll background. | Grace Kloba | 2010-03-09 | 1 | -4/+7 |
| * | Set mShiftIsPressed properly when the focus is a plugin. | Leon Scroggins | 2010-03-09 | 1 | -7/+14 |
| * | Rewrite the WebView touch to support Flash. | Grace Kloba | 2010-03-09 | 1 | -315/+448 |
| * | Make sure access to WebView::mWebViewCore is synchronized. | Andrei Popescu | 2010-03-09 | 1 | -4/+6 |
| * | For flash trackball, send several downs followed by a single up. | Leon Scroggins | 2010-03-09 | 1 | -1/+1 |
| * | requestChildRectangleOnScreen takes layers into account | Cary Clark | 2010-03-09 | 1 | -8/+13 |
| * | Pass keys to plugin while shift is held down. | Leon Scroggins | 2010-03-08 | 1 | -22/+48 |
| * | scroll into view considers layers | Cary Clark | 2010-03-08 | 1 | -21/+0 |
| * | ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator. | Raphael | 2010-03-06 | 1 | -0/+2 |
| * | Adding over scroll to webview. We will always apply | Grace Kloba | 2010-03-05 | 1 | -38/+104 |
| * | Squashed commit of the following: | Shimeng (Simon) Wang | 2010-03-05 | 1 | -25/+28 |
| * | return false if any exception is thrown from savePicture | Mike Reed | 2010-03-05 | 1 | -8/+7 |
| * | add comment for public function | Cary Clark | 2010-03-04 | 1 | -0/+4 |
| * | Remove an overzealous call to setDefaultSelection. | Leon Scroggins | 2010-03-04 | 1 | -1/+0 |
| * | Don't send ACTION_MOVE to webkit until the distance | Grace Kloba | 2010-03-03 | 1 | -6/+35 |
| * | refactor find state and scrolling | Cary Clark | 2010-03-03 | 1 | -1/+1 |
| * | refactor find state and scrolling | Cary Clark | 2010-03-03 | 1 | -13/+31 |
| * | Add a client for WebBackForwardList operations. | Patrick Scott | 2010-03-02 | 1 | -0/+19 |
| * | When titlebar's visible height changed, it means the | Grace Kloba | 2010-03-02 | 1 | -1/+6 |
| * | account for find dialog height when positioning layers | Cary Clark | 2010-03-02 | 1 | -0/+3 |
| * | am 3ca122df: am cfb50c66: Merge "If we get TOUCH_UP before getting the WebCor... | Grace Kloba | 2010-03-01 | 1 | -0/+8 |
| |\ |
|
| | * | If we get TOUCH_UP before getting the WebCore's | Grace Kloba | 2010-03-01 | 1 | -0/+8 |
| | * | DO NOT MERGE | Grace Kloba | 2010-02-24 | 1 | -10/+24 |
| * | | If zoom scale is set to minimum, treat it as in overview | Grace Kloba | 2010-03-01 | 1 | -0/+6 |
| * | | Make nativeMoveCursorToNextInput return a boolean and use it. | Leon Scroggins | 2010-03-01 | 1 | -1/+1 |
| * | | don't draw layers with history | Cary Clark | 2010-02-25 | 1 | -2/+2 |
| * | | When opening the IME or sending a key to a non-cursored textfield, set the de... | Leon Scroggins | 2010-02-25 | 1 | -0/+2 |
| * | | refactor drawing to support layers | Cary Clark | 2010-02-25 | 1 | -50/+46 |
| * | | If mPreventDrag is cancelled due to time out, remove | Grace Kloba | 2010-02-24 | 1 | -10/+24 |
| * | | Focus the IME on WebView when no textfield is in focus. | Leon Scroggins | 2010-02-23 | 1 | -13/+21 |
| * | | Pass key modifier state to webcore for touch events and update DRT so it can ... | Ben Murdoch | 2010-02-19 | 1 | -0/+7 |
| * | | At the end of a zoom, only check if the textfield is onscreen. | Leon Scroggins | 2010-02-18 | 1 | -8/+5 |
| * | | Changes to remove WebTextView at end of touch/press rather than during. | Leon Scroggins | 2010-02-17 | 1 | -13/+21 |
| * | | Add UI considerations to layers | Cary Clark | 2010-02-17 | 1 | -17/+33 |
| * | | Set up the WebTextView before setting its selection. | Leon Scroggins | 2010-02-16 | 1 | -0/+4 |