Open
Bug 1026063
Opened 10 years ago
Updated 2 years ago
Content process font loading
Categories
(Core :: Graphics: Text, defect)
Tracking
()
NEW
People
(Reporter: jld, Unassigned)
References
Details
Currently, a content process will try to open font files directly, instead of asking the parent process to do the filesystem access on its behalf. This should be fixed, and it's currently a problem for content process sandboxing on B2G (and, eventually, desktop Linux).
It might be possible to work around this, assuming that the set of font file paths can be determined ahead of time somehow (e.g., on B2G, by walking /system/fonts), when/if at least one of the proposed approaches for open() path filtering works well enough to land.
But if this can use the IPC framework, that would probably be better.
Reporter | ||
Comment 1•10 years ago
|
||
Sorry for the bugspam; filter on 086f2ac3-ac15-4299-889b-009181af5029.
Blocks: 1121295
Reporter | ||
Comment 2•10 years ago
|
||
Sorry for the bugspam; filter on 086f2ac3-ac15-4299-889b-009181af5029.
No longer blocks: 930258
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•