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
*
See if mac bitches about not having config.h
mbelshe@google.com
2009-01-26
3
-0
/
+3
*
Fix the build.
brettw@chromium.org
2009-01-26
1
-1
/
+1
*
Added media as a chrome.dll dependency.
scherkus@chromium.org
2009-01-26
2
-0
/
+2
*
Add missing instruction_map.cc in sdch/SConscript.
thestig@chromium.org
2009-01-26
1
-0
/
+2
*
Rebaseline 4 more tests where the expected results changed.
tc@google.com
2009-01-26
5
-326
/
+328
*
Rebaseline some tests that changed upstream.
tc@google.com
2009-01-26
7
-115
/
+109
*
Make render_view_host compile on Mac & Linux, add to the build.
brettw@google.com
2009-01-26
9
-42
/
+89
*
Rebaseline a lot of Linux layout tests.
estade@chromium.org
2009-01-26
54
-44
/
+905
*
Attempt to fix mac build
mbelshe@google.com
2009-01-26
1
-0
/
+12
*
Add new files for linux/mac ports.
mbelshe@google.com
2009-01-26
1
-0
/
+3
*
Case sensitive directory names on linux
mbelshe@google.com
2009-01-26
1
-1
/
+1
*
Reverting 8665.
maruel@chromium.org
2009-01-26
1
-4
/
+0
*
Fix compile error in dump_files (didn't catch the error since dump_cache isn'...
erikkay@google.com
2009-01-26
1
-1
/
+2
*
Force SCons to use the VC8 toolchain.
maruel@chromium.org
2009-01-26
1
-0
/
+4
*
Add newlines to the end of files so that linux can compile
mbelshe@google.com
2009-01-26
5
-1
/
+6
*
Change FileStream to use FilePath instead of wstring.
erikkay@google.com
2009-01-26
8
-14
/
+19
*
Add a new interface to JS for access to a microsecond timer (Interval).
mbelshe@google.com
2009-01-26
9
-37
/
+247
*
Include chrome/browser/views/SConscript in Linux build.
phajdan.jr@chromium.org
2009-01-26
2
-4
/
+172
*
Make RenderWidgetHelper portable.
brettw@chromium.org
2009-01-26
3
-25
/
+43
*
Link Doctor is expecting the query param connectionfailure, not
tc@google.com
2009-01-26
1
-1
/
+1
*
This change should have few user-visible effects. I think I slightly modifie...
pkasting@chromium.org
2009-01-26
8
-322
/
+341
*
Added media/base to chrome/renderer/DEPS.
scherkus@chromium.org
2009-01-26
1
-0
/
+1
*
Add some more menu items from cole
pinkerton@google.com
2009-01-26
2
-244
/
+459
*
Remove the -win/_win from the test file names since they really aren't windows
thomasvl@chromium.org
2009-01-26
3
-22
/
+22
*
fix button cell to use cell's tag for appearance, not the button's cell which...
pinkerton@google.com
2009-01-26
3
-24
/
+39
*
Checking in stubbed out ChromeMediaPlayer filter implementations.
scherkus@chromium.org
2009-01-26
9
-315
/
+556
*
Close the handle to the child process after terminating it. This avoids
darin@chromium.org
2009-01-26
1
-0
/
+1
*
Add thread safety checks but keep them disabled for now until I fix all the c...
maruel@chromium.org
2009-01-26
4
-7
/
+43
*
Do no use custom gtkrc files in layout test mode.
thestig@chromium.org
2009-01-26
1
-0
/
+5
*
Put one test from 'fast' back on the fail list because text diff output
finnur@google.com
2009-01-26
1
-1
/
+1
*
Roll DEPs to pick up SimpleFontData changes in http://codereview.chromium.org...
dglazkov@google.com
2009-01-26
1
-1
/
+1
*
Sort file refs and build refs by UUID so Xcode doesn't resort them on
aharper@chromium.org
2009-01-26
1
-0
/
+6
*
Generate additional .vcproj files in miscellaneous top-level components.
sgk@google.com
2009-01-26
14
-113
/
+534
*
Update run_all_tests to use the platform delegate, thus removing even
amanda@chromium.org
2009-01-26
3
-24
/
+9
*
Five more layout tests from the 'fast' folder. The tests needed rebaselining ...
finnur@google.com
2009-01-26
8
-267
/
+265
*
sync up xcode proj with scons file
pinkerton@google.com
2009-01-26
1
-0
/
+28
*
Fixes possible crash in restoring a previously closed window. The
sky@google.com
2009-01-26
1
-0
/
+3
*
Rebaseline a test in opt mode.
estade@chromium.org
2009-01-26
3
-4
/
+1
*
Some cleanups I've had sitting around for a while that are getting in my way ...
pkasting@chromium.org
2009-01-26
1
-139
/
+93
*
Two of the three places that set a window mask had it wrong. Fix it.
pkasting@chromium.org
2009-01-26
2
-3
/
+9
*
Reduce the size of a release test_shell from 18mb to 12mb.
deanm@chromium.org
2009-01-26
1
-0
/
+7
*
Fix warning which breaks compile with gcc 4.3.x
maruel@chromium.org
2009-01-26
1
-2
/
+2
*
More mac updates based on the bots debug/release runs.
thomasvl@chromium.org
2009-01-26
1
-17
/
+16
*
No changes, just opening the project and letting xcode do it's work -
thomasvl@chromium.org
2009-01-26
3
-17
/
+47
*
Add a official build target for Linux, builds with OFFICIAL_BUILD.
deanm@chromium.org
2009-01-26
1
-0
/
+5
*
Make sure variables are referenced in CHECK macros, even for official builds.
deanm@chromium.org
2009-01-26
1
-11
/
+13
*
Unfork test_shell_main:
amanda@chromium.org
2009-01-26
17
-716
/
+611
*
Reverting 8627,8625.
maruel@chromium.org
2009-01-26
14
-339
/
+745
*
Fix MSVC warning.
phajdan.jr@chromium.org
2009-01-26
1
-1
/
+3
*
One test has been fixed in V8 bleeding_edge. Adding a comment to the
ager@google.com
2009-01-26
1
-1
/
+4
[next]