Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling bbe2d4a2d9 LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions hace 5 años
  Andreas Kling d367044e67 LibWeb: Move "element sibling" getters to NonDocumentTypeChildNode hace 5 años
  Andreas Kling 07e13e9868 LibWeb: Only allow editing of elements with contenteditable="true" hace 5 años
  Andreas Kling c46439f240 LibWeb: Move HTML classes into the Web::HTML namespace hace 5 años
  Andreas Kling 1f008c95b6 LibWeb: Move CSS classes into the Web::CSS namespace hace 5 años
  Andreas Kling 11ff9d0f17 LibWeb: Move DOM classes into the Web::DOM namespace hace 5 años
  Andreas Kling 71556e39a4 LibWeb: Switch to using AK::is and AK::downcast hace 5 años
  Andreas Kling a565121793 LibWeb: Move HTML object model stuff into LibWeb/HTML/ hace 5 años
  Kevin Meyer d5d732cc87 LibWeb: Fix EVENT_DEBUG dump compilation hace 5 años
  Andreas Kling 92d831c25b LibWeb: Implement fragment parsing and use it for Element.innerHTML hace 5 años
  Andreas Kling 440b4ece22 LibWeb: Move border width and color into LayoutStyle hace 5 años
  Andreas Kling fc4ed8d444 LibWeb: Make wrapper factory functions take JS::GlobalObject& hace 5 años
  Andreas Kling 213e2793bd LibWeb: Add Node.insertBefore(Node node, Node? child) hace 5 años
  Andreas Kling e1bd815a6a LibWeb: Generate Event and MouseEvent bindings from IDL :^) hace 5 años
  Andreas Kling bc4fa7a3c9 LibWeb: Expose Node.appendChild() to the web hace 5 años
  Andreas Kling 94cf1f08ec LibWeb: Add Node.parentNode and Node.parentElement to DOM API :^) hace 5 años
  Andreas Kling 1ffffa0053 LibWeb: Start generating JS wrappers from (simplified) WebIDL :^) hace 5 años
  Andreas Kling 256898431c LibWeb: Simplify Node::is_link() hace 5 años
  Andreas Kling 7f22e2a3c4 LibWeb: Use the globals from HTML::AttributeNames in style resolution hace 5 años
  Andreas Kling 128eaf9295 LibWeb: Add some helpers to the DOM Node class hace 5 años
  Andreas Kling aaf35112a4 LibJS: Pass JS::Function around by reference more hace 5 años
  Andreas Kling 97382677bd LibWeb: Make EventListener::function() return a reference hace 5 años
  Andreas Kling f7a1696087 LibJS: Add MarkedValueList and use it for argument passing hace 5 años
  Andreas Kling a32f3b29a3 LibWeb: Detach any LayoutNode from its parent if present in ~Node() hace 5 años
  Andreas Kling 81e18a9b26 LibWeb: Silence some debug spam about JS event handler invocations hace 5 años
  Andreas Kling 4dde36844b LibWeb: Add a DOM Event class (instead of events being simple strings) hace 5 años
  Andreas Kling f39e5352f0 LibWeb: Start working on DOM event support hace 5 años
  Andreas Kling 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb hace 5 años