serenity/Userland/Libraries
Idan Horowitz f437793788 LibJS: Stop inheriting from Set in SetPrototype
This makes sure that is<Set> checks done on the Set prototype instead of
on Set instances return false, thereby emulating the behaviour of the
RequireInternalSlot abstract operation.
2021-06-09 18:01:19 +01:00
..
LibArchive
LibAudio LibAudio: Make Loader::seek() treat its input as a sample index 2021-06-09 17:30:08 +04:30
LibC LibC+AK: Remove our custom macros from <assert.h> 2021-06-08 17:29:57 +02:00
LibCards
LibChess
LibCompress
LibCore LibCore: Fix building LibCore on FreeBSD 2021-06-09 09:24:58 +02:00
LibCoreDump
LibCpp LibWeb+LibSyntax: Implement nested syntax highlighters 2021-06-07 14:45:49 +04:30
LibCrypt
LibCrypto LibCrypto: Add hash methods to {Signed, Unsigned}BigInteger 2021-06-09 11:48:04 +01:00
LibDebug
LibDesktop
LibDiff
LibDl
LibELF
LibGemini
LibGfx
LibGL LibGL: Implement very basic version of glGetFloatv 2021-06-09 10:49:38 +02:00
LibGUI LibGUI: Set TextEditor to unmodified after saving size=0 files 2021-06-09 18:53:13 +02:00
LibHTTP
LibImageDecoderClient
LibIPC
LibJS LibJS: Stop inheriting from Set in SetPrototype 2021-06-09 18:01:19 +01:00
LibKeyboard
LibLine
LibM LibM: Implement nearbyint, nearbyintl and nearbyintf 2021-06-08 17:29:57 +02:00
LibMarkdown
LibPCIDB
LibPDF
LibProtocol
LibPthread
LibRegex
LibSanitizer
LibSQL LibSQL: Limit the number of nested subqueries 2021-06-08 19:08:13 +02:00
LibSymbolication
LibSyntax LibWeb+LibSyntax: Implement nested syntax highlighters 2021-06-07 14:45:49 +04:30
LibSystem
LibTest
LibTextCodec
LibThreading
LibTLS Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 2021-06-08 19:14:24 +02:00
LibTTF
LibVideo
LibVT
LibWasm
LibWeb LibJS: Add the Set built-in object 2021-06-09 11:48:04 +01:00
LibWebSocket
LibX86
CMakeLists.txt