[Webkit-unassigned] [Bug 121738] New: Web Inspector: resource request initiator is incorrect for @import stylesheets
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 21 00:41:02 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121738
Summary: Web Inspector: resource request initiator is incorrect
for @import stylesheets
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: timothy at apple.com
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com, graouts at apple.com
Loading daringfireball.net you get initiators like this for the first fire resources:
http://daringfireball.net:9 > http://daringfireball.net/css/fireball_screen.css?v1.52
http://daringfireball.net:10 > http://daringfireball.net/css/ie_sucks.php
http://daringfireball.net:11 > http://daringfireball.net/css/fireball_print.css?v01
http://daringfireball.net:13 > http://daringfireball.net/js/js-global/FancyZoom.js
http://daringfireball.net:13 > http://daringfireball.net/js/js-global/FancyZoomHTML.js
http://daringfireball.net:13 > http://daringfireball.net/css/fireball_fontsize.php
http://daringfireball.net:13 > http://daringfireball.net/css/fireball_unicode.css
The reality is fireball_fontsize.php and fireball_unicode.css are imported by fireball_screen.css:10 and fireball_screen.css:11, not http://daringfireball.net:13 (which is a script).
It seems the current state of the scriptableDocumentParser is used, even if the parser isn't directly responsible, which is the case for @import.
--
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