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
*
Create AtExitManager early on Android.
jnd@chromium.org
2011-11-24
1
-3
/
+13
*
Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...
piman@chromium.org
2011-11-22
7
-82
/
+98
*
Remove IsProtocolSupportedForMedia.
piman@chromium.org
2011-11-22
1
-10
/
+0
*
base::Bind() conversion for webkit.
dcheng@chromium.org
2011-11-22
1
-22
/
+4
*
Move tony@chromium.org to src/webkit/OWNERS
darin@chromium.org
2011-11-21
1
-1
/
+0
*
Support setting fake gamepad data from WebKit. In support of DRT code to be a...
scottmg@chromium.org
2011-11-21
4
-1
/
+26
*
Remove --enable-video-logging and WebVideoRenderer.
scherkus@chromium.org
2011-11-18
1
-5
/
+1
*
Moving media-related files from webkit/glue/ to webkit/media/.
scherkus@chromium.org
2011-11-17
3
-8
/
+10
*
Cleanup: Remove unneeded forward declarations in webkit/.
thestig@chromium.org
2011-11-17
1
-6
/
+3
*
Add OVERRIDE to webkit/.
avi@chromium.org
2011-11-16
2
-11
/
+14
*
Take 2, base::Bind cleanup in SimpleDatabaseSystem
michaeln@google.com
2011-11-14
2
-40
/
+55
*
webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.
thakis@chromium.org
2011-11-11
3
-4
/
+7
*
Add WebCore log channels support to webkit_support.
gavinp@chromium.org
2011-11-11
2
-0
/
+9
*
Revert 109337 - base::Bind cleanup in SimpleDatabaseSystem
michaeln@google.com
2011-11-10
2
-54
/
+40
*
base::Bind cleanup in SimpleDatabaseSystem
michaeln@google.com
2011-11-10
2
-40
/
+54
*
net: Move the last two Escape() functions into the net namespace.
tfarina@chromium.org
2011-11-09
1
-3
/
+3
*
Fix shutdown crash when WebMediaPlayerImpl is destroyed after RenderViewImpl is.
fischman@chromium.org
2011-10-26
1
-6
/
+7
*
Remove an include which has been upstreamed to ImageDiff.cpp.
zhenghao@google.com
2011-10-26
1
-4
/
+0
*
Prevent power saving while playing media.
avi@chromium.org
2011-10-19
1
-0
/
+1
*
Added support for WebMessagePortChannel to WebKit platform support.
caseq@google.com
2011-10-18
4
-1
/
+142
*
Create a public header with the child_process_sandbox_support_linux functions...
jam@chromium.org
2011-10-17
1
-12
/
+0
*
Extract an independent webkit_support_gfx target.
zhenghao@google.com
2011-10-16
3
-16
/
+649
*
Allow specification of the share group in WebGraphicsContext3DInProcessImpl
piman@chromium.org
2011-10-15
1
-1
/
+1
*
Allow a window to be passed to WebGraphicsContext3DInProcessImpl
piman@chromium.org
2011-10-10
1
-1
/
+2
*
Add a content::RenderView API. I'll make RenderView use it in a future change...
jam@chromium.org
2011-10-08
1
-5
/
+5
*
These changes are requires to build Aura without relying on GTK.
saintlou@chromium.org
2011-10-04
4
-4
/
+4
*
Fix TestShell on mac to handle utf8 data pak files.
tony@chromium.org
2011-09-27
1
-1
/
+1
*
fix DRT and TestShell to have a full user agent string again.
dpranke@chromium.org
2011-09-26
1
-1
/
+3
*
Re-land r102336 (remove webkit_glue::BuildUserAgent) w/ fix.
dpranke@chromium.org
2011-09-26
2
-5
/
+1
*
Revert "Remove webkit_glue::BuildUserAgent(), change the contract in webkit_g...
dpranke@chromium.org
2011-09-22
2
-1
/
+5
*
Remove webkit_glue::BuildUserAgent(), change the contract in webkit_glue so t...
dpranke@chromium.org
2011-09-22
2
-5
/
+1
*
move webkit_glue::IsSingleProcess to content.
dpranke@chromium.org
2011-09-20
1
-4
/
+0
*
move webkit_glue::GetWebKitLocale to content.
dpranke@chromium.org
2011-09-20
1
-4
/
+0
*
Add stub implementation for DRT TestWebKitPlatformSupport::audioHardwareBuffe...
crogers@google.com
2011-09-20
2
-0
/
+5
*
Updated *.pak file format to support both UTF8 and UTF16
adriansc@chromium.org
2011-09-19
1
-2
/
+18
*
Convert file request to http request for layout test for Android.
zhenghao@google.com
2011-09-16
1
-0
/
+14
*
Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...
bauerb@chromium.org
2011-09-15
1
-1
/
+0
*
Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...
bauerb@chromium.org
2011-09-15
1
-0
/
+1
*
Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...
bauerb@chromium.org
2011-09-15
1
-1
/
+0
*
Add Android platform for webkit/support.
zhenghao@google.com
2011-09-15
4
-10
/
+17
*
Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ...
ananta@chromium.org
2011-09-15
1
-15
/
+0
*
Fork platform_support_android.cc from platform_support_gtk.cc.
tony@chromium.org
2011-09-09
1
-0
/
+79
*
Use precompiled headers for most large projects where the .gyp file
joi@chromium.org
2011-09-07
1
-0
/
+1
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
8
-83
/
+97
*
Stop forward declaring WebKitClient.
abarth@chromium.org
2011-08-31
1
-1
/
+1
*
Add a GTK support routine that returns a simulated nativeKeyCode for a given
noel@chromium.org
2011-08-29
2
-0
/
+15
*
Move base/resource_util.* into base/win/ since it's windows specific.
tony@chromium.org
2011-08-25
1
-3
/
+3
*
fix typo in log message
epoger@google.com
2011-08-25
1
-1
/
+1
*
[Mac] Return an empty StringPiece from GetDataResource() when |g_resource_dat...
asvitkine@chromium.org
2011-08-24
1
-2
/
+3
*
Make WebPluginInfo more generic
cpu@chromium.org
2011-08-14
2
-4
/
+4
[next]