index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ActiveAnimation -> Animation
vollick@chromium.org
2012-12-20
3
-11
/
+11
*
cc: Add WebLayerTreeView API for toggling continuous painting
egraether@chromium.org
2012-12-20
2
-0
/
+8
*
Convert pepper font list to new resource system.
brettw@chromium.org
2012-12-20
2
-6
/
+1
*
Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...
pauljensen@chromium.org
2012-12-20
1
-0
/
+3
*
Allow registering multiple paths to be redirected over HTTP
peter@chromium.org
2012-12-20
2
-26
/
+66
*
Remove GetMediaTaskRunner() from MTPDeviceDelegate.
kmadhusu@chromium.org
2012-12-20
1
-3
/
+0
*
Simplify HostVarTracker handling of instance tear-down
wez@chromium.org
2012-12-20
4
-33
/
+13
*
Fix some code style issues in fling gesture curve implementation.
rjkroege@chromium.org
2012-12-19
6
-12
/
+12
*
Add the missing kStorageTypeSyncable UsageTracker in ResetUsageTracker.
michaelbai@chromium.org
2012-12-19
1
-0
/
+5
*
Componentize webkit/compositor_bindings target
jamesr@chromium.org
2012-12-19
32
-150
/
+92
*
Refactor 4 PPB_Flash functions to the new PPAPI resource model.
raymes@chromium.org
2012-12-19
2
-170
/
+1
*
Disable the failing linux aura browser tests so that it can be enabled on the...
jam@chromium.org
2012-12-19
3
-7
/
+34
*
Use analytic duration in fling curves.
wjmaclean@chromium.org
2012-12-19
3
-34
/
+19
*
PPB_URLLoader: Don't touch the buffer provided by caller after Close() is cal...
yzshen@chromium.org
2012-12-19
2
-2
/
+8
*
Remove test_shell from build target on chromeos.
kinaba@chromium.org
2012-12-19
1
-423
/
+428
*
cc: Cleaning up LayerTreeHost tests.
danakj@chromium.org
2012-12-19
3
-4
/
+1
*
CDM/PPAPI: Fix plugin-side ref-counting leak
dmichael@chromium.org
2012-12-19
4
-87
/
+88
*
Refactored PPB_Flash GetSettings to the new pepper resource model
raymes@chromium.org
2012-12-19
5
-31
/
+0
*
Use generated shim headers for zlib.
phajdan.jr@chromium.org
2012-12-18
2
-11
/
+0
*
Clean up cc and webkit/compositor_bindings include path shenanigans
jamesr@chromium.org
2012-12-18
6
-105
/
+20
*
[content shell] implement testRunner.overridePreference
jochen@chromium.org
2012-12-18
2
-4
/
+11
*
Follow-up to r172863 -- remove compat overload for addTraceEvent()
caseq@google.com
2012-12-18
2
-32
/
+0
*
Call WebKit::Platform::current() instead of webkitPlatformSupport()
pilgrim@chromium.org
2012-12-18
4
-9
/
+9
*
cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bin...
danakj@chromium.org
2012-12-18
4
-1
/
+131
*
Encrypted Media: ProxyDecryptor is not a Decryptor.
xhwang@chromium.org
2012-12-18
2
-92
/
+10
*
Replace Chromium's content_decryption_module.h with the independent DEPS'd in...
ddorwin@chromium.org
2012-12-18
15
-515
/
+13
*
Add wrapper class to media for support of Opus audio, and add a command line ...
tomfinegan@chromium.org
2012-12-18
1
-0
/
+11
*
Encrypted Media: Old video decrypt-only path clean-up.
xhwang@chromium.org
2012-12-18
6
-557
/
+16
*
Generate shim headers for libpng
phajdan.jr@chromium.org
2012-12-18
1
-4
/
+0
*
Move id generation from WebAnimationImpl to WebAnimationIdProvider
ajuma@chromium.org
2012-12-18
4
-4
/
+44
*
This refactors PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource mod...
raymes@chromium.org
2012-12-17
5
-24
/
+0
*
Encrypted Media: Refactor Video Decrypt-Only to use DecryptingDemuxerStream.
xhwang@chromium.org
2012-12-17
2
-26
/
+10
*
plugins: use new WebPluginContainer::setWebLayer API for compositing.
piman@chromium.org
2012-12-17
5
-70
/
+123
*
Updating XTBs based on .GRDs from branch 1312
dharani@google.com
2012-12-17
1
-4
/
+4
*
Fix PPAPI time conversion code to handle epoch times.
raymes@chromium.org
2012-12-17
2
-54
/
+0
*
Set |snapshot_policy_| in DeviceMediaFileUtil::CreateSnapShotPolicy before do...
kmadhusu@chromium.org
2012-12-17
1
-3
/
+3
*
Add API to route end of fling messages from WebLayerTreeView to InputHandler
yusufo@chromium.org
2012-12-17
4
-0
/
+12
*
Do not update FileSystemUsageCache if the delta is zero
tzik@chromium.org
2012-12-17
1
-2
/
+3
*
cc: Unify namespaces for all test files
enne@chromium.org
2012-12-16
1
-1
/
+1
*
webkit: Update the calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-12-16
33
-448
/
+448
*
net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...
hashimoto@chromium.org
2012-12-15
4
-138
/
+194
*
Ensure keymessage response to generateKeyRequest() has keySystem set for exte...
ddorwin@chromium.org
2012-12-15
1
-14
/
+27
*
Encrypted Media: Remove DecryptingAudioDecoder from default decoder list.
xhwang@chromium.org
2012-12-15
1
-9
/
+1
*
Delete #if 0-ed out code that I accidentally committed (a while ago).
viettrungluu@chromium.org
2012-12-15
1
-9
/
+0
*
mac: Handle hidpi cursors.
thakis@chromium.org
2012-12-15
2
-21
/
+22
*
EME v0.1: Report defaultURL in KeyMessage.
ddorwin@chromium.org
2012-12-15
4
-11
/
+24
*
Encrypted Media: Support Audio Decrypt-Only.
xhwang@chromium.org
2012-12-14
3
-29
/
+18
*
Rename constant array names to CamelCase to key_system.cc.
xhwang@chromium.org
2012-12-14
1
-8
/
+7
*
Only unbind a Graphics2D on destruction when we're actually bound.
brettw@chromium.org
2012-12-14
1
-0
/
+1
*
Adds support of rendering a local media stream for audio using HTML5 audio tag.
henrika@chromium.org
2012-12-14
2
-6
/
+36
[next]