RESOLVED FIXED 175377
[WPE] Use the device scale factor value in WebPageCreationParameters
https://bugs.webkit.org/show_bug.cgi?id=175377
Summary [WPE] Use the device scale factor value in WebPageCreationParameters
Zan Dobersek
Reported 2017-08-09 05:14:06 PDT
[WPE] Use the device scale factor value in WebPageCreationParameters
Attachments
Patch (1.73 KB, patch)
2017-08-09 05:24 PDT, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2017-08-09 05:24:09 PDT
Michael Catanzaro
Comment 2 2017-09-01 17:54:20 PDT
I know it's only one line, but you need an owner for this.
Zan Dobersek
Comment 3 2017-09-02 00:31:56 PDT
(In reply to Michael Catanzaro from comment #2) > I know it's only one line, but you need an owner for this. The file is specific to the GTK+ and WPE ports, despite its location. r221344, being most recent change here, didn't require an owner. https://trac.webkit.org/changeset/221344/webkit
Michael Catanzaro
Comment 4 2017-09-02 10:19:48 PDT
Comment on attachment 317695 [details] Patch I didn't realize it was our file. OK then.
Zan Dobersek
Comment 5 2017-09-03 23:03:03 PDT
Comment on attachment 317695 [details] Patch Clearing flags on attachment: 317695 Committed r221571: <http://trac.webkit.org/changeset/221571>
Zan Dobersek
Comment 6 2017-09-03 23:03:07 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2017-09-27 12:59:32 PDT
Carlos Garcia Campos
Comment 8 2017-10-16 01:09:31 PDT
Comment on attachment 317695 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=317695&action=review > Source/WebKit/ChangeLog:15 > + which enters accelerated mode unconditionally and as such doesn't > + wait for the backing store update that would provide that value > + otherwise. This value is not provided by backing store update, it's set from the parameters in the WebPage constructor, just a few lines below the drawing area creation. Are you sure we need to set this twice? If we need to set it earlier we can just move the lines right after the drawing area creation.
Note You need to log in before you can comment on or make changes to this bug.