Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
e3abb8134f27d4b21c1246b6e5f268f238e203f4
/
rtc_base
/
unittest_main.cc
b19b497
Refactor: Removing IgnoreBadCert from SSLStreamAdapter. Make test methods more explicit.
by Benjamin Wright
· 6 years ago
2dfa998
Reland "Prefix flag macros with WEBRTC_."
by Mirko Bonadei
· 6 years ago
c538fc7
Revert "Prefix flag macros with WEBRTC_."
by Mirko Bonadei
· 6 years ago
53347b7
Mute failed tests when no sanitizer defects.
by Yves Gerey
· 6 years ago
5ccdc13
Prefix flag macros with WEBRTC_.
by Mirko Bonadei
· 6 years ago
7730193
Remove SetExecutablePath, simplify ResourcePath
by Patrik Höglund
· 6 years ago
ba5eaee
Remove rtc::EnsureWinsockInit and g_winsockinit.
by Mirko Bonadei
· 6 years ago
17f4878
Remove deprecated field_trial_default and metrics_default.
by Mirko Bonadei
· 6 years ago
7fc821d
Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.""
by Qingsi Wang
· 6 years ago
78fef76
Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.""
by Qingsi Wang
· 6 years ago
1a2cc0a
Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."
by Qingsi Wang
· 6 years ago
13f4c89
Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."
by Qingsi Wang
· 6 years ago
870bca1
Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.
by Qingsi Wang
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 6 years ago
4343273
Don't assume that RTC_LOG's << operator is std::ostream
by Karl Wiberg
· 6 years ago
edab301
Remove webrtc::test::InitFieldTrialsFromString(const std::string&).
by Bjorn Terelius
· 7 years ago
e66572b
Reland "iOS: Save perf results under Documents/perf_result.json"
by Edward Lemur
· 7 years ago
712989d
Revert "Reland "iOS: Save perf results under Documents/perf_result.json""
by Mirko Bonadei
· 7 years ago
8b886bb
Reland "iOS: Save perf results under Documents/perf_result.json"
by Edward Lemur
· 7 years ago
081c651
Revert "iOS: Save perf results under Documents/perf_result.json"
by Rasmus Brandt
· 7 years ago
10a8e7a
iOS: Save perf results under Documents/perf_result.json
by Edward Lemur
· 7 years ago
1c62ffa
Normalize main(..) routines for WinUWP
by Robin Raymond
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
d8970db
Delete unneeded includes of fileutils.h
by Niels Möller
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/rtc_base/unittest_main.cc]
e96c45b
Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by kjellander
· 7 years ago
0072511
Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by Henrik Kjellander
· 7 years ago
f1c5ebf
Update includes for webrtc/{base => rtc_base} rename (3/3)
by kjellander
· 7 years ago
c036276
Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 7 years ago
[Renamed from webrtc/base/unittest_main.cc]
ec78f1c
Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 7 years ago
[Renamed from webrtc/rtc_base/unittest_main.cc]
6776518
Move webrtc/{base => rtc_base}
by Henrik Kjellander
· 7 years ago
[Renamed from webrtc/base/unittest_main.cc]
29f0d45
Delete ApplicationName and OrganizationName.
by nisse
· 7 years ago
e2baffb
Create a UIApplication when running tests on iOS.
by Kári Tristan Helgason
· 7 years ago
37f5ecf
Replace NULL with nullptr or null in webrtc/base/.
by deadbeef
· 8 years ago
6cf94a0
Only use BoringSSL time callback in unit tests.
by deadbeef
· 8 years ago
b00dc38
Delete GetExecutablePath and related unused code.
by Niels Möller
· 8 years ago
def5820
Default to LS_INFO logging for release builds.
by Peter Boström
· 9 years ago
a41ab93
Switch usage of _DEBUG macro to NDEBUG.
by tfarina
· 9 years ago
c1aeaf0
Wire up packet_id / send time callbacks to webrtc via libjingle.
by stefan
· 9 years ago
0eefb4d
Detach base/logging.* from base/stream.*.
by Tommi
· 9 years ago
34f2a9e
Initialize SSL in unittest_main.cc.
by pbos@webrtc.org
· 10 years ago
cfdf420
Rebase webrtc/base 6129:6163 (svn diff -r 6129:6163 http://webrtc.googlecode.com/svn/trunk/talk/base apply diff manually)
by henrike@webrtc.org
· 10 years ago
c50bf7c
Added namespace rtc to some base classes and functions. It was causing linker error in the FYI bots: http://chromegw.corp.google.com/i/internal.chromium.webrtc.fyi/builders/Android%20Builder%20%28dbg%29/builds/1808/steps/compile/logs/stdio but also, not doing it pollutes the global namespace.
by henrike@webrtc.org
· 10 years ago
f048872
Adds a modified copy of talk/base to webrtc/base. It is the first step in
by henrike@webrtc.org
· 10 years ago
e9a604a
Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..."
by perkj@webrtc.org
· 10 years ago
2c7d1b3
Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base.
by henrike@webrtc.org
· 10 years ago