Commit History

Author SHA1 Message Date
  Shannon Booth e74031a396 LibWeb: Port Document interface from DeprecatedString to String 1 year ago
  Shannon Booth 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Karol Kosek 7fa5dd7a92 LibWeb: Implement more steps in 'fetching a single module script' 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Andreas Kling 21260ea2ef LibWeb: Merge did_remove_attribute() into attribute_changed() 2 years ago
  Andreas Kling 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 years ago
  Timothy Flynn a84e64ed22 LibWeb: Implement fetching classic scripts using Fetch infrastructure 2 years ago
  Timothy Flynn 567b8da1e0 LibWeb: Change the script fetch completion callback to accept any script 2 years ago
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 years ago
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 years ago
  Andreas Kling e8f5085669 LibWeb: Implement Range.createContextualFragment() 2 years ago
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 years ago
  Sam Atkins 2db168acc1 LibTextCodec+Everywhere: Port Decoders to new Strings 2 years ago
  Sam Atkins f2a9426885 LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()` 2 years ago
  Sam Atkins 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2 years ago
  Kenneth Myhra c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Andreas Kling e54ae1bd11 LibWeb: Don't implement bogus assertion in prepare-the-script-element 2 years ago
  Andreas Kling 1aac1085b3 LibWeb: Update HTMLScriptElement prepare and execute to latest HTML spec 2 years ago
  Andreas Kling 7d45927d41 LibWeb: Rename HTMLScriptElement "non-blocking" to "force async" 2 years ago
  Luke Wilde 102e02d336 LibWeb: Use DOM manipulation task source for <script> src parsing errors 2 years ago
  networkException f92d95224e LibWeb: Add support for type module in HTMLScriptElement 2 years ago
  networkException 297e293a3f LibWeb: Implement more close to spec javascript mime type checking 2 years ago
  Linus Groh b9220a18d1 LibWeb: Replace incorrect uses of String::trim_whitespace() 2 years ago
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 years ago
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 years ago