Commit History

Author SHA1 Message Date
  Andreas Kling f0288e7f94 LibWeb: Null check response body in load_fallback_favicon_if_needed() 1 year ago
  Andreas Kling 7c95ebc302 LibWeb: Make Document::page() return a Page& 1 year ago
  Shannon Booth 0cb0d60ac5 LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page& 1 year ago
  Sam Atkins ef1e942f3e LibWeb: Use String for getting/setting MediaQueryList media 1 year ago
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
  Shannon Booth eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String 1 year ago
  Timothy Flynn 19313945f2 LibWeb: Implement loading a favicon in absence of a <link> icon element 1 year ago
  Timothy Flynn b1274a885b LibWeb: Return success when a <link> element decodes a valid favicon 1 year ago
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 year ago
  Shannon Booth e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 year ago
  Shannon Booth 50350fb79c LibWeb: Add a non-DeprecatedString version of Element::get_attribute 1 year ago
  Aliaksandr Kalenik ee50d9b2b5 LibWeb: Update Page to use navigables 1 year ago
  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
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Dominique Liberda d6ddc25975 LibWeb: Skip alternate stylesheets in HTMLLinkElement::attribute_changed 1 year ago
  Andreas Kling fb727332f9 LibWeb: Decode linked style sheets before parsing them 2 years 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
  Andreas Kling 8a43f5a64a LibWeb: Forward media attribute from link element to loaded style sheet 2 years ago
  Andreas Kling c50ce2030d LibWeb: Allow event handler attributes on HTMLLinkElement 2 years ago
  Andreas Kling b97004ea4a LibWeb: Fire "load" and "error" events for rel=preload link loads 2 years ago
  Timothy Flynn 8ff8309202 LibWeb: Update workarounds for fetching CORS cross-origin responses 2 years ago
  Sam Atkins 9c2d496dbe LibWeb: Make `processBodyError` take an optional exception 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
  Luke Wilde 95da08e035 LibWeb: Add workaround to restore cross-origin stylesheet functionality 2 years ago
  Srikavin Ramkumar 633983d354 LibWeb: Update stylesheet loading to use fetch infrastructure 2 years ago