[Webkit-unassigned] [Bug 159551] New: REGRESSION(r202273): [GTK] Redirected X window is resized to the previous size on size allocate
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 8 03:52:44 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159551
Bug ID: 159551
Summary: REGRESSION(r202273): [GTK] Redirected X window is
resized to the previous size on size allocate
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk, Regression
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org, zan at falconsigh.net
In r202273 I added webkitWebViewBaseResizeRedirectedWindow() helper to remove duplicated code in all places where we were resizing the redirected window to the current drawing area size. But on size allocate, we were updating the redirected window first, and then the drawing area, to ensure that when the drawing area notifies the web process the redirected window is already at the new size. This regression doesn't have any visual effect, because we are ensure the right size always before rendering, but there's a small extra resize in this case.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160708/e6b97764/attachment.html>
More information about the webkit-unassigned
mailing list