Closed
Bug 2023228
Opened 1 month ago
Closed 1 month ago
Remove explicit pass-through StreamJSONMarkerData from BaseMarkerType-derived markers
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: padenot, Assigned: padenot)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
With C++20 concept we can simplify this.
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → padenot
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 month ago
|
||
Comment 3•1 month ago
|
||
The severity field is not set for this bug.
:canova, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(canaltinova)
Pushed by padenot@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/23f546000d44
https://hg.mozilla.org/integration/autoland/rev/8ef0dbb993dc
Auto-provide StreamJSONMarkerData in BaseMarkerType from PayloadFields. r=canaltinova,profiler-reviewers
https://github.com/mozilla-firefox/firefox/commit/e01fe3f6cadc
https://hg.mozilla.org/integration/autoland/rev/64f6248f5589
Remove explicit pass-through StreamJSONMarkerData from BaseMarkerType-derived markers. r=canaltinova,profiler-reviewers
https://github.com/mozilla-firefox/firefox/commit/c766a91eecd8
https://hg.mozilla.org/integration/autoland/rev/3d6810fa4f21
apply code formatting via Lando
Comment 5•1 month ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8ef0dbb993dc
https://hg.mozilla.org/mozilla-central/rev/64f6248f5589
https://hg.mozilla.org/mozilla-central/rev/3d6810fa4f21
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Flags: needinfo?(canaltinova)
Updated•15 days ago
|
QA Whiteboard: [qa-triage-done-c152/b151]
You need to log in
before you can comment on or make changes to this bug.
Description
•