RESOLVED FIXED 173704
[iOS] Do not flatten frames when async frame scrolling is enabled
https://bugs.webkit.org/show_bug.cgi?id=173704
Summary [iOS] Do not flatten frames when async frame scrolling is enabled
Frédéric Wang (:fredw)
Reported 2017-06-22 02:30:50 PDT
This will allow developers to test async frame scrolling without to explicitly disable frame flattening.
Attachments
Patch (12.38 KB, patch)
2017-06-22 02:45 PDT, Frédéric Wang (:fredw)
no flags
Patch (12.43 KB, patch)
2017-09-27 02:23 PDT, Frédéric Wang (:fredw)
simon.fraser: review+
Frédéric Wang (:fredw)
Comment 1 2017-06-22 02:45:56 PDT
Frédéric Wang (:fredw)
Comment 2 2017-09-27 01:48:39 PDT
The patch is bit-rotten. It seems that the new iOS simulator exposes experimental features which make this more interesting now. Maybe we can just completely disable frame flattening instead of just enabling the heuristics?
Frédéric Wang (:fredw)
Comment 3 2017-09-27 02:23:19 PDT
Simon Fraser (smfr)
Comment 4 2017-10-10 13:04:52 PDT
Comment on attachment 321946 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=321946&action=review > Source/WebCore/page/Settings.cpp:427 > +FrameFlattening Settings::actualFrameFlattening() This is a very confusing name. Maybe "effectiveFrameFlattening" would be slightly less confusing?
Frédéric Wang (:fredw)
Comment 5 2017-10-11 00:49:33 PDT
(In reply to Simon Fraser (smfr) from comment #4) > This is a very confusing name. Maybe "effectiveFrameFlattening" would be > slightly less confusing? OK, I'll change it.
Frédéric Wang (:fredw)
Comment 6 2017-10-11 00:54:44 PDT
Radar WebKit Bug Importer
Comment 7 2017-10-11 00:55:09 PDT
Note You need to log in before you can comment on or make changes to this bug.