What should be implemented/improved? The Net panel should have a filter for filtering by web fonts, so it's easier to find such requests.
Test case: 1. Open Firebug on https://getfirebug.com 2. Enable and switch to the Net panel 3. Reload the page 4. Click the 'Fonts' filter button (not existing yet)
=> The Net panel should just list the requests to TitilliumMaps26L001.woff and TitilliumMaps26L002.woff.
Sebastian
Comment #1
Posted on Feb 18, 2013 by Helpful WombatThe test case was bad, because the files are not sent with the correct MIME type. So here's a better test case:
- Open Firebug on http://www.google.com/webfonts
- Enable and switch to the Net panel
- Reload the page
- Click the 'Fonts' filter button (not existing yet)
=> The Net panel should just list the requests to the fonts.
Added the filter in https://github.com/firebug/firebug/commit/957613f372003a400eee8084e77a1586cd5e2667.
Sebastian
Comment #2
Posted on Feb 18, 2013 by Helpful WombatMade additional change in https://github.com/firebug/firebug/commit/f7ec85470867730151b2002b6e587ae20c9712be.
Sebastian
Comment #3
Posted on Feb 18, 2013 by Helpful WombatUpdated the documentation: https://getfirebug.com/wiki/index.php/Net_Panel#Filters
Sebastian
Comment #4
Posted on Feb 22, 2013 by Massive WombatThis issue has been fixed in Firebug 1.12 alpha 3 https://getfirebug.com/releases/firebug/1.12/firebug-1.12.0a3.xpi
Please try it and let us know how it works for you.
Thanks for the help! Honza
Comment #5
Posted on Jun 13, 2013 by Helpful WombatHere's another page for testing: http://somadesign.ca/demos/IE9-WOFF-Test/
Sebastian
Comment #6
Posted on Aug 22, 2013 by Quick HippoThe font requests(woff) disappears after the page is refreshed.
Comment #7
Posted on Aug 22, 2013 by Helpful WombatFirefox caches font requests since https://bugzil.la/816483. Though you can circumvent the caching by pressing Ctrl+F5.
Sebastian
Status: Fixed
Labels:
Type-Enhancement
net
1.11.2
Test-case-available
FBTest-wanted
doc-available
fixed
fixed-1.12-a3