summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-02Prekernel: Better datasheet link for RPi3Nico Weber
2021-10-01Base: Add glyphs for the U+2014 em dash to KaticaRegularIdan Horowitz
2021-10-01Base: Add glyphs for the U+2019 apostrophe to KaticaRegularIdan Horowitz
2021-10-01RequestServer: Don't hide the SIGINFO state dump behind a debug macroAndreas Kling
2021-10-01LibWeb: Implement CSSRule and CSSStyleDeclaration serializationAndreas Kling
2021-10-01LibWeb: Make CSSStyleDeclaration support both dashed-name and camelCaseAndreas Kling
2021-10-01LibWeb: Add missing virtual/override/final in CSSStyleRuleAndreas Kling
2021-10-01LibWeb: Flexbox: Catch zero flex-basis and use width insteadTobias Christiansen
2021-10-01LibWeb: Create real Keybord & Message events in Document::create_eventIdan Horowitz
2021-10-01LibWeb: Change the type of MouseEvent members to doubleIdan Horowitz
2021-10-01LibWeb: Add the missing KeyboardEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Dispatch keydown/keyup events on the appropriate targetIdan Horowitz
2021-10-01LibWeb: Support dictionary-only IDL filesIdan Horowitz
2021-10-01LibWeb: Change the parent interface of MouseEvent to UIEventIdan Horowitz
2021-10-01LibWeb: Add the missing UIEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add support for unwrapping the WindowObject to WrapperGeneratorIdan Horowitz
2021-10-01LibWeb: Add the UIEvent::{view, detail} IDL attributesIdan Horowitz
2021-10-01LibWeb: Add the missing PageTransitionEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the missing ProgressEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the missing SubmitEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the missing MessageEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the lastEventId IDL attribute to MessageEventIdan Horowitz
2021-10-01LibWeb: Change the IDL type of MessageEvent::data to anyIdan Horowitz
2021-10-01LibWeb: Add the missing CloseEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Use the LibWeb source directory as the IDL #import base pathIdan Horowitz
2021-10-01LibWeb: Parse media queries! :^)Sam Atkins
2021-10-01LibWeb: Add TokenStream::rewind_to_position()Sam Atkins
2021-10-01LibWeb: Parse `@media` rules into CSSMediaRule objectsSam Atkins
2021-10-01Base: Add media-queries test pageSam Atkins
2021-10-01LibWeb: Make consume_a_qualified_rule() understand block tokensSam Atkins
2021-10-01LibWeb: Make MediaQueryList store MediaQueries instead of a StringSam Atkins
2021-10-01LibWeb: Sketch out media-query parsingSam Atkins
2021-10-01LibWeb: Add CSSMediaRuleSam Atkins
2021-10-01LibWeb: Add MediaListSam Atkins
2021-10-01LibWeb: Partially implement MediaQuery class :^)Sam Atkins
2021-10-01Kernel: Switch RTL8168NetworkAdapter::possible_device_name to StringViewBrian Gianforcaro
2021-10-01Kernel: Convert network adapter names to Kernel::KStringBrian Gianforcaro
2021-10-01LibWeb: Flexbox: Check for relative resolvability on the cross axisTobias Christiansen
2021-10-01RequestServer: Ignore preconnect requests for available connectionsAli Mohammad Pur
2021-10-01Kernel: Move x86 IO instructions code into the x86 specific folderLiav A
2021-10-01Kernel: Remove IO.h include from a bunch of placesLiav A
2021-10-01LibWeb: Check for HTML integration points in the tree constructorLuke Wilde
2021-10-01LibJS: Take a pointer in get_or_prune_cached_prototype_transition()Ali Mohammad Pur
2021-10-01Spreadsheet: Add a toolbarSamuel Bowman
2021-10-01Spreadsheet: Store actions in member variables on SpreadsheetWidgetSamuel Bowman
2021-10-01Spreadsheet: Move menu and action code to initialize_menubar()Samuel Bowman
2021-10-01LibJS: Remove transition avoidance & start caching prototype transitionsAndreas Kling
2021-10-01LibWeb: Implement MediaQueryList.onchangeLuke Wilde
2021-10-01LibMarkdown: Fix typo in variable nameNico Weber
2021-10-01Tests: Fix typosNico Weber