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
/
HTMLParser.cpp
Age
Commit message (
Expand
)
Author
2023-06-03
LibWeb: Don't crash when document.write a script with src attr
Zhiyuan Guo
2023-05-28
LibWeb: Add Web::HTML::parse_legacy_color_value
Shannon Booth
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-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
LibWeb: Fix a few const-ness issues
Matthew Olsson
2023-02-22
LibWeb: Make factory method of DOM::ElementFactory fallible
Kenneth Myhra
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-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
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-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-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-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-06
LibWeb: Don't use the internal window object when parsing HTML fragments
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-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-06
LibWeb: Remove unused HTML::parse_html_document()
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
Ali Mohammad Pur
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-24
LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG
Idan Horowitz
[next]