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
*
Fix the mac build by updating the include path of the skia files.
brettw@google.com
2008-11-22
1
-1
/
+1
*
Remove base versions of the graphics headers, which previously just forwarded...
brettw@google.com
2008-11-22
7
-10
/
+10
*
Remove skia/public/{Vector,Platform}Canvas_unittest.cpp from SCons.
sgk@google.com
2008-11-22
1
-4
/
+0
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-22
3
-7
/
+7
*
Update deps and the merge tool now that WebKit and WebKitLibraries have been ...
ojan@google.com
2008-11-22
1
-2
/
+0
*
Fix infinite paint loop on Linux.
evanm@google.com
2008-11-22
1
-2
/
+20
*
Update test list after webkit merge. TBR to greenify build.
ojan@google.com
2008-11-22
1
-1
/
+13
*
non third_party/WEbKit side of WebKit merge 38550:38575.
ojan@google.com
2008-11-21
1
-0
/
+6
*
Move skia extensions from the port to skia/ext for Windows only. Fixed the
brettw@google.com
2008-11-21
1
-2
/
+2
*
Assign result of FilePath.Append(), otherwise the value isn't changed.
mmoss@google.com
2008-11-21
1
-1
/
+1
*
helper method for getting the platform name in layout tests
tc@google.com
2008-11-21
3
-9
/
+24
*
Rollback "Remove use of wide characters in stats table identifiers."
evanm@google.com
2008-11-21
3
-7
/
+7
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-21
3
-7
/
+7
*
Fix the getintidentifier-special-values.html plugin layout test, which broke ...
ananta@chromium.org
2008-11-21
1
-2
/
+11
*
Plumb WebCore's windowResizerRect() through glue and renderer. Enables Mac sc...
pinkerton@google.com
2008-11-21
4
-0
/
+40
*
only resize the window when running layout tests. Makes it easier to use for ...
pinkerton@google.com
2008-11-21
3
-4
/
+11
*
Fix use of LOAD= with WantSystemLib() (we could blow up if a variable
sgk@google.com
2008-11-21
1
-2
/
+2
*
Allow test_shell to open relative paths, like "test_shell ."
dsh@google.com
2008-11-21
1
-2
/
+3
*
Update tests lists after 38500:38550 merge. TBR to greenify tree.
ojan@google.com
2008-11-21
1
-2
/
+4
*
Missed a usage of TestShellRequestContext. This one is allowed to behave as
darin@chromium.org
2008-11-21
1
-1
/
+1
*
Ensure that we always use a direct connection to the internet when running in
darin@chromium.org
2008-11-21
3
-9
/
+17
*
Shim in test_shell string resources needed for http:// tests.
deanm@chromium.org
2008-11-20
1
-2
/
+135
*
Force the default GTK theme for layout tests.
evanm@google.com
2008-11-20
1
-1
/
+9
*
Review URL: http://codereview.chromium.org/11606
jcampan@chromium.org
2008-11-20
1
-1
/
+0
*
Relanding the new autofill.
jcampan@chromium.org
2008-11-20
2
-4
/
+2
*
Fix layout tests that regressed by changing the resize corner. These tests n...
tc@google.com
2008-11-20
3
-22
/
+36
*
Make the editor deletion UI work in layout test mode and
tc@google.com
2008-11-20
3
-19
/
+37
*
Use the editor delegate in the GTK test shell.
erg@google.com
2008-11-20
1
-0
/
+4
*
Disable some tests while I fix.
tc@google.com
2008-11-20
1
-2
/
+3
*
Change window_handle() to view_handle(). When disambiguating HWNDs, this was ...
avi@google.com
2008-11-20
9
-20
/
+20
*
src/webkit side of 38450:38500 merge.
ojan@google.com
2008-11-20
1
-0
/
+3
*
Changed test expectations to (hopefully) make debug layout tests happy.
sgjesse@chromium.org
2008-11-20
1
-0
/
+3
*
Update test expectations after latest submit. That
sgjesse@chromium.org
2008-11-20
1
-8
/
+0
*
Added GC protection support for objects with possible pending activity which ...
sgjesse@chromium.org
2008-11-20
2
-4
/
+0
*
Fix mac build bustage.
darin@google.com
2008-11-20
1
-1
/
+1
*
Fixed broken build - missing parameter to TestShell::InitLogging in test shel...
sgjesse@chromium.org
2008-11-20
1
-1
/
+2
*
Add option --gp-fault-error-box to test shell and run_webkit_tests.py to enab...
sgjesse@chromium.org
2008-11-20
6
-4
/
+26
*
ZOMG. I'm clearly running out of steam. Actually get the expectations right t...
ojan@google.com
2008-11-20
1
-1
/
+1
*
argh. get the text expectations right.
ojan@google.com
2008-11-20
1
-1
/
+1
*
One last update to fixable list to get tree green. TBR.
ojan@google.com
2008-11-20
1
-0
/
+1
*
More font metrics work for Linux
agl@chromium.org
2008-11-20
2
-0
/
+21
*
We had a TIMEOUT expectation for this test before.
ojan@google.com
2008-11-20
1
-4
/
+0
*
Update fixable list.
ojan@google.com
2008-11-20
1
-0
/
+28
*
non-third_party side of merge 38389:38450.
ojan@google.com
2008-11-20
1
-48
/
+5
*
Review URL: http://codereview.chromium.org/11306
jcampan@chromium.org
2008-11-20
2
-2
/
+4
*
A new implementation of the autofill using the editor client API.
jcampan@chromium.org
2008-11-20
2
-4
/
+2
*
Make the net resource interface use StringPiece instead of std::string. This...
deanm@chromium.org
2008-11-20
1
-4
/
+5
*
Revert "Make the net resource interface use StringPiece instead of
tc@google.com
2008-11-20
1
-3
/
+2
*
Make the net resource interface use StringPiece instead of std::string. This...
deanm@chromium.org
2008-11-20
1
-2
/
+3
*
Refactor some windows specific initialization code into
tc@google.com
2008-11-20
2
-86
/
+91
[next]