summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
...
* Add on_close_callback to AsyncFileUtil::CreateOrOpenCallback.hidehiko@chromium.org2013-07-104-11/+11
* Allow WebExternalTextureLayers to receive a bitmap along with a mailboxjbauman@chromium.org2013-07-105-10/+139
* Switch audio code from DataBuffer to AudioBuffer.jrummell@chromium.org2013-07-103-54/+90
* Rename webkit_(resources|strings) targets to remove _temp infixjamesr@chromium.org2013-07-093-32/+20
* Final patch to migrate CompositingReasons to uint64.hartmanng@chromium.org2013-07-091-4/+1
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-1/+1
* Callback objects of WebGraphicsContext3D must live longer than WebGraphicsCon...dongseong.hwang@intel.com2013-07-091-0/+8
* Allow passing null-callback to |on_close_callback| explicitly.hidehiko@chromium.org2013-07-091-1/+1
* Move webkit_common to its own gyp filejamesr@chromium.org2013-07-095-6/+8
* Cleanup: return value and null-callback fixups on AsyncFileUtil interfacekinuko@chromium.org2013-07-094-94/+79
* fileapi: Rename FileSystemMountProvider to FileSystemBackendsatorux@chromium.org2013-07-0935-351/+339
* Remove simple_database_system.cc from the repo.brettw@chromium.org2013-07-081-319/+0
* Eliminate dangling reference to WebInbandTextTrackImpl objectmatthewjheaney@chromium.org2013-07-083-6/+18
* webkit/renderer: Misc cleanup to clipboard_utils.tfarina@chromium.org2013-07-082-18/+22
* Remove invocation of WebSettings::setFontRenderingNormal, which is a no-op.jbroman@chromium.org2013-07-081-1/+0
* Fix per-file read permission handling for files in FileSystem APIkinuko@chromium.org2013-07-081-1/+0
* Enable runtime flags in webkit_unit_tests.yhirano@chromium.org2013-07-041-0/+5
* cc: Don't crash on a GL texture given to TextureLayer when in softwarepiman@chromium.org2013-07-041-0/+3
* Deprecate FileSystemMountPointProvider::DeleteFileSystemkinuko@chromium.org2013-07-048-63/+16
* Allow unsetting scroll clientenne@chromium.org2013-07-041-3/+7
* Update scroll layer positions in WebLayerImplenne@chromium.org2013-07-041-0/+5
* Move webkit_resources / webkit_strings targets out of webkit_support.gypjamesr@chromium.org2013-07-043-48/+81
* Make VideoCaptureBufferPool agnostic to media::VideoFramesheu@chromium.org2013-07-031-0/+1
* Update content API in preparation for migrating webkit/renderer/media/ to con...scherkus@chromium.org2013-07-028-179/+52
* Remove unused |created| param from AsyncFileUtil::CreateOrOpenCallback.hidehiko@chromium.org2013-07-024-6/+14
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-013-3/+3
* Add DeleteRecursively to AsyncFileUtil.hidehiko@chromium.org2013-07-015-4/+68
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-0117-32/+351
* Implement ChildProcessSecurityPolicy::HasPermissionsForFileSystemFile()kinuko@chromium.org2013-07-0111-141/+139
* Move WebDropData to content::DropData and split off conversion function.darin@chromium.org2013-07-013-162/+0
* Fixing gpu_ipc_browsertests.cchubbe@chromium.org2013-07-012-1/+5
* Check if a key message is empty before accessing &message[0].xhwang@chromium.org2013-07-011-1/+1
* cc: Use base::Callback approach instead of using WebKit interface.tfarina@chromium.org2013-07-012-3/+5
* webkit_storage_common doesn't need to link against blink.darin@chromium.org2013-06-291-1/+0
* EME: Use std::vector<uint8> for key messages.xhwang@chromium.org2013-06-2910-18/+26
* Place inband text track support behind a flag.acolwell@chromium.org2013-06-291-1/+8
* webkit: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-06-29100-116/+117
* EME: Support ClearKey on Chrome on Androidxhwang@chromium.org2013-06-295-5/+18
* SyncFS: Merge OpenSyncableFileSystem into OpenFileSystemnhiroki@chromium.org2013-06-283-33/+6
* Use a direct include of time headers in webkit/, win8/.avi@chromium.org2013-06-2862-63/+63
* Remove old code that uses non-virtual WebFilterOperationsajuma@chromium.org2013-06-285-119/+0
* SyncFS: Move SyncAction and SyncDirection enum out of webkit/browser/fileapinhiroki@chromium.org2013-06-273-46/+0
* Fix handling range requests from NPAPI plugins.vchigrin@yandex-team.ru2013-06-272-7/+27
* Let LocalFileSystemOperation::SyncGetPlatformPath failed if context returns N...hidehiko@chromium.org2013-06-273-6/+10
* [Android] Abandon bundling DevTools frontends for mobile appsmnaganov@chromium.org2013-06-271-0/+2
* Move ContentDecryptionModuleFactory to its own files.ddorwin@chromium.org2013-06-275-142/+177
* Cleanup: Add VirtualPath::IsRootPath()kinuko@chromium.org2013-06-274-1/+26
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-275-9/+9
* Move some classes out of webkit/glue/.darin@chromium.org2013-06-2714-587/+242
* Pepper: Remove unused String classteravest@chromium.org2013-06-274-51/+0