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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 22 16:44:35 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 381627: Patch

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




--- Comment #15 from Devin Rousso <drousso at apple.com> ---
Created attachment 381627

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

Patch

Move the Inspector Bootstrap Script to the Local Overrides section and allow it
to be disabled without being removed.  Having it in the Local Overrides section
makes more sense IMO because one of the expected use cases of a bootstrap
script is to be able to override default prototype functions or other
functionality, so in a sense it is an override.


More information about the webkit-reviews mailing list