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 events to windowless plugins on linux. This CL also refactors the event
evan@chromium.org
2009-05-22
16
-187
/
+572
*
Properly dismiss cocoa popup menus.
paul@chromium.org
2009-05-21
1
-2
/
+3
*
Meta key is not the same as Alt key on Windows.
avi@chromium.org
2009-05-21
1
-3
/
+3
*
Remove a field that is now unused. This was made obsolete
darin@chromium.org
2009-05-21
2
-18
/
+2
*
DevTools: Messages converted to wide strings don't work on Mac and Linux. Use...
yurys@google.com
2009-05-21
2
-4
/
+4
*
DevTools: Temporarily use JSON with escaping to handle non-latin data.
pfeldman@chromium.org
2009-05-21
1
-1
/
+3
*
DevTools: Reverting 16586. Necessary v8 changes are not rolled yet.
yurys@google.com
2009-05-21
2
-49
/
+80
*
select-style test on Win is expected to pass now.
ukai@chromium.org
2009-05-21
1
-1
/
+1
*
DevTools: Use message format in WebInspector.UIString override.
pfeldman@chromium.org
2009-05-21
1
-1
/
+1
*
DevTools: Display main resource url as devtools window title.
pfeldman@chromium.org
2009-05-21
3
-7
/
+15
*
DevTools: only supported event types are forwarded to the client. Unsupported...
yurys@google.com
2009-05-21
1
-0
/
+7
*
Update expected results for chromium-win LayoutTests/fast/forms/select-style.
hamaji@chromium.org
2009-05-21
3
-4
/
+64
*
DevTools: use event context to decide which agent should be used for handling...
yurys@google.com
2009-05-21
2
-80
/
+49
*
WebKit Update 43946:43958
ukai@chromium.org
2009-05-21
1
-5
/
+0
*
Move ExtraData from WebRequest to WebDataSource.
darin@chromium.org
2009-05-21
15
-100
/
+77
*
Hook up Context::GetCalling() to V8Proxy.
abarth@chromium.org
2009-05-21
2
-3
/
+23
*
Register the icons for play/pause and max-volume/mute in the resource files, ...
ajwong@chromium.org
2009-05-21
2
-0
/
+9
*
Fix test expectations for newly added test.
levin@chromium.org
2009-05-20
1
-0
/
+2
*
Use upstreamed v8 bindings for V8DOMWindowCustom
japhet@chromium.org
2009-05-20
1
-291
/
+0
*
Remove JSDOMBinding, which is no longer used.
dglazkov@chromium.org
2009-05-20
4
-96
/
+0
*
WebKit Update 43889:43933
levin@chromium.org
2009-05-20
1
-1
/
+6
*
Image files for media elements
hclam@chromium.org
2009-05-20
4
-0
/
+0
*
Looks like svg/custom/grayscale-gradient-mask.svg always passes in release mode.
darin@chromium.org
2009-05-20
1
-1
/
+1
*
Fix layout test redness.
levin@chromium.org
2009-05-20
1
-0
/
+5
*
These tests have been passing consistently on windows.
darin@chromium.org
2009-05-20
1
-2
/
+0
*
Fix the webkit.org build of chromium.
levin@chromium.org
2009-05-20
1
-0
/
+4
*
DevTools: if the number of actual parameters is greater than number of the fo...
yurys@google.com
2009-05-20
1
-13
/
+25
*
Fix crash in SVG bindings. We attempted to update the SVGContext for
ager@chromium.org
2009-05-20
2
-3
/
+3
*
WebKit Update 43880:43889
levin@chromium.org
2009-05-20
1
-2
/
+8
*
Add a UI string for multiple file selection for <input type=file multiple>.
darin@chromium.org
2009-05-20
2
-0
/
+9
*
Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...
jam@chromium.org
2009-05-20
2
-9
/
+0
*
Move createWorker from WebKitClient to WebWorkerClient per your suggestion, t...
jam@chromium.org
2009-05-20
7
-11
/
+28
*
Linux: respect theme's autocomplete popups padding.
estade@chromium.org
2009-05-20
1
-4
/
+7
*
Adds propagation and handling of render-side focus events, for the benefit of...
klink@chromium.org
2009-05-20
10
-44
/
+136
*
Use the upstream version of ScriptController.
levin@chromium.org
2009-05-20
3
-559
/
+2
*
3 Speedups for turning v8 strings into webcore strings
davemoore@chromium.org
2009-05-19
1
-29
/
+31
*
Use upstreamed v8 bindings for CanvasRenderingContext2D
japhet@chromium.org
2009-05-19
1
-416
/
+0
*
Lookup the plugin for the mime type before attempting to open a channel for t...
ananta@chromium.org
2009-05-19
1
-3
/
+0
*
Update test expectations following upstream roll.
levin@chromium.org
2009-05-19
1
-0
/
+9
*
DevTools: do work with new InspectorController.
pfeldman@chromium.org
2009-05-19
4
-27
/
+17
*
linux: disable strict aliasing for WebCore.
evan@chromium.org
2009-05-19
1
-0
/
+3
*
Fix Skia includes to use the whole path name.
brettw@chromium.org
2009-05-19
3
-6
/
+3
*
Fix build breakage (add file missing in 115508).
pfeldman@chromium.org
2009-05-19
1
-0
/
+2
*
DevTools: do not cache xmlhttp when client is not attached; reduce agent cach...
pfeldman@chromium.org
2009-05-19
1
-10
/
+17
*
Fixed use of uninitialized variable problem in generated bindings. It
plesner@google.com
2009-05-19
1
-2
/
+1
*
Remove local copy of V8MessagePortCustom.cpp now that it has been upstreamed.
levin@chromium.org
2009-05-19
2
-168
/
+2
*
WebKit Update 43832:43833
dglazkov@google.com
2009-05-18
1
-47
/
+48
*
Pulling in new gyp version.
bradnelson@chromium.org
2009-05-18
1
-0
/
+1
*
Take 2 at fixing relativeanchor-{basic,frames}.html.
darin@chromium.org
2009-05-18
2
-14
/
+4
*
Move WebMediaPlayerClientImpl files to WebKit API src location.
darin@chromium.org
2009-05-18
14
-470
/
+602
[next]