<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>187986</bug_id>
          
          <creation_ts>2018-07-24 19:57:55 -0700</creation_ts>
          <short_desc>[Curl] Add test for the read/write buffer works well by changing its size.</short_desc>
          <delta_ts>2020-04-07 18:30:56 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Basuke Suzuki">basuke</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1444943</commentid>
    <comment_count>0</comment_count>
    <who name="Basuke Suzuki">basuke</who>
    <bug_when>2018-07-24 19:57:55 -0700</bug_when>
    <thetext>It is no practical reason for small size of buffer, but it simulates the situation when bigger size of data is going to be out. It must be the test case for the buffering system using background thread.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1444944</commentid>
    <comment_count>1</comment_count>
    <who name="Basuke Suzuki">basuke</who>
    <bug_when>2018-07-24 20:02:04 -0700</bug_when>
    <thetext>Dydz said in IRC:
 &lt;https://trac.webkit.org/wiki/Exposing%20WebKit%20internals%20for%20Layout%20Tests&gt;

The wiki is outdated and more of a story :/ You can can access any WebCore setting (defined in &lt;https://trac.webkit.org/browser/trunk/Source/WebCore/page/Settings.yaml?rev=234091#L7&gt;) 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 &lt;https://trac.webkit.org/browser/trunk/Source/WebCore/testing/Internals.idl?rev=234091#L123&gt; and then implementing the function in WebCore/testing/Internals.{h, cpp}

window.internals is only available when running WebKitTestRunner and DumpRenderTree</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>