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
/
base
/
test
/
test_suite.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a direct include of time headers in base/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-6
/
+5
*
Revert 202305 "Destroy all Singletons and LazyInstances between ..."
rsesek@chromium.org
2013-05-25
1
-30
/
+0
*
Destroy all Singletons and LazyInstances between each test.
rsesek@chromium.org
2013-05-25
1
-0
/
+30
*
Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not
lliabraa@chromium.org
2013-03-15
1
-0
/
+8
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-2
/
+2
*
GTTF: No more FLAKY_ .
phajdan.jr@chromium.org
2012-12-21
1
-47
/
+0
*
Move EnableInProcessStackDumping to base/debug
phajdan.jr@chromium.org
2012-11-01
1
-1
/
+2
*
GTTF: remove FAILS_ prefix, part 1
phajdan.jr@chromium.org
2012-11-01
1
-13
/
+1
*
Revert 144488 - For unit tests, track additions to AtExitManager and warn.
scottbyer@chromium.org
2012-07-25
1
-56
/
+0
*
Replace MessagePumpForUI with MessagePumpDefault in unit tests.
rohitrao@chromium.org
2012-07-25
1
-0
/
+8
*
Make it possible to run gtests on iOS.
leng@chromium.org
2012-07-13
1
-2
/
+7
*
Get base_unittests closer to compiling for iOS
stuartmorgan@chromium.org
2012-07-11
1
-2
/
+4
*
Remove ANDROID_APK_TEST_TARGET
nileshagrawal@chromium.org
2012-06-28
1
-2
/
+2
*
For unit tests, track additions to AtExitManager and warn.
scottbyer@chromium.org
2012-06-27
1
-0
/
+56
*
Suppress the "Assertion Failed" dialog of VC++. (Take 2)
hbono@chromium.org
2012-06-19
1
-0
/
+8
*
Revert r142693 "Suppress the "Assertion Failed" dialog of VC++."
oshima@chromium.org
2012-06-18
1
-6
/
+0
*
Suppress the "Assertion Failed" dialog of VC++.
hbono@chromium.org
2012-06-18
1
-0
/
+6
*
Chromium support of running DumpRenderTree as an apk on Android
wangxianzhu@chromium.org
2012-06-01
1
-8
/
+9
*
Convert the session restore ui_tests to browser_tests. I renabled the disable...
jam@chromium.org
2012-04-25
1
-21
/
+11
*
Add a "--silent" flag to our test suite to disable gtest output. This clears ...
jam@chromium.org
2012-04-23
1
-11
/
+22
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
1
-1
/
+1
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-3
/
+3
*
Allow callers of CommandLine::Init to know whether they were the first caller.
erikwright@chromium.org
2012-02-27
1
-5
/
+7
*
Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...
ananta@chromium.org
2011-12-15
1
-4
/
+17
*
Added comments to setlocale call.
saintlou@chromium.org
2011-12-09
1
-0
/
+3
*
Fix test failures when calling native char conversion functions (e.g wrctomb).
saintlou@chromium.org
2011-12-08
1
-1
/
+3
*
Replace ScopedCommandLineOverride with TestSuite listener.
miket@chromium.org
2011-11-22
1
-0
/
+27
*
Remove calls to g_thread_init().
willchan@chromium.org
2011-11-05
1
-1
/
+0
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-1
/
+5
*
Upstream: The test stub for Android
michaelbai@google.com
2011-10-04
1
-0
/
+12
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-9
/
+0
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Roll gtest 492:539 and gmock 300:358
thakis@chromium.org
2011-02-24
1
-0
/
+3
*
Cleanup base & app unit test MockCrApp NSApp initialization.
msw@chromium.org
2011-02-03
1
-0
/
+9
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-11
1
-4
/
+6
*
Revert 70920 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
1
-6
/
+4
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
1
-4
/
+6
*
Revert 70782 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
1
-6
/
+4
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
1
-4
/
+6
*
Move base/debug_on_start to base/debugger and rename it to be _win since it
brettw@chromium.org
2011-01-01
1
-2
/
+2
*
Remove base/debug_util. Move the debug UI related functions to base/debug/deb...
brettw@google.com
2011-01-01
1
-3
/
+1
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-1
/
+3
*
Move scoped_nsdisable_screen_update from base to app/mac
brettw@chromium.org
2010-10-18
1
-2
/
+2
*
Move TestTimeouts from chrome/test to base/test.
sergeyu@chromium.org
2010-10-05
1
-0
/
+3
*
Re-land part of r55416, minus actually moving the test_suite.h contents to a ...
brettw@chromium.org
2010-08-17
1
-2
/
+137
*
Separate out the constructor and Run from test_suite.cc. This is an isolated
brettw@chromium.org
2010-08-16
1
-0
/
+79
*
Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...
nsylvain@chromium.org
2010-08-09
1
-244
/
+0
*
Cleanup in base. This moves the implementation (and a bunch of header file
brettw@chromium.org
2010-08-09
1
-0
/
+244