[Webkit-unassigned] [Bug 115886] New: Web Inspector shows HTML5 ApplicationCache fallback URLs instead of attempted URLs when offline
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 9 19:14:04 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=115886
Summary: Web Inspector shows HTML5 ApplicationCache fallback
URLs instead of attempted URLs when offline
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
URL: http://safari.lishin.org
OS/Version: Mac OS X 10.8
Status: UNCONFIRMED
Severity: Minor
Priority: P2
Component: Safari Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: webkitbugzilla at lishin.org
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com, graouts at apple.com
Created an attachment (id=201313)
--> (https://bugs.webkit.org/attachment.cgi?id=201313&action=review)
Cache manifest file
When using a site with Application Cache, in offline mode, the Web Inspector does not show the actual URLs of the resources it attempts to fetch that fall into the "fallback" section; instead, it shows the fallback URL. (I used the nightly build, Version 6.0.4 (8536.29.13, 537+))
Attached is the cache manifest file. The two screenshots I am referring to are located at http://i.imgur.com/I29w9Rl.png and http://i.imgur.com/bDj801X.png
In the first one, I am online - the "correct" online image loads, that of an angry dog, and the inspector correctly shows that it loaded "wigi.jpg".
In the second one, I am offline - the "fallback" online image loads, that of a lazy cat, but the inspector shows "fallback.jpg" instead of the expected "wigi.jpg"
The problem with this is that it makes it very difficult to debug offline applications in safari (for example, when using the iPhone emulator and the Web Inspector connected to it.) I see a long series of "fallback" URLs, but I have no idea what URLs they were actually trying to load.
I've put up a demo that can be easily accessed at http://safari.lishin.org/ - I'll keep it online until this bug is closed.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list