summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-02LibJS: Keep track of PrimitiveStrings and share themAndreas Kling
2021-10-02LibJS+LibWeb: Use Object::set_prototype() in more placesLinus Groh
2021-10-02LibJS: Add Object::set_prototype()Linus Groh
2021-10-02LibWeb: Implement Navigator.cookieEnabledLinus Groh
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: Change the parent interface of MouseEvent to UIEventIdan Horowitz
2021-10-01LibWeb: Add the missing UIEvent IDL constructorIdan 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-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-01LibWeb: Flexbox: Check for relative resolvability on the cross axisTobias Christiansen
2021-10-01RequestServer: Ignore preconnect requests for available connectionsAli Mohammad Pur
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-01Userland: Fix typosNico Weber
2021-10-01LibWeb: Implement AbortSignal.onabortLuke Wilde
2021-10-01Libraries: Fix typosNico Weber
2021-10-01Browser: Check m_console_client is non-null before dereferencing itIdan Horowitz
2021-10-01LibWeb: Implement HTMLStyleElement.sheetLuke Wilde
2021-09-30LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValuesIdan Horowitz
2021-09-30LibJS: Fix that in Bytecode mode functions where not created anymoredavidot