[Webkit-unassigned] [Bug 195814] New: Web Inspector: Network - HAR Export button disable after cross origin navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 11:59:27 PDT 2019


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

            Bug ID: 195814
           Summary: Web Inspector: Network - HAR Export button disable
                    after cross origin navigation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

HAR Export button disable after cross origin navigation

Steps to reproduce:
1. inspect <https://webkit.org>
2. go to the Network tab
3. clear the Network table
4. reload the page
5. navigate to <https://apple.com>
  => Export button is disabled 

Notes:
• `_canExportHAR` returns `false` because `WI.networkManager.mainFrame.mainResource.requestSendDate` is falsy
• Seems likely this is a PSON Web Inspector Support issue. We are likely missing details about the main resource navigation in the process swap.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190315/3f864e7b/attachment.html>


More information about the webkit-unassigned mailing list