Closed
Bug 1844848
Opened 1 year ago
Closed 1 year ago
Use moz-message-bar in about:plugins
Categories
(Toolkit :: XUL Widgets, task)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: hjones, Assigned: annhermy)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
We currently create and use a message-bar
in plugins.js
: https://searchfox.org/mozilla-central/source/toolkit/content/plugins.js#35-41
We should replace this with moz-message-bar
. If it's not possible to import moz-message-bar
via an HTML file, we will likely need to modify code in customElements.js
so that we can do something like:
window.ensureCustomElements("moz-message-bar");
in the relevant about:plugins JS code.
There may also be changes to the Fluent messages that require a Fluent migration.
Updated•1 year ago
|
Assignee: nobody → annhermy
Attachment #9346151 -
Attachment description: WIP: Bug 1844848 - Use moz-message-bar in about:plugins. r=tgiles,hjones → Bug 1844848 - Use moz-message-bar in about:plugins. r=tgiles,hjones
Status: NEW → ASSIGNED
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/abe40d3d6735
Use moz-message-bar in about:plugins. r=tgiles,fluent-reviewers,desktop-theme-reviewers,flod,dao
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•