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
Age
Commit message (
Expand
)
Author
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
Browser: Escape an ampersand in the menu to avoid making a shortcut
Karol Kosek
2021-07-14
LibGfx: Don't underline escaped ampersand in menus
Karol Kosek
2021-07-14
ResourceGraph: Handle more than 4 GiB of memory
Tom
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
Browser: Add context menu item for selecting all text
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
Browser: Add context menu item for copying selected text
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
2021-07-14
LibWeb: Add missing `typeinfo` include
Daniel Bertalan
2021-07-14
WindowServer: Don't use GNU-style designator
Daniel Bertalan
2021-07-14
Base+LibGUI: Add icon to the Rename action
jakubiakdev
2021-07-14
SpiceAgent: Support copying and pasting images
x-yl
2021-07-14
SpiceAgent: Add a new spice agent service :^)
x-yl
2021-07-14
LibCore: Convert File to east-const style
Timothy
[next]