Open
Bug 1446829
Opened 7 years ago
Updated 2 years ago
[meta] Remove in-content XUL
Categories
(Core :: XUL, enhancement, P5)
Core
XUL
Tracking
()
NEW
People
(Reporter: bgrins, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: meta)
Right now we load XUL in the content process for at least the following cases:
1) Rendering anonymous elements for the following UI (see NS_TrustedNewXULElement):
- date/time input
- file picker
- resizers
- videocontrols
- scrollbars
2) Inside XBL anonymous content for:
- touchControls
- scrollbars
3) minimal-xul.css gets loaded into every document
4) xul.css gets loaded into documents that have videocontrols on android
Reporter | ||
Updated•7 years ago
|
Summary: [meta] Reduce the amount of XUL used in the content process → [meta] Remove in-content XUL
Blocks: post-57-api-changes
Updated•7 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•