summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14LibJS: Start implementing Temporal.CalendarLinus Groh
2021-07-14LibJS: Put Temporal.Instant.prototype member definitions in spec orderLinus Groh
2021-07-14LibJS: Use more specific return types for some Temporal AOsLinus Groh
2021-07-15Kernel: Handle OOM when adding memory regions to Spaces :^)Idan Horowitz
2021-07-15AK: Expose RedBlackTree allocation failures via try_insertIdan Horowitz
2021-07-15Tests: Add comments to the HTMLTokenizer regression test fileMax Wipfli
2021-07-15LibWeb: Correct behavior of Comment* states in HTMLTokenizerMax Wipfli
2021-07-15LibWeb: VERIFY an empty builder when emitting tokens in HTMLTokenizerMax Wipfli
2021-07-14LibJS: Implement Atomics.isLockFreeTimothy Flynn
2021-07-14AK: Add free function to wrap around __atomic_is_lock_free built-inTimothy Flynn
2021-07-14LibJS: Implement Atomics.compareExchangeTimothy Flynn
2021-07-14LibJS: Implement Atomics.exchangeTimothy Flynn
2021-07-14Kernel: Make kernel symbols available much earlier in the boot processGunnar Beutner
2021-07-14Tests: Add a basic test suite for HTMLTokenizerMax Wipfli
2021-07-14LibWeb: Remove unused HTMLTokenizer::m_input member variableMax Wipfli
2021-07-14LibWeb: Change HTMLToken.h to east const styleMax Wipfli
2021-07-14LibWeb: Change HTMLTokenizer.{cpp,h} to east const styleMax Wipfli
2021-07-14LibWeb: Use move() when enqueuing tokens in HTMLTokenizerGunnar Beutner
2021-07-14LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_characterGunnar Beutner
2021-07-14LibWeb: Remove StringBuilder from HTMLToken::m_tagGunnar Beutner
2021-07-14LibWeb: Remove StringBuilders from HTMLToken::AttributeBuilderGunnar Beutner
2021-07-14LibWeb: Remove StringBuilders from HTMLToken::m_doctypeGunnar Beutner
2021-07-14LibWeb: Remove more unused StringBuilders in HTMLTokenGunnar Beutner
2021-07-14LibWeb: Use an Optional<String> to track the last HTML start tagGunnar Beutner
2021-07-14AK: Avoid pagefaults when repeatedly enqueing/dequeing items in a QueueGunnar Beutner
2021-07-14AK: Avoid allocations for the Queue classGunnar Beutner
2021-07-14Kernel: Fix Process use-after-free in Thread finalizationAndreas Kling
2021-07-14LibJS: Implement Atomics.storeTimothy Flynn
2021-07-14LibJS: Implement Atomics.xorTimothy Flynn
2021-07-14LibJS: Implement Atomics.subTimothy Flynn
2021-07-14LibJS: Implement Atomics.orTimothy Flynn
2021-07-14LibJS: Implement Atomics.andTimothy Flynn
2021-07-14LibJS: Implement Atomics.loadTimothy Flynn
2021-07-14LibJS: Implement Atomics.addTimothy Flynn
2021-07-14LibJS: Make ValidateTypeArray abstraction publicTimothy Flynn
2021-07-14LibJS: Add some TypedArray abstractions for querying underlying typeTimothy Flynn
2021-07-14LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operationTimothy Flynn
2021-07-14LibJS: Begin implementing AtomicsTimothy Flynn
2021-07-14LibJS: Alphabetically sort LibJS's CMakeLists.txtTimothy Flynn
2021-07-14Meta: Fix SPICE detection in run.shSam Atkins
2021-07-14Documentation: Remove '$' character from build instruction commandsKenneth Myhra
2021-07-14Browser: Escape an ampersand in the menu to avoid making a shortcutKarol Kosek
2021-07-14LibGfx: Don't underline escaped ampersand in menusKarol Kosek
2021-07-14ResourceGraph: Handle more than 4 GiB of memoryTom
2021-07-14Meta: Don't use SPICE if QEMU doesn't support itx-yl
2021-07-14LibWeb: Handle when the last selected node does not contain textTimothy Flynn
2021-07-14LibWeb: Remove now-duplicated actions from IPWV regarding text selectionTimothy Flynn
2021-07-14Browser: Add context menu item for selecting all textTimothy Flynn
2021-07-14LibWeb: Add OOPWV IPC for selecting all textTimothy Flynn
2021-07-14LibWeb: Move select-all implementation to BrowsingContextTimothy Flynn