RESOLVED FIXED 124745
Add a setting to opt into a mode where the background extends and fixed elements don't move on rubber-band
https://bugs.webkit.org/show_bug.cgi?id=124745
Summary Add a setting to opt into a mode where the background extends and fixed eleme...
Beth Dakin
Reported 2013-11-21 14:17:30 PST
We should add a setting to opt into a mode where the tile cache has a margin and fixed elements don't move on rubber-band. In other words, this setting would enable a way to opt into the work done in these bugs: https://bugs.webkit.org/show_bug.cgi?id=124260 http://bugs.webkit.org/show_bug.cgi?id=124216
Attachments
Patch (10.46 KB, patch)
2013-11-21 14:26 PST, Beth Dakin
no flags
Patch (10.47 KB, patch)
2013-11-21 14:33 PST, Beth Dakin
thorton: review+
eflews.bot: commit-queue-
Beth Dakin
Comment 1 2013-11-21 14:26:42 PST
WebKit Commit Bot
Comment 2 2013-11-21 14:29:28 PST
Attachment 217614 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/WebCore.exp.in', u'Source/WebCore/page/FrameView.cpp', u'Source/WebCore/page/Settings.in', u'Source/WebCore/rendering/RenderLayerBacking.cpp', u'Source/WebKit/ChangeLog', u'Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Shared/WebPreferencesStore.h', u'Source/WebKit2/UIProcess/API/C/WKPreferences.cpp', u'Source/WebKit2/UIProcess/API/C/WKPreferencesPrivate.h', u'Source/WebKit2/WebProcess/WebPage/WebPage.cpp']" exit_code: 1 Source/WebKit/WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in:462: Line contains tab character. [whitespace/tab] [5] Total errors found: 1 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Beth Dakin
Comment 3 2013-11-21 14:33:46 PST
EFL EWS Bot
Comment 4 2013-11-21 15:17:49 PST
Tim Horton
Comment 5 2013-11-22 09:47:18 PST
Comment on attachment 217616 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=217616&action=review EFL error is "c++: internal compiler error: Killed (program cc1plus)" so we don't care. > Source/WebCore/page/Settings.in:216 > +backgroundShouldExtendBeyondPage initial=false, setNeedsStyleRecalcInAllFrames=1 Do you need the style recalc? Are we intending for this to be switchable, live? I don't think it will be as it stands, so maybe you don't need this either.
Beth Dakin
Comment 6 2013-12-02 13:50:56 PST
Note You need to log in before you can comment on or make changes to this bug.