Replace the label link under "manualUpdate" with html:a element
Categories
(Firefox :: Settings UI, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: tgiles, Assigned: anayocrescent2, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=html])
Attachments
(2 files, 1 obsolete 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
#introduction
channel. They're there to help you get started. - You can also read the Developer Guide, which has answers to most development questions.
- If you have any problems, please ask on Element/Matrix in the
- Start working on this bug.
- You'll need to add
status = 5
before this switch statement in aboutDialog-appUpdater.js - You'll need to navigate to about:preferences and scroll down to the Nightly Updates section or search for "updates" in the search bar.
- You'll need to replace this "https://nightly.mozilla.org/" <label> element with a <html:a> element. Note, you have to use <html:a> in this context because it is a XUL document and not a HTML document.
- You may also need to update this Fluent file and replace the <label> with <html:a> if the link does not receive the correct text when the <html:a> is swapped in.
- 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
#reusable-components
channel on Element/Matrix most hours of most days.
- You'll need to add
- Build your change with
mach build
and verify your changes by making sure the link navigates correctly to "https://nightly.mozilla.org". Also check your changes for adherence to our style guidelines by usingmach lint
. - Submit the patch (including an automated test, if applicable) for review. Mark me as a reviewer so I'll get an email to come look at your code.
- How to Submit a Patch
- This is when the bug will be assigned to you.
- After a series of reviews and changes to your patch, I'll push it to autoland.
- If there are changes requested, please read the "To update a submitted patch" section to ensure you don't accidentally create a duplicate revision!
- Your code will soon be shipping to Firefox users worldwide!
Hi Tim, I am looking into this bug and interested in working on the next steps.
Comment 4•2 years ago
|
||
Can I work on this issue?
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D173408
Assignee | ||
Comment 6•2 years ago
|
||
please the assignee said i should work on this
Assignee | ||
Comment 7•2 years ago
|
||
this bug is pushing me around unexpectedly , i have figured out the necessary changes thanks to help from @aria, but there is changing ftl label to html is passing build and leaving it as label also result in manualUpdate not working as expected,
I would appreciate if the reviewer can look into it.
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Reporter | ||
Comment 9•2 years ago
|
||
Depends on D175011
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
Backed out for causing bc failures on browser_aboutPrefs_fc_check_cantApply.js
Reporter | ||
Comment 12•2 years ago
|
||
redirecting NI as a reminder to fix this, seems a bit out of scope for good-first-bug
Comment 13•2 years ago
|
||
Comment 14•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4d006951e2b2
https://hg.mozilla.org/mozilla-central/rev/d9887594633c
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Description
•