История коммитов

Автор SHA1 Сообщение Дата
  Andreas Kling acbdb95b0a LibWeb: Add support for DOM's TreeWalker 3 лет назад
  Andreas Kling fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 3 лет назад
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 лет назад
  Luke Wilde 8d05c4a675 LibWeb: Fire resize event at the Window instead of Document 3 лет назад
  Andreas Kling 88aa356606 LibWeb: Update element style when focus state changes 3 лет назад
  Andreas Kling bfa7aad0f6 LibWeb: Support (and validate) prefixes in Document.createElementNS() 3 лет назад
  Andreas Kling 4fb67c1621 LibWeb: Fix logic error in Document::validate_qualified_name() 3 лет назад
  Andreas Kling cd5c17d88e LibWeb: Improve Layout::Box has-definite-size? computation 3 лет назад
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible 3 лет назад
  Andreas Kling 262488ea33 LibWeb: Validate the qualified name in createDocumentType() 3 лет назад
  Andreas Kling fe67fe3791 LibWeb: Check for valid names in Document.createElement() & friends 3 лет назад
  Timothy Flynn 21bd3a21bd LibWeb: Append only one line feed character in Document.writeln 3 лет назад
  Andreas Kling 8b2499b112 LibWeb: Make document.write() work while document is parsing 3 лет назад
  Andreas Kling db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 лет назад
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState 3 лет назад
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion 3 лет назад
  Sam Atkins fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status 3 лет назад
  Maciej ed33ea13ab LibWeb: Add stubs for document.write and document.writeln 3 лет назад
  Andreas Kling b34dd0fb24 LibWeb: Repaint entire viewport after document layout 3 лет назад
  Andreas Kling 40bd2cb611 LibWeb: Move initial containing block setup out of BFC 3 лет назад
  Idan Horowitz 5e5b94a7ec LibWeb: Pass cookie string by reference in Document::set_cookie 3 лет назад
  Andreas Kling 646b37d1a9 LibWeb: Cache CSS rules in buckets to reduce number of rules checked 3 лет назад
  Luke Wilde 17aeb99e9e LibWeb: Implement the JS host hooks for promises, job callbacks and more 3 лет назад
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 лет назад
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 лет назад
  Andreas Kling 627ad6c37c LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events 3 лет назад
  Andreas Kling 9391311760 LibWeb: Make HTMLInputElement move cursor into text node when focused 3 лет назад
  Andreas Kling 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder 3 лет назад
  Andreas Kling 545ec334f0 LibWeb: Add Document.hasFocus() stub 3 лет назад