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-06-08
LibJS: Move regex logic to main Lexer if statement
Matthew Olsson
2020-06-08
LibJS: Properly consume escaped backslash in regex literal
Matthew Olsson
2020-06-07
LibLine: Correctly handle line content overflow when on last line
AnotherTest
2020-06-07
LibLine: Use more descriptive names for row/column
AnotherTest
2020-06-07
LibWeb: Use HTML::TagNames globals in the new HTML parser
Andreas Kling
2020-06-07
LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings
Andreas Kling
2020-06-07
LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classes
Andreas Kling
2020-06-07
LibIPC+Services: Support URL as a native IPC type
Andreas Kling
2020-06-07
LibGUI: Don't scroll cursor into view while reflows are deferred
Andreas Kling
2020-06-07
LibJS: Fix big int division lexing as UnterminatedRegexLiteral
Matthew Olsson
2020-06-07
LibJS: Add BigInt
Linus Groh
2020-06-07
LibCrypto: Add bitwise operations (and/or/xor)
AnotherTest
2020-06-07
LibCrypto: Make ModularFunctions.h compile as part of Lagom
Linus Groh
2020-06-07
LibCrypto: Fix to_base10() for zero-value BigIntegers
Linus Groh
2020-06-07
LibJS: Move Value::as_accessor() to Value.h
Linus Groh
2020-06-07
LibJS: Use switch/case for Value::to_{string{_w/o_side_effects},boolean}
Linus Groh
2020-06-07
LibJS: Remove reduntant set_prototype() calls
Linus Groh
2020-06-07
LibWeb: Fix codepoint_from_entity() never returning an error
Andreas Kling
2020-06-07
LibWeb: Fix tokenizer swallowing an extra token after a named entity
Andreas Kling
2020-06-07
LibWeb: Unbreak <a title> tooltips in the main frame
Andreas Kling
2020-06-07
LibJS: Lex and parse regex literals, add RegExp objects
Matthew Olsson
2020-06-07
LibGUI: Fix broken clip rect when scrolling a TextEditor
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-06-07
LibWeb: Fix broken paint invalidation after subframe changes
Andreas Kling
2020-06-07
LibWeb: Let subframes propagate paint invalidations via host element
Andreas Kling
2020-06-07
LibWeb: Remove unused Document::on_layout_updated hook
Andreas Kling
2020-06-07
LibWeb: Open subframe links inside the subframe itself
Andreas Kling
2020-06-07
LibWeb: Add per-Frame EventHandler, handle mouse events recursively
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-06
LibWeb: Whine in debug log instead of asserting on partial layout FIXME
Andreas Kling
2020-06-06
LibJS: Add Proxy objects
Matthew Olsson
2020-06-06
LibJS: Value.in uses has_property instead of get().is_empty()
Matthew Olsson
2020-06-06
LibJS: Object.setPrototypeOf throws error on too few arguments
Matthew Olsson
2020-06-06
LibJS: Add PropertyDescriptor object
Matthew Olsson
2020-06-06
LibJS: Distinguish between omitted descriptor attributes and false ones
Matthew Olsson
2020-06-06
LibGUI: Fix TextEditor painting glitch after add_clip_rect() change
Andreas Kling
2020-06-06
LibGfx: Make Painter::add_clip_rect() use logical coordinates
Andreas Kling
2020-06-06
LibWeb: Make Frame::page_view() always go via main_frame()
Andreas Kling
2020-06-06
LibWeb: Handle EOF tokens during "text" insertion
Andreas Kling
2020-06-06
LibWeb: Delay sub-Frame construction until host Document is attached
Andreas Kling
2020-06-06
LibWeb: Add Node notifications for Document<=>Frame attach/detach
Andreas Kling
2020-06-06
LibWeb: Show error page if we can't handle a frame's main resource
Andreas Kling
2020-06-06
LibWeb: Let Resource figure out its own encoding and MIME type
Andreas Kling
2020-06-06
LibWeb: Always scroll PageView to top when a new document is set
Andreas Kling
2020-06-06
LibWeb: Turn FrameLoader into a ResourceClient
Andreas Kling
2020-06-06
LibWeb: Make Document::url() return URL by value
Andreas Kling
2020-06-06
LibWeb: Use FrameLoader to load iframes :^)
Andreas Kling
2020-06-06
LibWeb: Add a FrameLoader class and move PageView's loading logic there
Andreas Kling
2020-06-06
LibJS: Fix rest-params test to take function hoisting into account
Marcin Gasperowicz
2020-06-06
LibJS: Hoist function declarations
Marcin Gasperowicz
[next]