summaryrefslogtreecommitdiffstats
path: root/android_webview/browser
Commit message (Expand)AuthorAgeFilesLines
* [Android WebView] Early out DrawGL if not attached to windowboliu@chromium.org2013-09-201-6/+15
* [Android WebView] Do not actively clear array buffer bindingsboliu@chromium.org2013-09-201-12/+2
* Use contents size for android_webview layout size.mkosiba@chromium.org2013-09-182-0/+10
* Use new WebView zoom API.mkosiba@chromium.org2013-09-182-4/+4
* This CL:pkotwicz@chromium.org2013-09-182-6/+16
* Use webview classic cookies file to create the chromium basedsgurun@chromium.org2013-09-161-3/+42
* [android_webview] Fixes for wrap_content layouts.mkosiba@chromium.org2013-09-162-0/+8
* [Android WebView] Remove some obsolete TODOsboliu@chromium.org2013-09-151-7/+0
* content: Move kHttpScheme constant into content namespace.tfarina@chromium.org2013-09-151-1/+1
* [Android WebView] Do not interfere with requests after destroyboliu@chromium.org2013-09-142-10/+18
* Revert "Plumb user_gesture up from Blink to the JavaScript dialog code..."avi@chromium.org2013-09-122-2/+0
* Use the top-level URL for popup blocking.jochen@chromium.org2013-09-112-0/+2
* [Android WebView] First cut memory managementboliu@chromium.org2013-09-102-0/+57
* Disabling AwFormDatabaseServiceTest.HasAndClearFormData.henrika@chromium.org2013-09-091-1/+3
* Fix threading issues in aw form databasesgurun@chromium.org2013-09-073-42/+68
* Switch AwPixelInfo to wrap SkCanvasLayerStatejoth@chromium.org2013-09-061-69/+36
* Revert 221409 "Fix threading issues in aw form database"pneubeck@chromium.org2013-09-053-63/+41
* Fix threading issues in aw form databasesgurun@chromium.org2013-09-053-41/+63
* [Android WebView] Remove some log spamjoth@chromium.org2013-09-051-2/+1
* Fix UpdateTilePriorities viewport in Android WebView.aelias@chromium.org2013-09-051-2/+7
* Remove ref-counting from StreamListenSocketszym@chromium.org2013-09-032-3/+3
* [andorid_webview] Don't 'jiggle' on overscrollmkosiba@chromium.org2013-09-032-8/+10
* Plumb user_gesture up from Blink to the JavaScript dialog code, and don't off...avi@chromium.org2013-08-292-0/+2
* Revert 220050 "Plumb user_gesture up from Blink to the JavaScrip..."wittman@chromium.org2013-08-282-2/+0
* Plumb user_gesture up from Blink to the JavaScript dialog code, and don't off...avi@chromium.org2013-08-282-0/+2
* [Android WebView] Add an API to toggle the JS navigator.online propertybenm@chromium.org2013-08-272-0/+5
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-274-31/+16
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-274-16/+31
* Switch prefs to use ObserverList::might_have_observers instead of ObserverLis...caitkp@chromium.org2013-08-262-3/+3
* Make Android Webview URLRequestContext follow content API expectations better.ajwong@chromium.org2013-08-265-141/+143
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-4/+4
* content: Move kHttpsScheme constant into content namespace.tfarina@chromium.org2013-08-261-1/+1
* Do not block/defer requests that are internally generated.sgurun@chromium.org2013-08-231-0/+7
* [Android WebView] Fix crash in AwResourceDispatcherHostDelegate::DownloadStar...benm@chromium.org2013-08-231-2/+9
* [Android WebView] Call RequestProcessGL on UI threadboliu@chromium.org2013-08-211-6/+18
* [Android WebView] Disable fallback ticks when paused or window invisibleboliu@chromium.org2013-08-204-45/+79
* Remove WorkerPool dependency from URLRequestFileJob.earthdok@chromium.org2013-08-191-1/+6
* Revert "[Android WebView] Fast Fallback Tick take 2"boliu@chromium.org2013-08-192-17/+2
* Send X-Requested-With header for complying with webview classic.sgurun@chromium.org2013-08-151-0/+6
* [Android WebView] Remove use of obsolete clipjoth@chromium.org2013-08-121-6/+1
* Make the AwPixelInfo more skia version independentjoth@chromium.org2013-08-101-32/+74
* Android WebView: Make a custom Picture subclassjoth@chromium.org2013-08-093-82/+55
* [Android WebView] Fast Fallback Tick take 2boliu@chromium.org2013-08-092-2/+17
* [Android WebView] Clip to visible rectboliu@chromium.org2013-08-081-4/+21
* Add AwGLSurface and use it in WGC3Dboliu@chromium.org2013-08-076-9/+126
* Clear device labels from MediaStreamTrack.getSources() if not authorizedvrk@chromium.org2013-08-061-0/+6
* [Android webview] Cleanup some command line flagsjoth@chromium.org2013-08-051-2/+4
* gpu: Add support for multiple GpuMemoryBuffer types.reveman@chromium.org2013-08-032-10/+13
* [Android WebView] Reduce fallback tick to 20msboliu@chromium.org2013-08-031-1/+1
* [Android WebView] Handle clip size smaller than visible rectboliu@chromium.org2013-08-033-46/+83