GeckoTraceEvent.h is behind upstream libwebrtc (and should be un-formatted)
Categories
(Core :: WebRTC, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
Details
Attachments
(2 files)
The v126 update requires changes to GeckoTraceEvent.h in order to build. GeckoTraceEvent.h has fallen behind the current version of rtc_base/trace_event.h. Also complicating applying upstream updates, the file was clang-formatted despite being listed in .clang-format-ignore. We need to un-format the file, and apply changes from upstream commits 802e8e5fdb, d7478a8453, and 9849bfdb10 to match libwebrtc's version.
| Assignee | ||
Comment 1•2 years ago
|
||
This file is marked in .clang-format-ignore because it
is copied from libwebrtc. Formatting changes here make
it difficult to keep it in step with upstream changes.
The file now contains '// clang-format off' and
'// clang-format on' to help avoid this issue in the
future.
| Assignee | ||
Comment 2•2 years ago
|
||
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/562736492281
https://hg.mozilla.org/mozilla-central/rev/fb0e887ed58f
Description
•