[webkit-reviews] review granted: [Bug 133989] Only show telephone number highlights if only one number is selected : [Attachment 233246] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 17 12:06:58 PDT 2014


Tim Horton <thorton at apple.com> has granted Brady Eidson <beidson at apple.com>'s
request for review:
Bug 133989: Only show telephone number highlights if only one number is
selected
https://bugs.webkit.org/show_bug.cgi?id=133989

Attachment 233246: Patch v1
https://bugs.webkit.org/attachment.cgi?id=233246&action=review

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=233246&action=review


> Source/WebKit2/WebProcess/WebPage/TelephoneNumberOverlayController.h:54
>      DDHighlightRef highlight() const { return m_highlight.get(); }

Weird that this isn't in a mac/ subdirectory.

> Source/WebKit2/WebProcess/WebPage/TelephoneNumberOverlayController.h:56
> +    bool hovered() const { return m_hovered; }

isHovered.


More information about the webkit-reviews mailing list