Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 22a858a0cb LibWeb: Don't parse inline style sheets during HTML fragment parsing vor 1 Jahr
  Shannon Booth 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) vor 2 Jahren
  Andreas Kling 5cdb394400 LibWeb: Make HTML parser flush all pending tokens in "in table text" vor 2 Jahren
  Andreas Kling 8c3e5137f7 LibWeb: Add spec comments to HTML parser "in table text" insertion mode vor 2 Jahren
  Andreas Kling 87f0c1c353 LibWeb: Add spec comments to HTML parser "in table" insertion mode vor 2 Jahren
  Andreas Kling bac500b9ad LibWeb: Add spec comments to HTML parser "in row" insertion mode vor 2 Jahren
  Zhiyuan Guo 83345ba698 LibWeb: Don't crash when document.write a script with src attr vor 2 Jahren
  Shannon Booth bc54560e59 LibWeb: Add Web::HTML::parse_legacy_color_value vor 2 Jahren
  Sam Atkins d16600a48b LibWeb: Propagate errors from StyleValue construction vor 2 Jahren
  Luke Wilde f52ede23aa LibWeb: Return from "the end" during HTML fragment parsing vor 2 Jahren
  Kenneth Myhra cbefab21be LibWeb: Port fire_a_page_transition_event() to new FlyString vor 2 Jahren
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String vor 2 Jahren
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String vor 2 Jahren
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements vor 2 Jahren
  Andreas Kling a925c2dcf2 LibWeb: Remove redundant invocation of `children changed` in HTMLParser vor 2 Jahren
  Sam Atkins 4b711932cc LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp} vor 2 Jahren
  Sam Atkins 9a84151169 LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp} vor 2 Jahren
  Timothy Flynn f5f1a5228e LibWeb: Escape HTML text fragments with multi-byte code point awareness vor 2 Jahren
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case vor 2 Jahren
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues vor 2 Jahren
  Kenneth Myhra ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible vor 2 Jahren
  Kenneth Myhra c120c46acc LibWeb: Make factory methods of DOM::Event fallible vor 2 Jahren
  Kenneth Myhra 0d9076c9f5 LibWeb: Make factory methods of DOM::Document fallible vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
  Andreas Kling a915fee5f3 LibWeb: Only log HTML parser errors when HTML_PARSER_DEBUG is enabled vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Linus Groh 2a66fc6cae LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren