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
*
Hook up some GTK signals:
evanm@google.com
2008-11-01
1
-0
/
+34
*
move test_shell_gtk.cc next to test_shell.cc
tc@google.com
2008-10-31
2
-2
/
+2
*
Merge linux and windows test shells to share code.
tc@google.com
2008-10-31
4
-219
/
+36
*
fix linux build
tc@google.com
2008-10-31
1
-0
/
+5
*
Fix test_shell bustage.
darin@chromium.org
2008-10-31
2
-5
/
+5
*
Get fonts to render in a somewhat recognisable form on Linux.
agl@chromium.org
2008-10-31
8
-31
/
+343
*
Adjust the readonly form control state to no longer look
tc@google.com
2008-10-31
1
-1
/
+0
*
Set the size properly in our ImageBuffer. This makes various operations fail ...
brettw@google.com
2008-10-31
1
-11
/
+0
*
Make the canvas tests as failing while brettw fixes.
tc@google.com
2008-10-31
1
-0
/
+11
*
Rebaseline tests from the previous merge that
tc@google.com
2008-10-31
1
-7
/
+0
*
Switch to using the message loop rather than gtk_main().
agl@chromium.org
2008-10-30
5
-7
/
+897
*
Fix dupe in test list.
ojan@google.com
2008-10-30
1
-2
/
+1
*
And another one. I actually think this one was flaky before the
ojan@google.com
2008-10-30
1
-0
/
+1
*
What's more fun than updating test lists?!?
ojan@google.com
2008-10-30
1
-2
/
+26
*
Try again to match test list to the tree.
ojan@google.com
2008-10-30
1
-12
/
+13
*
Update test lists to match the state of the tree. There may
ojan@google.com
2008-10-30
1
-94
/
+6
*
Landing 36102:37604 merge on trunk
dglazkov@google.com
2008-10-30
4
-12
/
+346
*
Remove the dashboard_compatibility_mode member from the WebPreferences
wtc@google.com
2008-10-29
1
-1
/
+0
*
Split test_shell.cc into test_shell.cc and test_shell_win.cc.
tc@google.com
2008-10-29
6
-729
/
+760
*
remove svg tests from the "skip" list because they no longer timeout
pinkerton@google.com
2008-10-29
1
-5
/
+0
*
adjust for our "toolbar" when resizing the window and content area, as it is ...
pinkerton@google.com
2008-10-29
1
-2
/
+5
*
Start writing the GTK code for test_shell.
agl@chromium.org
2008-10-29
4
-21
/
+182
*
Add --port and --root options to the command-line interface to allow running
pamg@google.com
2008-10-29
1
-7
/
+22
*
* Revert "Start writing the GTK code for test_shell."
agl@chromium.org
2008-10-28
4
-182
/
+21
*
Start writing the GTK code for test_shell.
agl@chromium.org
2008-10-28
4
-21
/
+182
*
Added a cygwin script wrapper for http_server.py to simplify running
sgjesse@chromium.org
2008-10-28
1
-0
/
+9
*
Quick fix for image decoder.
evanm@google.com
2008-10-28
1
-3
/
+1
*
I missed this reference (broke mac build).
ericroman@google.com
2008-10-27
1
-0
/
+1
*
* Create baseline test results for new WebKit merge layout tests.
mmoss@google.com
2008-10-27
1
-4
/
+0
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
2
-0
/
+2
*
Port a few test_shell_tests. Now it runs 45 of them.
evanm@google.com
2008-10-27
4
-47
/
+35
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
2
-0
/
+5
*
Baseline 5 layout tests for chromium-windows:
ericroman@google.com
2008-10-27
1
-5
/
+3
*
Rebase three other tests impacted by the "double stroking" fix.
ericroman@google.com
2008-10-26
1
-5
/
+0
*
Remove duplicate source file definitions in test_shell.
sgk@google.com
2008-10-25
1
-13
/
+0
*
Quick and dirty mask of layout tests, while I investigate the problem...
ericroman@google.com
2008-10-25
1
-0
/
+5
*
More stubbing out. With this and the rest of Linux pending, test_shell links.
agl@chromium.org
2008-10-24
2
-2
/
+19
*
Avoid double-stroking paths.
ericroman@google.com
2008-10-24
1
-63
/
+0
*
make urlbar scroll horizontally rather than wrap, like a real url bar
pinkerton@google.com
2008-10-24
1
-0
/
+2
*
Hook up mouse events with the correct coordinates. Make sure they are view-lo...
pinkerton@google.com
2008-10-24
1
-2
/
+2
*
Make eventSender.keyDown() accept both arrays of strings and a single string to
olehougaard@google.com
2008-10-24
3
-17
/
+23
*
Removed test_entry, which became superfluous after type of entry was changed ...
olehougaard@google.com
2008-10-24
1
-5
/
+2
*
Actually adding the new scons toolkit (hammer) base tools to the built
bradnelson@google.com
2008-10-24
1
-13
/
+1
*
Mucelage changes for Mac TestShell, to work with the current glue in the
mark@chromium.org
2008-10-23
1
-8
/
+8
*
And again...test list update.
ojan@google.com
2008-10-23
1
-3
/
+0
*
Yet another test list update to match the builders.
ojan@google.com
2008-10-23
1
-1
/
+4
*
Yet another test list update to match state of builders.
ojan@google.com
2008-10-23
1
-2
/
+0
*
Fixed SVG path fill rule (even-odd or winding) which broke with the merge
jhaas@chromium.org
2008-10-23
1
-6
/
+0
*
Build fix for Linux
agl@chromium.org
2008-10-23
1
-1
/
+3
*
Don't build glue as Objective-C++ now that PLATFORM_MAC is off. Re-sniff glue
mark@chromium.org
2008-10-23
1
-2
/
+2
[next]