Commit History

Author SHA1 Message Date
  Andreas Kling ac8a8459d0 LibWeb: Don't allow setting Range start/end to document being destroyed 3 years ago
  Andreas Kling 8c88ee1165 LibWeb: Only invalidate stacking context tree for opacity/z-index change 3 years ago
  Andreas Kling 618b857457 LibWeb: Evaluate @media CSS rules when updating style 3 years ago
  Andreas Kling 0b861e0c9d LibWeb: Make document-level style invalidation fast 3 years ago
  Ben Abraham 7594350376 Browser: Show currently loading host and remaining resource count 3 years ago
  Andreas Kling 6499cf4d28 LibWeb: Always relayout document on element style change 3 years ago
  Andreas Kling 9c6999ecf2 LibWeb: Implement "NodeIterator pre-removing steps" 3 years ago
  Andreas Kling acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 years ago
  Andreas Kling fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 years ago
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 years ago
  Andreas Kling 262488ea33 LibWeb: Validate the qualified name in createDocumentType() 3 years ago
  Andreas Kling fe67fe3791 LibWeb: Check for valid names in Document.createElement() & friends 3 years ago
  Timothy Flynn 21bd3a21bd LibWeb: Append only one line feed character in Document.writeln 3 years ago
  Andreas Kling 8b2499b112 LibWeb: Make document.write() work while document is parsing 3 years ago
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion 3 years ago
  Maciej ed33ea13ab LibWeb: Add stubs for document.write and document.writeln 3 years ago
  Idan Horowitz 5e5b94a7ec LibWeb: Pass cookie string by reference in Document::set_cookie 3 years ago
  Luke Wilde 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 years ago
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 years ago
  Andreas Kling 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder 3 years ago
  Andreas Kling 545ec334f0 LibWeb: Add Document.hasFocus() stub 3 years ago
  mjz19910 10ec98dd38 Everywhere: Fix spelling mistakes 3 years ago
  Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 years ago
  Andreas Kling d368b08698 LibWeb: Make DOMImplementation forward its ref count to DOM::Document 3 years ago
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
  Sam Atkins a214036509 LibWeb: Remove background-repeat/image fields and getters 3 years ago
  Sam Atkins cdeac132dc LibWeb: Store background layers in ComputedValues 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling 0264ae23bc LibWeb: Make CSS layout lazier 3 years ago
  Sam Atkins 050823bea7 LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes 3 years ago