mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Improve the timing of OnLoadEnd (fixes issue #3341)
Use WebContentsDelegate::DidFinishLoad instead of a custom Mojo message. This fixes flaky OnLoadEnd behavior with NavigationTest.Order.
This commit is contained in:
@@ -93,9 +93,6 @@ interface BrowserFrame {
|
||||
FrameAttached(pending_remote<RenderFrame> render_frame,
|
||||
bool reattached);
|
||||
|
||||
// The render frame has finished loading.
|
||||
DidFinishFrameLoad(url.mojom.Url validated_url, int32 http_status_code);
|
||||
|
||||
// Draggable regions have updated.
|
||||
UpdateDraggableRegions(array<DraggableRegionEntry>? regions);
|
||||
};
|
||||
|
Reference in New Issue
Block a user