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
*
Allow tracing in third_party libraries
jbates@chromium.org
2012-01-13
2
-76
/
+93
*
Remove usage of using namespace, and cleanup trace_analyzer namespace
jbates@chromium.org
2012-01-12
3
-169
/
+201
*
Update Sleep() calls in base/test to use TimeDelta instead of int.
tedvessenes@gmail.com
2012-01-04
2
-8
/
+10
*
Add TimeDelay interfaces to TestTimeouts.
tedvessenes@gmail.com
2012-01-03
1
-1
/
+29
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
1
-3
/
+4
*
Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...
ananta@chromium.org
2011-12-15
2
-5
/
+28
*
Add searching features to new TraceEventVector class for tests.
jbates@chromium.org
2011-12-14
3
-41
/
+335
*
Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...
sail@chromium.org
2011-12-14
1
-4
/
+3
*
Remove BindStateHolder and have Bind() return a Callback<> object directly.
ajwong@chromium.org
2011-12-14
1
-3
/
+4
*
Revert 114320 (broke chrome_frame_tests) - Enable ChromeFrame net tests for I...
willchan@chromium.org
2011-12-14
1
-1
/
+1
*
Enable ChromeFrame net tests for IE versions 8 and below. Changes include the...
ananta@chromium.org
2011-12-14
1
-1
/
+1
*
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
*
[Mac] Remove content/ CrApplication.
shess@chromium.org
2011-12-06
1
-0
/
+3
*
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
[next]