1. 81c7a60 Fix public_deps presubmit and gn format fighting each other. by Patrik Höglund · 4 years, 5 months ago
  2. 2ea2796 Extract an interface from the perf results logger. by Patrik Höglund · 4 years, 6 months ago
  3. 0b3a6e3 Make RTCAudioSession accessible to Swift. by Joe Chen · 4 years, 7 months ago
  4. 05691dd Add possibility to skip check_includes presubmit check. by Mirko Bonadei · 4 years, 9 months ago
  5. 9fa8ef1 absl::make_unique presubmit check. by Mirko Bonadei · 4 years, 10 months ago
  6. 01e97ae Move docs about native code development into a repo directory. by Mirko Bonadei · 4 years, 10 months ago
  7. bb1f245 Disable RunPythonTests on rtc_tools. by Mirko Bonadei · 5 years ago
  8. 1d20185 Convert file objects to strings, before passing to PresubmitNotifyResult by Niels Möller · 5 years ago
  9. 7742b21 Removes legacy bitrate controller. by Sebastian Jansson · 5 years ago
  10. 571791a Do not run CheckNoStreamUsageIsAdded on tests. by Mirko Bonadei · 5 years ago
  11. 6b7bf6a Add a presubmit check for absl/memory/memory.h inclusion for WrapUnique by tzik · 5 years ago
  12. 546ee61 clang-tidy helper script, with clang static analyzer included. by Yves Gerey · 5 years ago
  13. 9ce800d Add PRESUBMIT to enforce usage of new Googletest APIs. by Mirko Bonadei · 5 years ago
  14. ce7032b Fixing snake_case files that were renamed in PRESUBMIT.py by Amit Hilbuch · 5 years ago
  15. fd87da7 Delete WebRtcVideoCapturer and related classes. by Niels Möller · 6 years ago
  16. 0fcf4b1 Delete unused I420 "codec" by Niels Möller · 6 years ago
  17. a06bf85 Add a presubmit check for absl/memory/memory.h inclusion by tzik · 6 years ago
  18. 44ca9a3 Allow usage of stringstream under examples/. by Mirko Bonadei · 6 years ago
  19. 9049037 Simplify api/DEPS presubmit check. by Mirko Bonadei · 6 years ago
  20. 583d6d9 Add missing directory to api/DEPS and PRESUBMIT.py. by Mirko Bonadei · 6 years ago
  21. a418e67 Use checkdeps to ensure API headers don't include internal headers. by Mirko Bonadei · 6 years ago
  22. e073514 Allow the autoroller service account to commit by Oleh Prypin · 6 years ago
  23. 7e4ee6e Enforce LGTM from owners of depends-on paths in DEPS via presubmit. by Mirko Bonadei · 6 years ago
  24. d866544 Upload WebRTC CLs from Chromium. by Mirko Bonadei · 6 years ago
  25. 264bee8 Remove memcheck. by Mirko Bonadei · 6 years ago
  26. f0e0d75 Adding CheckNoWarningSuppressionFlagsAreAdded. by Mirko Bonadei · 6 years ago
  27. 42f0d78 Roll back checking in the third_party directory by Artem Titov · 6 years ago
  28. 87a9353 Add format check to `git cl presubmit` by Yves Gerey · 6 years ago
  29. 71d4dc3 Add presubmit error if third_party/.git exists. by Artem Titov · 6 years ago
  30. 9aef5dc Disable owners check in PRESUBMIT.py for chromium owned 3pp deps. by Artem Titov · 6 years ago
  31. e92675b Reland: Add presubmit check for changes in 3pp by Artem Titov · 6 years ago
  32. b5750eb Revert "Add presubmit check for changes in 3pp" by Artem Titov · 6 years ago
  33. 4103b38 Add presubmit check for changes in 3pp by Artem Titov · 6 years ago
  34. c47c9c0 Change structure of deps file and tool for adding chromium dep. by Artem Titov · 6 years ago
  35. 739351d Roll chromium_revision 95336cb92b..191d55580e (557816:557824) by Artem Titov · 6 years ago
  36. a04d140 Remove third_party from DEPS file to prepare to check it into webrtc. by Artem Titov · 6 years ago
  37. a05d47e Adding a way to disable public_deps presubmit check. by Mirko Bonadei · 6 years ago
  38. 7439534 Add ToString() methods to classes with << operators, preparing for deprecations. by Jonas Olsson · 6 years ago
  39. d2c8332 Revert "Relaxing no-streams presubmit check (streams are allowed in tests)." by Mirko Bonadei · 6 years ago
  40. 73ac908 Relaxing no-streams presubmit check (streams are allowed in tests). by Mirko Bonadei · 6 years ago
  41. ebd01e8 Presubmit: Fix bad file path in help text by Karl Wiberg · 6 years ago
  42. ca8438b Remove p2p/base/session.h by Steve Anton · 6 years ago
  43. a51bbd8 Adding PRESUBMIT check to stop using istream, ostream and sstream. by Mirko Bonadei · 6 years ago
  44. e48c61f Delete unused MediaFile module. by Niels Möller · 6 years ago
  45. 2d49e4e Remove legacy VoiceEngine. by Fredrik Solenberg · 6 years ago
  46. a4eeeff Fixing API list in native-api.md (adding media/base and media/engine). by Mirko Bonadei · 6 years ago
  47. 6f49106 Block more check_includes overrides from being added. by Patrik Höglund · 6 years ago
  48. 7e60de2 Enable orphan checks for all .h files. by Patrik Höglund · 7 years ago
  49. 4ab68ee Move sessiondescription.h/cc from p2p/base to pc/ by Steve Anton · 7 years ago
  50. 2f3f722 Make orphan headers message more readable. by Patrik Höglund · 7 years ago
  51. 5c1ad59 Adding pre-submit check to avoid usage of public_deps in the future. by Mirko Bonadei · 7 years ago
  52. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  53. d4f01c1 Tell users where they can find the native API headers by Karl Wiberg · 7 years ago
  54. e78bcb9 Enable cpplint in media/ by Steve Anton · 7 years ago
  55. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  56. 6bfac03 .gn files in the API directories are part of the API too... by Karl Wiberg · 7 years ago
  57. ef52d8b8 Presubmit: Don't forget to warn when changing headers in subdirs of api/ by Karl Wiberg · 7 years ago
  58. 6188018 Using Change.BugsFromDescription to read CL bugs in PRESUBMIT checks. by Mirko Bonadei · 7 years ago
  59. 920b653 Add gn check presubmit by Oleh Prypin · 7 years ago
  60. 2f33a56 Simplify PRESUBMIT.py and check_package_boundaries.py by Oleh Prypin · 7 years ago
  61. afe0165 Fix bugs in check_package_boundaries.py presubmit by Oleh Prypin · 7 years ago
  62. 81a58c7 Presubmit: Add check to support b/xxx entry in bug reference. by charujain · 7 years ago
  63. 2397b9a Remove voe::OutputMixer and AudioConferenceMixer. by solenberg · 7 years ago
  64. 4dc4e25 Reland "Adding PRESUBMIT check to avoid mixing C, C++ and Objc-C/Obj-C++."" by Mirko Bonadei · 7 years ago
  65. 034a6b8 Revert "Adding PRESUBMIT check to avoid mixing C, C++ and Objc-C/Obj-C++." by Mirko Bonadei · 7 years ago
  66. 0c15c53 Adding PRESUBMIT check to avoid mixing C, C++ and Objc-C/Obj-C++. by Mirko Bonadei · 7 years ago
  67. a730c1c Enabling and fixing CheckNewlineAtTheEndOfProtoFiles by Mirko Bonadei · 7 years ago
  68. 866d337 Re-enabling CheckOrphanHeaders by Mirko Bonadei · 7 years ago
  69. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  70. 6d01f6d Fix PRESUBMIT.py by Edward Lemur · 7 years ago
  71. 9893e25 PRESUBMIT: Enforce tracker prefix for all BUG entries by charujain · 7 years ago
  72. 01410dc Fixing path to the protobuf_utils.h file. by mbonadei · 7 years ago
  73. f901661 Removing deleted file from PRESUBMIT.py by mbonadei · 7 years ago
  74. 2b05ba1 Remove old webrtc/base directory by mbonadei · 7 years ago
  75. 351424e Removing VCMCodecDataBase::Codec and VideoCodingModule::Codec. by mflodman · 7 years ago
  76. f6a861a Remove remains of webrtc/base by ehmaldonado · 7 years ago
  77. fe53355 Fix presubmit check for webrtc/base. by ehmaldonado · 7 years ago
  78. ea0e084 Add presubmit check to prevent further changes to webrtc/base. by ehmaldonado · 7 years ago
  79. 370dd47 Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 7 years ago
  80. 9483b49 Remove remains of webrtc/base by ehmaldonado · 7 years ago
  81. 41bafb2 Update PRESUBMIT.py for webrtc/{tools => rtc_tools} rename. by kjellander · 7 years ago
  82. 960fd5b Adding a presubmit check for .proto files EOF newline by Mirko Bonadei · 7 years ago
  83. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  84. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  85. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  86. 75b68b9 Delete webrtc/call.h (replaced with webrtc/call/call.h). by nisse · 7 years ago
  87. 49aaaf1 Remove CheckChangeHasTestField PRESUBMIT check. by kjellander · 7 years ago
  88. ab587dc Moving check_package_boundaries to the presubmit checks directory by mbonadei · 7 years ago
  89. 26c2634 Fixing check_orphan_headers on Windows by mbonadei · 7 years ago
  90. f512c92 Disabling orphan headers presubmit check by mbonadei · 7 years ago
  91. a644ad3 Orphan headers should check only added files by mbonadei · 7 years ago
  92. 74973ed Adding PRESUBMIT check on orphan headers files. by mbonadei · 7 years ago
  93. 90fd7d8 Rename tools-webrtc -> tools_webrtc by Henrik Kjellander · 7 years ago
  94. 38c65c8 Update pylintrc to catch more style violations. by kjellander · 7 years ago
  95. 80ff00c Improve USB device reset logic by jansson · 7 years ago
  96. 38415b2 Reland of Adding PRESUBMIT check on google::protobuf (patchset #1 id:1 of https://codereview.webrtc.org/2791583002/ ) by mbonadei · 7 years ago
  97. abd101b Support multiple connected Android devices in low bandwidth audio test by oprypin · 7 years ago
  98. c88b5d5 Reland of PyLint fixes for tools-webrtc and webrtc/tools (patchset #1 id:1 of https://codereview.webrtc.org/2737233003/ ) by kjellander · 7 years ago
  99. d60d06a Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ ) by ilnik · 7 years ago
  100. 716d7ac Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ ) by guidou · 7 years ago