Export to GitHub

fbug - issue #6273

Filter for fonts in Net panel


Posted on Feb 18, 2013 by Helpful Wombat

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 Wombat

The test case was bad, because the files are not sent with the correct MIME type. So here's a better test case:

  1. Open Firebug on http://www.google.com/webfonts
  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 the fonts.

Added the filter in https://github.com/firebug/firebug/commit/957613f372003a400eee8084e77a1586cd5e2667.

Sebastian

Comment #2

Posted on Feb 18, 2013 by Helpful Wombat

Made additional change in https://github.com/firebug/firebug/commit/f7ec85470867730151b2002b6e587ae20c9712be.

Sebastian

Comment #3

Posted on Feb 18, 2013 by Helpful Wombat

Updated the documentation: https://getfirebug.com/wiki/index.php/Net_Panel#Filters

Sebastian

Comment #4

Posted on Feb 22, 2013 by Massive Wombat

This 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 Wombat

Here's another page for testing: http://somadesign.ca/demos/IE9-WOFF-Test/

Sebastian

Comment #6

Posted on Aug 22, 2013 by Quick Hippo

The font requests(woff) disappears after the page is refreshed.

Comment #7

Posted on Aug 22, 2013 by Helpful Wombat

Firefox 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