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
*
webkit: Update the calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-12-16
1
-3
/
+3
*
Fix for WebInspector layout tests.
loislo@chromium.org
2012-12-07
1
-1
/
+4
*
Release video resources when switching tabs or leave clank
qinmin@chromium.org
2012-11-26
1
-1
/
+1
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-4
/
+4
*
Support media stream layout test on all platforms.
wjia@chromium.org
2012-11-16
1
-9
/
+9
*
Keep playing audio even when opening another tab, going to another app etc.
miguelg@chromium.org
2012-11-15
1
-1
/
+1
*
DRT should handle relative path arguments.
tkent@chromium.org
2012-11-02
1
-2
/
+4
*
Move EnableInProcessStackDumping to base/debug
phajdan.jr@chromium.org
2012-11-01
1
-1
/
+2
*
webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'
hashimoto@chromium.org
2012-10-23
1
-1
/
+2
*
create a separate WebMediaPlayer for URL derived from media stream
wjia@chromium.org
2012-09-25
1
-0
/
+11
*
Move android mediaplayer from render process to browser process.
qinmin@chromium.org
2012-09-19
1
-3
/
+15
*
Split user agent code out of the 'glue' target
stuartmorgan@chromium.org
2012-09-10
1
-1
/
+2
*
remove old createMediaPlayer which doesn't have URL as argument.
wjia@chromium.org
2012-08-24
1
-13
/
+0
*
add url as additional argument to createMediaPlayer.
wjia@chromium.org
2012-08-16
1
-0
/
+15
*
Wire-up DeleteFileSystem to DRT
tzik@chromium.org
2012-08-16
1
-0
/
+7
*
Add support for mocking failed loads to WebURLLoaderMock.
japhet@chromium.org
2012-08-03
1
-0
/
+7
*
Add more FS types and introduce type field into IsolatedContext
kinuko@chromium.org
2012-07-25
1
-2
/
+2
*
PPAPI (Flash): Properly honor Pepper url requests with custom user agents.
viettrungluu@chromium.org
2012-07-17
1
-1
/
+2
*
WebMediaPlayerImpl needs to own the audio source provider.
rtoy@google.com
2012-07-16
1
-0
/
+1
*
Adding support for overriding TestWebKitPlatformSupport in DumpRenderTree
tommyw@chromium.org
2012-07-12
1
-6
/
+20
*
Add WebURLLoaderMockFactory::GetLastHandledAsynchronousRequest.
viettrungluu@chromium.org
2012-07-10
1
-0
/
+5
*
Make isolated file system works for a device root (e.g. X:\\)
kinuko@chromium.org
2012-07-10
1
-5
/
+6
*
Adding android implementation for CreateMediaPlayer() in webkit_support.cc
qinmin@chromium.org
2012-06-29
1
-2
/
+8
*
Remove deprecated version of webkit_support::CreateGraphicsContext3D
jamesr@chromium.org
2012-06-25
1
-12
/
+2
*
Add webkit_support::ReleaseMediaResources() on Android
abarth@chromium.org
2012-06-23
1
-0
/
+19
*
Make GetWebKitRootDirFilePath return correct dir on Android.
zhenghao@chromium.org
2012-06-18
1
-3
/
+4
*
Deprecate 'direct' parameter on webkit_support::CreateGraphicsContext3D
jamesr@chromium.org
2012-06-16
1
-0
/
+6
*
Remove duplicate call to InitAndroidTest.
nileshagrawal@chromium.org
2012-06-11
1
-1
/
+1
*
Chromium support of running DumpRenderTree as an apk on Android
wangxianzhu@chromium.org
2012-06-01
1
-0
/
+13
*
Upstream Android's code about mock current directory.
wangxianzhu@chromium.org
2012-05-25
1
-11
/
+65
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
1
-4
/
+4
*
Add a method for creating WebURLRequest::ExtraData to webkit support to use i...
jochen@chromium.org
2012-05-08
1
-0
/
+6
*
Add QuitMessageLoopNow to webkit support
vollick@chromium.org
2012-05-03
1
-0
/
+4
*
More DomStorage house cleaning, many files but all mechanical changes.
michaeln@google.com
2012-04-17
1
-4
/
+0
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-2
/
+2
*
Relanding 9866038: Adding DRT support for drag-and-drop using IsolatedFileSystem
kinuko@chromium.org
2012-04-02
1
-0
/
+12
*
Revert 129583 - Adding DRT support for drag-and-drop using IsolatedFileSystem
kinuko@chromium.org
2012-03-30
1
-12
/
+0
*
Properly crash when triggering an ASSERT() in debug DRT.
tony@chromium.org
2012-03-29
1
-8
/
+7
*
Adding DRT support for drag-and-drop using IsolatedFileSystem
kinuko@chromium.org
2012-03-29
1
-0
/
+12
*
Fix null pointer dereferences in valgrind tests.
tkent@chromium.org
2012-03-19
1
-0
/
+3
*
Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.
scherkus@chromium.org
2012-03-06
1
-2
/
+2
*
Integrate the new dom_storage backend into chromium DRT and test_shell.
michaeln@google.com
2012-03-01
1
-0
/
+11
*
Remove dead WebGraphicsContext3D initialization code
jamesr@chromium.org
2012-02-23
1
-2
/
+6
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-6
/
+2
*
Refactor WebGraphicsContext3DInProcess and TestWebGraphicsContext3D
piman@chromium.org
2012-02-03
1
-11
/
+13
*
Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative...
jochen@chromium.org
2012-02-03
1
-2
/
+11
*
Add WebKitPlatformSupport::createOffscreenGraphicsContext3D
piman@chromium.org
2012-01-31
1
-1
/
+1
*
Update a few more function calls to use TimeDeltas instead of int ms.
tedvessenes@gmail.com
2012-01-31
1
-2
/
+6
*
Implement WebViewClient::createGraphicsContext3D (and support for DRT)
piman@chromium.org
2012-01-20
1
-0
/
+22
*
Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.
scherkus@chromium.org
2012-01-19
1
-1
/
+0
[next]