summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-02-22LibWeb: Make factory method of HTML::BrowsingContext fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::Response fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::Request fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Encoding::TextEncoder fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of DOMParsing::XMLSerializer fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of WebGL::WebGLContextEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Fetch::HeadersIterator fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of URL::URLSearchParamsIterator fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of IDLEventListener and NodeFilter fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::WheelEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::UIEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of UIEvents::KeyboardEvent fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of UIEvents::FocusEvent fallibleKenneth Myhra
2023-02-21LibWeb: Use browsing context creator URL for about:blank documentsLuke Wilde
2023-02-21LibWeb+LibJS: Format Console arguments with JS::PrintAndrew Kaster
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-20LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValueMacDue
2023-02-19WebDriver: Add computedlabel endpointJonah
2023-02-19LibTextCodec+Everywhere: Port Decoders to new StringsSam Atkins
2023-02-19LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`Sam Atkins
2023-02-19LibWeb: Serialize Accessible Name and Description for Accessibility TreeJonah
2023-02-19LibWeb: Implement Accessible Name and Description CalculationJonah
2023-02-19LibWeb: Add ARIA::allows_name_from_contentJonah
2023-02-19LibWeb: Relax unnecessarily narrow cast in Node::containing_block()Andreas Kling
2023-02-19LibWeb: Port StyleComputer to new StringsSam Atkins
2023-02-19LibWeb: Port FontCache to new StringsSam Atkins
2023-02-19LibWeb: Store stylesheet sources as StringViewsSam Atkins
2023-02-19LibWeb: Port Selector to new StringsSam Atkins
2023-02-19LibWeb: Port FontFace to new StringsSam Atkins
2023-02-19LibWeb: Port GeneralEnclosed to new StringsSam Atkins
2023-02-19LibWeb: Use is_ascii_case_insensitive_match() where the spec says toSam Atkins
2023-02-19LibWeb: Transform translate() values to device pixels before paintingAliaksandr Kalenik
2023-02-18LibWeb: Convert FormData to String and Vector storageLuke Wilde
2023-02-18LibWeb: Make factory method of XHR::ProgressEvent fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of URL::URLSearchParams fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of SVG::SVGLength fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::ModuleScript fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::Window fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::Storage fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::Navigator fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::History fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::PromiseRejectionEvent fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::WorkerNavigator fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::Path2D fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::HTMLOptionsCollection fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::DOMStringMap fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::SubmitEvent fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::TextMetrics fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::PageTransitionEvent fallibleKenneth Myhra