Closed
Bug 1814427
Opened 8 months ago
Closed 6 months ago
Replace "linkMoreTroubleshooting" xul anchor with moz-support-link
Categories
(Toolkit :: XUL Widgets, task, P3)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: tgiles, Assigned: anayocrescent2, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [fidefe-reusable-components] [lang=html] [lang=js])
Attachments
(1 file, 1 obsolete file)
Since the "linkMoreTroubleshooting" anchor is always present, we can simplify the JS for this element by using moz-support-link instead.
Updated•8 months ago
|
Reporter | ||
Comment 1•7 months ago
|
||
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 can load the page in question by navigating to
about:welcomeback
and using the devtools to inspect the page to find the link in question. - You may need to import the
moz-support-link
module in the head ofaboutWelcomeBack.xhtml
. You can see an example of this import in https://phabricator.services.mozilla.com/D166463 - 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 can load the page in question by navigating to
- Build your change with
mach build
and test your change withmach test browser/components/privatebrowsing/test/browser/browser_privatebrowsing_aboutSessionRestore.js --headless
andmach test browser/components/sessionstore/test/browser_aboutSessionRestore.js --headless
. You should also verify the link takes you to the troubleshooting page as it previously did. 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!
Mentor: tgiles
Keywords: good-first-bug
Whiteboard: [fidefe-reusable-components] → [fidefe-reusable-components] [lang=html] [lang=js]
Assignee | ||
Comment 2•7 months ago
|
||
please can you assign this to me
Reporter | ||
Updated•7 months ago
|
Assignee: nobody → anayocrescent2
Status: NEW → ASSIGNED
(In reply to anayocrescent2 from comment #2)
please can you assign this to me
Are you working on it? If not can I be assigned?
Assignee | ||
Comment 4•7 months ago
|
||
yes, i have commited my patch
Assignee | ||
Comment 5•7 months ago
|
||
Assignee | ||
Comment 6•7 months ago
|
||
Depends on D172221
Updated•7 months ago
|
Attachment #9322318 -
Attachment is obsolete: true
Pushed by tgiles@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4f03dcb44cd1 Replace linkMoreTroubleshooting xul anchor with moz-support-link r=tgiles
Comment 8•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•