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
*
Pull new WebKit to fix the build.
brettw@google.com
2008-12-09
1
-1
/
+1
*
Webkit trunk accepted my patch to check MIME names before IANA names a while ...
jungshik@google.com
2008-12-09
2
-5
/
+3
*
Merge WebKit from r38950 -> r39000
brettw@google.com
2008-12-09
5
-5
/
+20
*
Make the spellcheck-context-menu generation code more robust/future-proof (fi...
jungshik@google.com
2008-12-09
1
-10
/
+17
*
Fix duplicate expecations for linux-dbg.
ojan@google.com
2008-12-09
1
-1
/
+1
*
Linux rebaselines: checking in Linux image baselines for fast tests
agl@chromium.org
2008-12-09
339
-0
/
+350
*
Updated MediaFormat to use std::string and char/wchar_t constants and tweaked...
scherkus@chromium.org
2008-12-09
2
-61
/
+60
*
Specify the dependency on using_wtl.vsprops using a path relative to chrome t...
ananta@chromium.org
2008-12-09
1
-1
/
+1
*
Relabel an ignored test that is timing out in Linux optimized builds.
evanm@google.com
2008-12-08
1
-5
/
+6
*
Update fixable list with now passing tests.
ojan@google.com
2008-12-08
1
-20
/
+0
*
Revert r6550 after r6547 (oops, lack of coordination)
mark@chromium.org
2008-12-08
1
-0
/
+1
*
Backs out tree node iterator until I figure out why release build doesn't
sky@google.com
2008-12-08
5
-128
/
+0
*
Cleaned up Media filter interface comments and definitions.
scherkus@chromium.org
2008-12-08
1
-35
/
+24
*
Adds an iterator over tree nodes.
sky@google.com
2008-12-08
5
-0
/
+128
*
Cleanup part 3.
pkasting@chromium.org
2008-12-08
2
-161
/
+160
*
Remove duplicate tests_fixable entry on Mac
mark@chromium.org
2008-12-08
1
-1
/
+0
*
Cleanup part 2.
pkasting@chromium.org
2008-12-08
1
-30
/
+20
*
Work around file descriptor leak in Python subprocess module
mark@chromium.org
2008-12-08
1
-2
/
+25
*
Add HTML for the image to the clipboard when the user selects
tc@google.com
2008-12-08
2
-9
/
+0
*
Fixed infinite recursion with MIMETypeRegistry::isSupportedMediaMIMEType and ...
scherkus@chromium.org
2008-12-08
1
-5
/
+7
*
The CHECK I added in r6458 fails. So I'm refining that
wtc@google.com
2008-12-08
1
-2
/
+4
*
Original CL 12831, fixes build errors.
hclam@chromium.org
2008-12-08
3
-4
/
+11
*
Separate SHLINKFLAGS from LINKFLAGS. The former is used when linking shared
mpcomplete@google.com
2008-12-08
3
-25
/
+36
*
Mark a test as failing while I debug offline.
tc@google.com
2008-12-08
1
-0
/
+3
*
Checking in media buffer pure interfaces.
scherkus@chromium.org
2008-12-08
1
-20
/
+37
*
Fix 1955: Show Chromium build number after version (Chromium only)
finnur@google.com
2008-12-08
1
-0
/
+5
*
Cleanup, part 1.
pkasting@chromium.org
2008-12-08
25
-307
/
+305
*
More addions to the installer html dialog class
cpu@google.com
2008-12-08
3
-11
/
+106
*
Fixing 5132: Find-in-page reports wrong ordinal when restarting search in sub...
finnur@google.com
2008-12-08
2
-1
/
+31
*
Only copy image data to the clipboard when users select
tc@google.com
2008-12-08
2
-2
/
+27
*
Remove some expected-CRASH lines for a test that's passing on Linux and Windows.
evanm@google.com
2008-12-08
1
-4
/
+0
*
Gears 0.5.4.2 binaries.
mpcomplete@google.com
2008-12-08
2
-0
/
+0
*
bad merge, no need to delete a scoped_ptr
tc@google.com
2008-12-08
1
-1
/
+0
*
make icon 512x512 resolution. gosh it's pretty.
pinkerton@google.com
2008-12-08
1
-0
/
+0
*
* Add timeout support to POSIX WaitForSingleProcess()
jeremy@chromium.org
2008-12-08
1
-5
/
+42
*
Fixes bug during tab close that results in all tabs after closed tab
sky@google.com
2008-12-08
1
-1
/
+4
*
Fix a leak in ExtensionsService and another in ExtensionsServiceTest.
aa@chromium.org
2008-12-08
2
-6
/
+9
*
Fix two minor issues with ExtensionsService test data:
aa@chromium.org
2008-12-08
2
-0
/
+2
*
Report errors during extension load. Change all the error strings to utf-8.
aa@chromium.org
2008-12-08
6
-52
/
+60
*
Add baselines for some new tests, the fonts differ from the Mac baselines.
deanm@chromium.org
2008-12-08
60
-141
/
+141
*
First cut at POSIX Implementation of IPC Channel using FIFOs.
jeremy@chromium.org
2008-12-08
2
-18
/
+518
*
Remove some mac only flags for things now listed in other places/files.
thomasvl@chromium.org
2008-12-08
1
-3
/
+0
*
Initial step to enable CSS Gradients.
mmoss@google.com
2008-12-08
1
-3
/
+8
*
* Return error in case non admin user tries system level install.
kuchhal@chromium.org
2008-12-08
6
-8
/
+33
*
Add FD watching support to message_pump_libevent.
jeremy@chromium.org
2008-12-08
4
-14
/
+84
*
Set correct PYTHONPATH for layout tests on Mac (is this right for Linux?)
mark@chromium.org
2008-12-08
2
-2
/
+2
*
Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr
mark@chromium.org
2008-12-08
4
-41
/
+72
*
Add the mac expected results for some tests, a rebaseline will follow up.
deanm@chromium.org
2008-12-08
60
-0
/
+222
*
More annotations and organization of linux layout test failures.
deanm@chromium.org
2008-12-08
1
-13
/
+15
*
Platform cleanup in common/
deanm@chromium.org
2008-12-08
5
-20
/
+29
[next]