Historique des commits

Auteur SHA1 Message Date
  Luke Wilde aa9f7cc597 LibWeb: Fix queuing mutation records for node removal il y a 3 ans
  Linus Groh 22a627fc1a LibWeb: Move Origin into the HTML namespace il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Luke Wilde 56cfd5ced8 LibWeb: Implement all "childList" mutation records for MutationObserver il y a 3 ans
  Andreas Kling 7a7043f821 LibWeb: Simplify some WeakPtr assignments il y a 3 ans
  networkException 6805baeedd LibWeb: Add the type field to DOM::Document il y a 3 ans
  Luke Wilde 1f820f8840 LibWeb: Add support for the <base> element changing the base URL il y a 3 ans
  Idan Horowitz 56ec781aea LibWeb: Support DocumentFragments in Node.prototype.cloneNode il y a 3 ans
  Linus Groh 95541d7064 LibWeb: Fix various spec comment inconsistencies il y a 3 ans
  stelar7 1c0d29b8da LibWeb: Add spec comments to Node il y a 3 ans
  Igor Pissolati 682a4a347a LibWeb: Bring Node closer to spec il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Linus Groh 7bdbac7fd9 LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject il y a 3 ans
  Linus Groh f60a2a1d80 LibWeb: Remove Document::is_scripting_enabled() and use Node's il y a 3 ans
  Linus Groh 3861396fe4 LibWeb: Convert Node to use TRY for error propagation il y a 3 ans
  Andreas Kling 68f3feb1d1 LibWeb: Fix two spec transcription mistakes in live range updating il y a 3 ans
  Andreas Kling 3b6323340a LibWeb: Update live ranges on Node insertion and removal il y a 3 ans
  Simon Wanner 69fc7009bf LibWeb: Grey out invisible nodes in the DOM inspector il y a 3 ans
  Andreas Kling 0b861e0c9d LibWeb: Make document-level style invalidation fast il y a 3 ans
  Andreas Kling 1881761d0f LibWeb: Fix mistake in Node::invalidate_style() il y a 3 ans
  Andreas Kling b4bda4cdf3 LibWeb: Make invalidate_style() set child-needs-update on shadow hosts il y a 3 ans
  Andreas Kling 03d6e1953f LibWeb: Improvements to Node::invalidate_style() il y a 3 ans
  Andreas Kling 5b8290dfa3 LibWeb: Invalidate document style after Node.insertBefore() il y a 3 ans
  Andreas Kling 5d941ddf3a LibWeb: Make style invalidation cross shadow boundaries il y a 3 ans
  Andreas Kling fdb647c097 LibWeb: Use a WeakPtr for DocumentFragment's "host" field il y a 3 ans
  Andreas Kling cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree il y a 3 ans
  Andreas Kling 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox il y a 3 ans
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places il y a 3 ans
  Andreas Kling f6497b64ac LibWeb: Rename Painting::Box => Paintable il y a 3 ans
  Andreas Kling a4d51b3dc2 LibWeb: Add Painting::Box and move things from Layout::Box into it il y a 3 ans