summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Change AesDecryptor::Decrypt to be an asynchronous call.xhwang@chromium.org2012-07-152-6/+7
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-1411-473/+3
* Collapse Should{Enable,Disable}Defer() into ShouldDefer() + simplify some oth...scherkus@chromium.org2012-07-142-52/+16
* Fix unit test to allow repeated successful runs by avoiding a function static...scottbyer@chromium.org2012-07-141-2/+0
* Implement ChunkDemuxer::GetStartTime()vrk@chromium.org2012-07-141-1/+6
* Revert 146670 - Fix unit test to allow repeated successful runs by avoiding a...scottbyer@chromium.org2012-07-131-0/+2
* Fix unit test to allow repeated successful runs by avoiding a function static...scottbyer@chromium.org2012-07-131-2/+0
* Add permissions buts for Pepper plugins.brettw@chromium.org2012-07-133-3/+12
* Don't close pending user gesture when PluginInstance receives ACKs for input ...yzshen@chromium.org2012-07-131-5/+3
* Move MimeTypeTests from test_shell_tests to browser_teststony@chromium.org2012-07-122-91/+0
* Migrate drag&drop code in test_shell to new WebKit APItony@chromium.org2012-07-121-4/+7
* Adding support for overriding TestWebKitPlatformSupport in DumpRenderTreetommyw@chromium.org2012-07-124-9/+44
* Fold RestartLoadingTask() into ReadCallback() as the method is called on the ...scherkus@chromium.org2012-07-123-34/+14
* Collapse HTTP and non-HTTP codepaths into single methods.scherkus@chromium.org2012-07-114-145/+50
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-2/+2
* Delete hixie76_websocket_protocol_enabled WebPreferenceabarth@chromium.org2012-07-112-4/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1157-57/+0
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-114-11/+15
* Use maximum capacity instead of a ratio of capacity for BufferedResourceLoader.scherkus@chromium.org2012-07-115-50/+27
* When fetching origins from the quota database, include the ones where the mod...bauerb@chromium.org2012-07-112-12/+19
* Don't keep file system directories around if they contain unrelated files.bauerb@chromium.org2012-07-113-56/+79
* Write file:// tests for BufferedDataSource and fix some bugs as a result.scherkus@chromium.org2012-07-115-54/+212
* Fix user gesture for scripting calls from Pepper plugins.yzshen@chromium.org2012-07-101-17/+31
* PPAPI: Set custom user agent in headers, if applicable.viettrungluu@chromium.org2012-07-101-0/+7
* Add WebURLLoaderMockFactory::GetLastHandledAsynchronousRequest.viettrungluu@chromium.org2012-07-104-1/+22
* Add methods to add DataPack from open filescjhopman@chromium.org2012-07-105-5/+5
* Avoid setting unused parameter in TestStreamTextureFactory::CreateStreamTextu...steveblock@chromium.org2012-07-101-1/+0
* Remove expectations and comments that were accidentally committed in r145851.scherkus@chromium.org2012-07-101-3/+0
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-101-6/+6
* Add plumbing for WebThread::TaskObserver::willProcessTask()caseq@google.com2012-07-101-2/+3
* aura: Scale custom cursors appropriately.sadrul@chromium.org2012-07-103-2/+36
* Make isolated file system works for a device root (e.g. X:\\)kinuko@chromium.org2012-07-109-169/+288
* Notify CloseFile from Pepper to FileSystem.kinaba@chromium.org2012-07-1011-10/+74
* Split BufferedResourceLoader's network callback into separate loading state a...scherkus@chromium.org2012-07-106-179/+151
* Updating XTBs based on .GRDs from branch 1180karen@chromium.org2012-07-102-2/+2
* Fix ObfuscatedOriginEnumerator::Next not to try to callericu@chromium.org2012-07-092-14/+21
* Fix PPB_MouseLock.LockMouse crash and add tests.yzshen@chromium.org2012-07-091-1/+1
* Hook up content/renderer to the PPAPI host.brettw@chromium.org2012-07-036-5/+26
* Remove layout_test_helper from webkit/tools/test_shell.tony@chromium.org2012-07-033-190/+0
* 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