summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-2210-40/+73
* Revert 143483 - Add an IPC channel between the NaCl loader process and the re...bbudge@chromium.org2012-06-212-16/+4
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-211-2/+152
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-212-4/+16
* Don't ignore network namespace entries when '*' is in the list.michaeln@google.com2012-06-213-16/+81
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-212-15/+0
* [Android] Send top-level data:// requests to the browser.mkosiba@chromium.org2012-06-201-0/+7
* Remove the fast path for QD pluginsstuartmorgan@chromium.org2012-06-204-254/+9
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-06-201-4/+8
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-204-54/+54
* DomStorageArea -> DomStorageDatabase indirection; add *StorageDatabaseAdapter.marja@chromium.org2012-06-2011-22/+233
* If we show a replacement plug-in when the real one is not initialized correctly,pan.deng@intel.com2012-06-201-0/+1
* Fix ChunkDemuxer so it properly outputs buffered ranges.acolwell@chromium.org2012-06-203-23/+17
* Add UMA reporting for GpuVideoDecoder::Initialize status.fischman@chromium.org2012-06-201-1/+5
* Fix some errors when building in gcc 4.6dcheng@chromium.org2012-06-191-6/+1
* Add Decryptor interface.xhwang@chromium.org2012-06-196-16/+15
* Override isPlaceholder() for NPAPI and PPAPI plugins.ddorwin@chromium.org2012-06-194-0/+10
* PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts.dmichael@chromium.org2012-06-196-75/+150
* Remove layoutTestController from CppBoundClassTest in test_shell_tests.tony@chromium.org2012-06-191-87/+93
* Aura doesn't use scrollbar buttons.scottmg@chromium.org2012-06-192-1/+18
* Upstream most of the user agent code for Android.yfriedman@chromium.org2012-06-192-5/+31
* Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture...twiz@chromium.org2012-06-194-8/+8
* HiDPI cursors.avi@chromium.org2012-06-191-36/+147
* Fix symbolic link handling in fileapikinuko@chromium.org2012-06-196-34/+18
* Let flash query the number of CPU cores present.tsepez@chromium.org2012-06-182-1/+3
* Request all response headers be exposed to BufferedResourceLoader since it ne...fischman@chromium.org2012-06-181-0/+1
* Implement base::win::IsMetroProcess. siggi@chromium.org2012-06-181-1/+1
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-183-9/+8
* Create and store persistent unique ids for sessionStorage.marja@chromium.org2012-06-1811-47/+164
* Allow loading multiple plug-ins with the same base name on Mac.bauerb@chromium.org2012-06-181-18/+2
* Make GetWebKitRootDirFilePath return correct dir on Android.zhenghao@chromium.org2012-06-181-3/+4
* Allow extension fileSystem API to work with drag and drop entries.benwells@chromium.org2012-06-182-1/+9
* Move MountPointProvider:GetRootDirectories() out of MPP and into ExternalMoun...kinuko@chromium.org2012-06-178-27/+5
* Truncate() operation for GData file system.kinaba@chromium.org2012-06-162-1/+13
* Pass display names from file chooser to Pepper FileRef.kinaba@chromium.org2012-06-165-17/+48
* Allow empty strings to be written to the clipboarddcheng@chromium.org2012-06-164-18/+34