index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-22
LibWeb: Use modern namespaces and fix clang-format comments in tag names
Luke
2020-10-22
LibGUI: Implement searching/jumping as you type in views
Tom
2020-10-22
LibGUI: Fix scroll_into_view flipping between left/top and right/bottom
Tom
2020-10-22
LibGfx: Add colors for highlight-searching to palette and themes
Tom
2020-10-22
LibGfx: Reduce code duplication in Painter::draw_text
Tom
2020-10-22
AK: Make Utf8View and Utf32View more consistent
Tom
2020-10-22
LibJS: Support all line terminators (LF, CR, LS, PS)
Linus Groh
2020-10-21
LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView
Andreas Kling
2020-10-20
LibJS: Rest parameter in setter functions is a syntax error
Linus Groh
2020-10-20
LibJS: Move checks for invalid getter/setter params to parse_function_node
Linus Groh
2020-10-20
LibJS: Refactor parse_function_node() bool parameters into bit flags
Linus Groh
2020-10-20
LibC: Fix a warning when building LibC with -O2
Andreas Kling
2020-10-20
LibWeb: Tear down layout trees properly
Andreas Kling
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-20
LibJS: Speed up IndexedPropertyIterator by computing non-empty indices
Linus Groh
2020-10-20
LibX86: clang-format
Andreas Kling
2020-10-19
LibX86: malloc a bit less
Nico Weber
2020-10-19
LibJS: Unprefixed octal numbers are a syntax error in strict mode
Linus Groh
2020-10-19
LibJS: Don't parse arrow function with newline between ) and =>
Linus Groh
2020-10-19
LibJS: Share parameter parsing between regular and arrow functions
Linus Groh
2020-10-19
LibJS: Fix dump() indentation of UpdateExpression with suffix operator
Linus Groh
2020-10-19
LibJS: Multiple 'default' clauses in switch statement are a syntax error
Linus Groh
2020-10-18
LibJS: Handle continue in switch statement unwinding
Linus Groh
2020-10-18
LibJS: Handle return value in switch statement unwinding
Linus Groh
2020-10-18
LibJS: Fix parsing of invalid numeric literals
Stephan Unverwerth
2020-10-18
LibWeb: Dispatch "load" on document and window
Andreas Kling
2020-10-18
LibWeb: Dispatch "load" event on script elements
Andreas Kling
2020-10-18
LibWeb: Make DOM::Window into an EventTarget
Andreas Kling
2020-10-17
LibJS: Use allocate_without_global_object for allocating Shapes
Andreas Kling
2020-10-17
LibJS: Avoid creating temporary Strings to look up tokens while lexing
Andreas Kling
2020-10-17
LibJS: Prebake the empty object ({}) with a prototype
Andreas Kling
2020-10-17
LibCore: Use new format functions in some places.
asynts
2020-10-17
LibChess: Use new format functions.
asynts
2020-10-17
LibAudio: Use new format functions.
asynts
2020-10-17
LibCore: Add formatter for Object.
asynts
2020-10-17
LibCore: Make Object::m_all_objects_list_node private
Nico Weber
2020-10-16
LibJS: `constexpr` some Number object constant values
Linus Groh
2020-10-16
LibJS: Reorganize Shape members to reduce sizeof(Shape) a bit
Andreas Kling
2020-10-16
LibJS: Don't bother deferring GC during ensure_property_table()
Andreas Kling
2020-10-15
LibJS: Support move semantics for StringOrSymbol
Andreas Kling
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-15
LibWeb: Fix EventDispatcher::dispatch()
Linus Groh
2020-10-15
LibC: Make difftime a function
Stephen Gregoratto
2020-10-14
LibGUI: Fix wrong Sequence highlight range in ShellSyntaxHighlighter
AnotherTest
2020-10-14
LibC: We still need to use NULL (not nullptr) in C headers
Andreas Kling
2020-10-14
LibJS: Don't assume value for index < size in IndexedPropertyIterator
Linus Groh
2020-10-14
LibJS: Add some more items to CommonPropertyNames that I missed
Andreas Kling
2020-10-13
LibJS: Avoid property lookups during object initialization
Andreas Kling
2020-10-13
LibJS: Cache commonly used FlyStrings in the VM
Andreas Kling
[next]