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
*
Add TraceAnalyzer support for START/FINISH events and JSON error logging
jbates@chromium.org
2011-12-02
3
-40
/
+136
*
trace_event: distinguish between scoped begin/end and global start/finish events
jbates@chromium.org
2011-12-02
3
-7
/
+7
*
[Mac] Move ScopedSendingEvent from content/common/mac to base/mac.
shess@chromium.org
2011-12-01
2
-11
/
+33
*
Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base...
hayato@chromium.org
2011-12-01
2
-33
/
+11
*
Add TraceAnalyzer support for calculating common event rate statistics
jbates@chromium.org
2011-12-01
3
-0
/
+89
*
[Mac] Move ScopedSendingEvent from content/common/mac to base/mac.
shess@chromium.org
2011-11-30
2
-11
/
+33
*
Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)
dcheng@chromium.org
2011-11-25
2
-51
/
+0
*
Revert 111074 - ASAN timeout on OutOfProcessPPAPITest.*
dhollowa@chromium.org
2011-11-22
1
-1
/
+1
*
ASAN timeout on OutOfProcessPPAPITest.*
dhollowa@chromium.org
2011-11-22
1
-1
/
+1
*
Replace ScopedCommandLineOverride with TestSuite listener.
miket@chromium.org
2011-11-22
2
-1
/
+30
*
Convert NewRunnableMethod() to base::Bind() in base::TestThreadHelper.
dcheng@chromium.org
2011-11-16
1
-2
/
+3
*
Add OVERRIDE to base/.
avi@chromium.org
2011-11-16
2
-4
/
+4
*
Multiply the timeouts by 2 if the tests are ran under AddressSanitizer.
glider@chromium.org
2011-11-15
1
-4
/
+14
*
[Mac] Make ScopedSendingEvent depend on protocol instead of app class.
shess@chromium.org
2011-11-09
1
-2
/
+8
*
Remove calls to g_thread_init().
willchan@chromium.org
2011-11-05
1
-1
/
+0
*
Clean up some API in trace_event_analyzer.h and add some getters.
jbates@chromium.org
2011-11-04
3
-29
/
+126
*
Moving the SignalingTask class to base/test.
tommi@chromium.org
2011-11-02
2
-0
/
+51
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-1
/
+5
*
add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry)
jbates@chromium.org
2011-10-29
3
-0
/
+1647
*
Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make i...
jbates@chromium.org
2011-10-29
3
-1647
/
+0
*
Revert 107830 - Fix BASE_EXPORT on QueryNode
jbates@chromium.org
2011-10-29
1
-1
/
+1
*
Fix BASE_EXPORT on QueryNode
jbates@chromium.org
2011-10-29
1
-1
/
+1
*
add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search...
jbates@chromium.org
2011-10-28
3
-0
/
+1647
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
2
-13
/
+13
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
2
-13
/
+13
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
2
-13
/
+13
*
Upstream: The test stub for Android
michaelbai@google.com
2011-10-04
3
-0
/
+243
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-0
/
+2
*
Avoid long test_server timeouts by using action_timeout_ms
phajdan.jr@chromium.org
2011-09-12
1
-1
/
+1
*
Move test utilities into test_file_util.*.
ahendrickson@chromium.org
2011-09-02
3
-0
/
+79
*
Enable smooth scrolling on mac
thakis@chromium.org
2011-09-01
1
-3
/
+4
*
Remove obsolete test timeouts and convert callers.
phajdan.jr@chromium.org
2011-08-25
1
-15
/
+0
*
Remove unused test command-line switches.
phajdan.jr@chromium.org
2011-08-25
3
-15
/
+0
*
Tommi: I need an owner review for the chrome frame changes.
rogerta@chromium.org
2011-08-24
2
-0
/
+129
*
GTTF: Reduce number of different timeouts.
phajdan.jr@chromium.org
2011-08-22
2
-15
/
+7
*
base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.
tfarina@chromium.org
2011-08-15
1
-5
/
+5
*
Increase test timeout to 45s.
thakis@chromium.org
2011-08-08
1
-1
/
+1
*
Increase test timeout by 2 more seconds.
thakis@chromium.org
2011-08-07
1
-1
/
+1
*
Increase test timeout for out of process tests by 4 seconds.
thakis@chromium.org
2011-08-07
1
-1
/
+1
*
In test_file_util_mac.cc, when evicting file from cache, do not map a file wh...
hnguyen@chromium.org
2011-08-03
1
-3
/
+16
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-2
/
+1
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-13
2
-32
/
+16
*
Revert "Clean up users of a deprecated base::LaunchApp API."
evan@chromium.org
2011-07-12
2
-16
/
+32
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-12
2
-32
/
+16
*
Added last_modified field to TemplateURL and database. Updated unit tests, in...
stevet@chromium.org
2011-06-28
2
-0
/
+97
*
Move the thread test helper to base/test
jochen@chromium.org
2011-06-28
2
-0
/
+82
*
Cleanup in base/test.
joaodasilva@chromium.org
2011-06-20
3
-41
/
+53
*
Revert 89664 - Cleanup in base/test.
joaodasilva@chromium.org
2011-06-20
3
-53
/
+41
*
Cleanup in base/test.
joaodasilva@chromium.org
2011-06-20
3
-41
/
+53
*
Adding missing inclusions
tzik@chromium.org
2011-06-18
1
-1
/
+2
[next]