<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add SPI for handling inline link navigation for peek/pop"
   href="https://bugs.webkit.org/show_bug.cgi?id=151270#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add SPI for handling inline link navigation for peek/pop"
   href="https://bugs.webkit.org/show_bug.cgi?id=151270">bug 151270</a>
              from <span class="vcard"><a class="email" href="mailto:mitz&#64;webkit.org" title="mitz&#64;webkit.org &lt;mitz&#64;webkit.org&gt;"> <span class="fn">mitz&#64;webkit.org</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=265492&amp;action=diff" name="attach_265492" title="Patch">attachment 265492</a> <a href="attachment.cgi?id=265492&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/WebKit2/UIProcess/API/Cocoa/WKUIDelegatePrivate.h:40
&gt; +&#64;class _WKPreviewingElementInfo;</span >

“previewing element” sound a little weird, because the element isn’t doing any previewing, it is being previewed perhaps, so maybe _WKPreviewedElementInfo or _WKPreviewableElementInfo fit better.

<span class="quote">&gt; Source/WebKit2/UIProcess/API/Cocoa/_WKElementInfo.mm:59
&gt; +    return _URL.get();</span >

Because BOOL is sometimes just an unsigned char, this will return NO if the URL pointer ends in a 0 byte, so you should !! it or explicitly compare to nil.</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>