[Webkit-unassigned] [Bug 198466] [WinCairo] Implement cpu and memory measuring functions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 3 19:15:23 PDT 2019


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

--- Comment #10 from Don Olmstead <don.olmstead at sony.com> ---
(In reply to Don Olmstead from comment #9)
> (In reply to Don Olmstead from comment #8)
> > Comment on attachment 371237 [details]
> > Patch
> > 
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=371237&action=review
> > > Source/cmake/OptionsWinCairo.cmake:35
> > > +set(ENABLE_RESOURCE_USAGE ON)
> > 
> > This is a WebKit option so this should be moved to OptionsWin.cmake in the
> > `if (${WTF_PLATFORM_WIN_CAIRO})` block in between WEBKIT_OPTION_BEGIN() and
> > WEBKIT_OPTION_END()
> > 
> > ```
> > WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_RESOURCE_USAGE PRIVATE OFF)
> > ```
> 
> Sorry ON not OFF. Copy paste error...

Actually can you add it to the experimental features list till we have the full implementation.

WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_RESOURCE_USAGE PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})

-- 
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/20190604/7186d72e/attachment-0001.html>


More information about the webkit-unassigned mailing list