Historia zmian

Autor SHA1 Wiadomość Data
  Linus Groh e758bd303f LibWeb: Convert Document to use TRY for error propagation 3 lat temu
  Andreas Kling 8c88ee1165 LibWeb: Only invalidate stacking context tree for opacity/z-index change 3 lat temu
  Andreas Kling 59afdb959f LibWeb: Build stacking context tree lazily 3 lat temu
  Andreas Kling 07a4d590dd LibWeb: Layout browsing context parent before its children 3 lat temu
  Andreas Kling 618b857457 LibWeb: Evaluate @media CSS rules when updating style 3 lat temu
  Andreas Kling 0b861e0c9d LibWeb: Make document-level style invalidation fast 3 lat temu
  Andreas Kling c1f0d21bbe LibWeb: Rename the LayoutMode enum values and explain them 3 lat temu
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 lat temu
  Andreas Kling d71b0e4638 LibWeb: Don't discard update_style_recursively() return value 3 lat temu
  Andreas Kling 0e8b538e0a LibWeb: Invalidate less style when moving between hovered nodes 3 lat temu
  Andreas Kling f1711a562a LibWeb: Avoid layout invalidation for some CSS property changes 3 lat temu
  Andreas Kling cf49e93b04 LibWeb: Invalidate style on media query evaluation change 3 lat temu
  Andreas Kling 32dd4bf1b9 LibWeb: Recurse into shadow trees when updating style 3 lat temu
  Andreas Kling 9f5cbcaad3 LibWeb: Hang StackingContext off of the paint boxes 3 lat temu
  Ben Abraham 7594350376 Browser: Show currently loading host and remaining resource count 3 lat temu
  Andreas Kling 6499cf4d28 LibWeb: Always relayout document on element style change 3 lat temu
  Andreas Kling bca3c2a443 LibWeb: Always call update_style() in update_layout() 3 lat temu
  Andreas Kling 9c6999ecf2 LibWeb: Implement "NodeIterator pre-removing steps" 3 lat temu
  Andreas Kling acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 lat temu
  Andreas Kling fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 lat temu
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 lat temu
  Luke Wilde 8d05c4a675 LibWeb: Fire resize event at the Window instead of Document 3 lat temu
  Andreas Kling 88aa356606 LibWeb: Update element style when focus state changes 3 lat temu
  Andreas Kling bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() 3 lat temu
  Andreas Kling 4fb67c1621 LibWeb: Fix logic error in Document::validate_qualified_name() 3 lat temu
  Andreas Kling cd5c17d88e LibWeb: Improve Layout::Box has-definite-size? computation 3 lat temu
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible 3 lat temu
  Andreas Kling 262488ea33 LibWeb: Validate the qualified name in createDocumentType() 3 lat temu
  Andreas Kling fe67fe3791 LibWeb: Check for valid names in Document.createElement() & friends 3 lat temu
  Timothy Flynn 21bd3a21bd LibWeb: Append only one line feed character in Document.writeln 3 lat temu