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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the WebCursor sources from webkit/glue to webkit/common/cursors.
ananta@chromium.org
2013-05-31
1
-0
/
+1
*
Stop using WebKit-compatible validation messages for testing.
tkent@chromium.org
2013-05-31
1
-25
/
+1
*
Move webkit/media/ into webkit/renderer/media
jamesr@chromium.org
2013-05-30
5
-9
/
+9
*
Revert "Move C++ code from webkit/tools/test_shell to webkit/support"
jamesr@chromium.org
2013-05-30
33
-4587
/
+46
*
Move C++ code from webkit/tools/test_shell to webkit/support
jamesr@chromium.org
2013-05-30
33
-46
/
+4587
*
Move webkit/quota files to webkit/browser/quota or webkit/common/quota
tzik@chromium.org
2013-05-30
2
-3
/
+2
*
Remove unnecessary ui::CompositorTestSupport
jamesr@chromium.org
2013-05-30
1
-1
/
+1
*
Update refernces to Blink's Platform API (webkit)
abarth@chromium.org
2013-05-30
20
-55
/
+55
*
Revert 202787 "Remove unnecessary ui::CompositorTestSupport"
kinuko@chromium.org
2013-05-29
1
-1
/
+1
*
Remove unnecessary ui::CompositorTestSupport
jamesr@chromium.org
2013-05-29
1
-1
/
+1
*
Move webkit/gpu into webkit/common/gpu
jamesr@chromium.org
2013-05-26
4
-7
/
+7
*
Move more browser-specific webkit/fileapi code to webkit/browser/fileapi
kinuko@chromium.org
2013-05-24
2
-5
/
+5
*
Move WebLayerTreeViewImplForTesting into webkit/support and tighten up DEPS
jamesr@chromium.org
2013-05-23
6
-4
/
+315
*
Move webkit/user_agent/ into webkit/common
jamesr@chromium.org
2013-05-23
2
-3
/
+3
*
Move webkit/database to webkit/browser and webkit/common. Also move content::...
michaeln@google.com
2013-05-22
4
-6
/
+5
*
Fix bug in GetAbsoluteWebStringFromUTF8Path() introduced by refactoring MakeA...
steveblock@chromium.org
2013-05-22
1
-8
/
+17
*
Remove now-unused sharedOffscreenGraphicsContext3D() methods.
danakj@chromium.org
2013-05-16
2
-18
/
+0
*
Relanding this as the previous attempt failed due to build errors.
ananta@chromium.org
2013-05-15
2
-0
/
+4
*
Move webkit/compositor_bindings into webkit/renderer
jamesr@chromium.org
2013-05-15
4
-7
/
+7
*
Add GCController.minorCollect(), which triggers one minor GC cycle
haraken@chromium.org
2013-05-14
1
-0
/
+2
*
Return a NULL WebGraphicsContext3DProvider for NULL ContextProvider.
danakj@chromium.org
2013-05-13
1
-0
/
+2
*
Revert 199560 "Move the plugins sources out of the webkit glue t..."
ananta@chromium.org
2013-05-11
2
-3
/
+0
*
Revert 199531 "Use a shared thread for media operations."
zmo@chromium.org
2013-05-10
1
-11
/
+0
*
Move the plugins sources out of the webkit glue target into a new target 'plu...
ananta@chromium.org
2013-05-10
2
-0
/
+3
*
Use a shared thread for media operations.
scherkus@chromium.org
2013-05-10
1
-0
/
+11
*
Move compositor support out of base WebKitPlatformSupport into renderer
jamesr@chromium.org
2013-05-10
3
-0
/
+9
*
Add the WebGraphicsContext3DProviderImpl class.
danakj@chromium.org
2013-05-09
2
-0
/
+13
*
Remove inside_chromium_build gyp variable
jamesr@chromium.org
2013-05-08
3
-233
/
+0
*
Delete test_shell.
darin@chromium.org
2013-05-08
1
-1
/
+0
*
Move SpawnedTestServer to its own subdirectory.
phajdan.jr@chromium.org
2013-05-07
1
-1
/
+1
*
Deleted obsolete setMinimumTimerInterval and related constants.
kbr@chromium.org
2013-05-07
2
-10
/
+0
*
webkit: Use base::MessageLoop.
xhwang@chromium.org
2013-05-07
2
-19
/
+18
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-1
/
+1
*
Change include paths to use the new IDB header locations in Platform
alecflett@chromium.org
2013-05-02
1
-1
/
+1
*
Add fling velocity updates from gesture curves.
jdduke@chromium.org
2013-04-29
1
-0
/
+2
*
Remove WebSecurityOrigin from chromium
alecflett@chromium.org
2013-04-25
2
-22
/
+17
*
Android: Move SurfaceTexture from content to ui/gl and add test.
sievers@chromium.org
2013-04-24
1
-0
/
+2
*
Add create WGC3DInProcessCommandBuffer for on-screen context
boliu@chromium.org
2013-04-19
1
-1
/
+2
*
Make MountPointProvider pluggable from outside webkit/fileapi
kinuko@chromium.org
2013-04-18
1
-0
/
+4
*
Update the remaining include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-17
4
-4
/
+4
*
Remove runtime flag for data transfer items.
dcheng@chromium.org
2013-04-12
1
-1
/
+0
*
Move path functions from file_util to FilePath object.
brettw@chromium.org
2013-04-12
2
-11
/
+9
*
WebSocket: Remove runtime disable flag
toyoshim@chromium.org
2013-04-09
1
-1
/
+0
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Enable media stream layout test with content_shell.
wjia@chromium.org
2013-04-04
3
-0
/
+9
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
1
-1
/
+1
*
Replace string16 with base::string16 in src/webkit
brettw@chromium.org
2013-03-29
7
-58
/
+65
*
Stop using WebGraphicsContext3DInProcessImpl in webkit/
danakj@chromium.org
2013-03-29
2
-4
/
+0
*
Lazy initialize WGC3DInProcessCommandBufferImpl
boliu@chromium.org
2013-03-27
3
-19
/
+1
*
Changes to build ash_unittests with RunLoop().RunUntilIdle().
tfarina@chromium.org
2013-03-24
1
-3
/
+4
[next]