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
*
Add SetSyncEnabled method to SyncFileSystem and DriveFileSync services
kinuko@chromium.org
2013-01-30
2
-0
/
+3
*
Allow a null initData for external CDMs.
ddorwin@chromium.org
2013-01-30
1
-1
/
+2
*
Ensure FFmpegAudioDecoder passes aligned channel pointers.
dalecurtis@chromium.org
2013-01-30
1
-6
/
+6
*
Delete zoomed_viewport_offset_ and its users.
aelias@chromium.org
2013-01-29
2
-2
/
+2
*
Remove unused methods from ExternalMountPointProvider
tbarzic@chromium.org
2013-01-29
5
-180
/
+23
*
Manual revert of:
cevans@chromium.org
2013-01-29
1
-63
/
+0
*
Introduce AsyncFileUtil and deprecate FileSystemFileUtilProxy
kinuko@chromium.org
2013-01-29
23
-204
/
+989
*
Revert 129458
cevans@chromium.org
2013-01-29
1
-20
/
+0
*
Do not invalidate ContentLayer when LCD text settings change.
alokp@chromium.org
2013-01-29
1
-4
/
+1
*
Tighten up media::DecoderBuffer API contract for end of stream buffers (round...
scherkus@chromium.org
2013-01-28
6
-77
/
+73
*
Remove enums that changed in WebKit
tony@chromium.org
2013-01-28
1
-4
/
+4
*
Revert 178734
jsbell@chromium.org
2013-01-28
1
-1
/
+2
*
Reland: Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-28
1
-0
/
+1
*
Revert 179154
pkotwicz@chromium.org
2013-01-28
2
-52
/
+19
*
Avoid integer overflows in BlobURLRequestJob.
aedla@chromium.org
2013-01-28
2
-19
/
+52
*
Split recursive Copy/Move into async tasks and support cross operation (in lo...
kinuko@chromium.org
2013-01-28
15
-324
/
+911
*
2nd try: FileAPI: Split recursive remove into multiple tasks.
kinuko@chromium.org
2013-01-28
11
-52
/
+424
*
Make webkit_gpu build on Win64
jschuh@chromium.org
2013-01-26
1
-0
/
+2
*
Make webkit_media build on Win64
jschuh@chromium.org
2013-01-26
1
-0
/
+2
*
Make webkit_storage build on Win64
jschuh@chromium.org
2013-01-26
1
-0
/
+2
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
20
-20
/
+20
*
Finish migrating cc/ from WebKit::WebTransformationMatrix to gfx::Transform
ajuma@chromium.org
2013-01-25
7
-41
/
+102
*
Add BrowserContext specific external mount points
tbarzic@chromium.org
2013-01-25
18
-31
/
+168
*
In ConfigureInputBuffer make sure IV is NULL when IV size is 0.
xhwang@chromium.org
2013-01-25
1
-3
/
+10
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2013-01-25
1
-0
/
+7
*
Comment memory leak in the PNG encoder on encoding error.
noel@chromium.org
2013-01-25
1
-1
/
+3
*
Initialize IDB factory explicitly. (Lazy initialization is going away in upst...
pilgrim@chromium.org
2013-01-25
1
-2
/
+1
*
Add implementation for WebKit::WebDiscardableMemory and WebKitPlatformSupport...
qinmin@chromium.org
2013-01-25
5
-0
/
+103
*
Allowing multiple MediaPlayers to connect to WebRtcAudioDeviceImpl by sharing...
xians@chromium.org
2013-01-24
1
-1
/
+1
*
New FileSystemURL cracking
tbarzic@chromium.org
2013-01-24
37
-208
/
+1011
*
Set WebMediaPlayerMS network state to loading instead of loaded
vrk@chromium.org
2013-01-24
1
-2
/
+1
*
Revert 178542 - causing memory leak
kinuko@chromium.org
2013-01-24
10
-382
/
+51
*
FileAPI: Split recursive remove into multiple async tasks
kinuko@chromium.org
2013-01-24
10
-51
/
+382
*
Memory leak in webkit/support/webkit_support_gfx.cc on encoder error.
noel@chromium.org
2013-01-24
1
-5
/
+9
*
Cleanup: Make most of FileSystemOperationContext setters private
kinuko@chromium.org
2013-01-23
5
-33
/
+43
*
Cleanup: Move more recursive operation logic from FileUtilHelper to FileUtil
kinuko@chromium.org
2013-01-23
17
-226
/
+195
*
Make RenderWidget responsible for the composited view's lifetime
jamesr@chromium.org
2013-01-23
2
-0
/
+7
*
Cleanup: Remove FileUtil overriding hack for testing in LocalFileSystemOperation
kinuko@chromium.org
2013-01-23
12
-70
/
+53
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
2
-10
/
+10
*
Move window_open_disposition.h from webkit/ into ui/base.
tfarina@chromium.org
2013-01-22
7
-36
/
+12
*
Make FileSystemOperationContext non-copyable
kinuko@chromium.org
2013-01-22
2
-4
/
+15
*
Remove old code that uses non-virtual WebTransformOperations
ajuma@chromium.org
2013-01-21
8
-757
/
+0
*
Fix hyphenate tests with xcodebuild and msvc webkit standalone builds.
thakis@chromium.org
2013-01-21
1
-4
/
+4
*
Revert 177842. This doesn't build in standalone webkit builds:
thakis@chromium.org
2013-01-21
1
-7
/
+0
*
webkit tests: Fix computeLastHyphenLocation() when building with make or ninja.
thakis@chromium.org
2013-01-21
3
-7
/
+24
*
Cleanup: remove unnecessary setter LocalFileSystemOperation::set_write_callback
kinuko@chromium.org
2013-01-21
2
-4
/
+1
*
REGRESSION(r175642) Caused webkit unit tests failures
noel@chromium.org
2013-01-21
1
-0
/
+1
*
ReadDirectory should return NOT_A_DIRECTORY error if the target is a file
kinuko@chromium.org
2013-01-21
3
-6
/
+10
*
PPB_UDPSocket_Private is switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-01-21
8
-181
/
+0
*
Add wrapper class to media for support of VP9 video, and add a command line f...
tomfinegan@chromium.org
2013-01-19
1
-0
/
+7
[next]