RESOLVED FIXED Bug 65784
Web Inspector: Network panel always displays file:// resources as "(pending)"
https://bugs.webkit.org/show_bug.cgi?id=65784
Summary Web Inspector: Network panel always displays file:// resources as "(pending)"
Andrey Kosyakov
Reported 2011-08-05 12:22:59 PDT
1. Open inspector 2. Switch to the Network panel 3. Navigate to a file:// url 3. Observe that all file URLs have status of "(pending)"
Attachments
patch (2.10 KB, patch)
2011-08-05 12:34 PDT, Andrey Kosyakov
pfeldman: review-
patch (4.78 KB, patch)
2011-08-08 07:11 PDT, Andrey Kosyakov
pfeldman: review+
webkit.review.bot: commit-queue-
Andrey Kosyakov
Comment 1 2011-08-05 12:34:12 PDT
Created attachment 103095 [details] patch - report status for non-http(s?) resources that are finished and not failed as "Success" - "(Pending)" -> "(pending)" for consistency with other bogus status values
Pavel Feldman
Comment 2 2011-08-08 01:09:56 PDT
(you should not regress data url behavior). btw: a test for file: and data: would be great.
Andrey Kosyakov
Comment 3 2011-08-08 07:11:14 PDT
Created attachment 103239 [details] patch - added a test note that data URL behavior is not actually regressed: we used to have "(data url)" as a status for data URLs, now it's just "Success".
Pavel Feldman
Comment 4 2011-08-08 10:05:55 PDT
Comment on attachment 103239 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=103239&action=review > LayoutTests/inspector/network-status-non-http.html:5 > +test = function() { function test() { > LayoutTests/inspector/network-status-non-http.html:14 > + var dataGrid = logView.element.querySelector("table.data"); what is dataGrid.textContent ? > LayoutTests/inspector/network-status-non-http.html:44 > +function addElement(src) addScriptElement > LayoutTests/inspector/network-status-non-http.html:48 > + document.body.appendChild(element); document.head.appendChild
WebKit Review Bot
Comment 5 2011-08-08 10:49:28 PDT
Comment on attachment 103239 [details] patch Attachment 103239 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/9330533 New failing tests: inspector/network-status-non-http.html
Andrey Kosyakov
Comment 6 2011-08-10 01:27:08 PDT
Note You need to log in before you can comment on or make changes to this bug.