[Webkit-unassigned] [Bug 65533] Web Inspector [JSC]: Enable initiator column in network panel.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 11:59:58 PDT 2012


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


AnthonyS <ascian at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ascian at rim.com




--- Comment #4 from AnthonyS <ascian at rim.com>  2012-07-12 11:59:57 PST ---
Thanks for the pointer to this test but when running it, it fails on the size=200 static CSS image request. There is nothing added to the network log requests list for this image. Here is a dump of the list when searching for size=200...

find(/size=200/) http://127.0.0.1:8000/inspector/network/network-initiator.html
find(/size=200/) http://127.0.0.1:8000/inspector/network/resources/initiator.css
find(/size=200/) http://127.0.0.1:8000/inspector/inspector-test.js
find(/size=200/) http://127.0.0.1:8000/inspector/network-test.js
find(/size=200/) http://127.0.0.1:8000/inspector/network/resources/resource.php?type=image&random=1&size=100
find(/size=200/) http://127.0.0.1:8000/inspector/network/resources/resource.php?type=image&random=1&size=300
find(/size=200/) http://127.0.0.1:8000/inspector/network/resources/resource.php?type=image&random=1&size=400

I'm not qualified to fix the static CSS not adding the image request to the list so the question comes up, what should we do?

(1) hold up this change until the static CSS image request regression is fixed
(2) make a copy and tweak this test to remove the static CSS case effectively adding a test)
(3) ???

I'm partial to (2) and open to suggestions on how to change the test (I can provide my current version). Thoughts?

-- 
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