Title: [119688] trunk/Source/WebKit/chromium
- Revision
- 119688
- Author
- [email protected]
- Date
- 2012-06-06 23:25:27 -0700 (Wed, 06 Jun 2012)
Log Message
Unreviewed, rolling out r60044.
http://trac.webkit.org/changeset/60044
It made a regression, crbug.com/114922.
* src/ChromeClientImpl.cpp:
(WebKit::ChromeClientImpl::invalidateContentsForSlowScroll): Do not hide popups by scrolling.
(WebKit::ChromeClientImpl::scroll): ditto.
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (119687 => 119688)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-06-07 06:20:18 UTC (rev 119687)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-06-07 06:25:27 UTC (rev 119688)
@@ -1,3 +1,14 @@
+2012-06-06 Kent Tamura <[email protected]>
+
+ Unreviewed, rolling out r60044.
+ http://trac.webkit.org/changeset/60044
+
+ It made a regression, crbug.com/114922.
+
+ * src/ChromeClientImpl.cpp:
+ (WebKit::ChromeClientImpl::invalidateContentsForSlowScroll): Do not hide popups by scrolling.
+ (WebKit::ChromeClientImpl::scroll): ditto.
+
2012-06-06 Noel Gordon <[email protected]>
Unreviewed. Rolled DEPS.
Modified: trunk/Source/WebKit/chromium/src/ChromeClientImpl.cpp (119687 => 119688)
--- trunk/Source/WebKit/chromium/src/ChromeClientImpl.cpp 2012-06-07 06:20:18 UTC (rev 119687)
+++ trunk/Source/WebKit/chromium/src/ChromeClientImpl.cpp 2012-06-07 06:25:27 UTC (rev 119688)
@@ -521,7 +521,6 @@
void ChromeClientImpl::invalidateContentsForSlowScroll(const IntRect& updateRect, bool immediate)
{
- m_webView->hidePopups();
invalidateContentsAndRootView(updateRect, immediate);
}
@@ -536,7 +535,6 @@
const IntSize& scrollDelta, const IntRect& scrollRect,
const IntRect& clipRect)
{
- m_webView->hidePopups();
#if USE(ACCELERATED_COMPOSITING)
if (!m_webView->isAcceleratedCompositingActive()) {
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes