commit | 87b6ddb5610df73400202481233a60d6fc601cae | [log] [tgz] |
---|---|---|
author | Ingemar Ådahl <ingemara@opera.com> | Tue Jul 11 09:56:15 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 11 13:41:35 2017 |
tree | 336315ffb2104d629e587c34e67ba9166eecf05c | |
parent | c024740b5ede39ecb82fdb9dbc734648974c998a [diff] |
Suppress MissingPrefix using tools attribute Suppressing lint errors using comments is an undocumented feature of the linter, and suppressing using the tools:ignore attribute should be preferred. Suppressing using comments becomes a problem when using the manifest merger introduced in https://chromium.googlesource.com/chromium/src/build/+/6ada47bc7950dd870a3a82458790a0cc0b7ba649 as it reformats the comments slightly: <!--suppress MissingPrefix --> becomes <!-- supress MissingPrefix --> which causes the linter to disregard the suppression. Bug: 740657 Change-Id: I8e365744d089271c390254e7c958b24b81043766 Reviewed-on: https://chromium-review.googlesource.com/566860 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Ingemar Ådahl <ingemara@opera.com> Cr-Commit-Position: refs/heads/master@{#18971}
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.