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
2023-02-15
LibWeb: Port CSS::MediaQuery to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Supports to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::UnicodeRange to new Strings
Sam Atkins
2023-02-15
LibWeb: Use StringView in CSS::PreferredColorScheme
Sam Atkins
2023-02-15
LibWeb: Port CSS::Display to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Rule to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Declaration to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::ComponentValue to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Function to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Block to new Strings
Sam Atkins
2023-02-15
LibWeb: Port ComputedValues to new Strings
Sam Atkins
2023-02-15
LibWeb: Remove unused includes for DeprecatedString
Sam Atkins
2023-02-15
LibWeb: Port CSS Tokenizer to new Strings
Sam Atkins
2023-02-15
LibWeb: Implement ASCII case-insensitive matching
Sam Atkins
2023-02-15
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
Sam Atkins
2023-02-15
LibWeb: Construct CSS Tokenizer and Parser with a StringView encoding
Sam Atkins
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-15
LibJS: Keep escaping forward slashes
Nico Weber
2023-02-15
HexEditor: Add selection strings to the value inspector
MetallicSquid
2023-02-15
Piano: Fix insertion and deletion of notes
Florian Kaiser
2023-02-15
LibGUI: Use Unicode's text segmentation for traversing word breaks
Timothy Flynn
2023-02-15
LibUnicode: Fix typos causing text segmentation on mid-word punctuation
Timothy Flynn
2023-02-15
LibUnicode: Support finding the next/previous text segmentation boundary
Timothy Flynn
2023-02-15
LibUnicode: Allow iterating over text segmentation boundaries
Timothy Flynn
2023-02-15
LibUnicode: Implement text segmentation algorithms for all UTF encodings
Timothy Flynn
2023-02-15
LibUnicode+LibJS: Move text segmentation algorithms to their own files
Timothy Flynn
2023-02-15
LibGfx: Move ICC::Profile towards "Fallible Constructors" pattern
Nico Weber
2023-02-15
LibGfx: Move ICC::Profile::read_header() out of class
Nico Weber
2023-02-15
LibGfx: Move ICC::Profile::read_tag_table() out of class
Nico Weber
2023-02-15
LibGfx: Move ICC::Profile::read_tag() out of class
Nico Weber
2023-02-15
LibRegex: Bail out of atomic rewrite if a block doesn't contain compares
Ali Mohammad Pur
2023-02-15
LibRegex: Consider the inverse=true case when finding pattern overlap
Ali Mohammad Pur
2023-02-15
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
Ali Mohammad Pur
2023-02-15
LibJS: Don't escape backslashes in RegExp.source
Ali Mohammad Pur
2023-02-14
LibGfx: Validate ICC namedColor2Tag consistency
Nico Weber
2023-02-14
LibGfx: Add v2 "ncol" tag, expand comment
Nico Weber
2023-02-13
Everywhere: Use /bin/Shell as the shebang for Shell scripts
Ali Mohammad Pur
2023-02-13
Shell: Use the POSIX parser if run as /bin/sh or passed the --posix flag
Ali Mohammad Pur
2023-02-13
Shell: Start implementing a POSIX-compliant parser
Ali Mohammad Pur
2023-02-13
LibGUI: Take gutter into account when measuring TextEditor content area
Sam Atkins
2023-02-13
LibGUI: Don't show caret cursor when hovering TextEditor's gutter
Sam Atkins
2023-02-13
LibGUI: Combine wrapping/non-wrapping TextEditor code paths
Sam Atkins
2023-02-13
LibGUI: Fix typo in `span_consumed` variable
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token value to new FlyString
Sam Atkins
2023-02-13
LibWeb: Return StringViews from CSS Token bracket-string getters
Sam Atkins
2023-02-13
LibWeb: Do not assume field element is always a HTMLInputElement
Kenneth Myhra
2023-02-13
LibWeb: Avoid dereferencing null pointer
Kenneth Myhra
2023-02-13
LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability
networkException
[next]