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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tagging two tests that seem to have a pattern the last day or so on the mac b...
thomasvl@chromium.org
2009-02-05
1
-0
/
+2
*
Fix unintentional edit from r9218.
kuchhal@chromium.org
2009-02-05
1
-1
/
+1
*
Open Chrome Window instead of tab when it is launched from a shortcut.
kuchhal@chromium.org
2009-02-05
1
-4
/
+7
*
Usual round of porting in chrome/
phajdan.jr@chromium.org
2009-02-05
7
-56
/
+39
*
WebKit merge 40500:40539 [Chromium side]
levin@chromium.org
2009-02-05
10
-23
/
+61
*
Remove the stale ifdef/comment since the it's using the command line class now
thomasvl@chromium.org
2009-02-05
1
-7
/
+0
*
Fixing build break.
thomasvl@chromium.org
2009-02-05
1
-2
/
+1
*
Fix mac/linux build break.
jam@chromium.org
2009-02-05
1
-0
/
+1
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
68
-318
/
+348
*
A workaround fix for Issue 6971.
hbono@chromium.org
2009-02-05
1
-39
/
+40
*
Another macro for 100 linear slots
cpu@google.com
2009-02-05
1
-0
/
+5
*
Check for a NULL WebPluginDelegate pointer in WebPluginImpl::TearDownPluginIn...
ananta@chromium.org
2009-02-05
1
-4
/
+6
*
Disable some tests on linux that started to fail after r9202 which
tc@google.com
2009-02-05
1
-0
/
+7
*
Index: /usr/local/google/home/shess/chromium/chromium-svn-submit/src/webkit/t...
shess@chromium.org
2009-02-05
1
-16
/
+2
*
Updates tests_fixable per my last commit.
sky@google.com
2009-02-05
1
-6
/
+0
*
This "unbaselines" some tests that were prematurely rebaselined before. Six
dsh@google.com
2009-02-05
30
-435
/
+17
*
Disable all of ScopedTempDir tests, since the next one crashed as well.
erikkay@google.com
2009-02-05
1
-1
/
+1
*
Make mock_render_process_host, test_web_contents, and testing_profile compile...
thestig@chromium.org
2009-02-05
4
-10
/
+14
*
Update DEPS to pull in latest webkit.
sky@google.com
2009-02-05
1
-1
/
+1
*
Disable ScopedTempDir.FullPath since it's crashing.
erikkay@google.com
2009-02-05
1
-0
/
+4
*
Add a few errors to the known errors list:
erikkay@google.com
2009-02-05
2
-0
/
+172
*
Take two at this CL. My last client was borked. TBR since tony approved the l...
ojan@chromium.org
2009-02-05
1
-4
/
+15
*
DEBUG was dropped from the preprocessor macros at some point. Add it
iposva@chromium.org
2009-02-05
1
-0
/
+1
*
Convert webkit_glue::GetLocalizedString to return a string16
tc@google.com
2009-02-05
9
-15
/
+29
*
Remove FromWindow from the WebWidgetHost interface and make it a static funct...
jhawkins@chromium.org
2009-02-05
4
-14
/
+3
*
Disk cache: Add a check to make sure that the index table mask is not bigger ...
rvargas@google.com
2009-02-04
2
-2
/
+14
*
Commiting the changes from my previous cl that are specific to not including ...
jam@chromium.org
2009-02-04
30
-96
/
+93
*
Make WebWidgetHost's widget into a real GtkWidget.
evan@chromium.org
2009-02-04
1
-5
/
+106
*
Disabled system level install tests on Vista. System level install tests are ...
anantha@chromium.org
2009-02-04
3
-29
/
+44
*
Add a very simple test for renderer_main, in the interests of bringup.
jeremy@chromium.org
2009-02-04
5
-11
/
+127
*
Make autofill_manager compile on POSIX.
thestig@chromium.org
2009-02-04
4
-11
/
+6
*
Removes the test
sky@google.com
2009-02-04
1
-3
/
+0
*
Explicitly removing WS_POPUP after initialization so that users of the Extern...
tommi@chromium.org
2009-02-04
2
-2
/
+6
*
Enable render_widget_host, render_view_host and backing_store. Remove the Ren...
pinkerton@chromium.org
2009-02-04
13
-133
/
+79
*
Fix two variables that were renamed but no changed on win.
jhawkins@chromium.org
2009-02-04
2
-3
/
+2
*
Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t...
jhawkins@chromium.org
2009-02-04
12
-38
/
+38
*
Get windowed plugins (Flash) limping along on Linux.
evan@chromium.org
2009-02-04
8
-13
/
+686
*
This test is still failing on the mac. TBR to green builder.
ojan@google.com
2009-02-04
1
-0
/
+1
*
Recommit "Make chrome/renderer/render_main.cc cross-platform + OS X bringup."
jeremy@chromium.org
2009-02-04
8
-53
/
+197
*
Commit just the changes to make creating new IPC channel types easier.
jam@chromium.org
2009-02-04
23
-220
/
+139
*
Add fast/encoding/char-encoding-mac.html to tests_ignored list even on Mac.
jungshik@google.com
2009-02-04
1
-1
/
+3
*
Paper over a crash that I think is due to the way we shut down the view hiera...
ben@chromium.org
2009-02-04
1
-0
/
+7
*
Autocomplete popup should not handle the Home and end key messages, they shou...
jcampan@chromium.org
2009-02-04
2
-12
/
+31
*
Added missing DEPS for fixing builds
hclam@chromium.org
2009-02-04
1
-0
/
+1
*
Fix some obvious not implemented linux bits so we can crash later
tc@google.com
2009-02-04
2
-8
/
+25
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-04
11
-13
/
+132
*
Add render_view to the mac build.
brettw@google.com
2009-02-04
1
-1
/
+3
*
AudioRendererHost and unit test files
hclam@chromium.org
2009-02-04
5
-0
/
+340
*
Add support for 8 Indian languages.
jungshik@google.com
2009-02-04
13
-9
/
+41
*
Make render_view_host_manager.cc compile on POSIX.
thestig@chromium.org
2009-02-04
4
-12
/
+8
[next]