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
/
Parser
Age
Commit message (
Expand
)
Author
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-06
LibWeb: Propagate errors from StyleValue construction
Sam Atkins
2023-04-11
LibWeb: Return from "the end" during HTML fragment parsing
Luke Wilde
2023-04-09
LibWeb: Port fire_a_page_transition_event() to new FlyString
Kenneth Myhra
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-03-30
LibWeb: Remove redundant invocation of `children changed` in HTMLParser
Andreas Kling
2023-03-25
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-13
LibWeb: Escape HTML text fragments with multi-byte code point awareness
Timothy Flynn
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-02-22
LibWeb: Make factory method of DOM::ElementFactory fallible
Kenneth Myhra
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
Sam Atkins
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Document fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::Attr fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibWeb: Only log HTML parser errors when HTML_PARSER_DEBUG is enabled
Andreas Kling
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads
Linus Groh
2022-12-10
LibWeb: Check HTML parser position is equal to or after insertion point
Luke Wilde
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-29
LibWeb: Remove outdated FIXME regarding application cache selection
Timothy Flynn
2022-11-21
LibWeb: Remove unused should_invalidate_styles_on_attribute_changes()
Baitinq
2022-11-21
LibWeb: Update the HTML parser part that deals with text in <script>
Andreas Kling
2022-11-21
LibWeb: Rename HTMLScriptElement "non-blocking" to "force async"
Andreas Kling
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-16
LibWeb: Adjust `foreignobject` to `foreignObject` in HTML parser
Andreas Kling
2022-11-05
LibWeb: Make ON_WHITESPACE less heavy in HTML tokenizer
Andreas Kling
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-29
LibWeb: Annotate and simplify the HTML fragment parsing algorithm
Andreas Kling
2022-10-20
LibWeb: Make the HTMLParser GC-allocated
Andreas Kling
2022-10-10
LibWeb: Put HTML parser encoding sniffing debug logging behind a flag
Andreas Kling
2022-10-05
LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h
Linus Groh
2022-10-05
LibWeb: Move unsafe_shared_current_time() to HighResolutionTime
Linus Groh
2022-10-04
LibWeb: Store HTML tag name token data as FlyString while parsing
Andreas Kling
2022-10-02
LibWeb: Replace incorrect uses of AK::is_ascii_space()
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-09-23
LibWeb: Set HTMLParser::m_scripting_enabled as according to the spec
Luke Wilde
2022-09-21
LibWeb: Save begin/end timestamps for load and DOMContentLoaded events
Andreas Kling
2022-09-20
LibWeb: Implement aborting the HTML parser
Andreas Kling
2022-09-18
LibWeb: Add missing includes
Ben Wiederhake
[next]