[Webkit-unassigned] [Bug 187986] [Curl] Add test for the read/write buffer works well by changing its size.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 20:02:04 PDT 2018


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

--- Comment #1 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
Dydz said in IRC:
 <https://trac.webkit.org/wiki/Exposing%20WebKit%20internals%20for%20Layout%20Tests>

The wiki is outdated and more of a story :/ You can can access any WebCore setting (defined in <https://trac.webkit.org/browser/trunk/Source/WebCore/page/Settings.yaml?rev=234091#L7>) in a layout tests using syntax of the form window.internals.settings.setMinimumFontSize(5)

You can also expose WebCore functionality by adding a new function to the window.internals object by adding the functionl to the IDL at <https://trac.webkit.org/browser/trunk/Source/WebCore/testing/Internals.idl?rev=234091#L123> and then implementing the function in WebCore/testing/Internals.{h, cpp}

window.internals is only available when running WebKitTestRunner and DumpRenderTree

-- 
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/20180725/ea292a40/attachment-0001.html>


More information about the webkit-unassigned mailing list