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
*
Paint regions properly on linux test_shell.
tc@google.com
2008-11-05
1
-14
/
+39
*
Hook up linux test shell mouse events
tc@google.com
2008-11-04
1
-15
/
+46
*
make it easier to type urls into testshell by adding http if there's no scheme
pinkerton@google.com
2008-11-04
1
-2
/
+6
*
Cleanup editor_client_impl.cc after http://codereview.chromium.org/8677/show
tc@google.com
2008-11-04
1
-15
/
+0
*
Fix a crasher when printing.
maruel@chromium.org
2008-11-04
1
-1
/
+33
*
Don't use ENABLE_DATABASE in DOMWindow.idl yet, it's not ready (r4486 fallout)
mark@chromium.org
2008-11-04
1
-1
/
+2
*
Updating the Chrome plugin installer database files with the updated
ananta@chromium.org
2008-11-04
2
-0
/
+653
*
Add chromium_bridge_impl.cc to the Xcode build.
darin@google.com
2008-11-04
1
-2
/
+4
*
Add 2 new failures to the tests_fixable list to
nsylvain@chromium.org
2008-11-04
1
-1
/
+4
*
Fix two issues with window.location:
ager@google.com
2008-11-04
5
-13
/
+81
*
Rebaselined the following layout tests
sgjesse@chromium.org
2008-11-04
4
-6
/
+3
*
Remove chrome/fast/encoding/hanarei-blog32-fc2-com.html test and result. It's...
jungshik@google.com
2008-11-04
2
-45
/
+0
*
Add ENABLE_CTI=1 to both using_javascriptcore.vsprops and using_KJSBinding.vs...
fqian@google.com
2008-11-04
1
-1
/
+1
*
Fix Linux/Mac builds after my change to test_shell.
mpcomplete@google.com
2008-11-04
2
-8
/
+0
*
Finish unforking the async history item changes.
mpcomplete@google.com
2008-11-04
7
-22
/
+0
*
Change the event-listener-context.html test status.
dglazkov@google.com
2008-11-03
1
-2
/
+2
*
add sqlite to the build path
tc@google.com
2008-11-03
1
-0
/
+6
*
fix build by adding sql and storage files to webcore SConscript
tc@google.com
2008-11-03
3
-4
/
+22
*
Revert changes in issue 9247.
fqian@google.com
2008-11-03
2
-1
/
+3
*
Build database files on the Mac (r4486). Sets HEADER_SEARCH_PATHS and adds
mark@chromium.org
2008-11-03
2
-43
/
+270
*
enable database in scons build
tc@google.com
2008-11-03
1
-1
/
+1
*
Turn on ENABLE_DATABASE on the Mac (r4486)
mark@chromium.org
2008-11-03
1
-2
/
+2
*
Mac build support for HTML5 media/audio/video/source tags (r4332)
mark@chromium.org
2008-11-03
1
-3
/
+53
*
Get Database compiling on Chromium. Note that because we aren't generating the
aa@google.com
2008-11-03
8
-1135
/
+1384
*
Port a few more test_shell_tests to Linux.
tc@google.com
2008-11-03
9
-865
/
+1455
*
Fix Selenium tests
dglazkov@google.com
2008-11-03
5
-30
/
+58
*
Rename ScriptController::notifyDOMWindowReady() to windowObjectAvailable().
fqian@google.com
2008-11-03
2
-3
/
+1
*
Fix state pushing in the graphics context. My changes pushed a default state ...
brettw@google.com
2008-11-01
1
-1
/
+1
*
Fix font regression. I was using ascent() instead of font->ascent(), which
brettw@google.com
2008-11-01
1
-10
/
+7
*
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
*
Factor out text, theme, and icon stuff out of PlatformContextSkia back to the...
brettw@google.com
2008-10-31
6
-526
/
+399
*
Merge linux and windows test shells to share code.
tc@google.com
2008-10-31
6
-232
/
+53
*
This fixes bug http://code.google.com/p/chromium/issues/detail?id=3881, which
ananta@chromium.org
2008-10-31
2
-12
/
+22
*
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
*
Fix scons oops.
darin@chromium.org
2008-10-31
1
-1
/
+1
*
Add missing file. Oops :(
darin@chromium.org
2008-10-31
1
-0
/
+22
*
Get rid of GOOGLE_WEBKIT_WITHOUT_GLUE_DEPENDENCY. This was a temporary
mark@chromium.org
2008-10-31
2
-8
/
+2
*
Takes steps to make our PlatformScreen implementation more portable.
darin@chromium.org
2008-10-31
17
-188
/
+240
*
Updated project files and added V8 bindings for HTML5 media/audio/video/sourc...
scherkus@chromium.org
2008-10-31
14
-4
/
+416
*
* rebase a test I missed
tc@google.com
2008-10-31
2
-0
/
+1
*
Fix gcc build break:
mark@chromium.org
2008-10-31
1
-10
/
+10
*
WTF?! wtf is lowercase. Fix build break on case-sensitive filesystems (like
mark@chromium.org
2008-10-31
1
-1
/
+1
*
Fix a null-ptr renderer crash.
ericroman@google.com
2008-10-31
1
-0
/
+8
*
Get fonts to render in a somewhat recognisable form on Linux.
agl@chromium.org
2008-10-31
14
-90
/
+652
*
Reformat PlatformContextSkia to be WEbKit style. Reindent the code, rename va...
brettw@google.com
2008-10-31
3
-561
/
+612
*
Add missing file to the JSC project.
dglazkov@google.com
2008-10-31
1
-0
/
+4
*
Adjust the readonly form control state to no longer look
tc@google.com
2008-10-31
8
-17
/
+11
*
Set the size properly in our ImageBuffer. This makes various operations fail ...
brettw@google.com
2008-10-31
2
-11
/
+1
[next]