[Webkit-unassigned] [Bug 156601] New: Web Inspector: Sending lots of unnecessary CSS.getNamedFlowCollection requests on reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 14:51:55 PDT 2016


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

            Bug ID: 156601
           Summary: Web Inspector: Sending lots of unnecessary
                    CSS.getNamedFlowCollection requests on reload
    Classification: Unclassified
           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: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Sending lots of unnecessary CSS.getNamedFlowCollection requests on reload

* STEPS TO REPRODUCE
1. Inspect <http://bogojoker.com>
2. Reload
3. Reload
4. Reload
  => Lots of wasted traffic
  [native code]: CONSOLE LOG request: {"id":303,"method":"CSS.getNamedFlowCollection","params":{"documentNodeId":87}}
  [native code]: CONSOLE LOG response: {"result":{"namedFlows":[]},"id":288}

Apparently FrameTreeElement.onexpand gets called for every resource added, and each time it requests the flows.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160414/7a8dd514/attachment.html>


More information about the webkit-unassigned mailing list