summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-15LibCore+LibIMAP: Move Promise to LibCoreTimothy
2021-07-15VimEditingEngine: Add support for repeats of JMatthew Hall
2021-07-15VimEditingEngine: Add support for repeats of p and PMatthew Hall
2021-07-15VimEditingEngine: Allow repeats for dd, yy and xMatthew Hall
2021-07-15VimEditingEngine: Add P command to put before cursorMatthew Hall
2021-07-15VimEditingEngine: Add J command to join two linesMatthew Hall
2021-07-15VimEditingEngine: Operate on real lines rather than wrapped onesMatthew Hall
2021-07-15LibWeb: Fix assertion failure when tokenizing JS regex literalsMax Wipfli
2021-07-14LibJS: Implement Temporal.Calendar.prototype.idLinus Groh
2021-07-14LibJS: Implement Temporal.Calendar.prototype.toJSON()Linus Groh
2021-07-14LibJS: Implement Temporal.Calendar.prototype.toString()Linus Groh
2021-07-14LibJS: Implement Temporal.Calendar.prototype[@@toStringTag]Linus Groh
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