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
*
Import WebKit/WebCore/loader/appcache/ManifestParser.{h,cpp}.
darin@chromium.org
2009-07-23
2
-0
/
+239
*
None of these files need to include config.h any longer...so remove it.
jorlow@chromium.org
2009-07-23
14
-28
/
+2
*
Update webkit. Mark some tests as expected to fail due to
darin@chromium.org
2009-07-23
1
-5
/
+13
*
Make sure the multiplication sign is encoded properly.
avi@chromium.org
2009-07-23
1
-2
/
+10
*
DevTools: print function source in eval selection requests.
pfeldman@chromium.org
2009-07-23
1
-0
/
+3
*
back out CL 21368 in case for some reason it's causing a crash on video-toggle
dpranke@google.com
2009-07-23
1
-75
/
+39
*
mark the loader tests as failing (bug 17509) so I can investigate tomorrow
dpranke@google.com
2009-07-23
1
-1
/
+6
*
back out CLs 21367, 21366 - no idea why these keep breaking
dpranke@google.com
2009-07-23
2
-8
/
+1
*
modify test_shell's check-sys-deps to work on vista as well as xp
dpranke@google.com
2009-07-23
1
-39
/
+75
*
python 2.4's implementation of sys.popen() has a race condition
dpranke@google.com
2009-07-23
1
-0
/
+4
*
re-do CL 21252 - move image_diff to tools, add deps to test_shell
dpranke@google.com
2009-07-23
1
-1
/
+4
*
Remove the dependency on V8Proxy.h from test_shell.cc.
dumi@chromium.org
2009-07-23
3
-6
/
+10
*
Update test expectations after WebKit merge r46194:46229.
paul@chromium.org
2009-07-23
1
-4
/
+5
*
Fix a leak that only happens in layout test mode.
tc@google.com
2009-07-23
3
-0
/
+5
*
This CL fixes issue 17468 - Regression: Extra white rectangle showing when mo...
xji@chromium.org
2009-07-23
1
-8
/
+10
*
make sure to destroy main window when test shell is shutting down so we don't...
estade@chromium.org
2009-07-23
1
-1
/
+5
*
Fix NULL_RETURN defect found by Coverity.
cmp@google.com
2009-07-23
1
-1
/
+5
*
A couple more notations for flaky media tests.
estade@chromium.org
2009-07-22
1
-2
/
+2
*
Update test expectations for WebKit merge r46143:46194.
paul@chromium.org
2009-07-22
1
-11
/
+4
*
Changes to provide asynchronous read in data source:
hclam@chromium.org
2009-07-22
12
-23
/
+2000
*
Fix broken build because of r21317
hclam@google.com
2009-07-22
1
-13
/
+16
*
Additional test to exploit memory leaks in <video>
hclam@google.com
2009-07-22
2
-10
/
+58
*
Update expected test failures for WebKit merge r46143:46194.
paul@chromium.org
2009-07-22
1
-8
/
+8
*
Fix trackpad scrolling issues where scroll events with 0 were sent.
avi@chromium.org
2009-07-22
1
-9
/
+12
*
Fix a FORWARD_NULL defect reported by Coverity.
wtc@chromium.org
2009-07-22
1
-16
/
+16
*
Disable video-src-set since it is flaky.
ajwong@chromium.org
2009-07-22
1
-0
/
+4
*
Make scrollbars and other controls tint/untint upon main window gaining
thakis@chromium.org
2009-07-22
5
-0
/
+47
*
Remove some bogus includes.
darin@chromium.org
2009-07-22
4
-10
/
+4
*
Update expected test failures after WebKit merge r46143:46194
paul@chromium.org
2009-07-22
1
-1
/
+1
*
DevTools Profiler: hide code injected by DevTools.
mnaganov@chromium.org
2009-07-22
1
-1
/
+10
*
DevTools: Handle errors in evaluation response.
pfeldman@chromium.org
2009-07-22
1
-5
/
+7
*
This CL fixes issue 5996: Tooltip gets direction from Chrome langauge, not el...
xji@chromium.org
2009-07-22
2
-2
/
+14
*
revert change 21252, which broke the mac build for some reason
dpranke@google.com
2009-07-22
1
-4
/
+1
*
Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...
ajwong@chromium.org
2009-07-22
4
-4
/
+4
*
Add back a test which I removed, as it is failing again.
eroman@chromium.org
2009-07-22
1
-0
/
+3
*
make 'test_shell' target depend on everything needed to pass layout_tests
dpranke@google.com
2009-07-22
1
-1
/
+4
*
linux: add windowless plugin plumbing
piman@google.com
2009-07-22
2
-8
/
+10
*
Creating a unique user-agent string for ChromeOS builds, so that metrics can ...
evan@chromium.org
2009-07-22
1
-2
/
+9
*
Rebaseline some layout-tests which changed in upstream webkit r46412.
ericroman@google.com
2009-07-22
10
-48
/
+44
*
Update expected test failures after WebKit merge r46143:46194
paul@chromium.org
2009-07-21
1
-0
/
+8
*
New Linux baselines for dotted/dashed CSS borders, changed by http://bugs.web...
senorblanco@chromium.org
2009-07-21
219
-110
/
+110
*
New Windows baselines for dotted/dashed CSS borders, changed upstream by
senorblanco@chromium.org
2009-07-21
221
-119
/
+119
*
This change list improves IME support on Linux. Many corner cases that were not
estade@chromium.org
2009-07-21
1
-0
/
+22
*
Fix another d&d crash that happens when the tab contents
tc@google.com
2009-07-21
1
-3
/
+6
*
DevTools: mute accidental refresh requests while on DevTools window.
pfeldman@chromium.org
2009-07-21
1
-0
/
+13
*
DevTools Profiler: small UI improvements.
mnaganov@chromium.org
2009-07-21
2
-2
/
+36
*
Add a bogus baseline for LayoutTests/media/controls-styling.html to appease t...
ericroman@google.com
2009-07-21
3
-0
/
+12
*
Update a test expectation
eroman@chromium.org
2009-07-21
1
-1
/
+1
*
Add crashing layout tests to list.
eroman@chromium.org
2009-07-21
1
-0
/
+2
*
Enable DOM_STORAGE in our build. Put LocalStorage and SessionStorage behind ...
jorlow@chromium.org
2009-07-21
5
-9
/
+94
[next]