ladybird/Userland/Libraries
MacDue f5052e5017 LibWeb: Don't trigger page_did_layout() on non-active documents
PageHost assumes page_did_layout() to be called when the layout
of the active document changes, however, it seems that sometimes
the layout can change on another document before the layout of
the active document has been calculated. This leads to a VERIFY()
being hit.

This commit now makes it so page_did_layout() is only called when
the document is the active document.

Fixes #15328
2022-09-24 00:38:10 +02:00
..
LibArchive
LibAudio
LibC LibC+LibRegex: Move central regex definitions into LibC/bits 2022-09-20 12:57:21 +01:00
LibCards
LibChess
LibCodeComprehension
LibCompress
LibConfig
LibCore LibCore: Only include Account.h on Serenity in EventLoop and System 2022-09-22 11:07:21 -04:00
LibCoredump
LibCpp
LibCrypt
LibCrypto
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF
LibFileSystemAccessClient
LibGemini
LibGfx
LibGL
LibGPU
LibGUI LibGUI: Hide unnecessary Scrollbars in ComboBox windows 2022-09-22 21:37:26 +02:00
LibHTTP
LibIDL LibIDL+LibWeb: Remove stale references to "wrapper class" concept 2022-09-21 21:12:24 +01:00
LibImageDecoderClient
LibIMAP
LibIPC
LibJS LibJS: Change default time display options to "always" for digital style 2022-09-22 14:39:24 +01:00
LibKeyboard
LibLine
LibLocale
LibMain
LibMarkdown
LibPartition
LibPCIDB
LibPDF
LibProtocol
LibRegex LibC+LibRegex: Move central regex definitions into LibC/bits 2022-09-20 12:57:21 +01:00
LibSanitizer
LibSoftGPU
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibUnicode
LibUSBDB
LibVideo
LibVT
LibWasm
LibWeb LibWeb: Don't trigger page_did_layout() on non-active documents 2022-09-24 00:38:10 +02:00
LibWebSocket
LibWebView LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2022-09-20 10:32:14 +02:00
LibX86
LibXML
CMakeLists.txt