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
/
support
/
webkit_support.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move C++ code from webkit/tools/test_shell to webkit/support
jamesr@chromium.org
2013-06-04
1
-4
/
+4
*
Revert 203429 "Reland: Use a shared thread for media operations."
scherkus@chromium.org
2013-05-31
1
-11
/
+0
*
Reland: Use a shared thread for media operations.
scherkus@chromium.org
2013-05-31
1
-0
/
+11
*
Move webkit/media/ into webkit/renderer/media
jamesr@chromium.org
2013-05-30
1
-4
/
+4
*
Revert "Move C++ code from webkit/tools/test_shell to webkit/support"
jamesr@chromium.org
2013-05-30
1
-4
/
+4
*
Move C++ code from webkit/tools/test_shell to webkit/support
jamesr@chromium.org
2013-05-30
1
-4
/
+4
*
Update refernces to Blink's Platform API (webkit)
abarth@chromium.org
2013-05-30
1
-2
/
+2
*
Move webkit/gpu into webkit/common/gpu
jamesr@chromium.org
2013-05-26
1
-2
/
+2
*
Move more browser-specific webkit/fileapi code to webkit/browser/fileapi
kinuko@chromium.org
2013-05-24
1
-1
/
+1
*
Move WebLayerTreeViewImplForTesting into webkit/support and tighten up DEPS
jamesr@chromium.org
2013-05-23
1
-2
/
+2
*
Move webkit/user_agent/ into webkit/common
jamesr@chromium.org
2013-05-23
1
-2
/
+2
*
Fix bug in GetAbsoluteWebStringFromUTF8Path() introduced by refactoring MakeA...
steveblock@chromium.org
2013-05-22
1
-8
/
+17
*
Move webkit/compositor_bindings into webkit/renderer
jamesr@chromium.org
2013-05-15
1
-2
/
+2
*
Revert 199531 "Use a shared thread for media operations."
zmo@chromium.org
2013-05-10
1
-11
/
+0
*
Use a shared thread for media operations.
scherkus@chromium.org
2013-05-10
1
-0
/
+11
*
Deleted obsolete setMinimumTimerInterval and related constants.
kbr@chromium.org
2013-05-07
1
-6
/
+0
*
webkit: Use base::MessageLoop.
xhwang@chromium.org
2013-05-07
1
-17
/
+15
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
1
-1
/
+1
*
Move path functions from file_util to FilePath object.
brettw@chromium.org
2013-04-12
1
-7
/
+6
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
1
-1
/
+1
*
Stop using WebGraphicsContext3DInProcessImpl in webkit/
danakj@chromium.org
2013-03-29
1
-3
/
+0
*
Lazy initialize WGC3DInProcessCommandBufferImpl
boliu@chromium.org
2013-03-27
1
-10
/
+0
*
Changes to build ash_unittests with RunLoop().RunUntilIdle().
tfarina@chromium.org
2013-03-24
1
-3
/
+4
*
Remove WebMediaPlayerInProcessAndroid
qinmin@chromium.org
2013-03-24
1
-38
/
+1
*
Revert 189820 "Lazy initialize WGC3DInProcessCommandBufferImpl". Causing che...
pkasting@chromium.org
2013-03-23
1
-0
/
+10
*
Lazy initialize WGC3DInProcessCommandBufferImpl
boliu@chromium.org
2013-03-22
1
-10
/
+0
*
Remove support for WebGraphicsContext3DInProcessImpl.
danakj@chromium.org
2013-03-21
1
-28
/
+5
*
Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-20
1
-8
/
+0
*
Revert 189019 "Remove support for WebGraphicsContext3DInProcessI..."
kbr@chromium.org
2013-03-19
1
-5
/
+28
*
Add support for WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-19
1
-2
/
+12
*
Remove support for WebGraphicsContext3DInProcessImpl.
danakj@chromium.org
2013-03-19
1
-28
/
+5
*
Move compositor bindings implementations out of WebKit::, fix style
jamesr@chromium.org
2013-03-18
1
-2
/
+2
*
Part 1 of cc/ directory shuffles: base
jamesr@chromium.org
2013-03-18
1
-1
/
+1
*
cc: Chromify Thread and ThreadImpl
enne@chromium.org
2013-03-17
1
-1
/
+1
*
inhibit assert dialog when running webkit tests
scottmg@chromium.org
2013-03-13
1
-0
/
+4
*
Update some #includes for WebStorageNamespace.h which has been moved to the n...
pilgrim@chromium.org
2013-03-08
1
-1
/
+1
*
Remove deprecated and unused webkit_support::CreateLTV() functions
jamesr@chromium.org
2013-03-06
1
-33
/
+5
*
Implement WebKit::Platform::isThreadedCompositingEnabled()
jamesr@chromium.org
2013-03-05
1
-0
/
+5
*
Remove WebCompositorSupport::initialize/shutdown dependency from webkit_suppo...
jamesr@chromium.org
2013-03-04
1
-12
/
+28
*
Get rid of WebLayerTreeViewClient references in WebLayerTreeViewImplForTesting
jamesr@chromium.org
2013-03-02
1
-14
/
+1
*
Delete old RTCVideoDecoder code path.
wuchengli@chromium.org
2013-03-01
1
-1
/
+1
*
Implement the Platform::sharedOffscreenGraphicsContext3D method.
danakj@chromium.org
2013-02-28
1
-0
/
+3
*
Use different client interface for WebLayerTreeViewForTesting to decouple fro...
jamesr@chromium.org
2013-02-28
1
-1
/
+14
*
Change all references of WebKit::WebKitPlatformSupport to WebKit::Platform in...
pilgrim@chromium.org
2013-02-27
1
-1
/
+1
*
Automated reformat of webkit/compositor_bindings
jamesr@chromium.org
2013-02-26
1
-2
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Implement path for providing test WebLayerTreeView to DumpRenderTree
jamesr@chromium.org
2013-02-16
1
-0
/
+34
*
Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.
darin@chromium.org
2013-02-15
1
-13
/
+4
*
Layout tests expect the time to be relative to the unix epoch.
jochen@chromium.org
2013-02-12
1
-2
/
+3
*
Revert "Make TestWebIDBFactory allocate a separate WebIDBFactory per thread."
darin@chromium.org
2013-02-11
1
-4
/
+13
[next]