Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling ceedfb34d2 LibWeb: Look at both namespace & tag name in HTML parser stack checks hace 8 meses
  Andreas Kling 7d7f8f1b48 LibWeb: Remove outdated FIXME in "in body" insertion mode hace 8 meses
  Andreas Kling 49b88fc095 LibWeb: Don't compare against HTML-uppercased tag names in HTML parser hace 8 meses
  Andreas Kling 79613eae7f LibWeb: Add spec comments to the "in template" insertion mode hace 8 meses
  Andreas Kling 64747c0397 LibWeb: Make HTML parser "current node" APIs return nullable pointer hace 9 meses
  Andreas Kling ebce483278 LibWeb: Add spec comments to the "in head noscript" parser state hace 9 meses
  Andreas Kling 0a47d8cb08 LibWeb: Handle more MathML/HTML integration points in the parser hace 9 meses
  Andreas Kling ae39c54e51 LibWeb: Fix SVG tag adjustment for feSpotLight, feTile, feTurbulence hace 9 meses
  Andreas Kling b82e34ed00 LibWeb: Flesh out the "in frameset" parsing state and add spec comments hace 9 meses
  Andreas Kling ecc9fdf377 LibWeb: Fix incomplete assertion in the "in body" parsing state hace 9 meses
  Andreas Kling 40ac3cc2c8 LibWeb: Implement HTML frameset parsing in the "in body" state hace 9 meses
  Andreas Kling cfa820922b LibWeb: Bail nicely on EOF in HTML parser "in body" state hace 9 meses
  Sam Atkins f80fca2dee LibWeb/HTML: Update legacy color parsing steps to match spec hace 9 meses
  Shannon Booth 1c18b900e2 LibWeb: Port EventLoop::spin_XXX to HeapFunction hace 9 meses
  Gingeh 8e342e3e23 LibWeb: Use Content-Type header to set document encoding hace 9 meses
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere hace 10 meses
  Andreas Kling a0ed12e839 LibWeb: Always flush character insertions before exiting HTML parser hace 10 meses
  Andreas Kling b64df59cc6 LibWeb: Fix crash when setting innerHTML inside iframe srcdoc document hace 11 meses
  Jamie Mansfield b3fa8f0ce2 LibWeb/HTML: MathML's <ms> is a special tag hace 11 meses
  Shannon Booth 07940a89ca LibWeb: Handle cases with <template> on the HTML parsing stack hace 11 meses
  Sam Atkins 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue hace 11 meses
  Timothy Flynn c838ca78c8 LibWeb: Indicate documents are for fragment parsing during construction hace 1 año
  Timothy Flynn 657bbd1542 LibWeb: Append attributes to the correct element hace 1 año
  Timothy Flynn 9fe35ddddf LibWeb: Use an infallible method to add attributes to nodes hace 1 año
  Andreas Kling 7dacd6be89 LibWeb: Use static_cast<HTMLTemplateElement> right after an is<> check hace 1 año
  Andreas Kling f9f11dc51d LibWeb: Stop creating transient throwaway JS::Handles in HTML parser hace 1 año
  Andreas Kling 7892ee355d LibWeb: Use StringBuilder::append_code_point() over append(Utf32View) hace 1 año
  Andreas Kling 4e0edd42b9 LibWeb: Cap HTML dimension values at 17895700 (same as Firefox) hace 1 año
  Andreas Kling 1c00e5688d LibWeb: Fix StringView OOB access when parsing 3-character legacy color hace 1 año
  Luke Warlow ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods hace 1 año