Unreviewed, rolling out r95608.
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 21 Sep 2011 11:39:41 +0000 (11:39 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 21 Sep 2011 11:39:41 +0000 (11:39 +0000)
commitf3c90019a403f091a7c5fcdfdbdf4162f1692a5e
tree760dfd2fb223833f0e14075b823b7101a0bce003
parentb060d8e932e62b423f97c3f257286511ca1d99ef
Unreviewed, rolling out r95608.
http://trac.webkit.org/changeset/95608
https://bugs.webkit.org/show_bug.cgi?id=68521

breaks GTK and Windows builds. Please check EWS next time.
(Requested by philn-tp on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-09-21

Source/WebCore:

* html/HTMLBodyElement.cpp:
(WebCore::adjustForZoom):
(WebCore::HTMLBodyElement::setScrollLeft):
(WebCore::HTMLBodyElement::setScrollTop):
* loader/HistoryController.cpp:
(WebCore::HistoryController::saveScrollPositionAndViewStateToItem):
* page/DOMWindow.cpp:
(WebCore::DOMWindow::scrollX):
(WebCore::DOMWindow::scrollY):
(WebCore::DOMWindow::scrollTo):
* page/Frame.cpp:
(WebCore::Frame::pageScaleFactor):
* page/Frame.h:
* page/FrameView.cpp:
(WebCore::FrameView::applyOverflowToViewport):
(WebCore::FrameView::scrollXForFixedPosition):
(WebCore::FrameView::scrollYForFixedPosition):

LayoutTests:

* fast/events/scale-and-scroll-body-expected.png: Removed.
* fast/events/scale-and-scroll-body-expected.txt: Removed.
* fast/events/scale-and-scroll-body.html: Removed.
* fast/events/scale-and-scroll-iframe-body-expected.png: Removed.
* fast/events/scale-and-scroll-iframe-body-expected.txt: Removed.
* fast/events/scale-and-scroll-iframe-body.html: Removed.
* fast/events/scale-and-scroll-iframe-window-expected.png: Removed.
* fast/events/scale-and-scroll-iframe-window-expected.txt: Removed.
* fast/events/scale-and-scroll-iframe-window.html: Removed.
* fast/events/scale-and-scroll-window-expected.png: Removed.
* fast/events/scale-and-scroll-window-expected.txt: Removed.
* fast/events/scale-and-scroll-window.html: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95612 268f45cc-cd09-0410-ab3c-d52691b4dbfc
20 files changed:
LayoutTests/ChangeLog
LayoutTests/fast/events/scale-and-scroll-body-expected.png [deleted file]
LayoutTests/fast/events/scale-and-scroll-body-expected.txt [deleted file]
LayoutTests/fast/events/scale-and-scroll-body.html [deleted file]
LayoutTests/fast/events/scale-and-scroll-iframe-body-expected.png [deleted file]
LayoutTests/fast/events/scale-and-scroll-iframe-body-expected.txt [deleted file]
LayoutTests/fast/events/scale-and-scroll-iframe-body.html [deleted file]
LayoutTests/fast/events/scale-and-scroll-iframe-window-expected.png [deleted file]
LayoutTests/fast/events/scale-and-scroll-iframe-window-expected.txt [deleted file]
LayoutTests/fast/events/scale-and-scroll-iframe-window.html [deleted file]
LayoutTests/fast/events/scale-and-scroll-window-expected.png [deleted file]
LayoutTests/fast/events/scale-and-scroll-window-expected.txt [deleted file]
LayoutTests/fast/events/scale-and-scroll-window.html [deleted file]
Source/WebCore/ChangeLog
Source/WebCore/html/HTMLBodyElement.cpp
Source/WebCore/loader/HistoryController.cpp
Source/WebCore/page/DOMWindow.cpp
Source/WebCore/page/Frame.cpp
Source/WebCore/page/Frame.h
Source/WebCore/page/FrameView.cpp