Historique des commits

Auteur SHA1 Message Date
  Aliaksandr Kalenik 608a730bd6 LibWeb: Use Core::Timer for style and layout update timers in Document il y a 2 ans
  Sebastian Zaha d24667a1b6 LibWeb: Rename loaded observer event to match spec il y a 2 ans
  Luke Wilde 71f6e5c942 LibWeb: Implement `loading=lazy` for `<img>` elements il y a 2 ans
  Luke Wilde 165abafb80 LibWeb: Add initial implementation of IntersectionObserver il y a 2 ans
  PrestonLTaylor 0eac8bce6f LibWeb: Fix js execution for js urls in anchor tags href il y a 2 ans
  Andreas Kling 17ba47558c LibWeb: Make a copy of Document's DocumentObserver set when iterating il y a 2 ans
  Andreas Kling 8f927eaa68 LibWeb: Add HTMLDocument class il y a 2 ans
  Andreas Kling 1b78e0f059 LibWeb: Implement "destroy" operation for documents il y a 2 ans
  Andreas Kling 7af09481f5 LibWeb: Implement getting "descendant navigables" of a document il y a 2 ans
  Hendiadyoin1 eeb15fc10b LibWeb: Stop lying about string types il y a 2 ans
  Timothy Flynn f95ed9f373 LibWeb: Implement document.title for SVG documents il y a 2 ans
  Timothy Flynn f2a28e83de LibWeb: Implement the document title attribute closer to the spec il y a 2 ans
  Timothy Flynn 43b3673198 LibWeb: Add an accessor for the document's title element il y a 2 ans
  Timothy Flynn e8fde316f6 LibWeb: Add spec comments to a couple of Document element getters il y a 2 ans
  PrestonLTaylor b322abd8d0 LibWeb: Add document_fully_loaded event to DocumentObserver il y a 2 ans
  Simon Wanner ee7282cbe4 LibWeb: Make pseudo-elements inspectable il y a 2 ans
  kleines Filmröllchen effcd080ca Userland: Remove remaining users of Duration::now_realtime() il y a 2 ans
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration il y a 2 ans
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point il y a 2 ans
  Andreas Kling df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children il y a 2 ans
  Andreas Kling e2c72922f6 LibWeb: Make LayoutState use HashMap instead of potentially huge Vector il y a 2 ans
  Andreas Kling 821f808e52 LibWeb: Avoid rebuilding layout tree unless CSS display property changes il y a 2 ans
  Timothy Flynn 5bc386cc96 LibWeb: Change Document::parse_url to accept a StringView il y a 2 ans
  Andreas Kling 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec il y a 2 ans
  Andreas Kling 6ae208dbf6 LibWeb: Broadcast the viewport rect to clients immediately after layout il y a 2 ans
  Andreas Kling 5b5fbecb38 LibWeb: Don't include DOM/Attr.h from DOM/Element.h il y a 2 ans
  Andreas Kling 222a1b8b95 LibWeb: Don't force relayout on scheduled layout update il y a 2 ans
  Timothy Flynn f78eadf00f LibWeb: Add an interface to be notified of Document state changes il y a 2 ans
  Andreas Kling 590723aa3b LibWeb: Implement the "The html element fills the viewport quirk" il y a 2 ans
  Matthew Olsson 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations il y a 2 ans