summaryrefslogtreecommitdiffstats
path: root/android_webview/browser
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 235641, remove kOnNewPictureEnabledkristianm@chromium.org2013-05-083-46/+14
* Introduce SynchronousCompositor + Clientjoth@chromium.org2013-05-017-1/+212
* Revert 197660 "Introduce SynchronousCompositor + Client" which has incorrect ...mattm@chromium.org2013-05-017-212/+1
* Introduce SynchronousCompositor + Clientjoth@chromium.org2013-05-017-1/+212
* android_webview: add an IsMapped API to the GpuMemoryBufferkaanb@chromium.org2013-04-302-2/+5
* android_webview: Use base::MessageLoop.xhwang@chromium.org2013-04-273-11/+10
* android_webview: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-262-3/+3
* [Android WebView] Don't trigger a client invalidation from DrawGLbenm@chromium.org2013-04-252-2/+15
* android_webview: Assert map/unmap order for GpuMemoryBufferkaanb@chromium.org2013-04-252-1/+7
* Invalidate before composite for WebViewboliu@chromium.org2013-04-241-0/+1
* [android] Resize the android_webview if it's 0x0 initially.mkosiba@chromium.org2013-04-195-4/+33
* Move GpuMemoryBuffer interface from ui/gl to gpu/command_buffer/clientkaanb@chromium.org2013-04-195-16/+16
* [Android WebView] Never turn off viewport and fixed layoutmnaganov@chromium.org2013-04-172-12/+0
* DevTools: enable reverse tethering in the ADB remote debugging.pfeldman@chromium.org2013-04-162-0/+10
* Move GpuMemoryBufferFactoryProxy to gpu/command_buffer/client as we'll be all...kaanb@chromium.org2013-04-112-2/+5
* [Android] Move LocaleUtils from base to ui.yfriedman@chromium.org2013-04-102-5/+5
* Change Map() API to take in a mode for read/write/read-or-write, also pass gf...kaanb@chromium.org2013-04-092-5/+7
* net: move socket files from net/base to net/socketphajdan.jr@chromium.org2013-04-091-1/+1
* android_webview: changes to support Android GraphicBufferskaanb@chromium.org2013-04-084-0/+137
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-054-33/+28
* Callbacks cannot be owned by Javakristianm@chromium.org2013-04-053-0/+106
* [Android] Fix remaining linker errors for components buildyfriedman@chromium.org2013-04-031-4/+4
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-1/+3
* Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper.dimich@chromium.org2013-03-291-1/+1
* Fix Notifications Icon loading.dimich@chromium.org2013-03-201-2/+5
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-193-7/+0
* Update TestURLRequest constructor interface in unit tests.tedv@chromium.org2013-03-191-1/+2
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-193-0/+7
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Allow for synchronous compositor input handling when UI and compositor threads jdduke@chromium.org2013-03-183-0/+32
* [Android WebView] Enhancements to DevTools front page.benm@chromium.org2013-03-181-21/+66
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-1/+1
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-151-3/+0
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Implement touch icon functionalitysgurun@chromium.org2013-03-131-2/+6
* [Android WebView] Provide more information about WebView for web debuggingmnaganov@chromium.org2013-03-124-24/+120
* cc: Chromify Layer and LayerImpl classes.danakj@chromium.org2013-03-121-21/+21
* Provide DevToolsHttpHandlerDelegate with an ability to provide additional pag...mnaganov@chromium.org2013-03-112-0/+5
* Reduce the GL functor OpenGL state restoration to the minimum possible.leandrogracia@chromium.org2013-03-111-153/+4
* Fix for crash in testWindows testjoth@chromium.org2013-03-112-9/+49
* [android_webview] Make intercepted URLRequests have status codes.mkosiba@chromium.org2013-03-113-6/+123
* Remove Android WebView synchronous find.boliu@chromium.org2013-03-082-38/+0
* [android_webview] Don't intercept resource and asset URLRequests.mkosiba@chromium.org2013-03-075-36/+134
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-076-138/+24
* Fix page scaling in Android Webview SW rendering.leandrogracia@chromium.org2013-03-062-15/+65
* Enable cookies by defaultkristianm@chromium.org2013-03-061-1/+1
* Revert 186347jochen@chromium.org2013-03-066-24/+138
* Add chrome-search: access from Instant overlaydhollowa@chromium.org2013-03-066-138/+24
* [Android WebView] Add simple support for remote web debuggingmnaganov@chromium.org2013-03-014-0/+180
* Fix for CookieManager init race conditionjoth@chromium.org2013-03-012-8/+16