commit | 84df1c724e91af36569e6cf9aa9e6a4345746c2b | [log] [tgz] |
---|---|---|
author | Jonas Olsson <jonasolsson@webrtc.org> | Fri Sep 14 14:59:32 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 24 09:39:19 2018 |
tree | 228b433c56964d56b6ae4583299bd5922e4bfc67 | |
parent | 4e5342f06ae3aed3f7432ed14b31fb678d09db50 [diff] |
Make fewer copies when using StringBuilder. Replace calls to .str() which copies with .Release which moves in cases where that's safe. This CL was generated by this command: git grep -l 'StringBuilder' | xargs perl -i -0 -pe "s/(rtc::StringBuilder (\S+);.*?return )\\g2.str\(\)/\$1\$2.Release\(\)/sg" Bug: webrtc:8982 Change-Id: If4dadbeb039df010aaaa9e58da81c1971a84fe8f Reviewed-on: https://webrtc-review.googlesource.com/100307 Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24790}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.