ladybird/Userland/Libraries/LibWeb/HTML
Lucas CHOLLET 3f35ffb648 Userland: Prefer _string over _short_string
As `_string` can't fail anymore (since 3434412), there are no real
benefits to use the short variant in most cases.
2023-08-08 07:37:21 +02:00
..
Canvas LibWeb: Add Canvas Context2D basic text align and text baseline support 2023-08-05 17:17:08 +02:00
CrossOrigin
CustomElements AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
EventLoop LibWeb: Implement HTMLCanvasElement.toBlob() 2023-08-04 11:05:55 +02:00
Parser Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2023-07-15 16:21:29 +02:00
Scripting LibJS+LibWeb: Apply the Rule of Zero to {Nonnull,}GCPtr<T> 2023-08-07 22:20:03 -04:00
SyntaxHighlighter
AbstractBrowsingContext.h
ActivateTab.h
AnimatedBitmapDecodedImageData.cpp
AnimatedBitmapDecodedImageData.h
AnimationFrameCallbackDriver.h
AnimationFrameProvider.idl
AttributeNames.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
AttributeNames.h AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
AudioTrack.cpp Ladybird+LibWeb+WebConent: Drive audio in Ladybird off the main thread 2023-06-21 06:14:15 +02:00
AudioTrack.h Ladybird+LibWeb+WebConent: Drive audio in Ladybird off the main thread 2023-06-21 06:14:15 +02:00
AudioTrack.idl LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
AudioTrackList.cpp LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
AudioTrackList.h LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
AudioTrackList.idl LibWeb: Implement the AudioTrack and AudioTrackList interfaces 2023-06-13 06:14:01 +02:00
BrowsingContext.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
BrowsingContext.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
BrowsingContextGroup.cpp
BrowsingContextGroup.h
CanvasGradient.cpp
CanvasGradient.h
CanvasGradient.idl
CanvasPattern.cpp
CanvasPattern.h
CanvasPattern.idl
CanvasRenderingContext2D.cpp LibWeb: Add Canvas Context2D basic text align and text baseline support 2023-08-05 17:17:08 +02:00
CanvasRenderingContext2D.h LibWeb: Add Canvas Context2D basic text align and text baseline support 2023-08-05 17:17:08 +02:00
CanvasRenderingContext2D.idl LibWeb: Add Canvas Context2D basic text align and text baseline support 2023-08-05 17:17:08 +02:00
CloseEvent.cpp
CloseEvent.h
CloseEvent.idl
CORSSettingAttribute.cpp
CORSSettingAttribute.h
DecodedImageData.cpp
DecodedImageData.h
DocumentReadyState.h
DocumentState.cpp
DocumentState.h
DOMParser.cpp LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
DOMParser.h
DOMParser.idl
DOMStringMap.cpp
DOMStringMap.h
DOMStringMap.idl
ErrorEvent.cpp
ErrorEvent.h
ErrorEvent.idl
EventHandler.cpp
EventHandler.h
EventNames.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
EventNames.h AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
Focus.cpp
Focus.h
FormAssociatedElement.cpp
FormAssociatedElement.h LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
FormControlInfrastructure.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
FormControlInfrastructure.h LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
FormDataEvent.cpp
FormDataEvent.h
FormDataEvent.idl
GlobalEventHandlers.cpp
GlobalEventHandlers.h
History.cpp
History.h
History.idl
HistoryHandlingBehavior.h
HTMLAnchorElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLAnchorElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLAnchorElement.idl
HTMLAreaElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLAreaElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLAreaElement.idl
HTMLAudioElement.cpp LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes 2023-06-16 13:50:15 +02:00
HTMLAudioElement.h LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes 2023-06-16 13:50:15 +02:00
HTMLAudioElement.idl
HTMLBaseElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLBaseElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLBaseElement.idl
HTMLBlinkElement.cpp
HTMLBlinkElement.h
HTMLBodyElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLBodyElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLBodyElement.idl
HTMLBRElement.cpp
HTMLBRElement.h
HTMLBRElement.idl
HTMLButtonElement.cpp LibWeb: Bring form submission more up to spec 2023-06-19 06:12:26 +02:00
HTMLButtonElement.h LibWeb: Fix up constructing the form entry list 2023-06-19 06:12:26 +02:00
HTMLButtonElement.idl LibWeb: Add HTMLButtonElement#disabled 2023-06-18 19:07:06 +02:00
HTMLCanvasElement.cpp LibWeb: Add support for encoding Canvas to JPEG 2023-08-04 11:05:55 +02:00
HTMLCanvasElement.h LibWeb: Implement HTMLCanvasElement.toBlob() 2023-08-04 11:05:55 +02:00
HTMLCanvasElement.idl LibWeb: Implement HTMLCanvasElement.toBlob() 2023-08-04 11:05:55 +02:00
HTMLDataElement.cpp
HTMLDataElement.h
HTMLDataElement.idl
HTMLDataListElement.cpp
HTMLDataListElement.h
HTMLDataListElement.idl
HTMLDetailsElement.cpp
HTMLDetailsElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLDetailsElement.idl
HTMLDialogElement.cpp
HTMLDialogElement.h
HTMLDialogElement.idl
HTMLDirectoryElement.cpp
HTMLDirectoryElement.h
HTMLDirectoryElement.idl
HTMLDivElement.cpp LibWeb: Implement the align attribute for divs 2023-06-16 06:55:21 +02:00
HTMLDivElement.h LibWeb: Implement the align attribute for divs 2023-06-16 06:55:21 +02:00
HTMLDivElement.idl
HTMLDListElement.cpp
HTMLDListElement.h
HTMLDListElement.idl
HTMLDocument.cpp LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
HTMLDocument.h LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
HTMLDocument.idl LibWeb: Add HTMLDocument class 2023-06-21 16:30:27 +02:00
HTMLElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLElement.idl
HTMLEmbedElement.cpp
HTMLEmbedElement.h
HTMLEmbedElement.idl
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h
HTMLFieldSetElement.idl
HTMLFontElement.cpp
HTMLFontElement.h
HTMLFontElement.idl
HTMLFormElement.cpp LibWeb: Implement Web::URL::url_encode closer to spec 2023-06-25 11:28:32 +02:00
HTMLFormElement.h LibWeb: Implement Web::URL::url_encode closer to spec 2023-06-25 11:28:32 +02:00
HTMLFormElement.idl LibWeb: Add HTMLFormElement#{method,action,target} 2023-06-19 06:12:26 +02:00
HTMLFrameElement.cpp
HTMLFrameElement.h
HTMLFrameElement.idl
HTMLFrameSetElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLFrameSetElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLFrameSetElement.idl
HTMLHeadElement.cpp
HTMLHeadElement.h
HTMLHeadElement.idl
HTMLHeadingElement.cpp
HTMLHeadingElement.h
HTMLHeadingElement.idl
HTMLHRElement.cpp
HTMLHRElement.h
HTMLHRElement.idl
HTMLHtmlElement.cpp
HTMLHtmlElement.h
HTMLHtmlElement.idl
HTMLHyperlinkElementUtils.cpp AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
HTMLHyperlinkElementUtils.h LibWeb: Move get_an_elements_{target,noopener} to HTMLElement 2023-06-19 06:12:26 +02:00
HTMLHyperlinkElementUtils.idl
HTMLIFrameElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLIFrameElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLIFrameElement.idl
HTMLImageElement.cpp LibWeb: Update reactive images according to spec after fetches finish 2023-08-05 11:41:41 +02:00
HTMLImageElement.h LibWeb: Make responsive images react to changes in size viewport 2023-07-29 11:58:51 +02:00
HTMLImageElement.idl
HTMLInputElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLInputElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLInputElement.idl
HTMLLabelElement.cpp
HTMLLabelElement.h
HTMLLabelElement.idl
HTMLLegendElement.cpp
HTMLLegendElement.h
HTMLLegendElement.idl
HTMLLIElement.cpp
HTMLLIElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLLIElement.idl
HTMLLinkElement.cpp LibWeb: Skip alternate stylesheets in HTMLLinkElement::attribute_changed 2023-07-24 02:28:21 +02:00
HTMLLinkElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLLinkElement.idl
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMapElement.idl
HTMLMarqueeElement.cpp
HTMLMarqueeElement.h
HTMLMarqueeElement.idl
HTMLMediaElement.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
HTMLMediaElement.h LibWeb: Move the media volume slider 1:1 with the mouse cursor 2023-08-06 22:23:00 -04:00
HTMLMediaElement.idl LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes 2023-06-16 13:50:15 +02:00
HTMLMenuElement.cpp
HTMLMenuElement.h
HTMLMenuElement.idl
HTMLMetaElement.cpp LibWeb: Implement <meta http-equiv="Refresh"> 2023-07-28 11:12:25 +02:00
HTMLMetaElement.h LibWeb: Implement <meta http-equiv="Refresh"> 2023-07-28 11:12:25 +02:00
HTMLMetaElement.idl
HTMLMeterElement.cpp
HTMLMeterElement.h
HTMLMeterElement.idl
HTMLModElement.cpp
HTMLModElement.h
HTMLModElement.idl
HTMLObjectElement.cpp LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLObjectElement.h LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLObjectElement.idl
HTMLOListElement.cpp
HTMLOListElement.h
HTMLOListElement.idl
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptGroupElement.idl
HTMLOptionElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLOptionElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLOptionElement.idl
HTMLOptionsCollection.cpp
HTMLOptionsCollection.h
HTMLOptionsCollection.idl
HTMLOutputElement.cpp
HTMLOutputElement.h
HTMLOutputElement.idl
HTMLParagraphElement.cpp
HTMLParagraphElement.h
HTMLParagraphElement.idl
HTMLParamElement.cpp
HTMLParamElement.h
HTMLParamElement.idl
HTMLPictureElement.cpp
HTMLPictureElement.h
HTMLPictureElement.idl
HTMLPreElement.cpp
HTMLPreElement.h
HTMLPreElement.idl
HTMLProgressElement.cpp
HTMLProgressElement.h
HTMLProgressElement.idl
HTMLQuoteElement.cpp
HTMLQuoteElement.h
HTMLQuoteElement.idl
HTMLScriptElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLScriptElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLScriptElement.idl
HTMLSelectElement.cpp
HTMLSelectElement.h
HTMLSelectElement.idl
HTMLSlotElement.cpp
HTMLSlotElement.h
HTMLSlotElement.idl
HTMLSourceElement.cpp
HTMLSourceElement.h
HTMLSourceElement.idl
HTMLSpanElement.cpp
HTMLSpanElement.h
HTMLSpanElement.idl
HTMLStyleElement.cpp LibWeb: Extract updating a style block into StyleElementUtils 2023-06-09 17:14:50 +02:00
HTMLStyleElement.h LibWeb: Extract updating a style block into StyleElementUtils 2023-06-09 17:14:50 +02:00
HTMLStyleElement.idl
HTMLSummaryElement.cpp
HTMLSummaryElement.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
HTMLTableCaptionElement.cpp
HTMLTableCaptionElement.h
HTMLTableCaptionElement.idl
HTMLTableCellElement.cpp LibWeb: Support background attribute on table elements 2023-07-07 19:09:55 +01:00
HTMLTableCellElement.h
HTMLTableCellElement.idl
HTMLTableColElement.cpp
HTMLTableColElement.h
HTMLTableColElement.idl
HTMLTableElement.cpp LibWeb: Support cellspacing attribute on table elements 2023-07-05 12:31:54 +01:00
HTMLTableElement.h
HTMLTableElement.idl
HTMLTableRowElement.cpp LibWeb: Support background attribute on table elements 2023-07-07 19:09:55 +01:00
HTMLTableRowElement.h LibWeb: Support bgcolor attribute on tr elements 2023-07-05 08:19:55 +01:00
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp
HTMLTableSectionElement.h
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp
HTMLTemplateElement.h
HTMLTemplateElement.idl
HTMLTextAreaElement.cpp
HTMLTextAreaElement.h
HTMLTextAreaElement.idl
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTimeElement.idl
HTMLTitleElement.cpp
HTMLTitleElement.h
HTMLTitleElement.idl
HTMLTrackElement.cpp
HTMLTrackElement.h
HTMLTrackElement.idl
HTMLUListElement.cpp
HTMLUListElement.h
HTMLUListElement.idl
HTMLUnknownElement.cpp
HTMLUnknownElement.h
HTMLUnknownElement.idl
HTMLVideoElement.cpp LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLVideoElement.h LibWeb: Merge did_remove_attribute() into attribute_changed() 2023-07-03 19:04:45 +02:00
HTMLVideoElement.idl
ImageData.cpp
ImageData.h
ImageData.idl
ImageRequest.cpp LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
ImageRequest.h LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
ListOfAvailableImages.cpp
ListOfAvailableImages.h
Location.cpp AK: Remove URL::ApplyPercentEncoding 2023-08-06 08:57:23 +02:00
Location.h LibJS: Make Object::internal_get() reveal the used property offset 2023-07-09 12:54:06 +02:00
Location.idl
MediaError.cpp
MediaError.h
MediaError.idl
MessageChannel.cpp
MessageChannel.h
MessageChannel.idl
MessageEvent.cpp
MessageEvent.h
MessageEvent.idl
MessagePort.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
MessagePort.h
MessagePort.idl
MimeType.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
MimeType.h AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
MimeType.idl
MimeTypeArray.cpp
MimeTypeArray.h
MimeTypeArray.idl
Navigable.cpp LibWeb: Implement getting the container document of a navigable 2023-06-23 16:20:29 +02:00
Navigable.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
NavigableContainer.cpp AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
NavigableContainer.h LibWeb: Implement "create a new child navigable" and supporting code 2023-07-11 06:48:25 +02:00
NavigationParams.h
Navigator.cpp
Navigator.h
Navigator.idl
NavigatorConcurrentHardware.h
NavigatorConcurrentHardware.idl
NavigatorID.cpp
NavigatorID.h
NavigatorID.idl
NavigatorLanguage.h
NavigatorLanguage.idl
NavigatorOnLine.h
NavigatorOnLine.idl
Origin.h AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
PageTransitionEvent.cpp
PageTransitionEvent.h
PageTransitionEvent.idl
Path2D.cpp
Path2D.h
Path2D.idl
Plugin.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Plugin.h AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Plugin.idl
PluginArray.cpp
PluginArray.h
PluginArray.idl
PolicyContainers.h
POSTResource.h
PotentialCORSRequest.cpp
PotentialCORSRequest.h
PromiseRejectionEvent.cpp
PromiseRejectionEvent.h
PromiseRejectionEvent.idl
RemoteBrowsingContext.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
RemoteBrowsingContext.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
SandboxingFlagSet.h
ScrollOptions.h
SessionHistoryEntry.cpp
SessionHistoryEntry.h
SharedImageRequest.cpp LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
SharedImageRequest.h LibWeb: Use a separate class for shared image requests 2023-06-14 14:23:17 +02:00
SourceSet.cpp LibWeb: Allow calc() values in image sizes attribute 2023-07-29 11:58:51 +02:00
SourceSet.h LibWeb: Allow calc() values in image sizes attribute 2023-07-29 11:58:51 +02:00
SourceSnapshotParams.h
Storage.cpp
Storage.h
Storage.idl
StructuredSerialize.cpp LibWeb: Make sure we fallback to "Unsupported type" if type unrecognized 2023-08-02 14:52:37 +02:00
StructuredSerialize.h
SubmitEvent.cpp
SubmitEvent.h
SubmitEvent.idl
TagNames.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
TagNames.h AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
TextMetrics.cpp
TextMetrics.h
TextMetrics.idl
Timer.cpp
Timer.h
TimeRanges.cpp
TimeRanges.h
TimeRanges.idl
TokenizedFeatures.h
TrackEvent.cpp LibWeb: Support TrackEvent instances with an AudioTrack track type 2023-06-14 17:54:40 +02:00
TrackEvent.h LibWeb: Support TrackEvent instances with an AudioTrack track type 2023-06-14 17:54:40 +02:00
TrackEvent.idl LibWeb: Support TrackEvent instances with an AudioTrack track type 2023-06-14 17:54:40 +02:00
TraversableNavigable.cpp LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
TraversableNavigable.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
VideoTrack.cpp
VideoTrack.h
VideoTrack.idl
VideoTrackList.cpp
VideoTrackList.h
VideoTrackList.idl
VisibilityState.h
Window.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Window.h LibWeb: Implement basic version of CSSOM View's VisualViewport 2023-08-06 16:29:24 +02:00
Window.idl LibWeb: Implement basic version of CSSOM View's VisualViewport 2023-08-06 16:29:24 +02:00
WindowEventHandlers.cpp
WindowEventHandlers.h
WindowLocalStorage.idl
WindowOrWorkerGlobalScope.cpp
WindowOrWorkerGlobalScope.h
WindowOrWorkerGlobalScope.idl
WindowProxy.cpp LibWeb: Implement basic support for window[number] 2023-07-25 15:45:44 +02:00
WindowProxy.h LibJS: Make Object::internal_get() reveal the used property offset 2023-07-09 12:54:06 +02:00
WindowSessionStorage.idl
Worker.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Worker.h AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Worker.idl
WorkerDebugConsoleClient.cpp
WorkerDebugConsoleClient.h
WorkerGlobalScope.cpp
WorkerGlobalScope.h
WorkerGlobalScope.idl
WorkerLocation.cpp AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
WorkerLocation.h
WorkerLocation.idl
WorkerNavigator.cpp
WorkerNavigator.h
WorkerNavigator.idl