RESOLVED FIXED 154918
REGRESSION(r197409): [GTK] Web process always crashes on WebPage construction after r197409
https://bugs.webkit.org/show_bug.cgi?id=154918
Summary REGRESSION(r197409): [GTK] Web process always crashes on WebPage construction...
Carlos Garcia Campos
Reported 2016-03-02 09:15:36 PST
We have an incorrect check in DrawingAreaImpl constructor that has never actually worked because it uses the page settings before they were initialized. But that has been fixed in r197409 and now we are always forcing accelerated compositing mode incorrectly, because m_alwaysUseCompositing is set in the constructor and never changed again.
Attachments
Patch (3.68 KB, patch)
2016-03-02 09:21 PST, Carlos Garcia Campos
no flags
Patch (3.79 KB, patch)
2016-03-02 09:24 PST, Carlos Garcia Campos
zan: review+
Carlos Garcia Campos
Comment 1 2016-03-02 09:21:31 PST
Created attachment 272658 [details] Patch Please, review this, *all* the tests in our bots are currently broken
Carlos Garcia Campos
Comment 2 2016-03-02 09:24:42 PST
Created attachment 272659 [details] Patch Sorry, I submitted the wrong patch by mistake.
Carlos Garcia Campos
Comment 3 2016-03-02 09:59:32 PST
Note You need to log in before you can comment on or make changes to this bug.