Closed
Bug 2057012
Opened 2 months ago
Closed 1 month ago
Fix broken code fence and improve args documentations of OPEN_PREFERENCES_PAGE and OPEN_ABOUT_PAGE
Categories
(Firefox :: Messaging System, task, P2)
Firefox
Messaging System
Tracking
()
RESOLVED
FIXED
155 Branch
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: mjung, Assigned: andhuang)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [omc])
Attachments
(1 file)
Two issues in schemas/SpecialMessageActionSchemas/index.md /
- Broken formatting, In the
OPEN_PREFERENCES_PAGEsection, the args code fence isnt closed - Missing constraint documentation, neither
OPEN_PREFERENCES_PAGEnorOPEN_ABOUT_PAGEdocuments what category can actually target:- OPEN_PREFERENCES_PAGE: routes only to top level categories and sub categories that have a pane name, see friendlyPrefCategoryNameToInternalName
- OPEN_ABOUT_PAGE: Should callout the allowList
Updated•2 months ago
|
Blocks: fxms-infra
Updated•1 month ago
|
| Assignee | ||
Updated•1 month ago
|
Assignee: nobody → andhuang
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed by andhuang@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6ef102309660
https://hg.mozilla.org/integration/autoland/rev/30991b4a8908
Fix broken code fence and improve documentation for OPEN_PREFERENCES_PAGE and OPEN_ABOUT_PAGE . r=omc-reviewers,sachung
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox155:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c156/b155]
You need to log in
before you can comment on or make changes to this bug.
Description
•