RESOLVED FIXED 67367
Web Inspector: Network: jump to initiator's record in case of redirect
https://bugs.webkit.org/show_bug.cgi?id=67367
Summary Web Inspector: Network: jump to initiator's record in case of redirect
Ilya Tikhonovsky
Reported 2011-08-31 23:54:21 PDT
If I have two records, where the second is the result of redirect then it'd be very helpful to be able to jump from the second to the first because a number of other records can be between those records.
Attachments
Patch (5.44 KB, patch)
2011-09-01 09:47 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2011-09-01 09:26:08 PDT
*** Bug 67365 has been marked as a duplicate of this bug. ***
Vsevolod Vlasov
Comment 2 2011-09-01 09:47:46 PDT
Pavel Feldman
Comment 3 2011-09-01 10:13:03 PDT
Comment on attachment 105979 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=105979&action=review > Source/WebCore/inspector/front-end/Resource.js:547 > + if (this.redirects && this.redirects.length > 0) Do you need this? You seem to explicitly assign those above.
Vsevolod Vlasov
Comment 4 2011-09-02 04:38:16 PDT
Note You need to log in before you can comment on or make changes to this bug.