Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
HTML5 .manifest files not appearing in Firebug net panel
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jesper Rønn-Jensen  
View profile  
 More options Apr 19 2010, 7:58 am
From: Jesper Rønn-Jensen <jespe...@gmail.com>
Date: Mon, 19 Apr 2010 04:58:13 -0700 (PDT)
Local: Mon, Apr 19 2010 7:58 am
Subject: HTML5 .manifest files not appearing in Firebug net panel
I ran into this odd thing when trying the HTML5 offline example. With
most recent stable Firebug 1.5.3, the manifest file did not show up in
the network panel.

According to the w3c standard it should be served with HTTP header
"text/cache-manifest", which could explain why it does not show up.
However, I run it via a tiny webserver that serves it (incorrectly) as
"application/octet-stream".

First of all, not showing .manifest files is this a bug or feature in
Firebug?

Here are the details of my test.

Code from http://dev.w3.org/html5/spec/offline.html

Output from local webserver:

curl -D tmp.txt http://localhost:8000/clock.html >> tmp.txt && cat
tmp.txt
  % Total    % Received % Xferd  Average Speed   Time    Time
Time  Current
                                 Dload  Upload   Total   Spent
Left  Speed
100   258  100   258    0     0  35035      0 --:--:-- --:--:--
--:--:-- 51600
HTTP/1.0 200 OK
Server: SimpleHTTP/0.6 Python/2.6.5
Date: Mon, 19 Apr 2010 11:44:44 GMT
Content-type: text/html
Content-Length: 258
Last-Modified: Sat, 17 Apr 2010 12:07:54 GMT

<!-- clock.html -->
<!DOCTYPE HTML>
<html manifest="clock.manifest">
 <head>
  <title>Clock</title>
  <script src="clock.js"></script>
  <link rel="stylesheet" href="clock.css">
 </head>
 <body>
  <p>The time is: <span id="clock"></span></p>
 </body>
</html>[~ (master)⚡]
curl -D tmp.txt http://localhost:8000/clock.manifest >> tmp.txt && cat
tmp.txt
  % Total    % Received % Xferd  Average Speed   Time    Time
Time  Current
                                 Dload  Upload   Total   Spent
Left  Speed
100    46  100    46    0     0  10304      0 --:--:-- --:--:--
--:--:-- 23000
HTTP/1.0 200 OK
Server: SimpleHTTP/0.6 Python/2.6.5
Date: Mon, 19 Apr 2010 11:56:01 GMT
Content-type: application/octet-stream
Content-Length: 46
Last-Modified: Sat, 17 Apr 2010 12:10:10 GMT

CACHE MANIFEST
clock.html
clock.css
clock.js

[~ (master)⚡]

--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com.
To unsubscribe from this group, send email to firebug+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J Barton  
View profile  
 More options Apr 19 2010, 10:24 am
From: John J Barton <johnjbar...@johnjbarton.com>
Date: Mon, 19 Apr 2010 07:24:38 -0700 (PDT)
Local: Mon, Apr 19 2010 10:24 am
Subject: Re: HTML5 .manifest files not appearing in Firebug net panel

On Apr 19, 4:58 am, Jesper Rønn-Jensen <jespe...@gmail.com> wrote:

> I ran into this odd thing when trying the HTML5 offline example. With
> most recent stable Firebug 1.5.3, the manifest file did not show up in
> the network panel.

> According to the w3c standard it should be served with HTTP header
> "text/cache-manifest", which could explain why it does not show up.
> However, I run it via a tiny webserver that serves it (incorrectly) as
> "application/octet-stream".

> First of all, not showing .manifest files is this a bug or feature in
> Firebug?

My first guess is "neither a bug nor a feature". My guess is we do
nothing about this file at all and if you are not seeing it the simple
explanation is that Firefox is not reading it via normal methods.

> Here are the details of my test.

> Code fromhttp://dev.w3.org/html5/spec/offline.html

This file is not a test file, but rather contains some example code.

jjb

--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@googlegroups.com.
To unsubscribe from this group, send email to firebug+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »