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
*
Make --testshell-startup-dialog work across Windows and Linux.
deanm@chromium.org
2008-11-19
5
-3
/
+23
*
Add pixel layout test support for Linux
agl@chromium.org
2008-11-19
4
-83
/
+33
*
Implement keyDown events the GTK layout tests.
erg@google.com
2008-11-19
1
-35
/
+41
*
Fix typos on apt-get package names.
mmoss@google.com
2008-11-18
1
-6
/
+9
*
use the shared memory name we construct, probably copy/paste error
pinkerton@google.com
2008-11-18
1
-1
/
+1
*
Implement layout test timeouts under the GTK test shell.
erg@google.com
2008-11-18
1
-3
/
+20
*
Review URL: http://codereview.chromium.org/11434
michaeln@google.com
2008-11-18
4
-62
/
+85
*
Add TestApplet.class that java-applet-calls.html needs.
fqian@google.com
2008-11-18
1
-0
/
+0
*
Remove most base dependencies from ImageSkia. Poke through the resource getti...
brettw@google.com
2008-11-18
3
-79
/
+92
*
Cursor support including custom cursors.
avi@google.com
2008-11-18
6
-7
/
+194
*
Add Linux lighttpd for running LayoutTests on Linux.
mmoss@google.com
2008-11-18
2
-5
/
+21
*
add drag delay for mac
tc@google.com
2008-11-18
1
-0
/
+4
*
first cut at getting us back in-line with win tests and removing tests that w...
pinkerton@google.com
2008-11-18
2
-687
/
+809
*
Make the gtk window resize itself to the proper size at layout tests startup.
erg@google.com
2008-11-18
4
-6
/
+25
*
Warning about missing fonts on Linux
agl@chromium.org
2008-11-18
1
-0
/
+6
*
More glibc 2.8 fixes.
agl@chromium.org
2008-11-18
1
-2
/
+6
*
Help with VS2008 compilation.
maruel@google.com
2008-11-18
1
-0
/
+4
*
Remove a NOTIMPLEMENTED() that doesn't apply on Linux.
evanm@google.com
2008-11-18
1
-4
/
+2
*
Fix the set of fonts used for test_shell.
agl@chromium.org
2008-11-18
2
-2
/
+40
*
Minor whitespace cleanup.
darin@chromium.org
2008-11-18
1
-4
/
+3
*
Backout my image change which broke mac.
brettw@google.com
2008-11-18
3
-93
/
+80
*
* remove glue dependency from PluginsChromium* renamed some of the MIME API t...
erikkay@google.com
2008-11-18
4
-57
/
+100
*
Remove most base dependencies from ImageSkia.
brettw@google.com
2008-11-18
3
-80
/
+95
*
Revert 5595
maruel@chromium.org
2008-11-18
2
-40
/
+2
*
Added parameter checking to window.postMessage. Before this change passing an...
sgjesse@chromium.org
2008-11-18
3
-3
/
+48
*
Fix the set of fonts used for test_shell.
agl@chromium.org
2008-11-18
2
-2
/
+40
*
AutocompleteBodyListener is created with a ref count of 1, so we need to do a...
jcampan@chromium.org
2008-11-18
1
-3
/
+3
*
Remove dmg_fp from webkit_armu.sln
fqian@google.com
2008-11-17
1
-6
/
+0
*
Lazy-initialize Clipboard, since we can't use it until we have an X connection.
evanm@google.com
2008-11-17
1
-7
/
+8
*
Make SetCurrentTestName cross platform.
deanm@chromium.org
2008-11-17
1
-10
/
+10
*
Remove the deleted file UniscribeStateTextRun.cpp from
nick@chromium.org
2008-11-17
1
-1
/
+0
*
The password manager and the form autofill feature were listening for events ...
jcampan@chromium.org
2008-11-17
12
-326
/
+407
*
Fix Linux build. Restrict UniscribeHelper_unittest.cpp to win32 until it's po...
mmoss@google.com
2008-11-17
1
-1
/
+1
*
Add platform_utils and stub test lists for Linux.
mmoss@google.com
2008-11-17
4
-2
/
+149
*
use RGBA to get correctly colored pngs for pixel tests. Implement back/forwar...
pinkerton@google.com
2008-11-17
1
-7
/
+5
*
Translate volume information passed to the instance of Windows media player
ananta@chromium.org
2008-11-17
1
-2
/
+18
*
Remove base and STL dependencies from FontCacheWin except for font_utils, whi...
brettw@google.com
2008-11-17
1
-50
/
+41
*
Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from
brettw@google.com
2008-11-17
15
-209
/
+2056
*
Implement the WebSmartPaste pasteboard type on Mac, stub it out on Linux, rem...
pinkerton@google.com
2008-11-17
1
-9
/
+4
*
Rebaselining xss-eval test to match our error reporting.
olehougaard@google.com
2008-11-17
3
-1
/
+18
*
Update V8 version in Chromium to latest trunk version (0.4.4).
ager@google.com
2008-11-17
2
-2
/
+0
*
Make test_shell stats table names unique.
deanm@chromium.org
2008-11-16
1
-3
/
+8
*
Fix the mac build to add dmg_fp to the libbase.a.
tony@chromium.org
2008-11-15
1
-43
/
+0
*
Place all new baseline files in the most specific platform directory.
pamg@google.com
2008-11-15
6
-44
/
+38
*
Move dmg_fp in scons build to compile from
tc@google.com
2008-11-15
3
-3
/
+0
*
Slight correction to gtk GetWindowRect
estade@chromium.org
2008-11-15
1
-5
/
+9
*
Add a webkit.scons file in between build\SConscript.main and
sgk@google.com
2008-11-14
1
-0
/
+21
*
Fix a renderer crashing bug with NPObject method references.
michaeln@google.com
2008-11-14
1
-3
/
+7
*
Move dmg_fp to base/third_party/dmg_fp and include the
tc@google.com
2008-11-14
2
-24
/
+0
*
fix the JSC build
erikkay@google.com
2008-11-14
1
-0
/
+4
[next]