summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Rename ActiveAnimation -> Animationvollick@chromium.org2012-12-203-11/+11
* cc: Add WebLayerTreeView API for toggling continuous paintingegraether@chromium.org2012-12-202-0/+8
* Convert pepper font list to new resource system.brettw@chromium.org2012-12-202-6/+1
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-201-0/+3
* Allow registering multiple paths to be redirected over HTTPpeter@chromium.org2012-12-202-26/+66
* Remove GetMediaTaskRunner() from MTPDeviceDelegate.kmadhusu@chromium.org2012-12-201-3/+0
* Simplify HostVarTracker handling of instance tear-downwez@chromium.org2012-12-204-33/+13
* Fix some code style issues in fling gesture curve implementation.rjkroege@chromium.org2012-12-196-12/+12
* Add the missing kStorageTypeSyncable UsageTracker in ResetUsageTracker.michaelbai@chromium.org2012-12-191-0/+5
* Componentize webkit/compositor_bindings targetjamesr@chromium.org2012-12-1932-150/+92
* Refactor 4 PPB_Flash functions to the new PPAPI resource model.raymes@chromium.org2012-12-192-170/+1
* Disable the failing linux aura browser tests so that it can be enabled on the...jam@chromium.org2012-12-193-7/+34
* Use analytic duration in fling curves.wjmaclean@chromium.org2012-12-193-34/+19
* PPB_URLLoader: Don't touch the buffer provided by caller after Close() is cal...yzshen@chromium.org2012-12-192-2/+8
* Remove test_shell from build target on chromeos.kinaba@chromium.org2012-12-191-423/+428
* cc: Cleaning up LayerTreeHost tests.danakj@chromium.org2012-12-193-4/+1
* CDM/PPAPI: Fix plugin-side ref-counting leakdmichael@chromium.org2012-12-194-87/+88
* Refactored PPB_Flash GetSettings to the new pepper resource modelraymes@chromium.org2012-12-195-31/+0
* Use generated shim headers for zlib.phajdan.jr@chromium.org2012-12-182-11/+0
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-186-105/+20
* [content shell] implement testRunner.overridePreferencejochen@chromium.org2012-12-182-4/+11
* Follow-up to r172863 -- remove compat overload for addTraceEvent()caseq@google.com2012-12-182-32/+0
* Call WebKit::Platform::current() instead of webkitPlatformSupport()pilgrim@chromium.org2012-12-184-9/+9
* cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bin...danakj@chromium.org2012-12-184-1/+131
* Encrypted Media: ProxyDecryptor is not a Decryptor.xhwang@chromium.org2012-12-182-92/+10
* Replace Chromium's content_decryption_module.h with the independent DEPS'd in...ddorwin@chromium.org2012-12-1815-515/+13
* Add wrapper class to media for support of Opus audio, and add a command line ...tomfinegan@chromium.org2012-12-181-0/+11
* Encrypted Media: Old video decrypt-only path clean-up.xhwang@chromium.org2012-12-186-557/+16
* Generate shim headers for libpngphajdan.jr@chromium.org2012-12-181-4/+0
* Move id generation from WebAnimationImpl to WebAnimationIdProviderajuma@chromium.org2012-12-184-4/+44
* This refactors PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource mod...raymes@chromium.org2012-12-175-24/+0
* Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.xhwang@chromium.org2012-12-172-26/+10
* plugins: use new WebPluginContainer::setWebLayer API for compositing.piman@chromium.org2012-12-175-70/+123
* Updating XTBs based on .GRDs from branch 1312dharani@google.com2012-12-171-4/+4
* Fix PPAPI time conversion code to handle epoch times.raymes@chromium.org2012-12-172-54/+0
* Set |snapshot_policy_| in DeviceMediaFileUtil::CreateSnapShotPolicy before do...kmadhusu@chromium.org2012-12-171-3/+3
* Add API to route end of fling messages from WebLayerTreeView to InputHandleryusufo@chromium.org2012-12-174-0/+12
* Do not update FileSystemUsageCache if the delta is zerotzik@chromium.org2012-12-171-2/+3
* cc: Unify namespaces for all test filesenne@chromium.org2012-12-161-1/+1
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-1633-448/+448
* net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...hashimoto@chromium.org2012-12-154-138/+194
* Ensure keymessage response to generateKeyRequest() has keySystem set for exte...ddorwin@chromium.org2012-12-151-14/+27
* Encrypted Media: Remove DecryptingAudioDecoder from default decoder list.xhwang@chromium.org2012-12-151-9/+1
* Delete #if 0-ed out code that I accidentally committed (a while ago).viettrungluu@chromium.org2012-12-151-9/+0
* mac: Handle hidpi cursors.thakis@chromium.org2012-12-152-21/+22
* EME v0.1: Report defaultURL in KeyMessage.ddorwin@chromium.org2012-12-154-11/+24
* Encrypted Media: Support Audio Decrypt-Only.xhwang@chromium.org2012-12-143-29/+18
* Rename constant array names to CamelCase to key_system.cc.xhwang@chromium.org2012-12-141-8/+7
* Only unbind a Graphics2D on destruction when we're actually bound.brettw@chromium.org2012-12-141-0/+1
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-142-6/+36