summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Do not change video decoder collection unless it is indeed a media stream.wjia@chromium.org2012-03-141-5/+5
* Really now... derive DomStorageTaskRunner from base::SequencedTaskRunner.michaeln@google.com2012-03-142-2/+28
* WebKit support for EXT_occlusion_query.reveman@google.com2012-03-144-0/+59
* roll skia to 3381reed@google.com2012-03-141-0/+3
* Revert 126623 - Separate FileStream related code out of BlobURLRequestJobmarja@chromium.org2012-03-146-337/+122
* Separate FileStream related code out of BlobURLRequestJobkinuko@chromium.org2012-03-146-122/+337
* Remove dead code left over from old-style WebCompositor initialization path.nduca@chromium.org2012-03-141-4/+0
* Require a user gesture to show the file chooser.bbudge@chromium.org2012-03-143-13/+18
* Add last modified time member to FileSystemFileUtil::AbstractFileEnumerator.tzik@chromium.org2012-03-144-0/+16
* gdata: Implement CreateSnapshotFile() for files on gdata.satorux@chromium.org2012-03-144-2/+29
* Make references to third_party/WebKit use webkit_src_dirjamesr@chromium.org2012-03-141-4/+4
* Implement WebKitPlatformSupport::canAccelerate2dCanvasjamesr@chromium.org2012-03-142-0/+7
* net::URLRequest: rename Simulate*Error with CancelWith*Errortoyoshim@chromium.org2012-03-131-4/+4
* Derive DomStorageTaskRunner from base::TaskRunner now that it exists.michaeln@google.com2012-03-132-33/+47
* WebSocket Pepper API: Cleanup for more readability.toyoshim@chromium.org2012-03-132-17/+66
* new guidelines for use of chromium's test_expectations fileepoger@google.com2012-03-131-6/+27
* Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...dmikurube@chromium.org2012-03-132-2/+2
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-3/+0
* Implement copy and move operations within the same remote file system.benchan@chromium.org2012-03-132-3/+27
* Emulate ImmSetAssociateContextEx() for Flash.hbono@chromium.org2012-03-132-7/+18
* FileWriter flaky crash another fix attemptkinuko@chromium.org2012-03-131-1/+1
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-138-2/+205
* Coverity: Fix a few uninitialized vars.jhawkins@chromium.org2012-03-121-0/+1
* Add an explicit dependency from glue to WebKit/chromiumthakis@chromium.org2012-03-121-2/+1
* Switch the plugin cap back to a reporting modejschuh@chromium.org2012-03-121-53/+2
* Suppress WebKit test expectations for Math.cos(Math.PI/2).yangguo@chromium.org2012-03-121-0/+10
* Create video and audio decoder threads on demand.tommi@chromium.org2012-03-111-2/+7
* Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ...dmikurube@chromium.org2012-03-102-2/+2
* Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).dmikurube@chromium.org2012-03-102-2/+2
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-102-21/+29
* WebSocket Pepper API: Implement extensionstoyoshim@chromium.org2012-03-102-6/+5
* NULL check context_impl since it might be nulljamesr@chromium.org2012-03-101-2/+3
* Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...xhwang@chromium.org2012-03-104-7/+7
* Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.tzik@chromium.org2012-03-104-0/+16
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-092-27/+88
* Add myself to webkit/OWNERSjamesr@chromium.org2012-03-091-0/+1
* Add HandleInputEventAck message to allow out-of-process plugins to respond to...bbudge@chromium.org2012-03-092-12/+49
* Revert 125761 - Implement PPB_NetworkMonitor_Private Pepper interface.viettrungluu@chromium.org2012-03-098-205/+2
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-098-2/+205
* Make the lifetime delegate optional.fsamuel@chromium.org2012-03-092-2/+4
* Make webkit_glue depend on ui/gfx/glthakis@chromium.org2012-03-081-0/+1
* Add one-arg implementations of WebViewClient::createGraphicsContext3D()jamesr@chromium.org2012-03-082-0/+7
* BlobURLRequestJob::CountSize refactoring.kinuko@chromium.org2012-03-082-73/+89
* Merge CrossFileUtilHelper to FileUtilHelper as Copy() and Move().tzik@chromium.org2012-03-089-295/+285
* remove test expectationsukai@chromium.org2012-03-081-31/+0
* Relax strict quota limit checks when reading pre-existing DomStorage database...michaeln@google.com2012-03-083-23/+29
* Reverting log messages that weren't useful.oshima@chromium.org2012-03-071-6/+0
* Revert 125473 - skia: Change MakeOpaque() function to take a gfx::Rect parame...akalin@chromium.org2012-03-071-2/+2
* skia: Change MakeOpaque() function to take a gfx::Rect parameter.tfarina@chromium.org2012-03-071-2/+2
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-0713-48/+49