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
/
chrome
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
14
-96
/
+89
*
Rework the command updater to not be dependent on views::Button (needed for p...
ben@chromium.org
2009-01-20
1
-1
/
+1
*
POSIX: Get IPCSyncChannel unittests working
agl@chromium.org
2009-01-20
1
-1
/
+0
*
Shuffle unit_tests.scons.
maruel@chromium.org
2009-01-20
2
-150
/
+167
*
Shuffle the unit_tests project to correctly classify each tests. It will simp...
maruel@chromium.org
2009-01-20
1
-571
/
+603
*
Reverting 8263.
brettw@chromium.org
2009-01-20
1
-0
/
+20
*
fix win scons unit test compile
tc@google.com
2009-01-18
1
-1
/
+2
*
Reverting 8262.
brettw@chromium.org
2009-01-18
1
-20
/
+0
*
Create some test framework for RenderViewHost. Create a simple RenderView unit
brettw@chromium.org
2009-01-18
1
-0
/
+20
*
Forgot test file in the CL for the test sink change.
brettw@chromium.org
2009-01-17
2
-0
/
+9
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
17
-430
/
+2005
*
Temporarily disable the SSLUITest.* tests on the Purify
paulg@google.com
2009-01-16
1
-0
/
+4
*
fix linux
ben@chromium.org
2009-01-16
1
-2
/
+2
*
Move url_* to net subdir
ben@chromium.org
2009-01-16
5
-6
/
+6
*
Move functions required by the rest of the browser from RenderProcessHost to ...
brettw@chromium.org
2009-01-16
1
-3
/
+3
*
Move all the SSL stuff into its own subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Remove timeout constants from ui_tests. All tests will now
paulg@google.com
2009-01-16
6
-58
/
+58
*
fix linux unittest bustage
ben@chromium.org
2009-01-16
1
-2
/
+2
*
Move metrics files into a subdir
ben@chromium.org
2009-01-16
2
-3
/
+3
*
Move search code to a subdir
ben@chromium.org
2009-01-16
3
-9
/
+9
*
Exclude some ui_tests from the purify bot that often stall.
paulg@google.com
2009-01-15
1
-2
/
+10
*
WaitableEvent is the replacement for Windows events. Previously in the code, ...
agl@chromium.org
2009-01-15
1
-10
/
+6
*
New implementations of core plugin libraries.
avi@google.com
2009-01-15
1
-0
/
+1
*
Fie.
ben@chromium.org
2009-01-15
3
-9
/
+9
*
Move search engines files into subdir
ben@chromium.org
2009-01-15
3
-9
/
+9
*
Add a sleep timeout argument to the ui_test scripts. This will
paulg@google.com
2009-01-15
2
-1
/
+13
*
post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.
ericroman@google.com
2009-01-15
2
-0
/
+5
*
Move password manager files into a subdir
ben@chromium.org
2009-01-15
1
-2
/
+2
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
5
-12
/
+12
*
More ui_test purify changes.
paulg@google.com
2009-01-15
1
-1
/
+1
*
Porting in chrome/common/
phajdan.jr@chromium.org
2009-01-14
2
-0
/
+5
*
Provides the infrastructure for Browser unit tests that create a
sky@google.com
2009-01-14
5
-0
/
+207
*
Remove the stupid folders in the unit tests project. I kept hunspell which has
brettw@chromium.org
2009-01-14
1
-773
/
+461
*
Call logging::InitLogging. The lack of this was causing some hangs (and poss...
erikkay@google.com
2009-01-13
4
-55
/
+2
*
Pass the test case name to the browser process in order to
paulg@google.com
2009-01-13
2
-0
/
+20
*
Add version to list of required fields. This is required prep work for exten...
erikkay@google.com
2009-01-12
2
-0
/
+2
*
Add more tests to unit_tests on Linux, and some platform cleanups.
phajdan.jr@chromium.org
2009-01-12
1
-5
/
+8
*
Rename extension_protocol* to extension_protocols*
aa@chromium.org
2009-01-09
1
-2
/
+2
*
This is a rename of the term 'Greasemonkey' to 'user script' in Chromium.
aa@chromium.org
2009-01-09
3
-13
/
+9
*
Make more ui_tests Purify friendly.
paulg@google.com
2009-01-09
1
-3
/
+4
*
Add FTP unit test in preparation for portable FTP implementation.
erikkay@google.com
2009-01-08
1
-4
/
+10
*
Porting in chrome/ (add 6 files to Linux SCons build)
phajdan.jr@chromium.org
2009-01-08
2
-30
/
+62
*
Adds some more cleanup and test coverage to the Accessibility tests.
klink@chromium.org
2009-01-08
5
-392
/
+354
*
Add a UI test to make sure we sanitize the filename
tc@google.com
2009-01-07
4
-0
/
+16
*
Butcher some files to make ui_tests run 0 tests on Linux.
evanm@google.com
2009-01-06
4
-30
/
+137
*
Reverting 7574 which reverted 7570. It was an error on my part.
maruel@chromium.org
2009-01-06
1
-2
/
+2
*
Reverting 7570.
maruel@chromium.org
2009-01-06
1
-2
/
+2
*
* Port l10n_utiL and it's unit test on POSIX.
jeremy@chromium.org
2009-01-05
1
-2
/
+2
*
Refactor the render widget unittest so it can be reused to create a render view
brettw@chromium.org
2009-01-05
1
-21
/
+19
*
Add generic unzip support. This is to be used by extensions.
erikkay@google.com
2008-12-31
8
-1
/
+52
[next]