Closed
Bug 1030718
Opened 11 years ago
Closed 9 years ago
disable cache doesn't disable font caches
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 931752
People
(Reporter: m+mozilla, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0 (Beta/Release)
Build ID: 20140625030206
Steps to reproduce:
- Disable caches in devtools
- Create a font
- Use it
- Create another font with the same name by adding an element inside for instance
- Refresh
Actual results:
You won't have your new element in the font, so the font used is the cached one.
Expected results:
Disable cache should also disable font caches.
Comment 1•11 years ago
|
||
Pasting some dialog from IRC:
05:36 < _kud> my use case is i use gulp + gulp-iconcss to create a font from lots of svg
05:36 <@robcee> not sure that belongs in the netmonitor panel or not. I suspect it's an actual networking bug, but want to do a little digging first.
05:36 < _kud> everytime I add an svg, a new font is created witht the same name
05:36 < _kud> but when i refresh firefox
05:36 < _kud> i still got the cache :(
05:36 < _kud> so my font is wrong
05:36 <@robcee> I see, makes debugging impossible for you.
05:36 < _kud> i need to open "private tab" to have my new font
05:36 < _kud> or delete cache
05:36 <@robcee> and you're doing this inside the Inspector to verify your
changes, right?
05:37 <@robcee> does Shift-Reload wipe the cache for you?
05:37 < _kud> no, just when i watch the design
05:37 < _kud> wait, robcee
05:37 < _kud> i try
05:37 < _kud> ah well yeah it seems to work
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•11 years ago
|
||
moving to inspector and cc'ing Ratcliffe.
Component: Developer Tools: Netmonitor → Developer Tools: Inspector
Updated•11 years ago
|
Assignee: nobody → mratcliffe
Comment 4•11 years ago
|
||
See also bug 931752.
Comment 6•10 years ago
|
||
Filter on 1ff0543e-b501-4893-a72b-e4773c01e655
Assignee: mratcliffe → nobody
OS: Mac OS X → All
Hardware: x86 → All
Blocks: netmonitor-cache
Comment 7•9 years ago
|
||
I'm marking this as duplicate of bug 931752, as they are basically asking for the same.
Sebastian
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
No longer blocks: 931752
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•