index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-02
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
Andreas Kling
2021-10-02
LibJS: Remove read buffer overflow in Lexer::consume
Luke Wilde
2021-10-02
LibRegex: Don't emit signpost events for every regular expression
Andreas Kling
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-10-02
LibJS: Keep track of PrimitiveStrings and share them
Andreas Kling
2021-10-02
LibJS+LibWeb: Use Object::set_prototype() in more places
Linus Groh
2021-10-02
LibJS: Add Object::set_prototype()
Linus Groh
2021-10-02
LibWeb: Implement Navigator.cookieEnabled
Linus Groh
2021-10-02
LibWeb: Initialize IDL-generated prototypes' prototype directly
Idan Horowitz
2021-10-02
Base: Add glyphs for the U+20AC euro sign to all bitmap fonts
networkException
2021-10-02
Prekernel: Better datasheet link for RPi3
Nico Weber
2021-10-01
Base: Add glyphs for the U+2014 em dash to KaticaRegular
Idan Horowitz
2021-10-01
Base: Add glyphs for the U+2019 apostrophe to KaticaRegular
Idan Horowitz
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-10-01
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization
Andreas Kling
2021-10-01
LibWeb: Make CSSStyleDeclaration support both dashed-name and camelCase
Andreas Kling
2021-10-01
LibWeb: Add missing virtual/override/final in CSSStyleRule
Andreas Kling
2021-10-01
LibWeb: Flexbox: Catch zero flex-basis and use width instead
Tobias Christiansen
2021-10-01
LibWeb: Create real Keybord & Message events in Document::create_event
Idan Horowitz
2021-10-01
LibWeb: Change the type of MouseEvent members to double
Idan Horowitz
2021-10-01
LibWeb: Add the missing KeyboardEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Dispatch keydown/keyup events on the appropriate target
Idan Horowitz
2021-10-01
LibWeb: Support dictionary-only IDL files
Idan Horowitz
2021-10-01
LibWeb: Change the parent interface of MouseEvent to UIEvent
Idan Horowitz
2021-10-01
LibWeb: Add the missing UIEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add support for unwrapping the WindowObject to WrapperGenerator
Idan Horowitz
2021-10-01
LibWeb: Add the UIEvent::{view, detail} IDL attributes
Idan Horowitz
2021-10-01
LibWeb: Add the missing PageTransitionEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the missing ProgressEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the missing SubmitEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the missing MessageEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the lastEventId IDL attribute to MessageEvent
Idan Horowitz
2021-10-01
LibWeb: Change the IDL type of MessageEvent::data to any
Idan Horowitz
2021-10-01
LibWeb: Add the missing CloseEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Use the LibWeb source directory as the IDL #import base path
Idan Horowitz
2021-10-01
LibWeb: Parse media queries! :^)
Sam Atkins
2021-10-01
LibWeb: Add TokenStream::rewind_to_position()
Sam Atkins
2021-10-01
LibWeb: Parse `@media` rules into CSSMediaRule objects
Sam Atkins
2021-10-01
Base: Add media-queries test page
Sam Atkins
2021-10-01
LibWeb: Make consume_a_qualified_rule() understand block tokens
Sam Atkins
2021-10-01
LibWeb: Make MediaQueryList store MediaQueries instead of a String
Sam Atkins
2021-10-01
LibWeb: Sketch out media-query parsing
Sam Atkins
2021-10-01
LibWeb: Add CSSMediaRule
Sam Atkins
2021-10-01
LibWeb: Add MediaList
Sam Atkins
2021-10-01
LibWeb: Partially implement MediaQuery class :^)
Sam Atkins
2021-10-01
Kernel: Switch RTL8168NetworkAdapter::possible_device_name to StringView
Brian Gianforcaro
2021-10-01
Kernel: Convert network adapter names to Kernel::KString
Brian Gianforcaro
2021-10-01
LibWeb: Flexbox: Check for relative resolvability on the cross axis
Tobias Christiansen
2021-10-01
RequestServer: Ignore preconnect requests for available connections
Ali Mohammad Pur
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
[next]