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
...
*
Refactor FileIO to the new resource host system.
bbudge@chromium.org
2013-01-19
5
-551
/
+0
*
Enable building of test plugin on ARM.
sbc@chromium.org
2013-01-19
1
-415
/
+417
*
Fix leak in NativeMediaFileUtilTest.
thestig@chromium.org
2013-01-18
1
-9
/
+22
*
Update some #includes for WebSerializedScriptValue and WebArrayBufferView tha...
pilgrim@chromium.org
2013-01-18
3
-3
/
+3
*
Instantiate the WebIDBFactoryImpl lazily, and call setIDBFactory
darin@chromium.org
2013-01-18
3
-5
/
+31
*
Roll WebKit DEPS 140079->140105.
dominicc@google.com
2013-01-18
1
-0
/
+3
*
cc: Add right-aligned-scheduler command line switch.
kangyuan.shu@intel.com
2013-01-18
1
-0
/
+1
*
Document the behavior of FileSystemFileUtil::AbstractFileEnumerator methods.
thestig@chromium.org
2013-01-18
1
-0
/
+4
*
Update some #includes in webkit/tools/test_shell for headers in the new Platf...
pilgrim@chromium.org
2013-01-18
30
-65
/
+65
*
Extract external file systems handling from isolated context.
tbarzic@chromium.org
2013-01-18
23
-377
/
+1385
*
Putting back: Add point-based UV coordinate on TextureLayer
jscholler@chromium.org
2013-01-18
1
-1
/
+1
*
Update media::DataBuffer API to match media::DecoderBuffer.
scherkus@chromium.org
2013-01-17
2
-3
/
+3
*
[Media Gallery] Added code to support mtp device media file system on Windows.
kmadhusu@chromium.org
2013-01-17
3
-4
/
+7
*
[content shell] enable mock scrollbars for compositing layout tests
jochen@chromium.org
2013-01-17
2
-0
/
+5
*
Revert 177288
ilevy@chromium.org
2013-01-17
1
-1
/
+1
*
FileUtilHelper cleanup: reduce the number of GetFileInfo calls
kinuko@chromium.org
2013-01-17
6
-48
/
+61
*
Pepper: Introduce ThreadAwareCallback.
yzshen@chromium.org
2013-01-17
2
-3
/
+4
*
Define cc::TransformOperations and webkit::WebTransformOperationsImpl
ajuma@chromium.org
2013-01-17
8
-29
/
+302
*
cc: Add point-based UV coordinate on TextureLayer
jscholler@chromium.org
2013-01-17
1
-1
/
+1
*
Revert 176792
dpapad@chromium.org
2013-01-17
5
-0
/
+551
*
Support WebCore's memory cache reusing main resources in unit tests.
japhet@chromium.org
2013-01-17
1
-0
/
+5
*
Cleanup: Remove unused variables from sandbox_mount_point_provider.cc.
thestig@chromium.org
2013-01-16
1
-2
/
+0
*
Switch to new createAudioDevice() API in TestWebKitPlatformSupport
crogers@google.com
2013-01-16
2
-0
/
+11
*
Update some #includes in webkit/media/crypto for headers that were moved from...
pilgrim@chromium.org
2013-01-16
3
-4
/
+4
*
Update some #includes in webkit/media/android for headers that were moved fro...
pilgrim@chromium.org
2013-01-16
4
-7
/
+7
*
Cleanup: Deprecate FileUtilProxy::RelayFileTask
kinuko@chromium.org
2013-01-16
1
-7
/
+8
*
Move tests from test_shell_tests to content_unittests.
tony@chromium.org
2013-01-16
4
-16
/
+26
*
Nuke jrg from android OWNERS files.
yfriedman@chromium.org
2013-01-16
1
-1
/
+0
*
Update some #includes in webkit/support for headers in the new Platform direc...
pilgrim@chromium.org
2013-01-16
15
-37
/
+37
*
Update some #includes in webkit/plugins for headers in the new Platform direc...
pilgrim@chromium.org
2013-01-16
21
-62
/
+60
*
Reduce copy on QuotaFileIO::Write.
tzik@chromium.org
2013-01-16
1
-5
/
+20
*
Add support for calculating the position of the top controls in the cc layer.
tedchoc@chromium.org
2013-01-16
1
-0
/
+15
*
Rolling WebKit DEPS 139796->139821.
dominicc@google.com
2013-01-16
1
-6
/
+0
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-16
2
-2
/
+2
*
Fix for plugins with relative paths not loading
cpu@chromium.org
2013-01-16
1
-85
/
+84
*
Update some #includes in webkit/media for headers in the new Platform directory
pilgrim@chromium.org
2013-01-15
14
-33
/
+32
*
Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...
scherkus@chromium.org
2013-01-15
3
-0
/
+3
*
See https://code.google.com/p/chromium/issues/detail?id=170089
ericu@chromium.org
2013-01-15
1
-3
/
+0
*
Update some #includes in webkit/glue for headers in the new Platform directory
pilgrim@chromium.org
2013-01-15
50
-124
/
+124
*
Update some #includes in webkit/ for new headers in Platform directory
pilgrim@chromium.org
2013-01-15
14
-25
/
+25
*
Add a histogram for renderer memory usage.
marja@chromium.org
2013-01-15
3
-34
/
+46
*
Copy-paste preserves <embed> tags containing active content.
tsepez@chromium.org
2013-01-15
1
-0
/
+1
*
Explicitly initialize the IDB Factory after resetting webkit_platform_support...
pilgrim@chromium.org
2013-01-15
1
-0
/
+3
*
Android: Fix compile errors in content_browsertests
nileshagrawal@chromium.org
2013-01-15
1
-2
/
+5
*
Enforce non-negative BitstreamBuffer id
sheu@chromium.org
2013-01-15
1
-0
/
+2
*
Support uploading filesystem files
hashimoto@chromium.org
2013-01-15
4
-15
/
+31
*
Encrypted Media: Enforcing the CDM to decode audio into S16 integers.
xhwang@chromium.org
2013-01-15
3
-44
/
+116
*
Roll WebKit DEPS 139660->139696.
dominicc@google.com
2013-01-15
1
-3
/
+4
*
Refactor FileIO to the new resource host system.
bbudge@chromium.org
2013-01-15
5
-551
/
+0
*
Revert 176707
nick@chromium.org
2013-01-14
2
-7
/
+0
[prev]
[next]