Histórico de Commits

Autor SHA1 Mensagem Data
  sideshowbarker 55b19c3177 LibWeb: Remove unused append_with_space etc functions from DOM::Node há 9 meses atrás
  sideshowbarker dfd50afa4e LibWeb: Add an alternative_text() getter há 9 meses atrás
  sideshowbarker 6d29afaa6c LibWeb: Fix accessible-name computation for aria-labelledby cases há 9 meses atrás
  sideshowbarker b1587cc60f LibWeb: Fix accessible-name computation for pseudo-element content há 9 meses atrás
  sideshowbarker 3ba7c53668 LibWeb: Ensure spaces get added where expected within accessible names há 9 meses atrás
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level há 9 meses atrás
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ há 4 anos atrás
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. há 4 anos atrás
  Andreas Kling 75829c1b81 LibWeb: Move remove_all_children() from Node to TreeNode<T> há 4 anos atrás
  Andreas Kling 29a4da30b7 LibWeb: Make DOM::Node::create_layout_node() not need parent's style há 4 anos atrás
  Andreas Kling 6809be436b LibWeb: Limit style update tree traversal to dirty subtrees há 4 anos atrás
  Andreas Kling 6af55a234f LibWeb: Make DOM::Node::set_needs_style_update() schedule the update há 4 anos atrás
  Luke e8b3a65581 LibWeb: Make event dispatching spec-compliant há 4 anos atrás
  Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace há 4 anos atrás
  Andreas Kling f79e28bd65 LibWeb: Break reference cycles so DOM::Document actually gets deleted há 4 anos atrás
  Andreas Kling 018b458962 LibWeb: Make sure nodes are adopted when moving between documents há 4 anos atrás
  Andreas Kling 385d744989 LibWeb: Use smart pointers between DOM and Layout tree há 4 anos atrás
  Andreas Kling 5fdc8c14a6 LibWeb: Make Nodes actually ref/unref their Document há 4 anos atrás
  Andreas Kling f68ed6d25b LibWeb: Make DOM Nodes keep their Document alive há 4 anos atrás
  Andreas Kling 8cb789d061 LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes há 4 anos atrás
  Andreas Kling c6ae0c41d9 LibWeb: Add Bindings::ScriptExecutionContext há 4 anos atrás
  Andreas Kling 8a6a9a8fb6 LibWeb: Move DOM event dispatch to its own class há 4 anos atrás
  AnotherTest 394e4c04cd LibJS: Add a helper for calling JS::Function's with arguments há 5 anos atrás
  Nico Weber 2f85af2a20 LibWeb: Simplify Node::text_content() há 5 anos atrás
  Nico Weber e9b56b5b9c LibWeb: Add Node.textContent há 5 anos atrás
  Andreas Kling bbe2d4a2d9 LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions há 5 anos atrás
  Andreas Kling d367044e67 LibWeb: Move "element sibling" getters to NonDocumentTypeChildNode há 5 anos atrás
  Andreas Kling 07e13e9868 LibWeb: Only allow editing of elements with contenteditable="true" há 5 anos atrás
  Andreas Kling c46439f240 LibWeb: Move HTML classes into the Web::HTML namespace há 5 anos atrás
  Andreas Kling 1f008c95b6 LibWeb: Move CSS classes into the Web::CSS namespace há 5 anos atrás