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
/
DOM
/
DOMTokenList.cpp
Age
Commit message (
Expand
)
Author
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-03-03
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
Linus Groh
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
2023-02-18
LibWeb: Make factory method of DOM::DOMTokenList fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-01
LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_element
Andreas Kling
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-02
LibWeb: Fix string whitespace splitting mistake
MacDue
2022-10-02
LibWeb: Replace incorrect uses of split_view() for whitespace splitting
Linus Groh
2022-10-02
LibWeb: Replace incorrect uses of AK::is_ascii_space()
Linus Groh
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-06
LibWeb: Make DOMException GC-allocated
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 DOMTokenList GC-allocated
Andreas Kling
2022-03-22
LibWeb: Convert DOMTokenList to use TRY for error propagation
Linus Groh
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2021-10-18
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
Timothy Flynn