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
*
Adds wiring for tab overview.
sky@chromium.org
2009-06-12
2
-0
/
+310
*
Temporarily disable tests causing memory leaks.
ericroman@google.com
2009-06-12
2
-3
/
+10
*
Fix A/V sync regression caused by not queueing video timestamps properly.
scherkus@chromium.org
2009-06-12
1
-6
/
+9
*
Fix TCPClientSocketPoolTest to play well with HostCache.
willchan@chromium.org
2009-06-12
1
-60
/
+89
*
Disable URLRequestTest.CancelTest4 since it started leaking.
willchan@chromium.org
2009-06-12
1
-1
/
+1
*
Skip http/tests/loading/deleted-host-in-resource-load-delegate-callback.html
darin@chromium.org
2009-06-12
1
-1
/
+1
*
We now have expected results for canvas-lineWidth.html, so we can let this test
darin@chromium.org
2009-06-12
1
-1
/
+0
*
Trust the asynchronous read protocol and stop posting tasks to the pipeline.
scherkus@chromium.org
2009-06-12
8
-66
/
+58
*
Remove expected failures for tests that now pass.
darin@chromium.org
2009-06-12
1
-11
/
+0
*
Include <stdlib.h> for the declarations of memcpy, malloc, free.
ericroman@google.com
2009-06-12
1
-0
/
+1
*
Updates prior to cutting over chrome.dll to gyp generation:
sgk@chromium.org
2009-06-12
1
-1
/
+24
*
Fix bustage (consistent output directory names for .rc file).
sgk@google.com
2009-06-12
1
-4
/
+4
*
Have 'browser_tests_dll' use the common chrome_dll_version.rc generated
sgk@google.com
2009-06-12
1
-52
/
+2
*
Fixing memleak found by purify.
finnur@chromium.org
2009-06-12
1
-0
/
+2
*
Allow external hosts to handle the context menu and thus be able to customize...
ananta@chromium.org
2009-06-12
24
-17
/
+233
*
Experiment: turn off host caching to see if it relates to client socket pool ...
ericroman@google.com
2009-06-12
2
-3
/
+9
*
Factor out the code that deals with installing external extensions through Re...
finnur@chromium.org
2009-06-12
10
-236
/
+583
*
Fix leak in my interstitial page test.
willchan@chromium.org
2009-06-12
3
-15
/
+2
*
Fix SimpleDataSource so it doesn't double-initialize.
scherkus@chromium.org
2009-06-12
1
-3
/
+3
*
Try to track down a dangling ClientSocketHandle* by upgrading DCHECKs to CHECKs.
willchan@chromium.org
2009-06-12
2
-28
/
+32
*
Spaces are not URL-encoded in the Omnibar
mhm@chromium.org
2009-06-12
1
-1
/
+1
*
Remove a DCHECK which is being hit because of a unit-test's particular setup.
ericroman@google.com
2009-06-12
1
-1
/
+4
*
Oops, disable the correct test this time :)
willchan@chromium.org
2009-06-12
1
-3
/
+3
*
Disable leaky web_contents_unittest.cc interstitial test.
willchan@chromium.org
2009-06-12
1
-1
/
+2
*
* Avoid doing concurrent DNS resolves of the same hostname in HostResolver.
ericroman@google.com
2009-06-12
47
-198
/
+1808
*
Add known purify test failures.
willchan@chromium.org
2009-06-12
1
-0
/
+13
*
Unit tests for FFmpegVideoDecoder using gmock.
scherkus@chromium.org
2009-06-12
4
-6
/
+274
*
Delay loading FFmpeg dlls from the test_shell
hclam@chromium.org
2009-06-12
1
-0
/
+5
*
Disabling FFmpegDemuxerTest.MP3Hack due to flakiness.
scherkus@chromium.org
2009-06-11
1
-1
/
+3
*
Remove duplicates in test_expectations.
tc@google.com
2009-06-11
1
-3
/
+2
*
Removed duplicated entried from expected_tests.txt.
idana@google.com
2009-06-11
1
-4
/
+2
*
Add a cmd-line flag to chrome to trigger the try chrome experiment
cpu@google.com
2009-06-11
2
-0
/
+6
*
Disabled more layout tests in an attempt to make the tree go green.
idana@google.com
2009-06-11
1
-2
/
+11
*
Linux: Special case focus handling so that we don't tell webkit it's lost foc...
estade@chromium.org
2009-06-11
6
-17
/
+50
*
Linux: fix icon theme double free on shutdown by eliminating dupes from icon ...
estade@chromium.org
2009-06-11
3
-10
/
+14
*
Revert previous solution change because it breaks the Windows build.
brettw@google.com
2009-06-11
1
-1
/
+0
*
Mark some tests as failing due to pre-existing bugs. Move to the right spots...
pkasting@chromium.org
2009-06-11
1
-9
/
+12
*
UI tweaks for the tab strip on linux.
sky@chromium.org
2009-06-11
2
-2
/
+18
*
Make chrome_dll dependent on the theme DLL so if you just build and run Chrome
brettw@google.com
2009-06-11
1
-0
/
+1
*
Fix a layout bug in the fonts and languages dialog where
tc@google.com
2009-06-11
51
-68
/
+7
*
Fixing v8 build when include or lib are set.
yux@google.com
2009-06-11
1
-6
/
+6
*
Fix javascript-backslash.html layout test failure.
darin@chromium.org
2009-06-11
4
-211
/
+233
*
Added another command line option to run the tests after profile backup.
anantha@chromium.org
2009-06-11
7
-30
/
+83
*
Split FFmpegDemuxerStream into a separate interface AVStreamProvider.
scherkus@chromium.org
2009-06-11
11
-46
/
+80
*
Change DnsMaster to only access HostResolver only on the IO thread.
ericroman@google.com
2009-06-11
5
-81
/
+197
*
Make sure view-source: is applied to RenderView when it is reused for a new
brettw@google.com
2009-06-11
3
-1
/
+60
*
Adds the ability to import the home page of the default browser. The import ...
gwilson@google.com
2009-06-11
4
-2
/
+12
*
Add watchlist rules for src/
nirnimesh@chromium.org
2009-06-11
1
-0
/
+30
*
GTK: Graphical polish on the BlockedPopupContainerView. Specifically, rounded...
erg@google.com
2009-06-11
2
-17
/
+69
*
Setting svn:eol-style for a few files
hclam@chromium.org
2009-06-11
0
-0
/
+0
[next]