Bug 65466 - Web Inspector: [REGRESSION] Console evaluations leading to resource loading cause errors.
Summary: Web Inspector: [REGRESSION] Console evaluations leading to resource loading c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 07:16 PDT by Vsevolod Vlasov
Modified: 2011-08-02 08:55 PDT (History)
12 users (show)

See Also:


Attachments
Patch (5.22 KB, patch)
2011-08-01 07:51 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (5.15 KB, patch)
2011-08-01 08:59 PDT, Vsevolod Vlasov
pfeldman: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch (5.24 KB, patch)
2011-08-01 10:13 PDT, Vsevolod Vlasov
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch (5.23 KB, patch)
2011-08-02 07:47 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2011-08-01 07:16:12 PDT
Console evaluations leading to resource loading cause errors.

This is caused by http://trac.webkit.org/changeset/91928
( https://bugs.webkit.org/show_bug.cgi?id=65105  Web Inspector: Add resource initiator column to network panel. )
Comment 1 Vsevolod Vlasov 2011-08-01 07:51:27 PDT
Created attachment 102516 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-01 08:14:11 PDT
Comment on attachment 102516 [details]
Patch

Attachment 102516 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/9283565

New failing tests:
http/tests/inspector/network/network-initiator-from-console.html
Comment 3 Vsevolod Vlasov 2011-08-01 08:59:18 PDT
Created attachment 102521 [details]
Patch
Comment 4 WebKit Review Bot 2011-08-01 09:22:36 PDT
Comment on attachment 102521 [details]
Patch

Attachment 102521 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/9284453

New failing tests:
http/tests/inspector/network/network-initiator-from-console.html
Comment 5 Vsevolod Vlasov 2011-08-01 10:13:59 PDT
Created attachment 102531 [details]
Patch
Comment 6 WebKit Review Bot 2011-08-01 11:02:05 PDT
Comment on attachment 102531 [details]
Patch

Attachment 102531 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/9290454

New failing tests:
http/tests/inspector/network/network-initiator-from-console.html
Comment 7 Vsevolod Vlasov 2011-08-02 07:47:53 PDT
Created attachment 102650 [details]
Patch
Comment 8 Vsevolod Vlasov 2011-08-02 08:55:49 PDT
Committed r92194: <http://trac.webkit.org/changeset/92194>