index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
HTMLElement.cpp
Age
Commit message (
Expand
)
Author
2022-09-18
LibWeb: Check document fully active status in "element cannot navigate"
Andreas Kling
2022-09-17
LibWeb: Update layout in HTMLElement.offset{Top,Left}
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use target's global object when creating focus/blur events
Andreas Kling
2022-09-06
LibWeb: Don't allocate DOMStringMap in HTMLElement constructor
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMStringMap GC-allocated
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-10
LibWeb: Update layout in HTMLElement.offset{Width,Height}
Andreas Kling
2022-04-09
LibWeb: Bring MouseEvent a bit closer to spec
Igor Pissolati
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
LibWeb: Add missing spec comment in focusing logic
Nukiloco
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Fire a UIEvents::MouseEvent for HTMLElement.click()
sin-ack
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-09
LibWeb: Use reverse iterator for reverse loop into NonnullRefPtrVector
Federico Guerinoni
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-25
LibWeb: Improve HTMLElement.click()
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-15
LibWeb: Implement HTMLElement.click()
Andreas Kling
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-07
LibWeb: Fix broken step 4.3 implementation in run_focus_update_steps()
Andreas Kling
2022-02-07
LibWeb: Use NonnullRefPtrVector<DOM::Node> for focus chains
Andreas Kling
2022-02-07
LibWeb: Improve step 3 of "focus chain" from the HTML spec
Andreas Kling
2022-02-07
LibWeb: Fix inverted null check in run_focusing_steps()
Andreas Kling
2022-02-07
LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events
Andreas Kling
2022-02-06
LibWeb: Implement (most of) HTMLElement.focus()
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-09-30
LibWeb: Support HTMLElement.offset{Width,Height}
Andreas Kling
2021-09-26
LibWeb: Add support for HTMLOrSVGElement.dataset
Luke Wilde
2021-07-31
LibWeb: Fix regression of "contenteditable" attribute
TheFightingCatfish
2021-07-28
LibWeb: Fix incompatibility of attribute "contenteditable"
SeekingBlues
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes
Idan Horowitz
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibWeb: Use DOMException in HTMLElement::set_content_editable()
Linus Groh
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling