Closed
Bug 1975300
Opened 10 months ago
Closed 10 months ago
nsIFOG's applyServerKnobsConfig's doctring references nonexistant API `set_metrics_enabled_config`
Categories
(Toolkit :: Telemetry, defect, P4)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
142 Branch
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: chutten|RustWeek, Assigned: rtlo9962, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [good first bug][lang=cpp])
Attachments
(1 file)
To help Mozilla out with this bug, here's the steps:
- Comment here on the bug that you want to volunteer to help.
This will tell others that you're working on the next steps. - Download and build the Firefox source code
- If you have any problems, please ask on
Element/Matrix
in the#introductionchannel. They're there to help you get started. - You can also read the
Firefox Contributors' Quick Reference,
which has answers to most development questions.
- If you have any problems, please ask on
- Start working on this bug. Your job is to change this line that references set_metrics_enabled_config to instead reference
apply_server_knobs_config.- If you have any problems with this bug,
please comment on this bug and set the needinfo flag for me.
Also, you can find me and my teammates on the#telemetrychannel on
Element/Matrix
most hours of most days.
- If you have any problems with this bug,
- Build your change with
mach buildand check your changes for adherence to our style guidelines by usingmach lint - Submit the patch for review.
Mark me as a reviewer so I'll get an email to come look at your code.- Getting your code reviewed
- This is when the bug will be assigned to you.
- After a series of reviews and changes to your patch,
I'll mark it for checkin or push it to autoland.
Your code will soon be shipping to Firefox users worldwide! - ...now you get to think about what kind of bug you'd like to work on next.
Let me know what you're interested in and I can help you find your next contribution.
| Assignee | ||
Comment 1•10 months ago
|
||
Hi Chris, I’m a new contributor, and I’d love to work on this. I'll be submitting a patch for this bug soon.
| Assignee | ||
Comment 2•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → rtlo9962
Status: NEW → ASSIGNED
Pushed by chutten@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/af9a4259302b
https://hg.mozilla.org/integration/autoland/rev/034e51651a5c
Change nsIFOG applyServerKnobsConfig docstring to reference apply_server_knobs_config instead of set_metrics_enabled_config. r=chutten DONTBUILD
Comment 4•10 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•10 months ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•