summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Remove all entries from webkit/tools/layout_tests/test_expectations.txttony@chromium.org2012-07-181-12/+0
* PPAPI's OpenFileSystem should take an origin URL, not a page URL.ericu@chromium.org2012-07-174-4/+5
* remove video fullscreen button resources for android as desktop chromium also...qinmin@chromium.org2012-07-173-6/+0
* VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...fischman@chromium.org2012-07-173-13/+12
* PPAPI (Flash): Properly honor Pepper url requests with custom user agents.viettrungluu@chromium.org2012-07-175-10/+25
* WebMediaPlayerImpl needs to own the audio source provider.rtoy@google.com2012-07-164-0/+15
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-161-3/+0
* roll skia to 4600reed@google.com2012-07-161-0/+8
* 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