| Commit message (Expand) | Author | Age | Files | Lines |
* | [Android WebView] Early out DrawGL if not attached to window | boliu@chromium.org | 2013-09-20 | 1 | -6/+15 |
* | [Android WebView] Do not actively clear array buffer bindings | boliu@chromium.org | 2013-09-20 | 1 | -12/+2 |
* | Use contents size for android_webview layout size. | mkosiba@chromium.org | 2013-09-18 | 2 | -0/+10 |
* | Use new WebView zoom API. | mkosiba@chromium.org | 2013-09-18 | 2 | -4/+4 |
* | This CL: | pkotwicz@chromium.org | 2013-09-18 | 2 | -6/+16 |
* | Use webview classic cookies file to create the chromium based | sgurun@chromium.org | 2013-09-16 | 1 | -3/+42 |
* | [android_webview] Fixes for wrap_content layouts. | mkosiba@chromium.org | 2013-09-16 | 2 | -0/+8 |
* | [Android WebView] Remove some obsolete TODOs | boliu@chromium.org | 2013-09-15 | 1 | -7/+0 |
* | content: Move kHttpScheme constant into content namespace. | tfarina@chromium.org | 2013-09-15 | 1 | -1/+1 |
* | [Android WebView] Do not interfere with requests after destroy | boliu@chromium.org | 2013-09-14 | 2 | -10/+18 |
* | Revert "Plumb user_gesture up from Blink to the JavaScript dialog code..." | avi@chromium.org | 2013-09-12 | 2 | -2/+0 |
* | Use the top-level URL for popup blocking. | jochen@chromium.org | 2013-09-11 | 2 | -0/+2 |
* | [Android WebView] First cut memory management | boliu@chromium.org | 2013-09-10 | 2 | -0/+57 |
* | Disabling AwFormDatabaseServiceTest.HasAndClearFormData. | henrika@chromium.org | 2013-09-09 | 1 | -1/+3 |
* | Fix threading issues in aw form database | sgurun@chromium.org | 2013-09-07 | 3 | -42/+68 |
* | Switch AwPixelInfo to wrap SkCanvasLayerState | joth@chromium.org | 2013-09-06 | 1 | -69/+36 |
* | Revert 221409 "Fix threading issues in aw form database" | pneubeck@chromium.org | 2013-09-05 | 3 | -63/+41 |
* | Fix threading issues in aw form database | sgurun@chromium.org | 2013-09-05 | 3 | -41/+63 |
* | [Android WebView] Remove some log spam | joth@chromium.org | 2013-09-05 | 1 | -2/+1 |
* | Fix UpdateTilePriorities viewport in Android WebView. | aelias@chromium.org | 2013-09-05 | 1 | -2/+7 |
* | Remove ref-counting from StreamListenSocket | szym@chromium.org | 2013-09-03 | 2 | -3/+3 |
* | [andorid_webview] Don't 'jiggle' on overscroll | mkosiba@chromium.org | 2013-09-03 | 2 | -8/+10 |
* | Plumb user_gesture up from Blink to the JavaScript dialog code, and don't off... | avi@chromium.org | 2013-08-29 | 2 | -0/+2 |
* | Revert 220050 "Plumb user_gesture up from Blink to the JavaScrip..." | wittman@chromium.org | 2013-08-28 | 2 | -2/+0 |
* | Plumb user_gesture up from Blink to the JavaScript dialog code, and don't off... | avi@chromium.org | 2013-08-28 | 2 | -0/+2 |
* | [Android WebView] Add an API to toggle the JS navigator.online property | benm@chromium.org | 2013-08-27 | 2 | -0/+5 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 4 | -31/+16 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 4 | -16/+31 |
* | Switch prefs to use ObserverList::might_have_observers instead of ObserverLis... | caitkp@chromium.org | 2013-08-26 | 2 | -3/+3 |
* | Make Android Webview URLRequestContext follow content API expectations better. | ajwong@chromium.org | 2013-08-26 | 5 | -141/+143 |
* | Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic... | robertphillips@google.com | 2013-08-26 | 1 | -4/+4 |
* | content: Move kHttpsScheme constant into content namespace. | tfarina@chromium.org | 2013-08-26 | 1 | -1/+1 |
* | Do not block/defer requests that are internally generated. | sgurun@chromium.org | 2013-08-23 | 1 | -0/+7 |
* | [Android WebView] Fix crash in AwResourceDispatcherHostDelegate::DownloadStar... | benm@chromium.org | 2013-08-23 | 1 | -2/+9 |
* | [Android WebView] Call RequestProcessGL on UI thread | boliu@chromium.org | 2013-08-21 | 1 | -6/+18 |
* | [Android WebView] Disable fallback ticks when paused or window invisible | boliu@chromium.org | 2013-08-20 | 4 | -45/+79 |
* | Remove WorkerPool dependency from URLRequestFileJob. | earthdok@chromium.org | 2013-08-19 | 1 | -1/+6 |
* | Revert "[Android WebView] Fast Fallback Tick take 2" | boliu@chromium.org | 2013-08-19 | 2 | -17/+2 |
* | Send X-Requested-With header for complying with webview classic. | sgurun@chromium.org | 2013-08-15 | 1 | -0/+6 |
* | [Android WebView] Remove use of obsolete clip | joth@chromium.org | 2013-08-12 | 1 | -6/+1 |
* | Make the AwPixelInfo more skia version independent | joth@chromium.org | 2013-08-10 | 1 | -32/+74 |
* | Android WebView: Make a custom Picture subclass | joth@chromium.org | 2013-08-09 | 3 | -82/+55 |
* | [Android WebView] Fast Fallback Tick take 2 | boliu@chromium.org | 2013-08-09 | 2 | -2/+17 |
* | [Android WebView] Clip to visible rect | boliu@chromium.org | 2013-08-08 | 1 | -4/+21 |
* | Add AwGLSurface and use it in WGC3D | boliu@chromium.org | 2013-08-07 | 6 | -9/+126 |
* | Clear device labels from MediaStreamTrack.getSources() if not authorized | vrk@chromium.org | 2013-08-06 | 1 | -0/+6 |
* | [Android webview] Cleanup some command line flags | joth@chromium.org | 2013-08-05 | 1 | -2/+4 |
* | gpu: Add support for multiple GpuMemoryBuffer types. | reveman@chromium.org | 2013-08-03 | 2 | -10/+13 |
* | [Android WebView] Reduce fallback tick to 20ms | boliu@chromium.org | 2013-08-03 | 1 | -1/+1 |
* | [Android WebView] Handle clip size smaller than visible rect | boliu@chromium.org | 2013-08-03 | 3 | -46/+83 |