<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add long press selection test"
   href="https://bugs.webkit.org/show_bug.cgi?id=162367#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add long press selection test"
   href="https://bugs.webkit.org/show_bug.cgi?id=162367">bug 162367</a>
              from <span class="vcard"><a class="email" href="mailto:simon.fraser&#64;apple.com" title="Simon Fraser (smfr) &lt;simon.fraser&#64;apple.com&gt;"> <span class="fn">Simon Fraser (smfr)</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=289614&amp;action=diff" name="attach_289614" title="Patch">attachment 289614</a> <a href="attachment.cgi?id=289614&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=289614&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=289614&amp;action=review</a>

<span class="quote">&gt; Tools/ChangeLog:14
&gt; +        Add support to UIScriptController to synthesize long press events on iOS. This required adding long-press functionality to HIDEventGenerator.
&gt; +
&gt; +        HIDEventGenerator sends the touchDown, but must then send the touchUp with a dispatch_after (rather than sleeping, as we do for other events) in order for the gesture recognizers to correctly detect a long press.
&gt; +
&gt; +        Use the long press synthesis in a test that detects whether a long press gesture triggers text selection.
&gt; +
&gt; +        Fixed incorrect constants. NSTimeInterval is in seconds, original numbers were nanoseconds and typedefed to long without regard to the type differences. Redid constants to be the right value, and converted upon use.</span >

You should hard wrap these lines to 80 chars or so. Look at the other entries for examples.

<span class="quote">&gt; LayoutTests/fast/events/touch/ios/long-press-to-select-text.html:33
&gt; +                    var selection = document.getSelection().toString();</span >

Variable would be better named as &quot;selectionText&quot; or &quot;seletionAsString&quot;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>