Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
HEAD
/
PRESUBMIT.py
58733c5
Remove PseudoTcp implementation from WebRTC
by Helmut Januschka
· 8 weeks ago
8ccd71d
Add chrome-cherry-picker account to bot allowlist
by Gennady Tsitovich
· 2 months ago
4ac5ef0
Use webrtc name specifier instead of rtc/cricket in .
by Evan Shrubsole
· 5 months ago
f055f9b
Advise to use [[deprecated]], not ABSL_DEPRECATED
by Harald Alvestrand
· 12 months ago
59d592e
Replace list usage with set for files accumulation in PRESUBMIT to
by Dor Hen
· 1 year ago
1bd331f
Ensure <netinet/in.h> is included by using rtc_base/ip_address.h.
by Jeremy Leconte
· 1 year ago
83d1f9a
Ensure <sys/socket.h> is included by using "rtc_base/net_helpers.h".
by Jeremy Leconte
· 1 year ago
9212f09
Update Abseil instructions for absl::optional
by Florent Castelli
· 1 year, 1 month ago
53291d4
Add 'SkipNextFrame' to the FrameGeneratorInterface.
by Jeremy Leconte
· 1 year, 2 months ago
fa93432
Use input_api.change.RepositoryRoot instead of finding src/ dir
by Gavin Mak
· 1 year, 2 months ago
3ffa0e8
gn: Remove the need for absl_deps
by Florent Castelli
· 1 year, 4 months ago
ef4d62e
Remove ensure_webcam_is_running.py script.
by Jeremy Leconte
· 1 year, 4 months ago
81a9117
Roll chromium_revision 5350dd2460..d5c79b109a (1281218:1283550)
by Christoffer Dewerin
· 1 year, 6 months ago
eb76f19
Implement Newline Check in the Presubmit
by Byoungchan Lee
· 1 year, 8 months ago
7b4b29a
Disable cpplint readability/todo.
by Mirko Bonadei
· 1 year, 10 months ago
908c21c
Add google-truth to WEBRTC_ONLY_DEPS to unblock Chromium roll.
by Jeremy Leconte
· 2 years ago
3d476f2
Allow to keep old python style for existing files.
by Jeremy Leconte
· 2 years ago
3d6e88e
Remove low_bandwidth_audio_test.
by Jeremy Leconte
· 2 years, 4 months ago
81d65fc
Update portaudio to the latest
by Byoungchan Lee
· 3 years, 5 months ago
f2599a7
Remove usrsctp, dcSCTP is now the unique SCTP implementation
by Florent Castelli
· 3 years, 6 months ago
ac5cf78
Add mb.py to pylint check of the root PRESUBMIT.py.
by Jeremy Leconte
· 3 years, 6 months ago
4fc9bd9
Add a new script to upload perf tests.
by Jeremy Leconte
· 3 years, 6 months ago
70098a8
Add file exclusion for tests we do not want to run in PRESUBMIT
by Christoffer Jansson
· 3 years, 7 months ago
1b083a9
Encode data for compression + add initial tests
by Christoffer Jansson
· 3 years, 7 months ago
884e8ae
Escape windows specific paths generated by os.path.join so that it works with regex.
by Christoffer Jansson
· 3 years, 8 months ago
4e8a773
tools_webrtc dir converted to py3 + top level PRESUBMIT script
by Christoffer Jansson
· 3 years, 8 months ago
0c2a9ca
fix some typos
by Philipp Hancke
· 4 years, 1 month ago
b58f7eb
Fix PRESUBMIT.py to not run pylint on deleted files.
by Byoungchan Lee
· 4 years, 2 months ago
a639513
Add presubmit check to guard against assert() usage.
by Mirko Bonadei
· 4 years, 2 months ago
94f2ef2
Run pylint on presubmit only for modified python files.
by Byoungchan Lee
· 4 years, 3 months ago
22379fc
sctp: Rename SctpTransport to UsrSctpTransport
by Florent Castelli
· 4 years, 6 months ago
7013b3b
Add deprecation section to webrtc style guide
by Danil Chapovalov
· 4 years, 7 months ago
bef0850
PRESUBMIT.py: Use input_api.owners_client to check DEPS includes owners.
by Edward Lesmes
· 4 years, 8 months ago
3942380
Fix Authors Check presubmit.
by Mirko Bonadei
· 4 years, 9 months ago
11ab77d
Add transition define RTC_OBJC_HAVE_LEGACY_RTC_RTP_FRAGMENTATION_HEADER
by Niels Möller
· 4 years, 10 months ago
8cc6695
Reformat python files checked by pylint (part 1/2).
by Mirko Bonadei
· 5 years ago
3c2033c
Fix PRESUBMIT.py warnings.
by Mirko Bonadei
· 5 years ago
6c1278a
Inclusive language in PRESUBMIT.py.
by Mirko Bonadei
· 5 years ago
d74c0e6
Add presubmit test to use RTC_OBJC_TYPE on RTC_OBJC_EXPORT types.
by Mirko Bonadei
· 5 years ago
fc17a78
Inclusive language in PRESUBMIT.py.
by Mirko Bonadei
· 5 years ago
96115cf
Add absl_deps to webrtc_fuzzer_test.
by Mirko Bonadei
· 5 years ago
2dcf348
Use absl_deps in order to preapre to the Abseil component build release.
by Mirko Bonadei
· 5 years ago
e92e286
Remove runtime/references check from cpplint config.
by Mirko Bonadei
· 5 years ago
81c7a60
Fix public_deps presubmit and gn format fighting each other.
by Patrik Höglund
· 6 years ago
2ea2796
Extract an interface from the perf results logger.
by Patrik Höglund
· 6 years ago
0b3a6e3
Make RTCAudioSession accessible to Swift.
by Joe Chen
· 6 years ago
05691dd
Add possibility to skip check_includes presubmit check.
by Mirko Bonadei
· 6 years ago
9fa8ef1
absl::make_unique presubmit check.
by Mirko Bonadei
· 6 years ago
01e97ae
Move docs about native code development into a repo directory.
by Mirko Bonadei
· 6 years ago
bb1f245
Disable RunPythonTests on rtc_tools.
by Mirko Bonadei
· 6 years ago
1d20185
Convert file objects to strings, before passing to PresubmitNotifyResult
by Niels Möller
· 6 years ago
7742b21
Removes legacy bitrate controller.
by Sebastian Jansson
· 6 years ago
571791a
Do not run CheckNoStreamUsageIsAdded on tests.
by Mirko Bonadei
· 6 years ago
6b7bf6a
Add a presubmit check for absl/memory/memory.h inclusion for WrapUnique
by tzik
· 7 years ago
546ee61
clang-tidy helper script, with clang static analyzer included.
by Yves Gerey
· 7 years ago
9ce800d
Add PRESUBMIT to enforce usage of new Googletest APIs.
by Mirko Bonadei
· 7 years ago
ce7032b
Fixing snake_case files that were renamed in PRESUBMIT.py
by Amit Hilbuch
· 7 years ago
fd87da7
Delete WebRtcVideoCapturer and related classes.
by Niels Möller
· 7 years ago
0fcf4b1
Delete unused I420 "codec"
by Niels Möller
· 7 years ago
a06bf85
Add a presubmit check for absl/memory/memory.h inclusion
by tzik
· 7 years ago
44ca9a3
Allow usage of stringstream under examples/.
by Mirko Bonadei
· 7 years ago
9049037
Simplify api/DEPS presubmit check.
by Mirko Bonadei
· 7 years ago
583d6d9
Add missing directory to api/DEPS and PRESUBMIT.py.
by Mirko Bonadei
· 7 years ago
a418e67
Use checkdeps to ensure API headers don't include internal headers.
by Mirko Bonadei
· 7 years ago
e073514
Allow the autoroller service account to commit
by Oleh Prypin
· 7 years ago
7e4ee6e
Enforce LGTM from owners of depends-on paths in DEPS via presubmit.
by Mirko Bonadei
· 7 years ago
d866544
Upload WebRTC CLs from Chromium.
by Mirko Bonadei
· 7 years ago
264bee8
Remove memcheck.
by Mirko Bonadei
· 7 years ago
f0e0d75
Adding CheckNoWarningSuppressionFlagsAreAdded.
by Mirko Bonadei
· 7 years ago
42f0d78
Roll back checking in the third_party directory
by Artem Titov
· 7 years ago
87a9353
Add format check to `git cl presubmit`
by Yves Gerey
· 7 years ago
71d4dc3
Add presubmit error if third_party/.git exists.
by Artem Titov
· 7 years ago
9aef5dc
Disable owners check in PRESUBMIT.py for chromium owned 3pp deps.
by Artem Titov
· 7 years ago
e92675b
Reland: Add presubmit check for changes in 3pp
by Artem Titov
· 7 years ago
b5750eb
Revert "Add presubmit check for changes in 3pp"
by Artem Titov
· 7 years ago
4103b38
Add presubmit check for changes in 3pp
by Artem Titov
· 7 years ago
c47c9c0
Change structure of deps file and tool for adding chromium dep.
by Artem Titov
· 7 years ago
739351d
Roll chromium_revision 95336cb92b..191d55580e (557816:557824)
by Artem Titov
· 7 years ago
a04d140
Remove third_party from DEPS file to prepare to check it into webrtc.
by Artem Titov
· 7 years ago
a05d47e
Adding a way to disable public_deps presubmit check.
by Mirko Bonadei
· 7 years ago
7439534
Add ToString() methods to classes with << operators, preparing for deprecations.
by Jonas Olsson
· 7 years ago
d2c8332
Revert "Relaxing no-streams presubmit check (streams are allowed in tests)."
by Mirko Bonadei
· 8 years ago
73ac908
Relaxing no-streams presubmit check (streams are allowed in tests).
by Mirko Bonadei
· 8 years ago
ebd01e8
Presubmit: Fix bad file path in help text
by Karl Wiberg
· 8 years ago
ca8438b
Remove p2p/base/session.h
by Steve Anton
· 8 years ago
a51bbd8
Adding PRESUBMIT check to stop using istream, ostream and sstream.
by Mirko Bonadei
· 8 years ago
e48c61f
Delete unused MediaFile module.
by Niels Möller
· 8 years ago
2d49e4e
Remove legacy VoiceEngine.
by Fredrik Solenberg
· 8 years ago
a4eeeff
Fixing API list in native-api.md (adding media/base and media/engine).
by Mirko Bonadei
· 8 years ago
6f49106
Block more check_includes overrides from being added.
by Patrik Höglund
· 8 years ago
7e60de2
Enable orphan checks for all .h files.
by Patrik Höglund
· 8 years ago
4ab68ee
Move sessiondescription.h/cc from p2p/base to pc/
by Steve Anton
· 8 years ago
2f3f722
Make orphan headers message more readable.
by Patrik Höglund
· 8 years ago
5c1ad59
Adding pre-submit check to avoid usage of public_deps in the future.
by Mirko Bonadei
· 8 years ago
6c38cc7
Fix cpplint errors in p2p/
by Steve Anton
· 8 years ago
d4f01c1
Tell users where they can find the native API headers
by Karl Wiberg
· 8 years ago
e78bcb9
Enable cpplint in media/
by Steve Anton
· 8 years ago
36b29d1
Enable cpplint in pc/
by Steve Anton
· 8 years ago
6bfac03
.gn files in the API directories are part of the API too...
by Karl Wiberg
· 8 years ago
ef52d8b8
Presubmit: Don't forget to warn when changing headers in subdirs of api/
by Karl Wiberg
· 8 years ago
Next »