WebPlatformForEmbedded / WPEWebKit

WPE WebKit port (downstream)
210 stars 135 forks source link

[GTK][WPE] missing URI for injected user scripts and style sheets #1314

Closed pgorszkowski-igalia closed 2 months ago

pgorszkowski-igalia commented 2 months ago

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

Reviewed by Adrian Perez de Castro.

User scripts/style sheets without the URI are not visible in WebInspector.

With this change the URI of injected user scripts/style sheets are generated as: user-script:incremented_identifier user-style:incremented_identifier

Canonical link: https://commits.webkit.org/277470@main