[Webkit-unassigned] [Bug 25911] Apply href in base elements to anchors shown on the source viewer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 21:18:12 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25911





------- Comment #4 from tyoshino at google.com  2009-05-21 21:18 PDT -------
(In reply to comment #3)
> Even after running WebKit with this patch applied, I don't see any changes in
> Web Inspector. Is this supposed to do something for Safari, or only for Chrome?
> 

Thank you for review.

We can click URLs of anchors' href values in Chrome's source viewer. Not
inspector. It uses HTMLViewSourceDocument to render sources.

I didn't intended to improve something in Safari and I didn't know where
HTMLViewSourceDocument is used in Safari. But I found that the resources tab in
Safari Web Inspector also uses HTMLViewSourceDocument (Element tab doesn't)
after your comment. Yes, there must be some change on the behavior of anchors
in the resource tab when I view
http://backup.gene-it.nl/welcome/persoonsgegevens since this document contains
a base element.

Actually, after patching this fix, the result of "Copy Link" changes. For
example, the result for gene_global.css change from
file:///Users/testing/webkit_trunk/WebKitBuild/Release/WebCore.framework/Resources/inspector/gene_global.css
to http://backup.gene-it.nl/gene_global.css . This is a side effect of my
patch.

It's a new bug that we cannot "Copy Link" on the resource tab correctly
(file:/// ... /inspector returns).


-- 
Configure bugmail: https://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