Closed
Bug 1590903
Opened 5 years ago
Closed 5 years ago
Remove tests and support for XUL <text> element
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
It seems completely unused outside of tests:
https://searchfox.org/mozilla-central/search?q=%3Ctext&case=false®exp=false&path=xhtml
https://searchfox.org/mozilla-central/search?q=%3Ctext&path=xul
https://searchfox.org/mozilla-central/search?q=createXULElement%28%22text&path=
https://searchfox.org/mozilla-central/search?q=createElementNS%5C%28.*%22text®exp=true&path=
Code behind <text>
:
- All of the tests involving the XUL
<text>
element - https://searchfox.org/mozilla-central/rev/088e2cf29c59d733d57af43903eb0267dbf72e2a/layout/base/nsCSSFrameConstructor.cpp#4146
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2a548b23c4d5
Remove support for XUL <text> element. r=mats
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/be90a81e1b11
Fix reftest failure and remove references to <text> that I missed. CLOSED TREE
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2a548b23c4d5
https://hg.mozilla.org/mozilla-central/rev/be90a81e1b11
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•5 years ago
|
Assignee: nobody → ntim.bugs
Updated•5 years ago
|
Attachment #9103876 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•