summaryrefslogtreecommitdiffstats
path: root/android_webview/browser
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Android WebView] Maintain global DrawGL MRU listboliu@chromium.org2013-08-034-6/+130
* [Android WebView] Save and restore all texture bindingsboliu@chromium.org2013-08-022-5/+39
* Handle root layer fling Java-side in android_webview.mkosiba@chromium.org2013-08-021-1/+5
* [Android WebView] Fix bug in App GL state save/restoreboliu@chromium.org2013-08-021-2/+2
* GLInProcessContext: support async flushes and dedicated GPU threadsievers@chromium.org2013-08-011-0/+46
* Revert 214727 "[Android WebView] Handle clip size smaller than v..."boliu@chromium.org2013-07-312-52/+30
* [Android WebView] Handle clip size smaller than visible rectboliu@chromium.org2013-07-312-30/+52
* Persist JavaScript dialog state across page navigations.avi@chromium.org2013-07-312-2/+8
* Add external stencil support for Android WebView.aelias@chromium.org2013-07-303-2/+16
* [Android WebView] VisibleRect clean upboliu@chromium.org2013-07-301-0/+4
* Fix capture picture implementationkristianm@chromium.org2013-07-293-11/+17
* gpu: Add GpuMemoryBufferFactory interface.reveman@chromium.org2013-07-284-145/+139
* Block popups already on the IO thread.jochen@chromium.org2013-07-272-7/+22
* [Android WebView] Invalidate whole visible rectboliu@chromium.org2013-07-263-8/+15
* [Android WebView] Fix cancelling FallbackTickboliu@chromium.org2013-07-241-1/+1
* [Android WebView] More App GL state save/restoreboliu@chromium.org2013-07-232-42/+99
* Hooking up setBackgroundColor from AwContents to rendererjoth@chromium.org2013-07-232-0/+22
* [Android WebView] Fix download kInvalidId DCHECKboliu@chromium.org2013-07-192-0/+7
* [Android WebView] Update the NavigationEntry with favicon details.benm@chromium.org2013-07-192-2/+4
* Adds a new callback as this signal is required to pass up to the applicationjoth@chromium.org2013-07-192-0/+9
* [Android WebView] Add InProcessViewRenderer::ToStringboliu@chromium.org2013-07-182-1/+43
* [Android WebView] Cancel fallback tick when not neededboliu@chromium.org2013-07-181-1/+8