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-04
LibWeb: Process style sheets in document order
Andreas Kling
2020-06-04
LibWeb: Fix <body> and <img> elements not parsing their class attribute
Andreas Kling
2020-06-04
LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 port
Andreas Kling
2020-06-04
LibTLS: Simplify record padding logic and ASSERT more assumptions
AnotherTest
2020-06-04
LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSize
AnotherTest
2020-06-04
LibM: Add exp2() and exp2f()
Linus Groh
2020-06-04
LibM: Add INFINITY macro
Linus Groh
2020-06-04
LibM: Add NAN macro
Linus Groh
2020-06-04
LibWeb: Fix tokenization of attributes with empty attributes
Andreas Kling
2020-06-04
LibWeb: Handle "html" end tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "xmp" start tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "nobr" start tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "form" end tag during "in body" if stack of open elements does...
Kyle McLean
2020-06-04
LibWeb: Handle NULL character during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse "body" end tags during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse "br" end tags during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body"
Kyle McLean
2020-06-04
LibJS: Fix Parser.parse_template_literal looping forever
Matthew Olsson
2020-06-03
LibC: Make sure that ioctl() requests are #defined as macros
Andreas Kling
2020-06-03
LibWeb: Call children_changed() on text nodes when flushing characters
Andreas Kling
2020-06-03
LibWeb: Special-case initialization of HTML::AttributeNames::class_
Andreas Kling
2020-06-03
LibWeb: Buffer text node character insertions in the new parser
Andreas Kling
2020-06-03
LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")
Andreas Kling
2020-06-03
LibKeyboard: Add new library for keyboard applications
Hüseyin ASLITÜRK
2020-06-03
LibGUI: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
2020-06-03
LibGUI: Add save action to CommonActions list
Hüseyin ASLITÜRK
2020-06-03
LibJS: Make typeof return undefined for undefined variables
Marcin Gasperowicz
2020-06-03
LibJS: Allow null or undefined as a bound |this| value in strict mode
Jack Karamanian
2020-06-03
LibDebug: Add all Dwarf v5 attributes, tags, and form enum values
FalseHonesty
2020-06-03
LibDebug: Add support for enum value types
FalseHonesty
2020-06-02
LibWeb: Remove assertion in HTMLImageElement::resource_did_load()
Andreas Kling
2020-06-02
LibGfx: Fix debug-printing colors
Sergey Bugaev
2020-06-02
LibWeb: Share decoded images at the Resource level :^)
Andreas Kling
2020-06-02
LibGfx: Templatize some of the scanline unpacking code
Andreas Kling
2020-06-02
LibGfx: Consolidate some types in the PNG decoder
Andreas Kling
2020-06-02
LibJS: Store basic traceback in Exception
Linus Groh
2020-06-02
LibJS: Move Interpreter::get_trace() to ConsoleClient
Linus Groh
2020-06-02
LibJS: Remove dummy implementations from Console methods
Linus Groh
2020-06-02
LibWeb: Fix tokenizing scripts with '<' in them
Andreas Kling
2020-06-02
LibWeb: Port ImageStyleValue to the ResourceClient interface
Andreas Kling
2020-06-02
LibWeb: Avoid an unnecessary temporary variable in HTMLImageElement
Andreas Kling
2020-06-02
LibWeb: Port HTMLLinkElement to the ResourceClient interface
Andreas Kling
2020-06-02
LibJS: Consider non-extensible objects in Reflect.setPrototypeOf()
Linus Groh
2020-06-02
LibJS: Implement Reflect.{isExtensible,preventExtensions}()
Linus Groh
2020-06-02
LibJS: Disallow changing the prototype of non-extensible objects
Linus Groh
2020-06-02
LibJS: Don't assume Object.setPrototypeOf() prototype value is an object
Linus Groh
2020-06-02
LibJS: Return specified object from Object.setPrototypeOf()
Linus Groh
2020-06-02
LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUG
Andreas Kling
2020-06-02
LibWeb: Parse barebones document without doctype, <html>, etc.
Andreas Kling
2020-06-02
LibJS: Add Object.{isExtensible,preventExtensions}()
Matthew Olsson
[next]