https://bugs.webkit.org/show_bug.cgi?id=127402
Reviewed by Anders Carlsson.
Source/WebCore:
compositing/iframes/iframe-composited-scrolling.html is updated because
there are no usages in WebCore.
* page/Settings.in:
LayoutTests:
* compositing/iframes/iframe-composited-scrolling.html:
Removed acceleratedCompositingForScrollableFramesEnabled changes because
it is dead code in WebCore side.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@162507
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-01-21 Ryuan Choi <ryuan.choi@samsung.com>
+
+ Remove unused "acceleratedCompositingForScrollableFramesEnabled" setting
+ https://bugs.webkit.org/show_bug.cgi?id=127402
+
+ Reviewed by Anders Carlsson.
+
+ * compositing/iframes/iframe-composited-scrolling.html:
+ Removed acceleratedCompositingForScrollableFramesEnabled changes because
+ it is dead code in WebCore side.
+
2014-01-21 Zalan Bujtas <zalan@apple.com>
Subpixel Layout: Off-by-one pixel text when multiple regions with different widths are present.
<script>
if (window.internals) {
internals.settings.setForceCompositingMode(true);
- internals.settings.setAcceleratedCompositingForScrollableFramesEnabled(true);
internals.settings.setCompositedScrollingForFramesEnabled(true);
}
function doTest()
+2014-01-21 Ryuan Choi <ryuan.choi@samsung.com>
+
+ Remove unused "acceleratedCompositingForScrollableFramesEnabled" setting
+ https://bugs.webkit.org/show_bug.cgi?id=127402
+
+ Reviewed by Anders Carlsson.
+
+ compositing/iframes/iframe-composited-scrolling.html is updated because
+ there are no usages in WebCore.
+
+ * page/Settings.in:
+
2014-01-21 Alex Christensen <achristensen@webkit.org>
Compile fix for using libsoup on Windows.
acceleratedCompositingForOverflowScrollEnabled initial=false
# Works only in conjunction with forceCompositingMode.
-acceleratedCompositingForScrollableFramesEnabled initial=false
compositedScrollingForFramesEnabled initial=false
experimentalNotificationsEnabled initial=false