index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-07-14
LibJS: Start implementing Temporal.Calendar
Linus Groh
2021-07-14
LibJS: Put Temporal.Instant.prototype member definitions in spec order
Linus Groh
2021-07-14
LibJS: Use more specific return types for some Temporal AOs
Linus Groh
2021-07-15
LibWeb: Correct behavior of Comment* states in HTMLTokenizer
Max Wipfli
2021-07-15
LibWeb: VERIFY an empty builder when emitting tokens in HTMLTokenizer
Max Wipfli
2021-07-14
LibJS: Implement Atomics.isLockFree
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.compareExchange
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.exchange
Timothy Flynn
2021-07-14
LibWeb: Remove unused HTMLTokenizer::m_input member variable
Max Wipfli
2021-07-14
LibWeb: Change HTMLToken.h to east const style
Max Wipfli
2021-07-14
LibWeb: Change HTMLTokenizer.{cpp,h} to east const style
Max Wipfli
2021-07-14
LibWeb: Use move() when enqueuing tokens in HTMLTokenizer
Gunnar Beutner
2021-07-14
LibWeb: Remove StringBuilder from HTMLToken::m_comment_or_character
Gunnar Beutner
2021-07-14
LibWeb: Remove StringBuilder from HTMLToken::m_tag
Gunnar Beutner
2021-07-14
LibWeb: Remove StringBuilders from HTMLToken::AttributeBuilder
Gunnar Beutner
2021-07-14
LibWeb: Remove StringBuilders from HTMLToken::m_doctype
Gunnar Beutner
2021-07-14
LibWeb: Remove more unused StringBuilders in HTMLToken
Gunnar Beutner
2021-07-14
LibWeb: Use an Optional<String> to track the last HTML start tag
Gunnar Beutner
2021-07-14
LibJS: Implement Atomics.store
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.xor
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.sub
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.or
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.and
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.load
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.add
Timothy Flynn
2021-07-14
LibJS: Make ValidateTypeArray abstraction public
Timothy Flynn
2021-07-14
LibJS: Add some TypedArray abstractions for querying underlying type
Timothy Flynn
2021-07-14
LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operation
Timothy Flynn
2021-07-14
LibJS: Begin implementing Atomics
Timothy Flynn
2021-07-14
LibJS: Alphabetically sort LibJS's CMakeLists.txt
Timothy Flynn
2021-07-14
LibGfx: Don't underline escaped ampersand in menus
Karol Kosek
2021-07-14
LibWeb: Handle when the last selected node does not contain text
Timothy Flynn
2021-07-14
LibWeb: Remove now-duplicated actions from IPWV regarding text selection
Timothy Flynn
2021-07-14
LibWeb: Add OOPWV IPC for selecting all text
Timothy Flynn
2021-07-14
LibWeb: Move select-all implementation to BrowsingContext
Timothy Flynn
2021-07-14
LibWeb: Add OOPWV IPC for retrieving selected text
Timothy Flynn
2021-07-14
LibGfx: Use clear_with capacity instead of clear in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Store the size of the chunk from start in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Prevent a copy in PNGWriter by storing type data at start
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Prevent frequent memory allocations in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibGfx: Use ByteBuffer instead of Vector<u8> in PNGWriter
Aziz Berkay Yesilyurt
2021-07-14
LibWeb: Use split_view() in attribute selector matching
Andreas Kling
2021-07-14
LibWeb: Use Selectors instead of a String for :not() selectors
Sam Atkins
2021-07-14
LibWeb: Make CSS::Selector reference counted
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
Sam Atkins
2021-07-14
LibJS: Use `AK::abs` in TimeZone
Daniel Bertalan
2021-07-14
LibC: Use our implementation of `crti.o` and `crtn.o`
Daniel Bertalan
[next]