mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Add 'Run the fullscreen steps'
Future commits will populate the pending list with events.
This commit is contained in:
Notes:
github-actions[bot]
2026-02-23 18:47:15 +00:00
Author: https://github.com/Lubrsi Commit: https://github.com/LadybirdBrowser/ladybird/commit/f5ac0ccf6c4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7649 Reviewed-by: https://github.com/shannonbooth ✅ Reviewed-by: https://github.com/tcl3
@@ -423,7 +423,10 @@ void EventLoop::update_the_rendering()
|
||||
document->update_animations_and_send_events(HighResolutionTime::relative_high_resolution_time(frame_timestamp, relevant_global_object(*document)));
|
||||
};
|
||||
|
||||
// FIXME: 12. For each doc of docs, run the fullscreen steps for doc. [FULLSCREEN]
|
||||
// 12. For each doc of docs, run the fullscreen steps for doc. [FULLSCREEN]
|
||||
for (auto& document : docs) {
|
||||
document->run_fullscreen_steps();
|
||||
}
|
||||
|
||||
// FIXME: 13. For each doc of docs, if the user agent detects that the backing storage associated with a CanvasRenderingContext2D or an OffscreenCanvasRenderingContext2D, context, has been lost, then it must run the context lost steps for each such context:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user