Bug 88027 - Web Inspector: Resources panel should have Frames > Other category
Summary: Web Inspector: Resources panel should have Frames > Other category
Status: RESOLVED DUPLICATE of bug 88025
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL: http://lesscss.org
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 17:25 PDT by Jan Keromnes
Modified: 2012-06-09 08:37 PDT (History)
12 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Keromnes 2012-05-31 17:25:07 PDT
Some resources have an unknown type.

EXAMPLES: (from http://lesscss.org/)
<link rel="stylesheet/less" type="text/css" href="/less/main.less">
<link rel="alternate" type="application/atom+xml" title="app - feed" href="/index.xml">

OBSERVED:
Resources with an unknown type are not shown in Resources panel

EXPECTED:
Resources with an unknown type should appear in Resources panel > Frames > (main page) > Other
Comment 1 Jan Keromnes 2012-06-01 12:30:37 PDT
STEPS TO REPRODUCE:

- go to http://lesscss.org
- in the Elements panel, open the <head> and click on "/less/main.less"
- the Resources panel in unable to show the file, even after refresh
- however, you can find the code of "/less/main.less" in the Network panel > main.less > preview

- also on http://lesscss.org
- in the Elements panel, open the <head> and click on "/index.xml"
- same problem, the Resources panel can't show you index.xml
- this time, index.xml can't be found in the Network panel, because it's never loaded

I think these resources should be found in a new category:
- Resources > Frames > (website) > Other
Comment 2 Vsevolod Vlasov 2012-06-09 08:37:15 PDT

*** This bug has been marked as a duplicate of bug 88025 ***