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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
I thought all tests in ignored are skipped, but I was wrong. Updating appropr...
sky@google.com
2008-12-24
1
-1
/
+1
*
Implement extension:// protocol.
aa@chromium.org
2008-12-24
1
-4
/
+4
*
Moves test to ignored list that is testing a KJS implementation detail
sky@google.com
2008-12-24
2
-1
/
+5
*
Kill PlatformScreenMac.mm
darin@google.com
2008-12-23
4
-15
/
+4
*
Adds description of why a number of tests are failing.
sky@google.com
2008-12-23
1
-2
/
+4
*
Webkit merge 39438:39453 (CL 2 of 2).
ericroman@google.com
2008-12-23
1
-0
/
+12
*
Skips a test that relies on DOM_STORAGE, and adds a description of why
sky@google.com
2008-12-23
1
-1
/
+3
*
Fix a canvas layout test by handling null values in canvas.createPattern.
tc@google.com
2008-12-23
1
-7
/
+2
*
Add a debug-only failure to test list that has been failing for a while.
ericroman@google.com
2008-12-23
1
-0
/
+5
*
green linux webkit builder after the merge
tc@google.com
2008-12-23
1
-0
/
+4
*
Pull in a fix for a layout test and remove the test from the
tc@google.com
2008-12-23
1
-5
/
+0
*
Skip all worker tests as we don't yet support workers.
sky@google.com
2008-12-23
1
-10
/
+14
*
Rebaselines
sky@google.com
2008-12-23
1
-1
/
+2
*
Webkit merge 39410:39438 (CL 4 of 4).
ericroman@google.com
2008-12-23
2
-6
/
+5
*
fix path.
ericroman@google.com
2008-12-23
1
-2
/
+2
*
Fix TestShell and not just TestShellTests!
darin@chromium.org
2008-12-23
1
-2
/
+2
*
This should fix the mac test_shell_tests build.
darin@chromium.org
2008-12-23
1
-6
/
+6
*
windows baseline for fast/css/word-space-extra.html
tc@google.com
2008-12-23
1
-4
/
+0
*
rebaseline LayoutTests/fast/css/word-space-extra: only font differences
tc@google.com
2008-12-23
1
-8
/
+3
*
These tests have been passing all day. Marking them as fixed.
sky@google.com
2008-12-23
1
-5
/
+4
*
Removes three tests that are now passing as the result of adding
sky@google.com
2008-12-23
1
-3
/
+0
*
Adds comments as to why two regex tests are failing.
sky@google.com
2008-12-22
1
-0
/
+2
*
Rebaselines animations/keyframes-rule-expected.txt . The upstream test
sky@google.com
2008-12-22
1
-1
/
+2
*
These tests pass on linux. Green the linux buildbot.
tc@google.com
2008-12-22
1
-3
/
+1
*
Adds support for pauseAnimationAtTimeOnElementWithId and
sky@google.com
2008-12-22
3
-5
/
+43
*
Rebaseline 2 form tests and reorg input type=search tests.
tc@google.com
2008-12-22
1
-10
/
+11
*
Rebaselines the test
sky@google.com
2008-12-22
1
-3
/
+0
*
Some cleanup in webkit/.
darin@chromium.org
2008-12-22
1
-6
/
+3
*
update tests_fixable for linux failures
tc@google.com
2008-12-22
1
-0
/
+3
*
Fix Mac Build for 39369:39410 Merge
dglazkov@google.com
2008-12-22
1
-0
/
+4
*
cChrome side of WebKit merge 39369:39410.
pamg@google.com
2008-12-22
1
-0
/
+7
*
Fixed two layout tests.
estade@chromium.org
2008-12-20
1
-2
/
+0
*
tests failing on win
tc@google.com
2008-12-20
1
-0
/
+3
*
Updates tests_fixable to indicate a couple of bugs have been filed.
sky@google.com
2008-12-19
1
-2
/
+2
*
remove wrong baselines
tc@google.com
2008-12-19
1
-3
/
+3
*
Prevent a crash when a popup menu is closing.
estade@chromium.org
2008-12-19
1
-1
/
+0
*
plumb missing image code through the chrome bridge. Use the .gif version inst...
pinkerton@google.com
2008-12-19
3
-13
/
+30
*
update linux test results, these tests are flaky.
tc@google.com
2008-12-19
1
-0
/
+2
*
fix some more mac tests by rebasing v8 vs. JSC differences
pinkerton@google.com
2008-12-19
1
-0
/
+6
*
Ignoring test for the BOM characters. We've decided to be compatible with
olehougaard@google.com
2008-12-19
2
-3
/
+6
*
Initial generation of native Visual Studio solution files
sgk@google.com
2008-12-19
2
-0
/
+68
*
Documenting the current status of a few layout tests.
olehougaard@google.com
2008-12-19
1
-1
/
+3
*
Fix 3 erroneous layout test baselines on linux.
estade@chromium.org
2008-12-19
1
-3
/
+0
*
Added the new isCommandEnabled() layout test function to the layout test cont...
estade@chromium.org
2008-12-18
3
-2
/
+17
*
green linux builder
tc@google.com
2008-12-18
1
-0
/
+2
*
Fix the build. Bad syntax.
tc@google.com
2008-12-18
1
-1
/
+1
*
Convert from using env['PLATFORM'] directly to using the more flexible
sgk@google.com
2008-12-18
2
-11
/
+11
*
green windows builder
tc@google.com
2008-12-18
1
-1
/
+1
*
Move various gtest-style unit tests out of webkit/port and into a new
darin@google.com
2008-12-18
9
-35
/
+973
*
Bridge out media player from MediaPlayerPrivate.
hclam@chromium.org
2008-12-18
3
-0
/
+9
[next]