<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[176599] trunk/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/176599">176599</a></dd>
<dt>Author</dt> <dd>timothy_horton@apple.com</dd>
<dt>Date</dt> <dd>2014-12-01 12:48:39 -0800 (Mon, 01 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Implement yellow highlight for WebKit1 data detectors
https://bugs.webkit.org/show_bug.cgi?id=138956
&lt;rdar://problem/18992185&gt;

Reviewed by Beth Dakin.

* page/TextIndicator.cpp:
(WebCore::TextIndicator::createWithSelectionInFrame):
(WebCore::TextIndicator::TextIndicator):
* page/TextIndicator.h:
(WebCore::TextIndicator::selectionRectInScreenCoordinates):
(WebCore::TextIndicator::textBoundingRectInScreenCoordinates):
(WebCore::TextIndicator::selectionRectInWindowCoordinates): Deleted.
(WebCore::TextIndicator::textBoundingRectInWindowCoordinates): Deleted.
Store TextIndicator rects in screen coordinates, since that's what we
want anyway, and this makes it easier to share this code between the WebKits.

* page/mac/TextIndicatorWindow.mm:
(-[WebTextIndicatorView initWithFrame:textIndicator:margin:]):
(WebCore::TextIndicatorWindow::setTextIndicator):
Avoid some rect conversion because the TextIndicator rects are already in screen coordinates.

* WebView/WebActionMenuController.h:
* WebView/WebActionMenuController.mm:
(-[WebActionMenuController webView:willHandleMouseDown:]):
(-[WebActionMenuController webView:didHandleScrollWheel:]):
(-[WebActionMenuController prepareForMenu:withEvent:]):
(-[WebActionMenuController didCloseMenu:withEvent:]):
(-[WebActionMenuController _defaultMenuItemsForDataDetectedText]):
(-[WebActionMenuController _showTextIndicator]):
(-[WebActionMenuController _hideTextIndicator]):
(-[WebActionMenuController _dismissActionMenuPopovers]):
Copy the WebKit2 WKActionMenuController TextIndicator implementation
into WebActionMenuController. The only significant difference is
that we build the TextIndicator right at menu construction time
instead of in the Web process.

* WebView/WebHTMLView.mm:
(-[WebHTMLView scrollWheel:]):
Let the WebActionMenuController know that we're handling a scroll.

(-[WebHTMLView mouseDown:]):
Let the WebActionMenuController know that we're handling a mouseDown.

* WebView/WebView.mm:
(-[WebView _setTextIndicator:fadeOut:animationCompletionHandler:]):
(-[WebView _clearTextIndicator]):
(-[WebView _actionMenuController]):
(-[WebView _convertRectFromRootView:]): Deleted.
* WebView/WebViewData.h:
* WebView/WebViewData.mm:
* WebView/WebViewInternal.h:
Keep a TextIndicatorWindow on WebView, just like WKView does.
Expose the WebActionMenuController on WebView (internally).

* Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder&lt;TextIndicatorData&gt;::encode):
(IPC::ArgumentCoder&lt;TextIndicatorData&gt;::decode):
* WebProcess/WebPage/FindController.cpp:
(WebKit::FindController::updateFindIndicator):
(WebKit::FindController::drawRect):
Adjust to the fact that TextIndicator keeps screen-relative rects.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorepageTextIndicatorcpp">trunk/Source/WebCore/page/TextIndicator.cpp</a></li>
<li><a href="#trunkSourceWebCorepageTextIndicatorh">trunk/Source/WebCore/page/TextIndicator.h</a></li>
<li><a href="#trunkSourceWebCorepagemacTextIndicatorWindowmm">trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm</a></li>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebActionMenuControllerh">trunk/Source/WebKit/mac/WebView/WebActionMenuController.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebActionMenuControllermm">trunk/Source/WebKit/mac/WebView/WebActionMenuController.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebHTMLViewmm">trunk/Source/WebKit/mac/WebView/WebHTMLView.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewmm">trunk/Source/WebKit/mac/WebView/WebView.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewDatah">trunk/Source/WebKit/mac/WebView/WebViewData.h</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewDatamm">trunk/Source/WebKit/mac/WebView/WebViewData.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebViewInternalh">trunk/Source/WebKit/mac/WebView/WebViewInternal.h</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2SharedWebCoreArgumentCoderscpp">trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageFindControllercpp">trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebCore/ChangeLog        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -1,3 +1,27 @@
</span><ins>+2014-12-01  Tim Horton  &lt;timothy_horton@apple.com&gt;
+
+        Implement yellow highlight for WebKit1 data detectors
+        https://bugs.webkit.org/show_bug.cgi?id=138956
+        &lt;rdar://problem/18992185&gt;
+
+        Reviewed by Beth Dakin.
+
+        * page/TextIndicator.cpp:
+        (WebCore::TextIndicator::createWithSelectionInFrame):
+        (WebCore::TextIndicator::TextIndicator):
+        * page/TextIndicator.h:
+        (WebCore::TextIndicator::selectionRectInScreenCoordinates):
+        (WebCore::TextIndicator::textBoundingRectInScreenCoordinates):
+        (WebCore::TextIndicator::selectionRectInWindowCoordinates): Deleted.
+        (WebCore::TextIndicator::textBoundingRectInWindowCoordinates): Deleted.
+        Store TextIndicator rects in screen coordinates, since that's what we
+        want anyway, and this makes it easier to share this code between the WebKits.
+
+        * page/mac/TextIndicatorWindow.mm:
+        (-[WebTextIndicatorView initWithFrame:textIndicator:margin:]):
+        (WebCore::TextIndicatorWindow::setTextIndicator):
+        Avoid some rect conversion because the TextIndicator rects are already in screen coordinates.
+
</ins><span class="cx"> 2014-12-01  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove old site specific quirks code that was added in 2009
</span></span></pre></div>
<a id="trunkSourceWebCorepageTextIndicatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/TextIndicator.cpp (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/TextIndicator.cpp        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebCore/page/TextIndicator.cpp        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -143,7 +143,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Store the selection rect in window coordinates, to be used subsequently
</span><span class="cx">     // to determine if the indicator and selection still precisely overlap.
</span><del>-    IntRect selectionRectInWindowCoordinates = frame.view()-&gt;contentsToWindow(selectionRect);
</del><ins>+    IntRect selectionRectInScreenCoordinates = frame.view()-&gt;contentsToScreen(selectionRect);
</ins><span class="cx"> 
</span><span class="cx">     Vector&lt;FloatRect&gt; textRects;
</span><span class="cx">     frame.selection().getClippedVisibleTextRectangles(textRects);
</span><span class="lines">@@ -151,23 +151,23 @@
</span><span class="cx">     // The bounding rect of all the text rects can be different than the selection
</span><span class="cx">     // rect when the selection spans multiple lines; the indicator doesn't actually
</span><span class="cx">     // care where the selection highlight goes, just where the text actually is.
</span><del>-    FloatRect textBoundingRectInWindowCoordinates;
-    Vector&lt;FloatRect&gt; textRectsInWindowCoordinates;
</del><ins>+    FloatRect textBoundingRectInScreenCoordinates;
+    Vector&lt;FloatRect&gt; textRectsInScreenCoordinates;
</ins><span class="cx">     for (const FloatRect&amp; textRect : textRects) {
</span><del>-        FloatRect textRectInWindowCoordinates = frame.view()-&gt;contentsToWindow(enclosingIntRect(textRect));
-        textRectsInWindowCoordinates.append(textRectInWindowCoordinates);
-        textBoundingRectInWindowCoordinates.unite(textRectInWindowCoordinates);
</del><ins>+        FloatRect textRectInScreenCoordinates = frame.view()-&gt;contentsToScreen(enclosingIntRect(textRect));
+        textRectsInScreenCoordinates.append(textRectInScreenCoordinates);
+        textBoundingRectInScreenCoordinates.unite(textRectInScreenCoordinates);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     Vector&lt;FloatRect&gt; textRectsInBoundingRectCoordinates;
</span><del>-    for (auto rect : textRectsInWindowCoordinates) {
-        rect.moveBy(-textBoundingRectInWindowCoordinates.location());
</del><ins>+    for (auto rect : textRectsInScreenCoordinates) {
+        rect.moveBy(-textBoundingRectInScreenCoordinates.location());
</ins><span class="cx">         textRectsInBoundingRectCoordinates.append(rect);
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     TextIndicatorData data;
</span><del>-    data.selectionRectInWindowCoordinates = selectionRectInWindowCoordinates;
-    data.textBoundingRectInWindowCoordinates = textBoundingRectInWindowCoordinates;
</del><ins>+    data.selectionRectInScreenCoordinates = selectionRectInScreenCoordinates;
+    data.textBoundingRectInScreenCoordinates = textBoundingRectInScreenCoordinates;
</ins><span class="cx">     data.textRectsInBoundingRectCoordinates = textRectsInBoundingRectCoordinates;
</span><span class="cx">     data.contentImageScaleFactor = frame.page()-&gt;deviceScaleFactor();
</span><span class="cx">     data.contentImage = indicatorBitmap;
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx"> TextIndicator::TextIndicator(const TextIndicatorData&amp; data)
</span><span class="cx">     : m_data(data)
</span><span class="cx"> {
</span><del>-    ASSERT(m_data.contentImageScaleFactor != 1 || m_data.contentImage-&gt;size() == enclosingIntRect(m_data.selectionRectInWindowCoordinates).size());
</del><ins>+    ASSERT(m_data.contentImageScaleFactor != 1 || m_data.contentImage-&gt;size() == enclosingIntRect(m_data.selectionRectInScreenCoordinates).size());
</ins><span class="cx"> 
</span><span class="cx">     if (textIndicatorsForTextRectsOverlap(m_data.textRectsInBoundingRectCoordinates)) {
</span><span class="cx">         m_data.textRectsInBoundingRectCoordinates[0] = unionRect(m_data.textRectsInBoundingRectCoordinates);
</span></span></pre></div>
<a id="trunkSourceWebCorepageTextIndicatorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/TextIndicator.h (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/TextIndicator.h        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebCore/page/TextIndicator.h        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -51,8 +51,8 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> struct TextIndicatorData {
</span><del>-    FloatRect selectionRectInWindowCoordinates;
-    FloatRect textBoundingRectInWindowCoordinates;
</del><ins>+    FloatRect selectionRectInScreenCoordinates;
+    FloatRect textBoundingRectInScreenCoordinates;
</ins><span class="cx">     Vector&lt;FloatRect&gt; textRectsInBoundingRectCoordinates;
</span><span class="cx">     float contentImageScaleFactor;
</span><span class="cx">     RefPtr&lt;Image&gt; contentImageWithHighlight;
</span><span class="lines">@@ -68,8 +68,8 @@
</span><span class="cx"> 
</span><span class="cx">     ~TextIndicator();
</span><span class="cx"> 
</span><del>-    FloatRect selectionRectInWindowCoordinates() const { return m_data.selectionRectInWindowCoordinates; }
-    FloatRect textBoundingRectInWindowCoordinates() const { return m_data.textBoundingRectInWindowCoordinates; }
</del><ins>+    FloatRect selectionRectInScreenCoordinates() const { return m_data.selectionRectInScreenCoordinates; }
+    FloatRect textBoundingRectInScreenCoordinates() const { return m_data.textBoundingRectInScreenCoordinates; }
</ins><span class="cx">     const Vector&lt;FloatRect&gt;&amp; textRectsInBoundingRectCoordinates() const { return m_data.textRectsInBoundingRectCoordinates; }
</span><span class="cx">     float contentImageScaleFactor() const { return m_data.contentImageScaleFactor; }
</span><span class="cx">     Image *contentImageWithHighlight() const { return m_data.contentImageWithHighlight.get(); }
</span></span></pre></div>
<a id="trunkSourceWebCorepagemacTextIndicatorWindowmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx">         [textLayer setContents:(id)contentsImage.get()];
</span><span class="cx"> 
</span><span class="cx">         FloatRect imageRect = textRect;
</span><del>-        imageRect.move(_textIndicator-&gt;textBoundingRectInWindowCoordinates().location() - _textIndicator-&gt;selectionRectInWindowCoordinates().location());
</del><ins>+        imageRect.move(_textIndicator-&gt;textBoundingRectInScreenCoordinates().location() - _textIndicator-&gt;selectionRectInScreenCoordinates().location());
</ins><span class="cx">         [textLayer setContentsRect:CGRectMake(imageRect.x() / contentsImageLogicalSize.width(), imageRect.y() / contentsImageLogicalSize.height(), imageRect.width() / contentsImageLogicalSize.width(), imageRect.height() / contentsImageLogicalSize.height())];
</span><span class="cx">         [textLayer setContentsGravity:kCAGravityCenter];
</span><span class="cx">         [textLayer setContentsScale:_textIndicator-&gt;contentImageScaleFactor()];
</span><span class="lines">@@ -279,16 +279,12 @@
</span><span class="cx">     if (!m_textIndicator)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    NSRect contentRect = m_textIndicator-&gt;textBoundingRectInWindowCoordinates();
-
</del><ins>+    NSRect contentRect = m_textIndicator-&gt;textBoundingRectInScreenCoordinates();
</ins><span class="cx">     CGFloat horizontalMargin = std::max(dropShadowBlurRadius * 2 + horizontalBorder, contentRect.size.width * 2);
</span><span class="cx">     CGFloat verticalMargin = std::max(dropShadowBlurRadius * 2 + verticalBorder, contentRect.size.height * 2);
</span><span class="cx"> 
</span><span class="cx">     contentRect = NSInsetRect(contentRect, -horizontalMargin, -verticalMargin);
</span><del>-    NSRect windowFrameRect = NSIntegralRect([m_targetView convertRect:contentRect toView:nil]);
-    windowFrameRect = [[m_targetView window] convertRectToScreen:windowFrameRect];
-    NSRect windowContentRect = [NSWindow contentRectForFrameRect:windowFrameRect styleMask:NSBorderlessWindowMask];
-
</del><ins>+    NSRect windowContentRect = [NSWindow contentRectForFrameRect:NSIntegralRect(contentRect) styleMask:NSBorderlessWindowMask];
</ins><span class="cx">     m_textIndicatorWindow = adoptNS([[NSWindow alloc] initWithContentRect:windowContentRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO]);
</span><span class="cx"> 
</span><span class="cx">     [m_textIndicatorWindow setBackgroundColor:[NSColor clearColor]];
</span></span></pre></div>
<a id="trunkSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/ChangeLog (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/ChangeLog        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit/mac/ChangeLog        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -1,3 +1,44 @@
</span><ins>+2014-12-01  Tim Horton  &lt;timothy_horton@apple.com&gt;
+
+        Implement yellow highlight for WebKit1 data detectors
+        https://bugs.webkit.org/show_bug.cgi?id=138956
+        &lt;rdar://problem/18992185&gt;
+
+        Reviewed by Beth Dakin.
+
+        * WebView/WebActionMenuController.h:
+        * WebView/WebActionMenuController.mm:
+        (-[WebActionMenuController webView:willHandleMouseDown:]):
+        (-[WebActionMenuController webView:didHandleScrollWheel:]):
+        (-[WebActionMenuController prepareForMenu:withEvent:]):
+        (-[WebActionMenuController didCloseMenu:withEvent:]):
+        (-[WebActionMenuController _defaultMenuItemsForDataDetectedText]):
+        (-[WebActionMenuController _showTextIndicator]):
+        (-[WebActionMenuController _hideTextIndicator]):
+        (-[WebActionMenuController _dismissActionMenuPopovers]):
+        Copy the WebKit2 WKActionMenuController TextIndicator implementation
+        into WebActionMenuController. The only significant difference is
+        that we build the TextIndicator right at menu construction time
+        instead of in the Web process.
+
+        * WebView/WebHTMLView.mm:
+        (-[WebHTMLView scrollWheel:]):
+        Let the WebActionMenuController know that we're handling a scroll.
+
+        (-[WebHTMLView mouseDown:]):
+        Let the WebActionMenuController know that we're handling a mouseDown.
+
+        * WebView/WebView.mm:
+        (-[WebView _setTextIndicator:fadeOut:animationCompletionHandler:]):
+        (-[WebView _clearTextIndicator]):
+        (-[WebView _actionMenuController]):
+        (-[WebView _convertRectFromRootView:]): Deleted.
+        * WebView/WebViewData.h:
+        * WebView/WebViewData.mm:
+        * WebView/WebViewInternal.h:
+        Keep a TextIndicatorWindow on WebView, just like WKView does.
+        Expose the WebActionMenuController on WebView (internally).
+
</ins><span class="cx"> 2014-12-01  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove old site specific quirks code that was added in 2009
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebActionMenuControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebActionMenuController.h (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebActionMenuController.h        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit/mac/WebView/WebActionMenuController.h        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -34,6 +34,7 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> class Range;
</span><ins>+class TextIndicator;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @interface WebActionMenuController : NSObject &lt;NSSharingServiceDelegate, NSSharingServicePickerDelegate&gt; {
</span><span class="lines">@@ -44,6 +45,9 @@
</span><span class="cx">     RetainPtr&lt;NSSharingServicePicker&gt; _sharingServicePicker;
</span><span class="cx">     RetainPtr&lt;DDActionContext&gt; _currentActionContext;
</span><span class="cx">     RefPtr&lt;WebCore::Range&gt; _currentDetectedDataRange;
</span><ins>+    BOOL _isShowingTextIndicator;
+    RefPtr&lt;WebCore::TextIndicator&gt; _currentDetectedDataTextIndicator;
+    BOOL _hasActivatedActionContext;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (id)initWithWebView:(WebView *)webView;
</span><span class="lines">@@ -52,4 +56,7 @@
</span><span class="cx"> - (void)willOpenMenu:(NSMenu *)menu withEvent:(NSEvent *)event;
</span><span class="cx"> - (void)didCloseMenu:(NSMenu *)menu withEvent:(NSEvent *)event;
</span><span class="cx"> 
</span><ins>+- (void)webView:(WebView *)webView willHandleMouseDown:(NSEvent *)event;
+- (void)webView:(WebView *)webView didHandleScrollWheel:(NSEvent *)event;
+
</ins><span class="cx"> @end
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebActionMenuControllermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebActionMenuController.mm (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebActionMenuController.mm        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit/mac/WebView/WebActionMenuController.mm        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -61,6 +61,7 @@
</span><span class="cx"> #import &lt;WebCore/SharedBuffer.h&gt;
</span><span class="cx"> #import &lt;WebCore/SoftLinking.h&gt;
</span><span class="cx"> #import &lt;WebCore/TextCheckerClient.h&gt;
</span><ins>+#import &lt;WebCore/TextIndicator.h&gt;
</ins><span class="cx"> #import &lt;WebKitSystemInterface.h&gt;
</span><span class="cx"> #import &lt;objc/objc-class.h&gt;
</span><span class="cx"> #import &lt;objc/objc.h&gt;
</span><span class="lines">@@ -130,6 +131,19 @@
</span><span class="cx">     return [[[WebElementDictionary alloc] initWithHitTestResult:_hitTestResult] autorelease];
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+- (void)webView:(WebView *)webView willHandleMouseDown:(NSEvent *)event
+{
+    if (_type == WebActionMenuDataDetectedItem &amp;&amp; _currentActionContext &amp;&amp; _hasActivatedActionContext) {
+        [getDDActionsManagerClass() didUseActions];
+        _hasActivatedActionContext = NO;
+    }
+}
+
+- (void)webView:(WebView *)webView didHandleScrollWheel:(NSEvent *)event
+{
+    [self _dismissActionMenuPopovers];
+}
+
</ins><span class="cx"> - (void)prepareForMenu:(NSMenu *)menu withEvent:(NSEvent *)event
</span><span class="cx"> {
</span><span class="cx">     if (!_webView)
</span><span class="lines">@@ -139,6 +153,7 @@
</span><span class="cx">     if (menu != actionMenu)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><ins>+    [self _dismissActionMenuPopovers];
</ins><span class="cx">     [actionMenu removeAllItems];
</span><span class="cx"> 
</span><span class="cx">     WebElementDictionary *hitTestResult = [self performHitTestAtPoint:event.locationInWindow];
</span><span class="lines">@@ -151,9 +166,12 @@
</span><span class="cx">     for (NSMenuItem *item in menuItems)
</span><span class="cx">         [actionMenu addItem:item];
</span><span class="cx"> 
</span><del>-    if (_type == WebActionMenuDataDetectedItem &amp;&amp; _currentActionContext &amp;&amp; ![getDDActionsManagerClass() shouldUseActionsWithContext:_currentActionContext.get()]) {
-        [menu cancelTracking];
-        [menu removeAllItems];
</del><ins>+    if (_type == WebActionMenuDataDetectedItem &amp;&amp; _currentActionContext) {
+        _hasActivatedActionContext = YES;
+        if (![getDDActionsManagerClass() shouldUseActionsWithContext:_currentActionContext.get()]) {
+            [menu cancelTracking];
+            [menu removeAllItems];
+        }
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -219,11 +237,16 @@
</span><span class="cx">     if (menu != _webView.actionMenu)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    if (_type == WebActionMenuDataDetectedItem &amp;&amp; _currentActionContext)
</del><ins>+    if (_type == WebActionMenuDataDetectedItem &amp;&amp; _currentActionContext &amp;&amp; _hasActivatedActionContext) {
</ins><span class="cx">         [getDDActionsManagerClass() didUseActions];
</span><ins>+        _hasActivatedActionContext = NO;
+    }
</ins><span class="cx"> 
</span><span class="cx">     _type = WebActionMenuNone;
</span><span class="cx">     _sharingServicePicker = nil;
</span><ins>+    _currentDetectedDataTextIndicator = nil;
+    _currentDetectedDataRange = nil;
+    _currentActionContext = nil;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #pragma mark Link actions
</span><span class="lines">@@ -578,16 +601,22 @@
</span><span class="cx">             return @[ ];
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    // FIXME: We should hide/show the yellow highlight here.
</del><ins>+    _currentDetectedDataTextIndicator = TextIndicator::createWithRange(*detectedDataRange, TextIndicatorPresentationTransition::BounceAndCrossfade);
+
</ins><span class="cx">     _currentActionContext = [actionContext contextForView:_webView altMode:YES interactionStartedHandler:^() {
</span><span class="cx">     } interactionChangedHandler:^() {
</span><ins>+        [self _showTextIndicator];
</ins><span class="cx">     } interactionStoppedHandler:^() {
</span><ins>+        [self _hideTextIndicator];
</ins><span class="cx">     }];
</span><span class="cx">     _currentDetectedDataRange = detectedDataRange;
</span><span class="cx"> 
</span><del>-    [_currentActionContext setHighlightFrame:[_webView.window convertRectToScreen:[_webView convertRect:detectedDataBoundingBox toView:nil]]];
</del><ins>+    [_currentActionContext setHighlightFrame:[_webView.window convertRectToScreen:detectedDataBoundingBox]];
</ins><span class="cx"> 
</span><del>-    return [[getDDActionsManagerClass() sharedManager] menuItemsForResult:[_currentActionContext mainResult] actionContext:_currentActionContext.get()];
</del><ins>+    NSArray *menuItems = [[getDDActionsManagerClass() sharedManager] menuItemsForResult:[_currentActionContext mainResult] actionContext:_currentActionContext.get()];
+    if (menuItems.count == 1 &amp;&amp; _currentDetectedDataTextIndicator)
+        _currentDetectedDataTextIndicator-&gt;setPresentationTransition(TextIndicatorPresentationTransition::Bounce);
+    return menuItems;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> - (void)_copySelection:(id)sender
</span><span class="lines">@@ -902,4 +931,35 @@
</span><span class="cx">     return @[ ];
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+#pragma mark Text Indicator
+
+- (void)_showTextIndicator
+{
+    if (_isShowingTextIndicator)
+        return;
+
+    if (_type == WebActionMenuDataDetectedItem &amp;&amp; _currentDetectedDataTextIndicator) {
+        [_webView _setTextIndicator:_currentDetectedDataTextIndicator.get() fadeOut:NO animationCompletionHandler:^ { }];
+        _isShowingTextIndicator = YES;
+    }
+}
+
+- (void)_hideTextIndicator
+{
+    if (!_isShowingTextIndicator)
+        return;
+
+    [_webView _clearTextIndicator];
+    _isShowingTextIndicator = NO;
+}
+
+- (void)_dismissActionMenuPopovers
+{
+    DDActionsManager *actionsManager = [getDDActionsManagerClass() sharedManager];
+    if ([actionsManager respondsToSelector:@selector(requestBubbleClosureUnanchorOnFailure:)])
+        [actionsManager requestBubbleClosureUnanchorOnFailure:YES];
+
+    [self _hideTextIndicator];
+}
+
</ins><span class="cx"> @end
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebHTMLViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebHTMLView.mm (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebHTMLView.mm        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit/mac/WebView/WebHTMLView.mm        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -34,6 +34,7 @@
</span><span class="cx"> #import &quot;DOMDocumentInternal.h&quot;
</span><span class="cx"> #import &quot;DOMNodeInternal.h&quot;
</span><span class="cx"> #import &quot;DOMRangeInternal.h&quot;
</span><ins>+#import &quot;WebActionMenuController.h&quot;
</ins><span class="cx"> #import &quot;WebArchive.h&quot;
</span><span class="cx"> #import &quot;WebClipView.h&quot;
</span><span class="cx"> #import &quot;WebDOMOperationsInternal.h&quot;
</span><span class="lines">@@ -3700,6 +3701,8 @@
</span><span class="cx"> #if !PLATFORM(IOS)
</span><span class="cx">     if (!frame || !frame-&gt;eventHandler().wheelEvent(event))
</span><span class="cx">         [super scrollWheel:event];
</span><ins>+
+    [[[self _webView] _actionMenuController] webView:[self _webView] didHandleScrollWheel:event];
</ins><span class="cx"> #else
</span><span class="cx">     if (frame)
</span><span class="cx">         frame-&gt;eventHandler().wheelEvent(event);
</span><span class="lines">@@ -3812,6 +3815,10 @@
</span><span class="cx">     // Record the mouse down position so we can determine drag hysteresis.
</span><span class="cx">     [self _setMouseDownEvent:event];
</span><span class="cx"> 
</span><ins>+#if PLATFORM(MAC)
+    [[[self _webView] _actionMenuController] webView:[self _webView] willHandleMouseDown:event];
+#endif
+
</ins><span class="cx"> #if PLATFORM(IOS)
</span><span class="cx">     // TEXTINPUT: if there is marked text and the current input
</span><span class="cx">     // manager wants to handle mouse events, we need to make sure to
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebView.mm (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebView.mm        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit/mac/WebView/WebView.mm        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -213,6 +213,8 @@
</span><span class="cx"> #import &quot;WebNSPrintOperationExtras.h&quot;
</span><span class="cx"> #import &quot;WebPDFView.h&quot;
</span><span class="cx"> #import &lt;WebCore/NSViewSPI.h&gt;
</span><ins>+#import &lt;WebCore/TextIndicator.h&gt;
+#import &lt;WebCore/TextIndicatorWindow.h&gt;
</ins><span class="cx"> #import &lt;WebCore/WebVideoFullscreenController.h&gt;
</span><span class="cx"> #else
</span><span class="cx"> #import &quot;MemoryMeasure.h&quot;
</span><span class="lines">@@ -8560,7 +8562,7 @@
</span><span class="cx">     return NSMakeRect(rect.origin.x, [self bounds].size.height - rect.origin.y - rect.size.height, rect.size.width, rect.size.height);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#if !PLATFORM(IOS)
</del><ins>+#if PLATFORM(MAC)
</ins><span class="cx"> - (void)prepareForMenu:(NSMenu *)menu withEvent:(NSEvent *)event
</span><span class="cx"> {
</span><span class="cx">     if (menu != self.actionMenu)
</span><span class="lines">@@ -8584,6 +8586,29 @@
</span><span class="cx"> 
</span><span class="cx">     [_private-&gt;actionMenuController didCloseMenu:menu withEvent:event];
</span><span class="cx"> }
</span><ins>+
+- (void)_setTextIndicator:(TextIndicator *)textIndicator fadeOut:(BOOL)fadeOut animationCompletionHandler:(std::function&lt;void ()&gt;)completionHandler
+{
+    if (!textIndicator) {
+        _private-&gt;textIndicatorWindow = nullptr;
+        return;
+    }
+
+    if (!_private-&gt;textIndicatorWindow)
+        _private-&gt;textIndicatorWindow = std::make_unique&lt;TextIndicatorWindow&gt;(self);
+
+    _private-&gt;textIndicatorWindow-&gt;setTextIndicator(textIndicator, fadeOut, WTF::move(completionHandler));
+}
+
+- (void)_clearTextIndicator
+{
+    [self _setTextIndicator:nullptr fadeOut:NO animationCompletionHandler:^ { }];
+}
+
+- (WebActionMenuController *)_actionMenuController
+{
+    return _private-&gt;actionMenuController;
+}
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> @end
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebViewData.h (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebViewData.h        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit/mac/WebView/WebViewData.h        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -47,6 +47,7 @@
</span><span class="cx"> class AlternativeTextUIController;
</span><span class="cx"> class HistoryItem;
</span><span class="cx"> class Page;
</span><ins>+class TextIndicatorWindow;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> @class WebActionMenuController;
</span><span class="lines">@@ -147,6 +148,7 @@
</span><span class="cx">     WebNodeHighlight *currentNodeHighlight;
</span><span class="cx"> 
</span><span class="cx">     WebActionMenuController *actionMenuController;
</span><ins>+    std::unique_ptr&lt;WebCore::TextIndicatorWindow&gt; textIndicatorWindow;
</ins><span class="cx"> 
</span><span class="cx">     BOOL allowsUndo;
</span><span class="cx">         
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewDatamm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebViewData.mm (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebViewData.mm        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit/mac/WebView/WebViewData.mm        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -36,6 +36,7 @@
</span><span class="cx"> #import &lt;WebCore/AlternativeTextUIController.h&gt;
</span><span class="cx"> #import &lt;WebCore/WebCoreObjCExtras.h&gt;
</span><span class="cx"> #import &lt;WebCore/HistoryItem.h&gt;
</span><ins>+#import &lt;WebCore/TextIndicatorWindow.h&gt;
</ins><span class="cx"> #import &lt;objc/objc-auto.h&gt;
</span><span class="cx"> #import &lt;runtime/InitializeThreading.h&gt;
</span><span class="cx"> #import &lt;wtf/MainThread.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebViewInternalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebViewInternal.h (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebViewInternal.h        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit/mac/WebView/WebViewInternal.h        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -41,26 +41,28 @@
</span><span class="cx"> #import &lt;WebCore/LayoutMilestones.h&gt;
</span><span class="cx"> #import &lt;WebCore/TextAlternativeWithRange.h&gt;
</span><span class="cx"> #import &lt;WebCore/WebCoreKeyboardUIMode.h&gt;
</span><ins>+#import &lt;functional&gt;
+#import &lt;wtf/Forward.h&gt;
+#import &lt;wtf/RetainPtr.h&gt;
</ins><span class="cx"> 
</span><del>-#include &lt;wtf/Forward.h&gt;
-#include &lt;wtf/RetainPtr.h&gt;
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> class Element;
</span><span class="cx"> class Event;
</span><span class="cx"> class Frame;
</span><ins>+class HTMLVideoElement;
</ins><span class="cx"> class HistoryItem;
</span><del>-class URL;
</del><span class="cx"> class KeyboardEvent;
</span><span class="cx"> class Page;
</span><span class="cx"> class RenderBox;
</span><del>-class HTMLVideoElement;
</del><ins>+class TextIndicator;
+class URL;
</ins><span class="cx"> struct DictationAlternative;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> class WebSelectionServiceController;
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><ins>+@class WebActionMenuController;
</ins><span class="cx"> @class WebBasePluginPackage;
</span><span class="cx"> @class WebDownload;
</span><span class="cx"> @class WebNodeHighlight;
</span><span class="lines">@@ -254,4 +256,10 @@
</span><span class="cx"> - (NSPoint)_convertPointFromRootView:(NSPoint)point;
</span><span class="cx"> - (NSRect)_convertRectFromRootView:(NSRect)rect;
</span><span class="cx"> 
</span><ins>+#if PLATFORM(MAC) &amp;&amp; defined(__cplusplus)
+- (void)_setTextIndicator:(WebCore::TextIndicator*)textIndicator fadeOut:(BOOL)fadeOut animationCompletionHandler:(std::function&lt;void ()&gt;)completionHandler;
+- (void)_clearTextIndicator;
+- (WebActionMenuController *)_actionMenuController;
+#endif
+
</ins><span class="cx"> @end
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit2/ChangeLog        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2014-12-01  Tim Horton  &lt;timothy_horton@apple.com&gt;
+
+        Implement yellow highlight for WebKit1 data detectors
+        https://bugs.webkit.org/show_bug.cgi?id=138956
+        &lt;rdar://problem/18992185&gt;
+
+        Reviewed by Beth Dakin.
+
+        * Shared/WebCoreArgumentCoders.cpp:
+        (IPC::ArgumentCoder&lt;TextIndicatorData&gt;::encode):
+        (IPC::ArgumentCoder&lt;TextIndicatorData&gt;::decode):
+        * WebProcess/WebPage/FindController.cpp:
+        (WebKit::FindController::updateFindIndicator):
+        (WebKit::FindController::drawRect):
+        Adjust to the fact that TextIndicator keeps screen-relative rects.
+
</ins><span class="cx"> 2014-12-01  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove old site specific quirks code that was added in 2009
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebCoreArgumentCoderscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -1963,8 +1963,8 @@
</span><span class="cx"> 
</span><span class="cx"> void ArgumentCoder&lt;TextIndicatorData&gt;::encode(ArgumentEncoder&amp; encoder, const TextIndicatorData&amp; textIndicatorData)
</span><span class="cx"> {
</span><del>-    encoder &lt;&lt; textIndicatorData.selectionRectInWindowCoordinates;
-    encoder &lt;&lt; textIndicatorData.textBoundingRectInWindowCoordinates;
</del><ins>+    encoder &lt;&lt; textIndicatorData.selectionRectInScreenCoordinates;
+    encoder &lt;&lt; textIndicatorData.textBoundingRectInScreenCoordinates;
</ins><span class="cx">     encoder &lt;&lt; textIndicatorData.textRectsInBoundingRectCoordinates;
</span><span class="cx">     encoder &lt;&lt; textIndicatorData.contentImageScaleFactor;
</span><span class="cx">     encoder.encodeEnum(textIndicatorData.presentationTransition);
</span><span class="lines">@@ -1982,10 +1982,10 @@
</span><span class="cx"> 
</span><span class="cx"> bool ArgumentCoder&lt;TextIndicatorData&gt;::decode(ArgumentDecoder&amp; decoder, TextIndicatorData&amp; textIndicatorData)
</span><span class="cx"> {
</span><del>-    if (!decoder.decode(textIndicatorData.selectionRectInWindowCoordinates))
</del><ins>+    if (!decoder.decode(textIndicatorData.selectionRectInScreenCoordinates))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    if (!decoder.decode(textIndicatorData.textBoundingRectInWindowCoordinates))
</del><ins>+    if (!decoder.decode(textIndicatorData.textBoundingRectInScreenCoordinates))
</ins><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     if (!decoder.decode(textIndicatorData.textRectsInBoundingRectCoordinates))
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageFindControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp (176598 => 176599)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp        2014-12-01 20:18:33 UTC (rev 176598)
+++ trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp        2014-12-01 20:48:39 UTC (rev 176599)
</span><span class="lines">@@ -318,7 +318,7 @@
</span><span class="cx">     if (!indicator)
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    m_findIndicatorRect = enclosingIntRect(indicator-&gt;selectionRectInWindowCoordinates());
</del><ins>+    m_findIndicatorRect = enclosingIntRect(indicator-&gt;selectionRectInScreenCoordinates());
</ins><span class="cx">     m_webPage-&gt;send(Messages::WebPageProxy::SetTextIndicator(indicator-&gt;data(), !isShowingOverlay));
</span><span class="cx">     m_isShowingFindIndicator = true;
</span><span class="cx"> 
</span><span class="lines">@@ -450,7 +450,7 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     if (Frame* selectedFrame = frameWithSelection(m_webPage-&gt;corePage())) {
</span><del>-        IntRect findIndicatorRect = selectedFrame-&gt;view()-&gt;contentsToWindow(enclosingIntRect(selectedFrame-&gt;selection().selectionBounds()));
</del><ins>+        IntRect findIndicatorRect = selectedFrame-&gt;view()-&gt;contentsToScreen(enclosingIntRect(selectedFrame-&gt;selection().selectionBounds()));
</ins><span class="cx"> 
</span><span class="cx">         if (findIndicatorRect != m_findIndicatorRect)
</span><span class="cx">             hideFindIndicator();
</span></span></pre>
</div>
</div>

</body>
</html>