electron/shell
marekharanczyk 94585f5889
fix: propagate layout call to all children of InspectableWebContentsViewViews (#39994)
Propagate layout call to all children of InspectableWebContentsViewViews.

When BrowserView bounds are set from js, those might not trigger layout
immediately, sometimes propagating InvalidateLayout call to parent.
View is marked as needing layout, expecting to receive it from parent on
next layout call. The problem is that BrowserView's view is added as child
of InspectableWebContentsViews which does not call setBounds (which
would trigger layout) on all of it's children when doing it's layout,
so it skips propagating Layout call to its children BrowserViews views,
even though those were marked as needing layout.
Call base class View::Layout which will iterate over views' children
and call Layout on those that were marked as needing them.

Fixes #39993.
2023-09-28 11:17:21 -04:00
..
app chore: bump chromium to 118.0.5975.0 (main) (#39531) 2023-09-01 15:54:59 +09:00
browser fix: propagate layout call to all children of InspectableWebContentsViewViews (#39994) 2023-09-28 11:17:21 -04:00
common refactor: use type enum in file stats for asar archive (#39889) 2023-09-25 13:17:24 +02:00
renderer chore: bump chromium to 119.0.6006.0 (main) (#39774) 2023-09-18 16:44:09 -04:00
services/node fix: NodeService order-of-destruction issue (#39783) 2023-09-12 12:27:14 +02:00
utility chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00