Commit History

Author SHA1 Message Date
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" 3 years ago
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState 3 years ago
  Lorenz Steinert db789813c9 LibWeb: Add basic support for dynamic markup insertion 3 years ago
  Sam Atkins fd24782d85 LibWeb: Only invalidate styles if a `@media` rule changes match status 3 years ago
  Maciej ed33ea13ab LibWeb: Add stubs for document.write and document.writeln 3 years ago
  Andreas Kling b34dd0fb24 LibWeb: Repaint entire viewport after document layout 3 years ago
  Andreas Kling 40bd2cb611 LibWeb: Move initial containing block setup out of BFC 3 years ago
  Idan Horowitz 5e5b94a7ec LibWeb: Pass cookie string by reference in Document::set_cookie 3 years ago
  Andreas Kling 646b37d1a9 LibWeb: Cache CSS rules in buckets to reduce number of rules checked 3 years ago
  Luke Wilde 17aeb99e9e LibWeb: Implement the JS host hooks for promises, job callbacks and more 3 years ago
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 years ago
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 years ago
  Andreas Kling 627ad6c37c LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events 3 years ago
  Andreas Kling 9391311760 LibWeb: Make HTMLInputElement move cursor into text node when focused 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
  Luke Wilde 631bbcd00a LibJS: Refactor interpreter to use Script and Source Text Modules 3 years ago
  Linus Groh eb60d16549 LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value> 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
  Sam Atkins 1e53768f1b LibWeb: Combine background-repeat-x/y pseudo-properties 3 years ago
  Luke Wilde 23ef6e1a9e LibWeb: Change Document.{hidden,visibilityState} spec links to HTML 3 years ago
  Andreas Kling 82672da331 LibWeb: Style update must recurse into nodes with dirty children 3 years ago
  Andreas Kling 865162b1c3 LibWeb: Stop the style/layout update timers after updating style/layout 3 years ago
  Sam Atkins 5098cd22a4 LibWeb: Evaluate `@media` rules 3 years ago
  Andreas Kling 5a929f12bc LibWeb: Make sure that root of style updates is marked clean 3 years ago
  Andreas Kling 13361bc47d LibWeb: Update style (if needed) before updating layout 3 years ago