Closed
Bug 1495861
Opened 3 years ago
Closed 2 years ago
Convert <radio> to a Custom Element
Categories
(Toolkit :: XUL Widgets, task, P3)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
This should be relatively similar to Bug 1481949 for radiogroup.
Updated•3 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
This is the only <radiogroup> and <radio> consumer in browser.xul.
By making the DOM get constructed on demand, we can avoid loading radio.js
at startup, and it also gives us a chance to migrate the strings to Fluent.
Updated•2 years ago
|
Attachment #9053636 -
Attachment description: Bug 1495861 - WIP Lazify panic panel and convert it to use FTL → Bug 1495861 - Lazify panic panel and convert it to use FTL
Updated•2 years ago
|
Attachment #9015624 -
Attachment description: Bug 1495861 - WIP - Convert <radio> to a Custom Element → Bug 1495861 - Convert <radio> to a Custom Element
| Assignee | ||
Comment 3•2 years ago
|
||
Pushed by bgrinstead@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4f8c32d4a98d Lazify panic panel and convert it to use FTL r=flod,Gijs https://hg.mozilla.org/integration/autoland/rev/e1bb7293c3f0 Convert <radio> to a Custom Element r=surkov
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4f8c32d4a98d
https://hg.mozilla.org/mozilla-central/rev/e1bb7293c3f0
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
| Comment hidden (obsolete) |
Updated•2 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•