[Webkit-unassigned] [Bug 17574] Acid2: Inspection fails after internal anchor navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 23:15:59 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17574


cwzwarich at uwaterloo.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19988|0                           |1
        is obsolete|                            |




------- Comment #6 from cwzwarich at uwaterloo.ca  2008-03-23 23:15 PDT -------
Created an attachment (id=19998)
 --> (http://bugs.webkit.org/attachment.cgi?id=19998&action=view)
Further reduction

The main document appears in the inspector, except it has type Other. Here is a
further reduction without the 404 that illustrates the problem alone.

This is occurring because

CachedResource* cachedResource =
frame->document()->docLoader()->cachedResource(requestURL.string());

in InspectorResource::type() is null. If I change the subsequent test to return
Doc instead of Other, then inspection works fine.

I think this is actually a loader issue, because it should be a cached
resource, unless my definition of cached resource is skewed.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list