cef/libcef/browser/printing
Marshall Greenblatt 955097ea77 Remove usage of FrameTreeNode IDs (see issue #2421)
With the introduction of prerendering in Chromium it is now possible for
RenderFrameHosts (RFH) to move between FrameTrees. As a consequence we can no
longer rely on FrameTreeNode IDs to uniquely identify a RFH over its lifespan.
We must now switch to using GlobalRenderFrameHostId (child_id, frame_routing_id)
instead for that purpose. Additionally, we simplify existing code by using the
GlobalRenderFrameHostId struct in all places that previously used a
(render_process_id, render_frame_id) pair, since these concepts are equivalent.

See https://crbug.com/1179502#c8 for additional background.
2021-08-19 19:41:44 -04:00
..
constrained_window_views_client.cc Update to Chromium version 92.0.4515.0 (#885287) 2021-06-10 16:42:44 -04:00
constrained_window_views_client.h Add print preview support (see issue #123) 2019-07-19 21:55:30 -04:00
print_dialog_linux.cc Remove usage of FrameTreeNode IDs (see issue #2421) 2021-08-19 19:41:44 -04:00
print_dialog_linux.h Update to Chromium version 91.0.4472.0 (#870763) 2021-04-23 11:38:51 -04:00
print_view_manager.cc Update to Chromium version 93.0.4577.0 (#902210) 2021-07-27 19:03:09 -04:00
print_view_manager.h Update to Chromium version 92.0.4515.0 (#885287) 2021-06-10 16:42:44 -04:00