Title: [177609] trunk/Source/WebCore
Revision
177609
Author
[email protected]
Date
2014-12-19 16:52:35 -0800 (Fri, 19 Dec 2014)

Log Message

Unreviewed, rolling out r177599.
https://bugs.webkit.org/show_bug.cgi?id=139846

this breaks so many things (Requested by thorton_ on #webkit).

Reverted changeset:

"TextIndicator's window can be pushed down if it intersects
the menu bar"
https://bugs.webkit.org/show_bug.cgi?id=139841
http://trac.webkit.org/changeset/177599

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (177608 => 177609)


--- trunk/Source/WebCore/ChangeLog	2014-12-20 00:46:42 UTC (rev 177608)
+++ trunk/Source/WebCore/ChangeLog	2014-12-20 00:52:35 UTC (rev 177609)
@@ -1,3 +1,17 @@
+2014-12-19  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r177599.
+        https://bugs.webkit.org/show_bug.cgi?id=139846
+
+        this breaks so many things (Requested by thorton_ on #webkit).
+
+        Reverted changeset:
+
+        "TextIndicator's window can be pushed down if it intersects
+        the menu bar"
+        https://bugs.webkit.org/show_bug.cgi?id=139841
+        http://trac.webkit.org/changeset/177599
+
 2014-12-19  Timothy Horton  <[email protected]>
 
         TextIndicator's window can be pushed down if it intersects the menu bar

Modified: trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm (177608 => 177609)


--- trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm	2014-12-20 00:46:42 UTC (rev 177608)
+++ trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm	2014-12-20 00:52:35 UTC (rev 177609)
@@ -454,9 +454,6 @@
     [[m_targetView window] addChildWindow:m_textIndicatorWindow.get() ordered:NSWindowAbove];
     [m_textIndicatorWindow setReleasedWhenClosed:NO];
 
-    [m_textIndicatorWindow setLevel:NSMainMenuWindowLevel + 1];
-    [m_textIndicatorWindow setFrame:windowContentRect display:NO];
-
     if (m_textIndicator->presentationTransition() != TextIndicatorPresentationTransition::None)
         [m_textIndicatorView present];
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to