[webkit-reviews] review granted: [Bug 202376] Web Inspector: Debugger: don't allow blackboxing of scripts that aren't finished loading or failed to load : [Attachment 379847] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 7 16:47:20 PDT 2019


Matt Baker <mattbaker at apple.com> has granted Devin Rousso <drousso at apple.com>'s
request for review:
Bug 202376: Web Inspector: Debugger: don't allow blackboxing of scripts that
aren't finished loading or failed to load
https://bugs.webkit.org/show_bug.cgi?id=202376

Attachment 379847: Patch

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




--- Comment #2 from Matt Baker <mattbaker at apple.com> ---
Comment on attachment 379847
  --> https://bugs.webkit.org/attachment.cgi?id=379847
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=379847&action=review

r=me

> Source/WebInspectorUI/UserInterface/Views/SourceCodeTreeElement.js:172
> +	       this.status = null;

So `supportsScriptBlackboxing` can change from true to false?


More information about the webkit-reviews mailing list