Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling f1711a562a LibWeb: Avoid layout invalidation for some CSS property changes hace 3 años
  Andreas Kling cf49e93b04 LibWeb: Invalidate style on media query evaluation change hace 3 años
  Andreas Kling 32dd4bf1b9 LibWeb: Recurse into shadow trees when updating style hace 3 años
  Andreas Kling 9f5cbcaad3 LibWeb: Hang StackingContext off of the paint boxes hace 3 años
  Ben Abraham 7594350376 Browser: Show currently loading host and remaining resource count hace 3 años
  Andreas Kling 6499cf4d28 LibWeb: Always relayout document on element style change hace 3 años
  Andreas Kling bca3c2a443 LibWeb: Always call update_style() in update_layout() hace 3 años
  Andreas Kling 9c6999ecf2 LibWeb: Implement "NodeIterator pre-removing steps" hace 3 años
  Andreas Kling acbdb95b0a LibWeb: Add support for DOM's TreeWalker hace 3 años
  Andreas Kling fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter hace 3 años
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML hace 3 años
  Luke Wilde 8d05c4a675 LibWeb: Fire resize event at the Window instead of Document hace 3 años
  Andreas Kling 88aa356606 LibWeb: Update element style when focus state changes hace 3 años
  Andreas Kling bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() hace 3 años
  Andreas Kling 4fb67c1621 LibWeb: Fix logic error in Document::validate_qualified_name() hace 3 años
  Andreas Kling cd5c17d88e LibWeb: Improve Layout::Box has-definite-size? computation hace 3 años
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible hace 3 años
  Andreas Kling 262488ea33 LibWeb: Validate the qualified name in createDocumentType() hace 3 años
  Andreas Kling fe67fe3791 LibWeb: Check for valid names in Document.createElement() & friends hace 3 años
  Timothy Flynn 21bd3a21bd LibWeb: Append only one line feed character in Document.writeln hace 3 años
  Andreas Kling 8b2499b112 LibWeb: Make document.write() work while document is parsing hace 3 años
  Andreas Kling db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() hace 3 años
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" hace 3 años
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState hace 3 años
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion hace 3 años
  Sam Atkins fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status hace 3 años
  Maciej ed33ea13ab LibWeb: Add stubs for document.write and document.writeln hace 3 años
  Andreas Kling b34dd0fb24 LibWeb: Repaint entire viewport after document layout hace 3 años
  Andreas Kling 40bd2cb611 LibWeb: Move initial containing block setup out of BFC hace 3 años
  Idan Horowitz 5e5b94a7ec LibWeb: Pass cookie string by reference in Document::set_cookie hace 3 años