Open
Bug 937502
Opened 12 years ago
Updated 3 years ago
Add API for accessing the downloadable fonts cache
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
UNCONFIRMED
People
(Reporter: sebo, Unassigned)
References
()
Details
The Firebug Working Group would like to have an API to access the data in the fonts cache when a request is made to it.
Reason: Firebug should be able to display all requests within its Net panel, even when they don't cause a network request. This is already implemented for BFCache responses, though there's no way to access request info about cached webfonts.
Sebastian
Comment 1•12 years ago
|
||
Will Bug 1028497 help here?
Comment 2•12 years ago
|
||
Within gfx code there are a slew of "caches". In this case I'm pretty sure you're asking for an API to inquire about fonts in the downloadable fonts cache. I think you need to be more specific about the info you need. Is it only readonly state info? Or do you think Firebug needs the ability to tweak data within the cache (hopefully not)?
Summary: Add API for accessing the fonts cache → Add API for accessing the downloadable fonts cache
| Reporter | ||
Comment 3•12 years ago
|
||
> Is it only readonly state info?
Read-only access is sufficient.
Sebastian
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•