summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Parser/HTMLParser.cpp
AgeCommit message (Expand)Author
2023-06-03LibWeb: Don't crash when document.write a script with src attrZhiyuan Guo
2023-05-28LibWeb: Add Web::HTML::parse_legacy_color_valueShannon Booth
2023-05-06LibWeb: Propagate errors from StyleValue constructionSam Atkins
2023-04-11LibWeb: Return from "the end" during HTML fragment parsingLuke Wilde
2023-04-09LibWeb: Port fire_a_page_transition_event() to new FlyStringKenneth Myhra
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-03-30LibWeb: Remove redundant invocation of `children changed` in HTMLParserAndreas Kling
2023-03-25LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-13LibWeb: Escape HTML text fragments with multi-byte code point awarenessTimothy Flynn
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Event fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Document fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09LibWeb: Only log HTML parser errors when HTML_PARSER_DEBUG is enabledAndreas Kling
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloadsLinus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-29LibWeb: Remove outdated FIXME regarding application cache selectionTimothy Flynn
2022-11-21LibWeb: Remove unused should_invalidate_styles_on_attribute_changes()Baitinq
2022-11-21LibWeb: Update the HTML parser part that deals with text in <script>Andreas Kling
2022-11-21LibWeb: Rename HTMLScriptElement "non-blocking" to "force async"Andreas Kling
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-16LibWeb: Adjust `foreignobject` to `foreignObject` in HTML parserAndreas Kling
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-29LibWeb: Annotate and simplify the HTML fragment parsing algorithmAndreas Kling
2022-10-20LibWeb: Make the HTMLParser GC-allocatedAndreas Kling
2022-10-10LibWeb: Put HTML parser encoding sniffing debug logging behind a flagAndreas Kling
2022-10-05LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/hLinus Groh
2022-10-05LibWeb: Move unsafe_shared_current_time() to HighResolutionTimeLinus Groh
2022-10-02LibWeb: Replace incorrect uses of AK::is_ascii_space()Linus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-09-23LibWeb: Set HTMLParser::m_scripting_enabled as according to the specLuke Wilde
2022-09-21LibWeb: Save begin/end timestamps for load and DOMContentLoaded eventsAndreas Kling
2022-09-20LibWeb: Implement aborting the HTML parserAndreas Kling
2022-09-06LibWeb: Don't use the internal window object when parsing HTML fragmentsAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-06LibWeb: Remove unused HTML::parse_html_document()Andreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
2022-03-26LibWeb: Move HTML dimension value parsing from CSS to HTML namespaceAndreas Kling
2022-03-24LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUGIdan Horowitz