Closed
Bug 1845109
Opened 1 year ago
Closed 1 year ago
Use moz-message-bar to replace the addon-card-message in about:addons
Categories
(Toolkit :: XUL Widgets, task)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: hjones, Assigned: annhermy)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fidefe-reusable-components])
Attachments
(2 files)
(deleted),
image/png
|
Details | |
Bug 1845109 - Use moz-message-bar to replace the addon-card-message in about:addons. r=tgiles,hjones
(deleted),
text/x-phabricator-request
|
Details |
The message-bar
with the class addon-card-message
in aboutaddons.html is used to display various messages about a specific addon based on that addon's properties/state. The code that updates the message can be found here, and the logic controlling which message gets shown can be found here.
Now that moz-message-bar
is available we should switch to using the newer element in place of message-bar
. There may be significant changes to the getAddonMessageInfo
and updateMessage
function since the structure of the newer element is significantly different from the old element.
Updated•1 year ago
|
Assignee: nobody → annhermy
Status: NEW → ASSIGNED
Reporter | ||
Updated•1 year ago
|
Whiteboard: [fidefe-reusable-components]
Updated•1 year ago
|
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0e9d4a136f5d
Use moz-message-bar to replace the addon-card-message in about:addons. r=tgiles,fluent-reviewers,flod,rpl
Comment 3•1 year ago
|
||
Backed out for causing bc failures on browser_html_scroll_restoration.js
Flags: needinfo?(annhermy)
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f3d06a1d8173
Use moz-message-bar to replace the addon-card-message in about:addons. r=tgiles,fluent-reviewers,flod,rpl
Comment 5•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•