<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sam&#64;webkit.org" title="Sam Weinig &lt;sam&#64;webkit.org&gt;"> <span class="fn">Sam Weinig</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WKContentView needs to implement UITextInput methods to make speak selection highlighting work"
   href="https://bugs.webkit.org/show_bug.cgi?id=166955">bug 166955</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 #298733 Flags</td>
           <td>
               &nbsp;
           </td>
           <td>review-
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WKContentView needs to implement UITextInput methods to make speak selection highlighting work"
   href="https://bugs.webkit.org/show_bug.cgi?id=166955#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: WKContentView needs to implement UITextInput methods to make speak selection highlighting work"
   href="https://bugs.webkit.org/show_bug.cgi?id=166955">bug 166955</a>
              from <span class="vcard"><a class="email" href="mailto:sam&#64;webkit.org" title="Sam Weinig &lt;sam&#64;webkit.org&gt;"> <span class="fn">Sam Weinig</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=298733&amp;action=diff" name="attach_298733" title="patch">attachment 298733</a> <a href="attachment.cgi?id=298733&amp;action=edit" title="patch">[details]</a></span>
patch

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

<span class="quote">&gt; Source/WebKit2/WebProcess/WebPage/WebPage.messages.in:101
&gt; +    RectForPointWithOffset(WebCore::IntPoint point, int32_t offset) -&gt; (WebCore::FloatRect rect);
&gt; +    SelectionRectsForPositions(WebCore::IntPoint from, WebCore::IntPoint to) -&gt; (Vector&lt;WebCore::SelectionRect&gt; selectionRects, uint64_t length);
&gt; +    SelectionRectsForGranularityAtPosition(WebCore::IntPoint point, uint32_t granularity) -&gt; (Vector&lt;WebCore::SelectionRect&gt; selectionRects, WebCore::FloatRect startRect, WebCore::FloatRect endRect, uint64_t length);</span >

Please do not add any additional synchronous messages (an please don't call any existing ones).  Please re-work this to not require synchronous messaging to the WebProcess.</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>