| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pass selection data with the message to open the keyboard. | Leon Scroggins | 2010-03-18 | 2 | -14/+39 |
| * | 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 |
| * | Merge "Fix loading from the cache for synchronous requests" | Steve Block | 2010-03-16 | 2 | -11/+23 |
| |\ |
|
| | * | Fix loading from the cache for synchronous requests | Steve Block | 2010-03-16 | 2 | -11/+23 |
| * | | b/2511635 Browser displays incorrect SSL cert information | Brian Carlstrom | 2010-03-16 | 2 | -7/+7 |
| * | | Use float instead of cast to int when calculating | Grace Kloba | 2010-03-16 | 1 | -11/+11 |
| * | | Plugin surfaces will be limited to 270% of the devices screen size. | Derek Sollenberger | 2010-03-16 | 1 | -1/+9 |
| * | | Restrict plugins to a fixed size surface after exceeding a pixel threshold. | Derek Sollenberger | 2010-03-16 | 1 | -11/+41 |
| * | | http://b/issue?id=2501101 | Leon Clarke | 2010-03-16 | 1 | -0/+8 |
| * | | 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 | 3 | -140/+27 |
| |/ |
|
| * | Expose smart-zoom, or centerFitRect to native. | Grace Kloba | 2010-03-12 | 2 | -29/+47 |
| * | 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 |
| * | Merge "Do not send the not-modified response when validating the cache." | Patrick Scott | 2010-03-11 | 1 | -2/+6 |
| |\ |
|
| | * | Do not send the not-modified response when validating the cache. | Patrick Scott | 2010-03-11 | 1 | -2/+6 |
| * | | Implement smart-zoom per Adobe request. | Grace Kloba | 2010-03-11 | 2 | -18/+129 |
| |/ |
|
| * | 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 |
| * | If the new text and old text are "", return from onTextChanged. | Leon Scroggins | 2010-03-10 | 1 | -5/+11 |
| * | Don't cut the url on a redirect | Kristian Monsen | 2010-03-10 | 1 | -4/+3 |
| * | Add an api to set WebView over scroll background. | Grace Kloba | 2010-03-09 | 2 | -4/+25 |
| * | 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 | 2 | -319/+455 |
| * | 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 |
| * | Merge "Pass keys to plugin while shift is held down." | Leon Scroggins | 2010-03-08 | 1 | -22/+48 |
| |\ |
|
| | * | Pass keys to plugin while shift is held down. | Leon Scroggins | 2010-03-08 | 1 | -22/+48 |
| * | | If both cookies have null values, use the name difference. | Patrick Scott | 2010-03-08 | 1 | -1/+5 |
| * | | Merge "Cookies like "a=b" were broken due to my previous change." | Patrick Scott | 2010-03-08 | 1 | -8/+15 |
| |\ \ |
|
| | * | | Cookies like "a=b" were broken due to my previous change. | Patrick Scott | 2010-03-08 | 1 | -8/+15 |
| * | | | Merge "For synchronous loads, load file URLs in the WebCore thread, rather th... | Steve Block | 2010-03-08 | 1 | -24/+42 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | For synchronous loads, load file URLs in the WebCore thread, rather than in t... | Steve Block | 2010-03-05 | 1 | -24/+42 |
| * | | | 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 |
| * | | Merge "It is possible that we may get a call from WebCore that the first layo... | Ben Murdoch | 2010-03-05 | 1 | -1/+8 |
| |\ \ |
|
| | * | | It is possible that we may get a call from WebCore that the first layout has | Ben Murdoch | 2010-03-05 | 1 | -1/+8 |
| * | | | 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 |
| * | Merge "Remove the TAB key from <textarea>s." | Leon Scroggins | 2010-03-03 | 1 | -1/+2 |
| |\ |
|
| | * | Remove the TAB key from <textarea>s. | Leon Scroggins | 2010-03-03 | 1 | -1/+2 |
| * | | refactor find state and scrolling | Cary Clark | 2010-03-03 | 1 | -1/+1 |