index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-14
LibJS: Implement Atomics.isLockFree
Timothy Flynn
2021-07-14
AK: Add free function to wrap around __atomic_is_lock_free built-in
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.compareExchange
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.exchange
Timothy Flynn
2021-07-14
Kernel: Make kernel symbols available much earlier in the boot process
Gunnar Beutner
2021-07-14
Tests: Add a basic test suite for HTMLTokenizer
Max Wipfli
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
AK: Avoid pagefaults when repeatedly enqueing/dequeing items in a Queue
Gunnar Beutner
2021-07-14
AK: Avoid allocations for the Queue class
Gunnar Beutner
2021-07-14
Kernel: Fix Process use-after-free in Thread finalization
Andreas Kling
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
Meta: Fix SPICE detection in run.sh
Sam Atkins
2021-07-14
Documentation: Remove '$' character from build instruction commands
Kenneth Myhra
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
Meta: Don't use SPICE if QEMU doesn't support it
x-yl
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
Kernel: Detect and display CPUID Hyper-V data
Jean-Baptiste Boric
2021-07-14
Kernel: Detect and display CPUID hypervisor signature
Jean-Baptiste Boric
2021-07-14
Kernel: Add support for hypervisor CPUID feature
Jean-Baptiste Boric
2021-07-14
Kernel/ProcFS: Allow a process directory to have a null Process pointer
Liav A
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
[next]