[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:22:07 PDT 2018


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Hmm, the backend points to this resource twice in the result of `Page.searchInResources`:

    [Log] request: {
        "id": 596,
        "method": "Page.searchInResources",
        "params": {
            "text": "touchMoved:",
            "caseSensitive": false,
            "isRegex": false
        }
    }

    [Log] response: {
        "result": {
            "result": [{
                "url": "https://www.cio.com/www.idge.ans/js/select2-3.5.0/select2.js",
                "frameId": "0.2",
                "matchesCount": 2
            }, {
                "url": "https://www.cio.com/www.idge.ans/js/select2-3.5.0/select2.js",
                "frameId": "0.2",
                "matchesCount": 2,
                "requestId": "0.857"
            }]
        },
        "id": 596
    }

Looks to be the same resource, why is it getting duplicated?

-- 
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/873ee8ad/attachment.html>


More information about the webkit-unassigned mailing list