mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement cleanup_indexed_database_transactions
This commit is contained in:
Notes:
github-actions[bot]
2025-06-18 07:06:49 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/3815a7c1ebf Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5103 Reviewed-by: https://github.com/shannonbooth
@@ -21,6 +21,7 @@
|
||||
#include <LibWeb/HTML/Window.h>
|
||||
#include <LibWeb/HighResolutionTime/Performance.h>
|
||||
#include <LibWeb/HighResolutionTime/TimeOrigin.h>
|
||||
#include <LibWeb/IndexedDB/Internal/Algorithms.h>
|
||||
#include <LibWeb/Page/Page.h>
|
||||
#include <LibWeb/Painting/PaintableBox.h>
|
||||
#include <LibWeb/Painting/ViewportPaintable.h>
|
||||
@@ -599,7 +600,8 @@ void EventLoop::perform_a_microtask_checkpoint()
|
||||
global->notify_about_rejected_promises({});
|
||||
}
|
||||
|
||||
// FIXME: 5. Cleanup Indexed Database transactions.
|
||||
// 5. Cleanup Indexed Database transactions.
|
||||
IndexedDB::cleanup_indexed_database_transactions(*this);
|
||||
|
||||
// 6. Perform ClearKeptObjects().
|
||||
vm().finish_execution_generation();
|
||||
|
||||
Reference in New Issue
Block a user