summaryrefslogtreecommitdiffstats
path: root/android_webview/browser
Commit message (Expand)AuthorAgeFilesLines
* Fix software mode after r205072boliu@chromium.org2013-06-111-1/+9
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Use a direct include of strings headers in android_webview/.avi@chromium.org2013-06-103-3/+3
* Hook up android webview synchronous compositor GL initboliu@chromium.org2013-06-081-3/+7
* Revert 205038 "Un-refcount AutofillWebData and TokenWebData"cpu@chromium.org2013-06-082-6/+6
* Un-refcount AutofillWebData and TokenWebDatacaitkp@chromium.org2013-06-082-6/+6
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Fix error in fallback SW renderingjoth@chromium.org2013-06-053-3/+7
* Move synchronous compositor into content/browserjoth@chromium.org2013-05-317-132/+29
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-303-4/+5
* [Android] Use a "unique" remote debugging socket name on bind failuremnaganov@chromium.org2013-05-301-0/+1
* Fix app gl state restoreboliu@chromium.org2013-05-291-10/+15
* Bring back Leandro's GL state restoreboliu@chromium.org2013-05-261-5/+149
* Move webkit/gpu into webkit/common/gpujamesr@chromium.org2013-05-261-1/+1
* Cache auxiliary bitmap across draw framesjoth@chromium.org2013-05-243-8/+22
* Retain the synchronous error code when handling certificate errors. This is t...sgurun@chromium.org2013-05-232-7/+7
* Handle GpuMemoryBuffer allocation failures properly. Currently we only detect...kaanb@chromium.org2013-05-234-41/+24
* Remove dead WebCompositorInputHandler related codejamesr@chromium.org2013-05-232-25/+0
* [Android WebView] Hook up devtools in merged threads mode.benm@chromium.org2013-05-223-4/+15
* components: Move navigation_interception into navigation_interception namespace.tfarina@chromium.org2013-05-221-1/+1
* Make GpuMemoryBufferFactory a function pointer rather than a callback.kaanb@chromium.org2013-05-212-3/+5
* Switch Android WebView to use the simple cachejoth@chromium.org2013-05-211-2/+9
* Change lock/unlock to map/unmap in DrawGL methods. It also changes the API to...kaanb@chromium.org2013-05-211-2/+16
* Prevent infinite invalidate-draw loopboliu@chromium.org2013-05-211-1/+2
* Keep the dialog open after Autocheckout is successful.ahutter@chromium.org2013-05-202-0/+4
* components: Move visitedlink into visitedlink namespace.tfarina@chromium.org2013-05-172-8/+8
* GPU client side changes for GpuMemoryBuffers:kaanb@chromium.org2013-05-161-1/+1
* Bring up Software rendering in merged thread modejoth@chromium.org2013-05-165-30/+233
* Implement get/set(saveformdata) for chromium based webview.sgurun@chromium.org2013-05-157-2/+358
* Don't request missing favicon on every page request. mef@chromium.org2013-05-152-3/+4
* Enable Clang warnings for implementation files on all platforms.rsleevi@chromium.org2013-05-151-18/+16
* Override server-side simple-cache trial with commandline switches.pasko@google.com2013-05-131-0/+2
* Implement capturePicture in terms of a SW drawjoth@chromium.org2013-05-131-13/+27
* Fix bug in cl 14668007kristianm@chromium.org2013-05-101-0/+10
* components: Move auto_login_parser into auto_login_parser namespace.tfarina@chromium.org2013-05-091-11/+7
* Hardware draw init in android_webviewboliu@chromium.org2013-05-095-27/+62
* Android WebView Merged-Thread Hardware Drawboliu@chromium.org2013-05-0910-93/+291
* Made the following changes to enable merge modemichaelbai@chromium.org2013-05-092-5/+5
* Implement WebViewDatabase's hasFormData API for chromium based webview.sgurun@chromium.org2013-05-086-1/+261
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-083-0/+7
* 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