summaryrefslogtreecommitdiff
path: root/Userland/Libraries
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-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-14LibJS: Implement Atomics.compareExchangeTimothy Flynn
2021-07-14LibJS: Implement Atomics.exchangeTimothy Flynn
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-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-14LibGfx: Don't underline escaped ampersand in menusKarol Kosek
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-14LibWeb: Add OOPWV IPC for selecting all textTimothy Flynn
2021-07-14LibWeb: Move select-all implementation to BrowsingContextTimothy Flynn
2021-07-14LibWeb: Add OOPWV IPC for retrieving selected textTimothy Flynn
2021-07-14LibGfx: Use clear_with capacity instead of clear in PNGWriterAziz Berkay Yesilyurt
2021-07-14LibGfx: Store the size of the chunk from start in PNGWriterAziz Berkay Yesilyurt
2021-07-14LibGfx: Prevent a copy in PNGWriter by storing type data at startAziz Berkay Yesilyurt
2021-07-14LibGfx: Prevent frequent memory allocations in PNGWriterAziz Berkay Yesilyurt
2021-07-14LibGfx: Use ByteBuffer instead of Vector<u8> in PNGWriterAziz Berkay Yesilyurt
2021-07-14LibWeb: Use split_view() in attribute selector matchingAndreas Kling
2021-07-14LibWeb: Use Selectors instead of a String for :not() selectorsSam Atkins
2021-07-14LibWeb: Make CSS::Selector reference countedSam Atkins
2021-07-14LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Add 'Attribute' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east constSam Atkins
2021-07-14LibJS: Use `AK::abs` in TimeZoneDaniel Bertalan
2021-07-14LibC: Use our implementation of `crti.o` and `crtn.o`Daniel Bertalan