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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase the broken tests threshold from 10 to 20
phajdan.jr@chromium.org
2014-03-31
1
-1
/
+1
*
Remove GN GYP generator.
brettw@chromium.org
2014-03-27
1
-3
/
+0
*
Use SYZYASAN instead of ADDRESS_SANITIZER.
chrisha@google.com
2014-03-27
1
-1
/
+1
*
Fix "unreachable code" warnings (MSVC warning 4702) in base/.
pkasting@chromium.org
2014-03-20
1
-2
/
+0
*
Fix a compile failure on some FYI bot that is worried about use-without-init.
pkasting@chromium.org
2014-03-19
1
-17
/
+7
*
Style changes split off of https://codereview.chromium.org/202993003/ .
pkasting@chromium.org
2014-03-19
1
-46
/
+42
*
IPC: Make ipc_perftests run on Android.
epenner@chromium.org
2014-03-19
3
-7
/
+13
*
Move some functions in test_file_util to base namespace.
brettw@chromium.org
2014-03-17
6
-48
/
+61
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
3
-6
/
+4
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-17
1
-10
/
+9
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
jochen@chromium.org
2014-03-15
1
-9
/
+10
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
1
-10
/
+9
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
thakis@chromium.org
2014-03-14
1
-9
/
+10
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-14
1
-10
/
+9
*
[Metrics] Don't require clients of StatisticsDeltaReader to call StatisticsRe...
isherman@chromium.org
2014-03-12
3
-23
/
+9
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
3
-30
/
+13
*
Add multiprocess test helper functions.
viettrungluu@chromium.org
2014-03-08
3
-15
/
+102
*
Used scoped_ptr
suyash.s@samsung.com
2014-03-07
2
-4
/
+4
*
Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.
viettrungluu@chromium.org
2014-03-06
2
-19
/
+0
*
Add a comment regarding base::PathService::Override usage.
thestig@chromium.org
2014-02-26
1
-1
/
+1
*
Fixed bug which caused incorrect XML report to be written by the new
fatalerr@yandex-team.ru
2014-02-26
1
-0
/
+3
*
Hook up more GN toolkit and UI-based flags.
brettw@chromium.org
2014-02-12
1
-0
/
+2
*
Don't write duplicate gtest logs on iOS.
lliabraa@chromium.org
2014-02-06
1
-0
/
+4
*
FindBugs: Rename org.chromium.base.test.util.ScalableTimeout.ScaleTimeout to ...
thestig@chromium.org
2014-02-06
1
-1
/
+1
*
Add more owners to base for Android
nyquist@chromium.org
2014-02-04
1
-0
/
+1
*
Pull new GN binary @ r247206
brettw@chromium.org
2014-01-28
1
-1
/
+1
*
Threading: Remove TaskRunnerHandlesNonZeroDelays from TaskRunnerTestDelegate
nhiroki@chromium.org
2014-01-28
2
-45
/
+0
*
GTTF: Clearly tag unreliable results in the new test launcher
phajdan.jr@chromium.org
2014-01-24
1
-0
/
+9
*
Convert GN single-item list concat to use lists.
brettw@chromium.org
2014-01-17
1
-3
/
+3
*
Clean up TestLauncherDelegate.
phajdan.jr@chromium.org
2014-01-13
3
-30
/
+2
*
Avoid printing three stack traces on CHECK failure. Print just one.
phajdan.jr@chromium.org
2014-01-13
1
-1
/
+4
*
Only print summary of all test iterations if there is more than one.
phajdan.jr@chromium.org
2014-01-10
2
-11
/
+12
*
linux_aura: Reenable parallel_jobs_.
erg@chromium.org
2014-01-08
1
-11
/
+0
*
During the self-destruct flow (user-level Chrome being replaced by system-lev...
huangs@chromium.org
2014-01-08
2
-6
/
+5
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2014-01-08
1
-0
/
+1
*
Add a StatisticsDeltaReader class and use cases
lpromero@chromium.org
2014-01-07
3
-0
/
+133
*
GTTF: Include info about disabled tests and platforms in JSON test summary.
phajdan.jr@chromium.org
2014-01-07
3
-4
/
+121
*
GTTF: only print the message about skipping retries when it actually applies.
phajdan.jr@chromium.org
2014-01-07
1
-40
/
+41
*
Emit test name in FATAL logs.
fischman@chromium.org
2014-01-04
1
-0
/
+13
*
Make --gtest_list_tests work again for unit tests.
phajdan.jr@chromium.org
2014-01-03
2
-7
/
+1
*
Move base BUILD.gn files to main tree.
brettw@chromium.org
2014-01-02
1
-0
/
+150
*
Remove 'using base::string16;' from base/strings/string16.h and remove temporary
dbeam@chromium.org
2013-12-30
4
-37
/
+40
*
Revert 242671 "Implement sampling profiler (chromium side change)"
haraken@chromium.org
2013-12-28
1
-1
/
+0
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2013-12-28
1
-0
/
+1
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
1
-2
/
+2
*
Revert 242121 "Reland "Add a HistogramRecorder class and use cas..."
groby@chromium.org
2013-12-20
3
-137
/
+0
*
Reland "Add a HistogramRecorder class and use cases."
lpromero@chromium.org
2013-12-20
3
-0
/
+137
*
GTTF: add an option to pass test filter using a file
phajdan.jr@chromium.org
2013-12-19
4
-59
/
+70
*
GTTF: Limit number of retried tests.
phajdan.jr@chromium.org
2013-12-17
2
-62
/
+71
*
GTTF: Fix the test launcher's JSON output for non-UTF8-encoded snippets.
phajdan.jr@chromium.org
2013-12-13
1
-1
/
+21
[next]