summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Reuse video capture buffers when we have no free slots.brettw@chromium.org2012-07-031-0/+4
* Adding necessary plumbing for bindUniformLocationCHROMIUM extension.alexst@chromium.org2012-07-024-0/+13
* Fix compile errors on gcc 4.6.hbono@chromium.org2012-07-021-2/+2
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+2
* Remove ugly writable flags from IsolatedContextkinuko@chromium.org2012-06-3010-139/+130
* Adding android implementation for CreateMediaPlayer() in webkit_support.ccqinmin@chromium.org2012-06-294-2/+68
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-296-7/+13
* Only paste the fragment of text which was copied to the clipboard.raymes@chromium.org2012-06-291-3/+4
* Change PluginList::GetPluginsIfNoRefreshNeeded() to GetPluginsNoRefresh().bauerb@chromium.org2012-06-294-12/+9
* Implement CreateFile() for GData file system.kinaba@chromium.org2012-06-292-1/+13
* Allow to release WebSocket resource in completion callbacks invoked by Close().toyoshim@chromium.org2012-06-291-0/+4
* Add ProxyDecryptor which wraps concrete Decryptor implementations.xhwang@chromium.org2012-06-298-23/+202
* Add "scheme" field to WebIntentServiceData object.smckay@chromium.org2012-06-283-17/+117
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-284-4/+35
* Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-281-23/+13
* Revert 144578 - Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-281-13/+23
* Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-271-23/+13
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-272-0/+11
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-275-12/+4
* Use ICU script code "Jpan" instead of "Hrkt" in Japanese pref names.falken@chromium.org2012-06-271-2/+26
* webkit: Include stdio.h in cpp_binding_examplesque@chromium.org2012-06-271-0/+2
* Reduce the number of CrackFileSystemURLkinuko@chromium.org2012-06-2761-1410/+1358
* Make SplitString() and variants clear their outparam vector. (Note that Spli...pkasting@chromium.org2012-06-261-2/+0
* Add ability to dispatch an intent on a device attached event.kmadhusu@chromium.org2012-06-262-1/+22
* Aura: Fix partial swaps in the UIbacker@chromium.org2012-06-261-5/+7
* Change uses of WebScrollbar to WebPluginScrollbarenne@chromium.org2012-06-262-20/+20
* Relanding r144115: Manage Isolated Context with reference counts w/o DCHECKkinuko@chromium.org2012-06-262-8/+57
* Revert 144115 - Manage IsolatedContext with reference countskinuko@chromium.org2012-06-262-51/+7
* Revert 144126 - Comment fix for r144115 (Manage IsolatedContext with referenc...kinuko@chromium.org2012-06-261-2/+3
* Comment fix for r144115 (Manage IsolatedContext with reference counts)kinuko@chromium.org2012-06-261-3/+2
* Remove --disable-interactive-form-validation flag and about:flags UI for it.tkent@chromium.org2012-06-262-4/+1
* Manage IsolatedContext with reference countskinuko@chromium.org2012-06-262-7/+51
* Remove deprecated version of webkit_support::CreateGraphicsContext3Djamesr@chromium.org2012-06-252-19/+2
* empty impl of webthemeengine for test_shellhclam@chromium.org2012-06-252-0/+5
* RefCounted types should not have public destructors, chromeos editionrsleevi@chromium.org2012-06-251-2/+4
* Enable CSS grid layout in test_shell to ease development.tony@chromium.org2012-06-253-0/+6
* webkit/ppapi: Notify the container when a plugin is accepting touch events.sadrul@chromium.org2012-06-252-0/+16
* Adding truncate and touch for isolated filesystemkinuko@chromium.org2012-06-253-2/+108
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-2335-270/+255
* Add webkit_support::ReleaseMediaResources() on Androidabarth@chromium.org2012-06-232-0/+23
* DomStorage - Temporary workaround for overly aggressive "bad message terminat...michaeln@google.com2012-06-231-8/+20
* Remove support for the QuickDraw NPAPI drawing modelstuartmorgan@chromium.org2012-06-228-256/+22
* Session restore: Store and restore persistent IDs for sessionStorage.marja@chromium.org2012-06-225-6/+15
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-222-4/+16
* Adding setEnableCookie preference plumbing to webkit glue.gdk@chromium.org2012-06-222-1/+10
* Return NULL in WebPluginImpl::scriptableObject() if the delegate is NULL.bauerb@chromium.org2012-06-221-0/+3
* Revert 143656 - Add an IPC channel between the NaCl loader process and the re...mrossetti@chromium.org2012-06-222-16/+4
* Remove layoutTestController from test_shell.tony@chromium.org2012-06-2214-566/+14
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-222-4/+16
* ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.sadrul@chromium.org2012-06-222-0/+14