Images 💾

Last commit ⭐

commit a86531809e788323ad192cc694ddc48885701392
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Sat Oct 7 18:41:14 2023 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sun Oct 8 06:17:40 2023 +0200

    LibWeb: Destroy navigable containers not inserted into document tree
    
    This change fixes the bug where navigable containers related to a
    document, but not present in the tree, were never destroyed.
    
    Fixes https://github.com/SerenityOS/serenity/issues/21364