[webkit-reviews] review requested: [Bug 195847] Web Inspector: provide a way to inject "bootstrap" JavaScript into the page as the first script executed : [Attachment 372249] [Patch] WIP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 17 09:30:18 PDT 2019


Devin Rousso <drousso at apple.com> has asked  for review:
Bug 195847: Web Inspector: provide a way to inject "bootstrap" JavaScript into
the page as the first script executed
https://bugs.webkit.org/show_bug.cgi?id=195847

Attachment 372249: [Patch] WIP

https://bugs.webkit.org/attachment.cgi?id=372249&action=review




--- Comment #2 from Devin Rousso <drousso at apple.com> ---
Created attachment 372249

  --> https://bugs.webkit.org/attachment.cgi?id=372249&action=review

[Patch] WIP

MVP/proof-of-concept.  The "real" approach should be to subclass `Script` to
make a `LocalScript` or modify `LocalResource` to allow for less metadata (e.g.
no request/response info).


More information about the webkit-reviews mailing list