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-15
VimEditingEngine: Add support for repeats of J
Matthew Hall
2021-07-15
VimEditingEngine: Add support for repeats of p and P
Matthew Hall
2021-07-15
VimEditingEngine: Allow repeats for dd, yy and x
Matthew Hall
2021-07-15
VimEditingEngine: Add P command to put before cursor
Matthew Hall
2021-07-15
VimEditingEngine: Add J command to join two lines
Matthew Hall
2021-07-15
VimEditingEngine: Operate on real lines rather than wrapped ones
Matthew Hall
2021-07-15
LibWeb: Fix assertion failure when tokenizing JS regex literals
Max Wipfli
2021-07-14
js: Implement pretty-printing of Temporal.Calendar objects
Linus Groh
2021-07-14
js: Tweak pretty-printing of Temporal.{Instant,TimeZone} objects
Linus Groh
2021-07-14
LibJS: Implement Temporal.Calendar.prototype.id
Linus Groh
2021-07-14
LibJS: Implement Temporal.Calendar.prototype.toJSON()
Linus Groh
2021-07-14
LibJS: Implement Temporal.Calendar.prototype.toString()
Linus Groh
2021-07-14
LibJS: Implement Temporal.Calendar.prototype[@@toStringTag]
Linus Groh
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
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
[next]