.. |
Canvas
|
LibWeb: Implement CanvasRenderingContext2D.createImageData(ImageData)
|
2024-11-25 08:50:54 -05:00 |
CrossOrigin
|
LibWeb: Don't swallow args when forwarding cross-origin WindowProxy call
|
2024-11-25 08:50:54 -05:00 |
CustomElements
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
EventLoop
|
LibWeb: Put setting object's promise's in WindowOrWorkerGlobalScope
|
2024-11-11 09:14:29 -05:00 |
Parser
|
LibWeb: Remove a misleading duplicate comment in HTMLParser
|
2024-12-21 14:58:20 -05:00 |
Scripting
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
SyntaxHighlighter
|
LibWeb/HTML: Expose HTML syntax highlighter's token kinds
|
2024-11-16 14:05:12 -05:00 |
AbstractWorker.cpp
|
LibWeb: Implement AbstractWorker
|
2024-11-09 16:08:01 -05:00 |
AbstractWorker.h
|
LibWeb: Implement AbstractWorker
|
2024-11-09 16:08:01 -05:00 |
AbstractWorker.idl
|
LibWeb: Implement AbstractWorker
|
2024-11-09 16:08:01 -05:00 |
ActivateTab.h
|
|
|
AnimatedBitmapDecodedImageData.cpp
|
|
|
AnimatedBitmapDecodedImageData.h
|
|
|
AnimationFrameCallbackDriver.h
|
LibWeb: Make requestAnimationFrame() callback IDs sequential
|
2024-10-11 09:27:51 -04:00 |
AnimationFrameProvider.idl
|
|
|
AttributeNames.cpp
|
|
|
AttributeNames.h
|
LibWeb: Add the scope attribute
|
2024-11-07 22:42:20 -05:00 |
AudioPlayState.h
|
|
|
AudioTrack.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
AudioTrack.h
|
LibWeb: Prefix AK::Duration with AK Namespace
|
2024-11-14 17:35:38 -05:00 |
AudioTrack.idl
|
|
|
AudioTrackList.cpp
|
|
|
AudioTrackList.h
|
|
|
AudioTrackList.idl
|
|
|
BeforeUnloadEvent.cpp
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
BeforeUnloadEvent.h
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
BeforeUnloadEvent.idl
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
BroadcastChannel.cpp
|
LibWeb: Stub BroadcastChannel interface
|
2024-07-28 16:44:35 -04:00 |
BroadcastChannel.h
|
LibWeb: Stub BroadcastChannel interface
|
2024-07-28 16:44:35 -04:00 |
BroadcastChannel.idl
|
LibWeb: Stub BroadcastChannel interface
|
2024-07-28 16:44:35 -04:00 |
BrowsingContext.cpp
|
LibWeb: Fill-in some fixmes around sandboxing flag sets
|
2024-11-26 22:37:15 -05:00 |
BrowsingContext.h
|
LibWeb: Fill-in some fixmes around sandboxing flag sets
|
2024-11-26 22:37:15 -05:00 |
BrowsingContextGroup.cpp
|
|
|
BrowsingContextGroup.h
|
|
|
CanvasGradient.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
CanvasGradient.h
|
|
|
CanvasGradient.idl
|
|
|
CanvasPattern.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
CanvasPattern.h
|
|
|
CanvasPattern.idl
|
|
|
CanvasRenderingContext2D.cpp
|
LibWeb: Port text segmentation to the Segmenter API
|
2024-11-26 13:50:49 -05:00 |
CanvasRenderingContext2D.h
|
LibWeb: Implement CanvasRenderingContext2D.createImageData(ImageData)
|
2024-11-25 08:50:54 -05:00 |
CanvasRenderingContext2D.idl
|
LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D
|
2024-11-07 22:42:20 -05:00 |
CloseEvent.cpp
|
|
|
CloseEvent.h
|
|
|
CloseEvent.idl
|
|
|
CloseWatcher.cpp
|
LibWeb: Handle abort signal in CloseWatcher
|
2024-12-21 14:58:20 -05:00 |
CloseWatcher.h
|
|
|
CloseWatcher.idl
|
LibWeb: Normalize all WebIDL definition lines to four leading spaces
|
2024-11-10 21:19:33 -05:00 |
CloseWatcherManager.cpp
|
|
|
CloseWatcherManager.h
|
|
|
ColorPickerUpdateState.h
|
|
|
CORSSettingAttribute.cpp
|
|
|
CORSSettingAttribute.h
|
|
|
DataTransfer.cpp
|
AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case()
|
2024-11-18 20:22:45 -05:00 |
DataTransfer.h
|
LibWeb: Implement the DataTransferItem kind and type attributes
|
2024-11-01 22:04:14 -04:00 |
DataTransfer.idl
|
LibWeb: Implement the DataTransfer items attribute
|
2024-11-01 22:04:14 -04:00 |
DataTransferItem.cpp
|
LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry()
|
2024-11-09 16:08:01 -05:00 |
DataTransferItem.h
|
LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry()
|
2024-11-09 16:08:01 -05:00 |
DataTransferItem.idl
|
LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry()
|
2024-11-09 16:08:01 -05:00 |
DataTransferItemList.cpp
|
AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case()
|
2024-11-18 20:22:45 -05:00 |
DataTransferItemList.h
|
LibWeb: Implement the DataTransferItemList indexed getter
|
2024-11-01 22:04:14 -04:00 |
DataTransferItemList.idl
|
LibWeb: Implement the DataTransferItemList indexed getter
|
2024-11-01 22:04:14 -04:00 |
Dates.cpp
|
LibWeb: Treat dates and times with repeated separators as invalid
|
2024-11-12 19:57:55 -05:00 |
Dates.h
|
|
|
DecodedImageData.cpp
|
|
|
DecodedImageData.h
|
|
|
DedicatedWorkerGlobalScope.cpp
|
LibWeb: Move StructuredSerializeOptions to its own header
|
2024-11-21 09:41:42 -05:00 |
DedicatedWorkerGlobalScope.h
|
LibWeb: Implement DedicatedWorkerGlobalScope postMessage(msg, transfer)
|
2024-11-17 13:47:42 -05:00 |
DedicatedWorkerGlobalScope.idl
|
LibWeb: Implement DedicatedWorkerGlobalScope postMessage(msg, transfer)
|
2024-11-17 13:47:42 -05:00 |
DocumentReadyState.h
|
|
|
DocumentState.cpp
|
|
|
DocumentState.h
|
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
2024-11-21 22:16:27 -05:00 |
DOMParser.cpp
|
|
|
DOMParser.h
|
|
|
DOMParser.idl
|
|
|
DOMStringList.cpp
|
LibWeb: Implement DOMStringList
|
2024-07-29 09:14:06 -04:00 |
DOMStringList.h
|
LibWeb: Implement DOMStringList
|
2024-07-29 09:14:06 -04:00 |
DOMStringList.idl
|
LibWeb: Implement DOMStringList
|
2024-07-29 09:14:06 -04:00 |
DOMStringMap.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
DOMStringMap.h
|
Bindings: Remove exception handling for named_item_value
|
2024-07-28 14:12:04 -04:00 |
DOMStringMap.idl
|
|
|
DragDataStore.cpp
|
LibWeb: Make the drag data store reference counted
|
2024-11-01 22:04:14 -04:00 |
DragDataStore.h
|
LibWeb: Implement the DataTransferItemList length attribute
|
2024-11-01 22:04:14 -04:00 |
DragEvent.cpp
|
LibWeb: Visit the DataTransfer member of DragEvent
|
2024-11-01 18:41:49 -04:00 |
DragEvent.h
|
LibWeb: Visit the DataTransfer member of DragEvent
|
2024-11-01 18:41:49 -04:00 |
DragEvent.idl
|
|
|
ElementInternals.cpp
|
|
|
ElementInternals.h
|
|
|
ElementInternals.idl
|
|
|
EmbedderPolicy.cpp
|
LibWeb: Implement EmbedderPolicy struct
|
2024-07-14 16:45:35 -04:00 |
EmbedderPolicy.h
|
LibWeb: Implement EmbedderPolicy struct
|
2024-07-14 16:45:35 -04:00 |
ErrorEvent.cpp
|
|
|
ErrorEvent.h
|
|
|
ErrorEvent.idl
|
|
|
EventHandler.cpp
|
|
|
EventHandler.h
|
|
|
EventNames.cpp
|
|
|
EventNames.h
|
LibWeb: Add oncontrollerchange to ServiceWorkerContainer
|
2024-11-16 14:12:55 -05:00 |
EventSource.cpp
|
LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL
|
2024-11-21 22:16:27 -05:00 |
EventSource.h
|
LibWeb: Prefix AK::Duration with AK Namespace
|
2024-11-14 17:35:38 -05:00 |
EventSource.idl
|
|
|
FileFilter.cpp
|
|
|
FileFilter.h
|
|
|
Focus.cpp
|
LibWeb: Implement the "fire a focus event" spec
|
2024-11-09 07:30:40 -05:00 |
Focus.h
|
|
|
FormAssociatedElement.cpp
|
LibWeb: Implement the form associated element clear algorithm
|
2024-11-28 18:58:55 -05:00 |
FormAssociatedElement.h
|
LibWeb: Implement the form associated element clear algorithm
|
2024-11-28 18:58:55 -05:00 |
FormControlInfrastructure.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
FormControlInfrastructure.h
|
|
|
FormDataEvent.cpp
|
|
|
FormDataEvent.h
|
|
|
FormDataEvent.idl
|
|
|
GlobalEventHandlers.cpp
|
|
|
GlobalEventHandlers.h
|
|
|
HashChangeEvent.cpp
|
|
|
HashChangeEvent.h
|
|
|
HashChangeEvent.idl
|
LibWeb: Normalize all WebIDL definition lines to four leading spaces
|
2024-11-10 21:19:33 -05:00 |
History.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
History.h
|
LibWeb: Implement history.scrollRestoration
|
2024-10-20 16:39:16 -04:00 |
History.idl
|
LibWeb: Implement history.scrollRestoration
|
2024-10-20 16:39:16 -04:00 |
HistoryHandlingBehavior.h
|
|
|
HTMLAllCollection.cpp
|
Bindings: Implement is_supported_property_index in terms of item_value
|
2024-07-28 14:12:04 -04:00 |
HTMLAllCollection.h
|
Bindings: Implement is_supported_property_index in terms of item_value
|
2024-07-28 14:12:04 -04:00 |
HTMLAllCollection.idl
|
LibWeb: Normalize all WebIDL definition lines to four leading spaces
|
2024-11-10 21:19:33 -05:00 |
HTMLAnchorElement.cpp
|
LibWeb: Support ctrl/cmd-clicking a link to open it in a new tab
|
2024-11-26 16:03:32 -05:00 |
HTMLAnchorElement.h
|
LibWeb/HTML: Start implementing the download attribute
|
2024-11-12 07:14:25 -05:00 |
HTMLAnchorElement.idl
|
LibWeb: Change attribute type to USVString where applicable
|
2024-10-17 21:31:52 -04:00 |
HTMLAreaElement.cpp
|
|
|
HTMLAreaElement.h
|
|
|
HTMLAreaElement.idl
|
|
|
HTMLAudioElement.cpp
|
|
|
HTMLAudioElement.h
|
|
|
HTMLAudioElement.idl
|
|
|
HTMLBaseElement.cpp
|
|
|
HTMLBaseElement.h
|
|
|
HTMLBaseElement.idl
|
|
|
HTMLBodyElement.cpp
|
LibWeb: Rename CSSColorValue::create() to create_from_color()
|
2024-10-11 10:12:33 -04:00 |
HTMLBodyElement.h
|
|
|
HTMLBodyElement.idl
|
|
|
HTMLBRElement.cpp
|
|
|
HTMLBRElement.h
|
|
|
HTMLBRElement.idl
|
|
|
HTMLButtonElement.cpp
|
|
|
HTMLButtonElement.h
|
|
|
HTMLButtonElement.idl
|
LibWeb: Fixed IDL for HTMLButtonElement
|
2024-11-25 09:21:14 -05:00 |
HTMLCanvasElement.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLCanvasElement.h
|
|
|
HTMLCanvasElement.idl
|
|
|
HTMLDataElement.cpp
|
|
|
HTMLDataElement.h
|
|
|
HTMLDataElement.idl
|
|
|
HTMLDataListElement.cpp
|
|
|
HTMLDataListElement.h
|
|
|
HTMLDataListElement.idl
|
|
|
HTMLDetailsElement.cpp
|
LibWeb: Resolve content-visibility fixme in html details element
|
2024-07-23 21:15:27 -04:00 |
HTMLDetailsElement.h
|
|
|
HTMLDetailsElement.idl
|
|
|
HTMLDialogElement.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
HTMLDialogElement.h
|
LibWeb/HTML: Dispatch toggle and beforetoggle events from dialogs
|
2024-11-12 10:45:53 -05:00 |
HTMLDialogElement.idl
|
|
|
HTMLDirectoryElement.cpp
|
|
|
HTMLDirectoryElement.h
|
|
|
HTMLDirectoryElement.idl
|
|
|
HTMLDivElement.cpp
|
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
2024-10-10 10:08:59 -04:00 |
HTMLDivElement.h
|
|
|
HTMLDivElement.idl
|
|
|
HTMLDListElement.cpp
|
|
|
HTMLDListElement.h
|
|
|
HTMLDListElement.idl
|
|
|
HTMLDocument.cpp
|
|
|
HTMLDocument.h
|
|
|
HTMLDocument.idl
|
|
|
HTMLElement.cpp
|
LibWeb: Put cursor in last text node when contenteditable is focused
|
2024-11-28 21:31:42 -05:00 |
HTMLElement.h
|
LibWeb/HTML: Implement inner text set according to spec
|
2024-11-10 21:48:40 -05:00 |
HTMLElement.idl
|
LibWeb/HTML: Add missing HTMLElement IDL autocorrect as a stub
|
2024-11-13 10:17:34 -05:00 |
HTMLEmbedElement.cpp
|
LibWeb: Map embedded content element attributes to dimension properties
|
2024-11-12 19:57:55 -05:00 |
HTMLEmbedElement.h
|
LibWeb: Map embedded content element attributes to dimension properties
|
2024-11-12 19:57:55 -05:00 |
HTMLEmbedElement.idl
|
LibWeb: Change attribute type to USVString where applicable
|
2024-10-17 21:31:52 -04:00 |
HTMLFieldSetElement.cpp
|
|
|
HTMLFieldSetElement.h
|
|
|
HTMLFieldSetElement.idl
|
|
|
HTMLFontElement.cpp
|
LibWeb: Rename CSSColorValue::create() to create_from_color()
|
2024-10-11 10:12:33 -04:00 |
HTMLFontElement.h
|
|
|
HTMLFontElement.idl
|
|
|
HTMLFormControlsCollection.cpp
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
HTMLFormControlsCollection.h
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
HTMLFormControlsCollection.idl
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
HTMLFormElement.cpp
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
HTMLFormElement.h
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
HTMLFormElement.idl
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
HTMLFrameElement.cpp
|
|
|
HTMLFrameElement.h
|
|
|
HTMLFrameElement.idl
|
LibWeb: Change attribute type to USVString where applicable
|
2024-10-17 21:31:52 -04:00 |
HTMLFrameSetElement.cpp
|
|
|
HTMLFrameSetElement.h
|
|
|
HTMLFrameSetElement.idl
|
|
|
HTMLHeadElement.cpp
|
|
|
HTMLHeadElement.h
|
|
|
HTMLHeadElement.idl
|
|
|
HTMLHeadingElement.cpp
|
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
2024-10-10 10:08:59 -04:00 |
HTMLHeadingElement.h
|
|
|
HTMLHeadingElement.idl
|
|
|
HTMLHRElement.cpp
|
LibWeb: Map hr width attribute to the width dimension property
|
2024-11-12 19:57:55 -05:00 |
HTMLHRElement.h
|
LibWeb: Map hr width attribute to the width dimension property
|
2024-11-12 19:57:55 -05:00 |
HTMLHRElement.idl
|
|
|
HTMLHtmlElement.cpp
|
|
|
HTMLHtmlElement.h
|
|
|
HTMLHtmlElement.idl
|
|
|
HTMLHyperlinkElementUtils.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLHyperlinkElementUtils.h
|
|
|
HTMLHyperlinkElementUtils.idl
|
|
|
HTMLIFrameElement.cpp
|
LibWeb: Do not spin the event loop on processing iframe attributes
|
2024-11-25 08:50:54 -05:00 |
HTMLIFrameElement.h
|
|
|
HTMLIFrameElement.idl
|
LibWeb: Change attribute type to USVString where applicable
|
2024-10-17 21:31:52 -04:00 |
HTMLImageElement.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLImageElement.h
|
HTMLImageElement: Improve decoding stub
|
2024-11-09 07:29:52 -05:00 |
HTMLImageElement.idl
|
HTMLImageElement: Improve decoding stub
|
2024-11-09 07:29:52 -05:00 |
HTMLInputElement.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLInputElement.h
|
LibWeb: Implement the form associated element clear algorithm
|
2024-11-28 18:58:55 -05:00 |
HTMLInputElement.idl
|
LibWeb: Use [URL] extended attribute for HTMLInputElement.src
|
2024-11-27 20:00:55 -05:00 |
HTMLLabelElement.cpp
|
|
|
HTMLLabelElement.h
|
|
|
HTMLLabelElement.idl
|
|
|
HTMLLegendElement.cpp
|
|
|
HTMLLegendElement.h
|
|
|
HTMLLegendElement.idl
|
|
|
HTMLLIElement.cpp
|
LibWeb: Use correct integer parsing rules in HTMLLIElement::value()
|
2024-11-26 22:37:15 -05:00 |
HTMLLIElement.h
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLLIElement.idl
|
|
|
HTMLLinkElement.cpp
|
AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case()
|
2024-11-18 20:22:45 -05:00 |
HTMLLinkElement.h
|
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
2024-11-21 22:16:27 -05:00 |
HTMLLinkElement.idl
|
LibWeb: Change attribute type to USVString where applicable
|
2024-10-17 21:31:52 -04:00 |
HTMLMapElement.cpp
|
|
|
HTMLMapElement.h
|
|
|
HTMLMapElement.idl
|
|
|
HTMLMarqueeElement.cpp
|
LibWeb: Limit HTMLMarqueeElement attributes to allowed values
|
2024-11-29 20:25:25 -05:00 |
HTMLMarqueeElement.h
|
LibWeb: Implement HTMLMarqueeElement.scrollDelay
|
2024-07-28 16:44:22 -04:00 |
HTMLMarqueeElement.idl
|
LibWeb: Implement HTMLMarqueeElement.trueSpeed
|
2024-07-28 16:44:22 -04:00 |
HTMLMediaElement.cpp
|
LibWeb: Make MimeSniff::MimeType::parse() infallible
|
2024-11-28 22:42:14 -05:00 |
HTMLMediaElement.h
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
HTMLMediaElement.idl
|
LibWeb: Implement HTMLMediaElement.preload attribute
|
2024-11-07 23:07:20 -05:00 |
HTMLMenuElement.cpp
|
|
|
HTMLMenuElement.h
|
|
|
HTMLMenuElement.idl
|
|
|
HTMLMetaElement.cpp
|
LibWeb: Handle http-equiv pragmas without insertion requirements
|
2024-11-09 16:08:01 -05:00 |
HTMLMetaElement.h
|
LibWeb: Use correct http-equiv keywords for comparisons
|
2024-11-09 16:08:01 -05:00 |
HTMLMetaElement.idl
|
|
|
HTMLMeterElement.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLMeterElement.h
|
|
|
HTMLMeterElement.idl
|
|
|
HTMLModElement.cpp
|
|
|
HTMLModElement.h
|
|
|
HTMLModElement.idl
|
LibWeb/HTML: Implement cite attribute according to spec
|
2024-11-26 22:37:15 -05:00 |
HTMLObjectElement.cpp
|
LibWeb: Make MimeSniff::Resource::sniff() infallible
|
2024-11-28 22:42:14 -05:00 |
HTMLObjectElement.h
|
LibWeb: Map embedded content element attributes to dimension properties
|
2024-11-12 19:57:55 -05:00 |
HTMLObjectElement.idl
|
LibWeb: Change attribute type to USVString where applicable
|
2024-10-17 21:31:52 -04:00 |
HTMLOListElement.cpp
|
LibWeb: Use correct integer parsing rules in HTMLOListElement::start()
|
2024-11-26 22:37:15 -05:00 |
HTMLOListElement.h
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLOListElement.idl
|
|
|
HTMLOptGroupElement.cpp
|
|
|
HTMLOptGroupElement.h
|
|
|
HTMLOptGroupElement.idl
|
|
|
HTMLOptionElement.cpp
|
LibWeb: Improve HTMLOptionElement spec compliance
|
2024-07-28 12:59:58 -04:00 |
HTMLOptionElement.h
|
LibWeb: Implement selectedness algorithm
|
2024-07-28 12:59:58 -04:00 |
HTMLOptionElement.idl
|
|
|
HTMLOptionsCollection.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
HTMLOptionsCollection.h
|
LibWeb: Add support for indexed setter of HTMLOptionsCollection
|
2024-07-21 11:29:07 -04:00 |
HTMLOptionsCollection.idl
|
|
|
HTMLOutputElement.cpp
|
LibWeb: Implement the form associated element clear algorithm
|
2024-11-28 18:58:55 -05:00 |
HTMLOutputElement.h
|
LibWeb: Implement the form associated element clear algorithm
|
2024-11-28 18:58:55 -05:00 |
HTMLOutputElement.idl
|
|
|
HTMLParagraphElement.cpp
|
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
2024-10-10 10:08:59 -04:00 |
HTMLParagraphElement.h
|
|
|
HTMLParagraphElement.idl
|
|
|
HTMLParamElement.cpp
|
|
|
HTMLParamElement.h
|
|
|
HTMLParamElement.idl
|
|
|
HTMLPictureElement.cpp
|
|
|
HTMLPictureElement.h
|
|
|
HTMLPictureElement.idl
|
|
|
HTMLPreElement.cpp
|
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
2024-10-10 10:08:59 -04:00 |
HTMLPreElement.h
|
|
|
HTMLPreElement.idl
|
|
|
HTMLProgressElement.cpp
|
LibWeb: Ignore negative values when setting HTMLProgressElement.max
|
2024-11-29 20:25:25 -05:00 |
HTMLProgressElement.h
|
LibWeb: Ignore negative values when setting HTMLProgressElement.max
|
2024-11-29 20:25:25 -05:00 |
HTMLProgressElement.idl
|
|
|
HTMLQuoteElement.cpp
|
|
|
HTMLQuoteElement.h
|
|
|
HTMLQuoteElement.idl
|
LibWeb/HTML: Implement cite attribute according to spec
|
2024-11-26 22:37:15 -05:00 |
HTMLScriptElement.cpp
|
LibWeb: Make javascript mime matching spec compliant
|
2024-11-29 20:25:25 -05:00 |
HTMLScriptElement.h
|
LibWeb: Script force async flag should default to true
|
2024-11-08 21:51:25 -05:00 |
HTMLScriptElement.idl
|
LibWeb: Change attribute type to USVString where applicable
|
2024-10-17 21:31:52 -04:00 |
HTMLSelectElement.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLSelectElement.h
|
LibWeb: Implement selectedness algorithm
|
2024-07-28 12:59:58 -04:00 |
HTMLSelectElement.idl
|
LibWeb: Add autocomplete property
|
2024-11-07 23:07:20 -05:00 |
HTMLSlotElement.cpp
|
|
|
HTMLSlotElement.h
|
|
|
HTMLSlotElement.idl
|
|
|
HTMLSourceElement.cpp
|
|
|
HTMLSourceElement.h
|
|
|
HTMLSourceElement.idl
|
LibWeb: Change attribute type to USVString where applicable
|
2024-10-17 21:31:52 -04:00 |
HTMLSpanElement.cpp
|
|
|
HTMLSpanElement.h
|
|
|
HTMLSpanElement.idl
|
|
|
HTMLStyleElement.cpp
|
LibWeb: Let style elements remember which StyleSheetList they live in
|
2024-11-10 10:46:01 -05:00 |
HTMLStyleElement.h
|
LibWeb: Add method for listing all style sheets on a page
|
2024-11-15 23:10:03 -05:00 |
HTMLStyleElement.idl
|
|
|
HTMLSummaryElement.cpp
|
|
|
HTMLSummaryElement.h
|
|
|
HTMLTableCaptionElement.cpp
|
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
2024-10-10 10:08:59 -04:00 |
HTMLTableCaptionElement.h
|
|
|
HTMLTableCaptionElement.idl
|
|
|
HTMLTableCellElement.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLTableCellElement.h
|
LibWeb: Implement HTMLTableCellElement.cellIndex
|
2024-11-08 21:51:25 -05:00 |
HTMLTableCellElement.idl
|
LibWeb: Add scope attribute to HTMLTableCellElement
|
2024-11-09 07:29:52 -05:00 |
HTMLTableColElement.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
HTMLTableColElement.h
|
LibWeb: Map dimension attributes for table elements
|
2024-11-12 19:57:55 -05:00 |
HTMLTableColElement.idl
|
|
|
HTMLTableElement.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
HTMLTableElement.h
|
|
|
HTMLTableElement.idl
|
|
|
HTMLTableRowElement.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
HTMLTableRowElement.h
|
|
|
HTMLTableRowElement.idl
|
|
|
HTMLTableSectionElement.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
HTMLTableSectionElement.h
|
LibWeb: Map dimension attributes for table elements
|
2024-11-12 19:57:55 -05:00 |
HTMLTableSectionElement.idl
|
|
|
HTMLTemplateElement.cpp
|
|
|
HTMLTemplateElement.h
|
|
|
HTMLTemplateElement.idl
|
|
|
HTMLTextAreaElement.cpp
|
LibWeb: Limit HTMLTextAreaElement attributes to allowed values
|
2024-11-29 20:25:25 -05:00 |
HTMLTextAreaElement.h
|
LibWeb: Implement the form associated element clear algorithm
|
2024-11-28 18:58:55 -05:00 |
HTMLTextAreaElement.idl
|
LibWeb: Add autocomplete property
|
2024-11-07 23:07:20 -05:00 |
HTMLTimeElement.cpp
|
|
|
HTMLTimeElement.h
|
|
|
HTMLTimeElement.idl
|
|
|
HTMLTitleElement.cpp
|
|
|
HTMLTitleElement.h
|
|
|
HTMLTitleElement.idl
|
|
|
HTMLTrackElement.cpp
|
LibWeb: Implement HTMLTrackElement.readyState
|
2024-11-01 21:11:17 -04:00 |
HTMLTrackElement.h
|
LibWeb: Implement HTMLTrackElement.readyState
|
2024-11-01 21:11:17 -04:00 |
HTMLTrackElement.idl
|
LibWeb: Implement HTMLTrackElement.readyState
|
2024-11-01 21:11:17 -04:00 |
HTMLUListElement.cpp
|
|
|
HTMLUListElement.h
|
|
|
HTMLUListElement.idl
|
|
|
HTMLUnknownElement.cpp
|
|
|
HTMLUnknownElement.h
|
|
|
HTMLUnknownElement.idl
|
|
|
HTMLVideoElement.cpp
|
LibWeb: Prefix AK::Duration with AK Namespace
|
2024-11-14 17:35:38 -05:00 |
HTMLVideoElement.h
|
LibWeb: Make HTMLVideoElement part of CanvasImageSource union
|
2024-11-17 18:57:16 -05:00 |
HTMLVideoElement.idl
|
LibWeb: Use [URL] extended attribute for HTMLVideoElement.poster
|
2024-11-26 22:37:15 -05:00 |
ImageBitmap.cpp
|
|
|
ImageBitmap.h
|
|
|
ImageBitmap.idl
|
|
|
ImageData.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
ImageData.h
|
|
|
ImageData.idl
|
LibWeb: Normalize all WebIDL definition lines to four leading spaces
|
2024-11-10 21:19:33 -05:00 |
ImageRequest.cpp
|
LibWeb: Rename SharedImageRequest to SharedResourceRequest
|
2024-09-27 22:27:02 -04:00 |
ImageRequest.h
|
LibWeb: Rename SharedImageRequest to SharedResourceRequest
|
2024-09-27 22:27:02 -04:00 |
LazyLoadingElement.h
|
|
|
ListOfAvailableImages.cpp
|
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
2024-11-21 22:16:27 -05:00 |
ListOfAvailableImages.h
|
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
2024-11-21 22:16:27 -05:00 |
Location.cpp
|
LibWeb: Refer a spec issue in Location::internal_get_own_property
|
2024-12-21 14:58:20 -05:00 |
Location.h
|
LibJS+LibWeb: Prevent double invocation of [[GetOwnProperty]]
|
2024-11-12 07:14:25 -05:00 |
Location.idl
|
|
|
MediaError.cpp
|
|
|
MediaError.h
|
|
|
MediaError.idl
|
|
|
MessageChannel.cpp
|
|
|
MessageChannel.h
|
|
|
MessageChannel.idl
|
|
|
MessageEvent.cpp
|
LibWeb: Implement MessageEvent.initMessageEvent
|
2024-07-14 18:12:26 -04:00 |
MessageEvent.h
|
LibWeb: Implement MessageEvent.initMessageEvent
|
2024-07-14 18:12:26 -04:00 |
MessageEvent.idl
|
LibWeb: Implement MessageEvent.initMessageEvent
|
2024-07-14 18:12:26 -04:00 |
MessagePort.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
MessagePort.h
|
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
2024-11-21 22:16:27 -05:00 |
MessagePort.idl
|
LibWeb: Expose MessagePort.postMessage(message, transfer)
|
2024-11-17 13:47:42 -05:00 |
MimeType.cpp
|
|
|
MimeType.h
|
|
|
MimeType.idl
|
|
|
MimeTypeArray.cpp
|
Bindings: Implement is_supported_property_index in terms of item_value
|
2024-07-28 14:12:04 -04:00 |
MimeTypeArray.h
|
Bindings: Implement is_supported_property_index in terms of item_value
|
2024-07-28 14:12:04 -04:00 |
MimeTypeArray.idl
|
|
|
Navigable.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
Navigable.h
|
LibWeb: Add a NavigationObserver to be notified of navigable updates
|
2024-11-28 18:58:55 -05:00 |
NavigableContainer.cpp
|
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
2024-11-21 22:16:27 -05:00 |
NavigableContainer.h
|
LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue
|
2024-11-09 07:30:40 -05:00 |
NavigateEvent.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
NavigateEvent.h
|
|
|
NavigateEvent.idl
|
|
|
Navigation.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
Navigation.h
|
|
|
Navigation.idl
|
|
|
NavigationCurrentEntryChangeEvent.cpp
|
|
|
NavigationCurrentEntryChangeEvent.h
|
|
|
NavigationCurrentEntryChangeEvent.idl
|
|
|
NavigationDestination.cpp
|
|
|
NavigationDestination.h
|
|
|
NavigationDestination.idl
|
|
|
NavigationHistoryEntry.cpp
|
|
|
NavigationHistoryEntry.h
|
|
|
NavigationHistoryEntry.idl
|
|
|
NavigationObserver.cpp
|
LibWeb: Add a NavigationObserver to be notified of navigable updates
|
2024-11-28 18:58:55 -05:00 |
NavigationObserver.h
|
LibWeb: Add a NavigationObserver to be notified of navigable updates
|
2024-11-28 18:58:55 -05:00 |
NavigationParams.cpp
|
|
|
NavigationParams.h
|
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
2024-11-21 22:16:27 -05:00 |
NavigationTransition.cpp
|
|
|
NavigationTransition.h
|
|
|
NavigationTransition.idl
|
|
|
NavigationType.h
|
|
|
NavigationType.idl
|
|
|
Navigator.cpp
|
LibWeb: Implement Navigator.mediaCapabilities
|
2024-11-09 07:29:52 -05:00 |
Navigator.h
|
LibWeb: Implement navigator.deviceMemory
|
2024-11-12 22:26:21 -05:00 |
Navigator.idl
|
LibWeb: Implement navigator.deviceMemory
|
2024-11-12 22:26:21 -05:00 |
NavigatorBeacon.cpp
|
LibURL: Define Origin methods depending on URL::Parser out of line
|
2024-11-21 22:16:27 -05:00 |
NavigatorBeacon.h
|
|
|
NavigatorBeacon.idl
|
|
|
NavigatorConcurrentHardware.h
|
|
|
NavigatorConcurrentHardware.idl
|
|
|
NavigatorDeviceMemory.h
|
LibWeb: Implement navigator.deviceMemory
|
2024-11-12 22:26:21 -05:00 |
NavigatorDeviceMemory.idl
|
LibWeb: Implement navigator.deviceMemory
|
2024-11-12 22:26:21 -05:00 |
NavigatorID.cpp
|
LibWeb: Remove debug spam from Navigator methods
|
2024-11-11 19:54:09 -05:00 |
NavigatorID.h
|
LibWeb: Support Gecko and WebKit navigator compatibility modes
|
2024-11-04 13:54:07 -05:00 |
NavigatorID.idl
|
|
|
NavigatorLanguage.h
|
LibWeb: Make preferred languages configurable
|
2024-11-05 11:41:15 -05:00 |
NavigatorLanguage.idl
|
|
|
NavigatorOnLine.h
|
|
|
NavigatorOnLine.idl
|
|
|
Numbers.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
Numbers.h
|
LibWeb: Add “valid floating-point number” for HTMLInputElement.value
|
2024-11-04 12:28:33 -05:00 |
PageTransitionEvent.cpp
|
|
|
PageTransitionEvent.h
|
|
|
PageTransitionEvent.idl
|
|
|
Path2D.cpp
|
|
|
Path2D.h
|
|
|
Path2D.idl
|
|
|
Plugin.cpp
|
Bindings: Implement is_supported_property_index in terms of item_value
|
2024-07-28 14:12:04 -04:00 |
Plugin.h
|
Bindings: Implement is_supported_property_index in terms of item_value
|
2024-07-28 14:12:04 -04:00 |
Plugin.idl
|
|
|
PluginArray.cpp
|
Bindings: Implement is_supported_property_index in terms of item_value
|
2024-07-28 14:12:04 -04:00 |
PluginArray.h
|
Bindings: Implement is_supported_property_index in terms of item_value
|
2024-07-28 14:12:04 -04:00 |
PluginArray.idl
|
|
|
PolicyContainers.cpp
|
|
|
PolicyContainers.h
|
LibWeb: Implement EmbedderPolicy struct
|
2024-07-14 16:45:35 -04:00 |
PopStateEvent.cpp
|
|
|
PopStateEvent.h
|
|
|
PopStateEvent.idl
|
LibWeb: Normalize all WebIDL definition lines to four leading spaces
|
2024-11-10 21:19:33 -05:00 |
POSTResource.h
|
LibWeb: Include the Content-Type boundary directive in form submissions
|
2024-11-01 22:04:14 -04:00 |
PotentialCORSRequest.cpp
|
|
|
PotentialCORSRequest.h
|
|
|
PromiseRejectionEvent.cpp
|
|
|
PromiseRejectionEvent.h
|
|
|
PromiseRejectionEvent.idl
|
|
|
RadioNodeList.cpp
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
RadioNodeList.h
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
RadioNodeList.idl
|
LibWeb: Move some classes from the DOM namespace to the HTML namespace
|
2024-11-28 21:31:42 -05:00 |
SandboxingFlagSet.h
|
|
|
ScrollOptions.h
|
|
|
SelectedFile.cpp
|
|
|
SelectedFile.h
|
|
|
SelectItem.cpp
|
|
|
SelectItem.h
|
|
|
ServiceWorker.cpp
|
LibWeb: Add stub of ServiceWorker interface
|
2024-11-17 11:03:57 -05:00 |
ServiceWorker.h
|
LibWeb: Move StructuredSerializeOptions to its own header
|
2024-11-21 09:41:42 -05:00 |
ServiceWorker.idl
|
LibWeb: Use FIXME extended attribute for ServiceWorker.postMessage
|
2024-11-17 13:47:42 -05:00 |
ServiceWorkerContainer.cpp
|
LibWeb: Add ServiceWorker job registration and execution
|
2024-11-17 13:47:42 -05:00 |
ServiceWorkerContainer.h
|
LibWeb: Start implementing serviceWorker.register
|
2024-11-17 11:03:57 -05:00 |
ServiceWorkerContainer.idl
|
LibWeb: Start implementing serviceWorker.register
|
2024-11-17 11:03:57 -05:00 |
ServiceWorkerRegistration.cpp
|
LibWeb: Stub the ServiceWorkerRegistration interface
|
2024-11-04 13:16:23 -05:00 |
ServiceWorkerRegistration.h
|
LibWeb: Stub the ServiceWorkerRegistration interface
|
2024-11-04 13:16:23 -05:00 |
ServiceWorkerRegistration.idl
|
LibWeb: Start implementing serviceWorker.register
|
2024-11-17 11:03:57 -05:00 |
SessionHistoryEntry.cpp
|
|
|
SessionHistoryEntry.h
|
|
|
SessionHistoryTraversalQueue.cpp
|
LibWeb: Use a HashTable when querying SessionHistoryTraversalQueue
|
2024-11-17 13:47:42 -05:00 |
SessionHistoryTraversalQueue.h
|
LibWeb: Use a HashTable when querying SessionHistoryTraversalQueue
|
2024-11-17 13:47:42 -05:00 |
SharedResourceRequest.cpp
|
LibWeb: Rename SharedImageRequest to SharedResourceRequest
|
2024-09-27 22:27:02 -04:00 |
SharedResourceRequest.h
|
LibWeb: Rename SharedImageRequest to SharedResourceRequest
|
2024-09-27 22:27:02 -04:00 |
SourceSet.cpp
|
LibWeb: Avoid division by zero in SourceSet width descriptor calculation
|
2024-11-10 18:24:10 -05:00 |
SourceSet.h
|
|
|
SourceSnapshotParams.h
|
|
|
Storage.cpp
|
LibWeb: Remove LegacyOverrideBuiltIns flag from Storage
|
2024-12-21 14:58:20 -05:00 |
Storage.h
|
LibWeb: Implement indexed property support for HTML::Storage
|
2024-11-29 23:02:23 -05:00 |
Storage.idl
|
|
|
StructuredSerialize.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
StructuredSerialize.h
|
|
|
StructuredSerializeOptions.h
|
LibWeb: Move StructuredSerializeOptions to its own header
|
2024-11-21 09:41:42 -05:00 |
SubmitEvent.cpp
|
|
|
SubmitEvent.h
|
|
|
SubmitEvent.idl
|
|
|
TagNames.cpp
|
|
|
TagNames.h
|
|
|
TextMetrics.cpp
|
|
|
TextMetrics.h
|
|
|
TextMetrics.idl
|
LibWeb: Expose TextMetrics to Worker
|
2024-11-08 22:32:11 -05:00 |
TextTrack.cpp
|
LibWeb/HTML: Implement TextTrack.mode
|
2024-07-28 07:32:58 -04:00 |
TextTrack.h
|
LibWeb/HTML: Add readiness state to TextTrack
|
2024-07-28 07:32:58 -04:00 |
TextTrack.idl
|
LibWeb/HTML: Implement TextTrack.mode
|
2024-07-28 07:32:58 -04:00 |
TextTrackCue.cpp
|
LibWeb/HTML: Implement TextTrackCue idl interface
|
2024-11-10 10:46:01 -05:00 |
TextTrackCue.h
|
LibWeb/HTML: Implement TextTrackCue idl interface
|
2024-11-10 10:46:01 -05:00 |
TextTrackCue.idl
|
LibWeb/HTML: Implement TextTrackCue idl interface
|
2024-11-10 10:46:01 -05:00 |
TextTrackCueList.cpp
|
LibWeb/HTML: Implement TextTrackCueList idl interface
|
2024-11-10 10:46:01 -05:00 |
TextTrackCueList.h
|
LibWeb/HTML: Implement TextTrackCueList idl interface
|
2024-11-10 10:46:01 -05:00 |
TextTrackCueList.idl
|
LibWeb/HTML: Implement TextTrackCueList idl interface
|
2024-11-10 10:46:01 -05:00 |
TextTrackList.cpp
|
|
|
TextTrackList.h
|
|
|
TextTrackList.idl
|
|
|
Timer.cpp
|
|
|
Timer.h
|
|
|
TimeRanges.cpp
|
|
|
TimeRanges.h
|
|
|
TimeRanges.idl
|
|
|
ToggleEvent.cpp
|
|
|
ToggleEvent.h
|
|
|
ToggleEvent.idl
|
|
|
ToggleTaskTracker.h
|
LibWeb: Make HTML::Task IDs a sequential, distinct numeric type
|
2024-10-11 09:27:51 -04:00 |
TokenizedFeatures.cpp
|
|
|
TokenizedFeatures.h
|
|
|
TrackEvent.cpp
|
|
|
TrackEvent.h
|
|
|
TrackEvent.idl
|
|
|
TraversableNavigable.cpp
|
LibWeb: Bail from various navigable operations when no active window
|
2024-11-28 21:31:42 -05:00 |
TraversableNavigable.h
|
LibWeb: Implement the "check if unloading is canceled" AO
|
2024-11-28 14:15:33 -05:00 |
UserActivation.cpp
|
|
|
UserActivation.h
|
|
|
UserActivation.idl
|
|
|
ValidityState.cpp
|
|
|
ValidityState.h
|
|
|
ValidityState.idl
|
|
|
VideoTrack.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
VideoTrack.h
|
LibWeb: Prefix AK::Duration with AK Namespace
|
2024-11-14 17:35:38 -05:00 |
VideoTrack.idl
|
|
|
VideoTrackList.cpp
|
|
|
VideoTrackList.h
|
|
|
VideoTrackList.idl
|
|
|
VisibilityState.h
|
|
|
WebViewHints.cpp
|
|
|
WebViewHints.h
|
|
|
Window.cpp
|
LibWeb: Pageshow event dispatched by the user agent should be trusted
|
2024-11-25 09:21:14 -05:00 |
Window.h
|
LibWeb: Break the Window open steps into two methods for internal use
|
2024-11-24 17:29:26 -05:00 |
Window.idl
|
LibWeb: Expose crypto object to workers
|
2024-11-09 16:08:01 -05:00 |
WindowEventHandlers.cpp
|
|
|
WindowEventHandlers.h
|
|
|
WindowLocalStorage.idl
|
|
|
WindowOrWorkerGlobalScope.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
WindowOrWorkerGlobalScope.h
|
LibWeb: Move StructuredSerializeOptions to its own header
|
2024-11-21 09:41:42 -05:00 |
WindowOrWorkerGlobalScope.idl
|
LibWeb: Expose crypto object to workers
|
2024-11-09 16:08:01 -05:00 |
WindowProxy.cpp
|
LibJS+LibWeb: Prevent double invocation of [[GetOwnProperty]]
|
2024-11-12 07:14:25 -05:00 |
WindowProxy.h
|
LibJS+LibWeb: Prevent double invocation of [[GetOwnProperty]]
|
2024-11-12 07:14:25 -05:00 |
WindowSessionStorage.idl
|
|
|
Worker.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
Worker.h
|
LibWeb: Move StructuredSerializeOptions to its own header
|
2024-11-21 09:41:42 -05:00 |
Worker.idl
|
LibWeb: Implement Worker.postMessage(message, transfer)
|
2024-11-17 13:47:42 -05:00 |
WorkerAgent.cpp
|
LibWeb: Move StructuredSerializeOptions to its own header
|
2024-11-21 09:41:42 -05:00 |
WorkerAgent.h
|
LibWeb: Move StructuredSerializeOptions to its own header
|
2024-11-21 09:41:42 -05:00 |
WorkerDebugConsoleClient.cpp
|
LibWeb: Don't print messages from workers to the console twice
|
2024-11-11 19:54:09 -05:00 |
WorkerDebugConsoleClient.h
|
|
|
WorkerGlobalScope.cpp
|
LibWeb: Make DOMException take error message as a String
|
2024-11-22 11:13:42 -05:00 |
WorkerGlobalScope.h
|
LibWeb: Create separate DedicatedWorkerGlobalScope class
|
2024-07-22 21:29:21 -04:00 |
WorkerGlobalScope.idl
|
LibWeb: Create separate DedicatedWorkerGlobalScope class
|
2024-07-22 21:29:21 -04:00 |
WorkerLocation.cpp
|
AK: Make String::number() infallible
|
2024-11-29 16:03:30 -05:00 |
WorkerLocation.h
|
LibURL+Everywhere: Only percent decode URL paths when actually needed
|
2024-11-21 17:47:14 -05:00 |
WorkerLocation.idl
|
|
|
WorkerNavigator.cpp
|
LibWeb: Add WorkerNavigator.serviceWorker API
|
2024-11-16 14:12:55 -05:00 |
WorkerNavigator.h
|
LibWeb: Add WorkerNavigator.serviceWorker API
|
2024-11-16 14:12:55 -05:00 |
WorkerNavigator.idl
|
LibWeb: Add WorkerNavigator.serviceWorker API
|
2024-11-16 14:12:55 -05:00 |