<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Test for long press on image"
   href="https://bugs.webkit.org/show_bug.cgi?id=162657">bug 162657</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #290258 Flags</td>
           <td>review?
           </td>
           <td>review+
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Test for long press on image"
   href="https://bugs.webkit.org/show_bug.cgi?id=162657#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Test for long press on image"
   href="https://bugs.webkit.org/show_bug.cgi?id=162657">bug 162657</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=290258&amp;action=diff" name="attach_290258" title="Patch">attachment 290258</a> <a href="attachment.cgi?id=290258&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/WebKit2/ChangeLog:3
&gt; +        Test for long press on image</span >

This title isn't really accurate. It's &quot;Make it possible to test web-related user-interface features&quot; or something.

<span class="quote">&gt; Source/WebKit2/ChangeLog:11
&gt; +        Wrote a test for long press on an image, and used the sheet scraping functionality</span >

s/Wrote/Add

<span class="quote">&gt; Source/WebKit2/UIProcess/ios/WKActionSheetAssistant.h:75
&gt; +- (NSArray *)currentAvailableActionStrings;</span >

&quot;strings&quot; is a bit vague. &quot;titles&quot;?

<span class="quote">&gt; Source/WebKit2/UIProcess/ios/WKActionSheetAssistant.mm:224
&gt; +    for (UIAlertAction *action in _interactionSheet.get().actions)
&gt; +        [array addObject:action.title];</span >

This gets localized text. Is this OK, or should we stringify the action enum values?

<span class="quote">&gt; LayoutTests/fast/events/touch/ios/long-press-on-image.html:33
&gt; +                                        var actionDictionary = JSON.parse(result);</span >

Please de-tab the file.

<span class="quote">&gt; LayoutTests/fast/events/touch/ios/long-press-on-image.html:42
&gt; +                                                output += 'Available Actions: &lt;br&gt;';
&gt; +                                                var arrayLength = actionStrings.length;
&gt; +                                                for (var i = 0; i &lt; arrayLength; i++) {
&gt; +                                                    output += actionStrings[i] + '&lt;br&gt;';
&gt; +                                                }</span >

You could do this with an Array.join(separator).</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>