ladybird/Userland/Libraries
Luke Wilde dfe57543a4 LibWeb: Keep message alive in postMessage task callback lambda
Tasks can run at any time in the future and GC can run in the time
between postMessage and running the task, meaning the message can be
reaped if we don't keep a handle to it.

Fixes Google Syndication ads crashing 100% of the time on rpcs3.net
2022-09-23 17:23:55 +01:00
..
LibArchive
LibAudio
LibC LibC+LibRegex: Move central regex definitions into LibC/bits 2022-09-20 12:57:21 +01:00
LibCards
LibChess
LibCodeComprehension Everywhere: Fix order of includes and #pragma once 2022-09-18 18:30:05 -07:00
LibCompress
LibConfig
LibCore LibCore: Only include Account.h on Serenity in EventLoop and System 2022-09-22 11:07:21 -04:00
LibCoredump
LibCpp LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests 2022-09-19 15:52:37 -07:00
LibCrypt
LibCrypto
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00
LibDSP
LibEDID
LibELF
LibFileSystemAccessClient
LibGemini
LibGfx Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00
LibGL
LibGPU Everywhere: Fix order of includes and #pragma once 2022-09-18 18:30:05 -07:00
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 Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00
LibJS LibJS: Change default time display options to "always" for digital style 2022-09-22 14:39:24 +01:00
LibKeyboard
LibLine Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00
LibLocale
LibMain
LibMarkdown
LibPartition
LibPCIDB
LibPDF Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00
LibProtocol
LibRegex LibC+LibRegex: Move central regex definitions into LibC/bits 2022-09-20 12:57:21 +01:00
LibSanitizer
LibSoftGPU Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibUnicode
LibUSBDB
LibVideo
LibVT
LibWasm
LibWeb LibWeb: Keep message alive in postMessage task callback lambda 2022-09-23 17:23:55 +01:00
LibWebSocket
LibWebView LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2022-09-20 10:32:14 +02:00
LibX86
LibXML Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00
CMakeLists.txt