[Webkit-unassigned] [Bug 188270] Web Inspector: Global search sometimes returns duplicate results for a resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 15:26:26 PDT 2018


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Page.searchInResources does two searches:

  (1) PageAgent search cached resources in frame tree
  (2) NetworkAgent searchOtherRequests to search non-cached resources

So it would seem (2) may be searching in a resource that has a CachedResource that could otherwise be skipped.

-- 
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/20180802/1cb3902a/attachment.html>


More information about the webkit-unassigned mailing list