RESOLVED FIXED 212852
Web Inspector: allow multiple resources for a given URL
https://bugs.webkit.org/show_bug.cgi?id=212852
Summary Web Inspector: allow multiple resources for a given URL
Devin Rousso
Reported 2020-06-05 15:35:36 PDT
Rather than use a `Map`, we should use a `Multimap`.
Attachments
Patch (28.00 KB, patch)
2020-06-05 15:47 PDT, Devin Rousso
no flags
Patch (28.18 KB, patch)
2020-06-05 19:54 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2020-06-05 15:47:44 PDT
Devin Rousso
Comment 2 2020-06-05 19:54:58 PDT
Created attachment 401226 [details] Patch fix mistake in `WI.Frame.prototype.resourcesForURL` where the `WI.Frame` was added to the returned `Set` instead of the `WI.Frame.prototype.get mainResource`
Blaze Burg
Comment 3 2020-06-09 13:20:18 PDT
Comment on attachment 401226 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401226&action=review r=me > Source/WebInspectorUI/UserInterface/Controllers/NetworkManager.js:472 > + resources.addAll(this._mainFrame.resourcesForURL(url, recursivelySearchChildFrames)); NIce.
EWS
Comment 4 2020-06-09 13:44:18 PDT
Committed r262806: <https://trac.webkit.org/changeset/262806> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401226 [details].
Radar WebKit Bug Importer
Comment 5 2020-06-09 13:45:20 PDT
Note You need to log in before you can comment on or make changes to this bug.