[Webkit-unassigned] [Bug 198033] ErrorObjectView display black link in dark mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 20 16:30:36 PDT 2019


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

--- Comment #17 from Zhifei Fang <zhifei_fang at apple.com> ---
(In reply to Devin Rousso from comment #16)
> (In reply to Zhifei Fang from comment #14)
> > (In reply to Nikita Vasilyev from comment #10)
> > > (In reply to Zhifei Fang from comment #2)
> > > > Please also let me know how should I test my patch.
> > > > 
> > > > How to setup a local web inspector instance.
> > > > 
> > > > thanks!
> > > 
> > > You'll need to build WebKit locally.
> > > https://trac.webkit.org/wiki/HackingWebInspector
> > > Please let me know if this is helpful.
> > 
> > I tried this part:
> > 
> > For the Mac port, set the following defaults to allow inspecting the inspector.
> > 
> > defaults write com.apple.Safari WebKitDeveloperExtrasEnabled -bool YES
> > 
> > After updating these settings, run the ​Safari Technology Preview. Then, open the Web Inspector and right-click to inspect the inspector itself.
> > 
> > But I cannot open an inspector for an inspector...
> 
> If you're trying to inspect Web Inspector (what we call inspector2 or
> inspector^2), you'll need to change the `com.apple.Safari` to be
> `com.apple.SafariTechnologyPreview`, but that won't have any changes you've
> made to your local checkout of WebKit.  You should follow the "Now Do Your
> Hacking" part of the wiki page
> <https://trac.webkit.org/wiki/HackingWebInspector#NowDoYourHacking>.

Thanks, I did use com.apple.SafariTechnologyPreview

zfdemo:Scripts zhifei_fang$ defaults read com.apple.SafariTechnologyPreview
{
    WebKitDeveloperExtrasEnabled = 1;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190520/d9c4a394/attachment-0001.html>


More information about the webkit-unassigned mailing list