ladybird/Userland/Libraries/LibWeb/HTML
sin-ack 711faa8280 LibWeb: Remove redundant DedicatedWorkerGlobalScope prototype setting
Now that the global object correctly sets the property, we don't need
to do it here.
2024-10-12 19:21:59 +02:00
..
Canvas LibWeb: Make HTMLVideoElement part of CanvasImageSource union 2024-10-05 09:20:58 +02:00
CrossOrigin LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
CustomElements
EventLoop LibWeb: Skip queuing a rendering task if task queue already contains it 2024-10-06 16:25:33 +02:00
Parser HTMLEncodingDetection: Use mime type in encoding sniffing 2024-10-12 16:14:38 +02:00
Scripting LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
SyntaxHighlighter LibWeb/HTML: Expose HTML syntax highlighter's token kinds 2024-09-30 08:53:25 +01:00
AbstractWorker.cpp LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
AbstractWorker.h LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
AbstractWorker.idl LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
ActivateTab.h
AnimatedBitmapDecodedImageData.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AnimatedBitmapDecodedImageData.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AnimationFrameCallbackDriver.h LibWeb: Move updating the rendering into HTML task 2024-10-04 07:07:01 +02:00
AnimationFrameProvider.idl
AttributeNames.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AttributeNames.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AudioPlayState.h
AudioTrack.cpp LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
AudioTrack.h LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
AudioTrack.idl
AudioTrackList.cpp
AudioTrackList.h
AudioTrackList.idl
BroadcastChannel.cpp
BroadcastChannel.h
BroadcastChannel.idl
BrowsingContext.cpp LibWeb: Mark a BC's navigable as destroyed if it does not exist 2024-10-06 01:42:24 +01:00
BrowsingContext.h LibWeb: Implement window.close and window.closed 2024-10-06 01:42:24 +01:00
BrowsingContextGroup.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BrowsingContextGroup.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CanvasGradient.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CanvasGradient.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CanvasGradient.idl
CanvasPattern.cpp LibWeb: Make SVGImageElement part of CanvasImageSource union 2024-10-04 20:01:22 +02:00
CanvasPattern.h
CanvasPattern.idl
CanvasRenderingContext2D.cpp LibWeb: Make HTMLVideoElement part of CanvasImageSource union 2024-10-05 09:20:58 +02:00
CanvasRenderingContext2D.h LibWeb: Implement CanvasDrawPath::isPointInPath() 2024-09-18 21:21:57 +01:00
CanvasRenderingContext2D.idl LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D 2024-08-19 09:04:50 +02:00
CloseEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CloseEvent.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CloseEvent.idl
CloseWatcher.cpp
CloseWatcher.h
CloseWatcher.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
CloseWatcherManager.cpp
CloseWatcherManager.h
ColorPickerUpdateState.h
CORSSettingAttribute.cpp
CORSSettingAttribute.h
DataTransfer.cpp LibWeb: Implement the DataTransferItem kind and type attributes 2024-08-22 14:21:13 +02:00
DataTransfer.h LibWeb: Implement the DataTransferItem kind and type attributes 2024-08-22 14:21:13 +02:00
DataTransfer.idl LibWeb: Implement the DataTransfer items attribute 2024-08-22 14:21:13 +02:00
DataTransferItem.cpp LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry() 2024-08-24 14:53:11 +02:00
DataTransferItem.h LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry() 2024-08-24 14:53:11 +02:00
DataTransferItem.idl LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry() 2024-08-24 14:53:11 +02:00
DataTransferItemList.cpp LibWeb: Implement the DataTransferItemList indexed getter 2024-08-22 14:21:13 +02:00
DataTransferItemList.h LibWeb: Implement the DataTransferItemList indexed getter 2024-08-22 14:21:13 +02:00
DataTransferItemList.idl LibWeb: Implement the DataTransferItemList indexed getter 2024-08-22 14:21:13 +02:00
Dates.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Dates.h
DecodedImageData.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DecodedImageData.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DedicatedWorkerGlobalScope.cpp LibWeb: Remove redundant DedicatedWorkerGlobalScope prototype setting 2024-10-12 19:21:59 +02:00
DedicatedWorkerGlobalScope.h
DedicatedWorkerGlobalScope.idl
DocumentReadyState.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DocumentState.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DocumentState.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
DOMParser.cpp
DOMParser.h
DOMParser.idl
DOMStringList.cpp
DOMStringList.h
DOMStringList.idl
DOMStringMap.cpp
DOMStringMap.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOMStringMap.idl
DragDataStore.cpp LibWeb: Make the drag data store reference counted 2024-08-22 14:21:13 +02:00
DragDataStore.h LibWeb: Implement the DataTransferItemList length attribute 2024-08-22 14:21:13 +02:00
DragEvent.cpp
DragEvent.h
DragEvent.idl
ElementInternals.cpp
ElementInternals.h
ElementInternals.idl
EmbedderPolicy.cpp
EmbedderPolicy.h
ErrorEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ErrorEvent.h
ErrorEvent.idl
EventHandler.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
EventHandler.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
EventNames.cpp
EventNames.h LibWeb/HTML: Implement TextTrackCue idl interface 2024-09-24 23:48:56 +01:00
EventSource.cpp LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
EventSource.h
EventSource.idl
FileFilter.cpp
FileFilter.h
Focus.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Focus.h
FormAssociatedElement.cpp LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
FormAssociatedElement.h LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
FormControlInfrastructure.cpp LibWeb: Clean up HTMLInputElement-related includes 2024-09-23 13:31:41 -04:00
FormControlInfrastructure.h
FormDataEvent.cpp
FormDataEvent.h
FormDataEvent.idl
GlobalEventHandlers.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GlobalEventHandlers.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HashChangeEvent.cpp
HashChangeEvent.h
HashChangeEvent.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
History.cpp LibWeb: Implement history.scrollRestoration 2024-10-02 17:08:17 -06:00
History.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
History.idl LibWeb: Implement history.scrollRestoration 2024-10-02 17:08:17 -06:00
HistoryHandlingBehavior.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLAllCollection.cpp
HTMLAllCollection.h
HTMLAllCollection.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
HTMLAnchorElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLAnchorElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLAnchorElement.idl
HTMLAreaElement.cpp
HTMLAreaElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLAreaElement.idl
HTMLAudioElement.cpp
HTMLAudioElement.h
HTMLAudioElement.idl
HTMLBaseElement.cpp
HTMLBaseElement.h
HTMLBaseElement.idl
HTMLBodyElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLBodyElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLBodyElement.idl
HTMLBRElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLBRElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLBRElement.idl
HTMLButtonElement.cpp
HTMLButtonElement.h Revert "LibWeb: Change where content selection via mouse is allowed" 2024-08-26 14:08:59 -04:00
HTMLButtonElement.idl LibWeb: Return document URL if formAction attribute is missing or empty 2024-09-08 09:45:57 +02:00
HTMLCanvasElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLCanvasElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLCanvasElement.idl
HTMLDataElement.cpp
HTMLDataElement.h
HTMLDataElement.idl
HTMLDataListElement.cpp
HTMLDataListElement.h
HTMLDataListElement.idl
HTMLDetailsElement.cpp
HTMLDetailsElement.h
HTMLDetailsElement.idl
HTMLDialogElement.cpp
HTMLDialogElement.h
HTMLDialogElement.idl
HTMLDirectoryElement.cpp
HTMLDirectoryElement.h
HTMLDirectoryElement.idl
HTMLDivElement.cpp
HTMLDivElement.h
HTMLDivElement.idl
HTMLDListElement.cpp
HTMLDListElement.h
HTMLDListElement.idl
HTMLDocument.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLDocument.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLDocument.idl
HTMLElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLElement.idl
HTMLEmbedElement.cpp LibWeb: Map embedded content element attributes to dimension properties 2024-10-02 09:50:54 +02:00
HTMLEmbedElement.h LibWeb: Map embedded content element attributes to dimension properties 2024-10-02 09:50:54 +02:00
HTMLEmbedElement.idl
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h
HTMLFieldSetElement.idl
HTMLFontElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLFontElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLFontElement.idl
HTMLFormElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLFormElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLFormElement.idl LibWeb: Implement setRangeText for input and textarea elements 2024-08-31 07:47:54 +02:00
HTMLFrameElement.cpp
HTMLFrameElement.h
HTMLFrameElement.idl
HTMLFrameSetElement.cpp
HTMLFrameSetElement.h
HTMLFrameSetElement.idl
HTMLHeadElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHeadElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHeadElement.idl
HTMLHeadingElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHeadingElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHeadingElement.idl
HTMLHRElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHRElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHRElement.idl
HTMLHtmlElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHtmlElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHtmlElement.idl
HTMLHyperlinkElementUtils.cpp LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
HTMLHyperlinkElementUtils.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLHyperlinkElementUtils.idl
HTMLIFrameElement.cpp LibWeb: Do not spin the event loop on processing iframe attributes 2024-10-07 15:10:41 +02:00
HTMLIFrameElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLIFrameElement.idl
HTMLImageElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLImageElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLImageElement.idl HTMLImageElement: Improve decoding stub 2024-09-04 09:55:33 +02:00
HTMLInputElement.cpp LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
HTMLInputElement.h LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
HTMLInputElement.idl LibWeb: Follow spec steps to set the selectionDirection attribute value 2024-10-04 19:42:33 +02:00
HTMLLabelElement.cpp
HTMLLabelElement.h
HTMLLabelElement.idl
HTMLLegendElement.cpp
HTMLLegendElement.h
HTMLLegendElement.idl
HTMLLIElement.cpp
HTMLLIElement.h
HTMLLIElement.idl
HTMLLinkElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLLinkElement.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
HTMLLinkElement.idl
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMapElement.idl
HTMLMarqueeElement.cpp Libweb: Map marquee attributes to dimension properties 2024-10-02 09:50:54 +02:00
HTMLMarqueeElement.h
HTMLMarqueeElement.idl
HTMLMediaElement.cpp LibMedia+everywhere: Remove superfluous and unused audio code 2024-09-30 18:48:12 +02:00
HTMLMediaElement.h LibWeb: Don't handle media player key events if any modifier is pressed 2024-09-04 09:59:40 -04:00
HTMLMediaElement.idl
HTMLMenuElement.cpp
HTMLMenuElement.h
HTMLMenuElement.idl
HTMLMetaElement.cpp LibWeb: Handle http-equiv pragmas without insertion requirements 2024-09-13 12:11:07 +02:00
HTMLMetaElement.h LibWeb: Use correct http-equiv keywords for comparisons 2024-09-13 12:11:07 +02:00
HTMLMetaElement.idl
HTMLMeterElement.cpp
HTMLMeterElement.h
HTMLMeterElement.idl
HTMLModElement.cpp
HTMLModElement.h
HTMLModElement.idl
HTMLObjectElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLObjectElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLObjectElement.idl
HTMLOListElement.cpp
HTMLOListElement.h
HTMLOListElement.idl
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptGroupElement.idl
HTMLOptionElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLOptionElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLOptionElement.idl
HTMLOptionsCollection.cpp
HTMLOptionsCollection.h
HTMLOptionsCollection.idl
HTMLOutputElement.cpp LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
HTMLOutputElement.h LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
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 Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLScriptElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLScriptElement.idl
HTMLSelectElement.cpp LibWeb: Don't trigger onchange event when setting <select> value 2024-10-08 19:03:51 +02:00
HTMLSelectElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLSelectElement.idl
HTMLSlotElement.cpp
HTMLSlotElement.h
HTMLSlotElement.idl
HTMLSourceElement.cpp
HTMLSourceElement.h
HTMLSourceElement.idl
HTMLSpanElement.cpp
HTMLSpanElement.h
HTMLSpanElement.idl
HTMLStyleElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLStyleElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLStyleElement.idl
HTMLSummaryElement.cpp
HTMLSummaryElement.h
HTMLTableCaptionElement.cpp
HTMLTableCaptionElement.h
HTMLTableCaptionElement.idl
HTMLTableCellElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableCellElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableCellElement.idl LibWeb: Add scope attribute to HTMLTableCellElement 2024-09-02 13:09:41 +02:00
HTMLTableColElement.cpp LibWeb: Map dimension attributes for table elements 2024-10-02 09:50:54 +02:00
HTMLTableColElement.h LibWeb: Map dimension attributes for table elements 2024-10-02 09:50:54 +02:00
HTMLTableColElement.idl
HTMLTableElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableElement.idl
HTMLTableRowElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableRowElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableSectionElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp
HTMLTemplateElement.h
HTMLTemplateElement.idl
HTMLTextAreaElement.cpp LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
HTMLTextAreaElement.h LibWeb: Implement the form associated element clear algorithm 2024-10-12 15:01:35 +02:00
HTMLTextAreaElement.idl LibWeb: Implement setRangeText for input and textarea elements 2024-08-31 07:47:54 +02:00
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTimeElement.idl
HTMLTitleElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTitleElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTMLTitleElement.idl
HTMLTrackElement.cpp
HTMLTrackElement.h
HTMLTrackElement.idl
HTMLUListElement.cpp
HTMLUListElement.h
HTMLUListElement.idl
HTMLUnknownElement.cpp
HTMLUnknownElement.h
HTMLUnknownElement.idl
HTMLVideoElement.cpp
HTMLVideoElement.h LibWeb: Make HTMLVideoElement part of CanvasImageSource union 2024-10-05 09:20:58 +02:00
HTMLVideoElement.idl
ImageBitmap.cpp
ImageBitmap.h
ImageBitmap.idl
ImageData.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageData.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageData.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
ImageRequest.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageRequest.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LazyLoadingElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ListOfAvailableImages.cpp LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
ListOfAvailableImages.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
Location.cpp LibWeb: Throw a SyntaxError on invalid URL for Location href setter 2024-10-06 10:06:26 -04:00
Location.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Location.idl
MediaError.cpp
MediaError.h
MediaError.idl
MessageChannel.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MessageChannel.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MessageChannel.idl
MessageEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MessageEvent.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MessageEvent.idl
MessagePort.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MessagePort.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
MessagePort.idl
MimeType.cpp
MimeType.h
MimeType.idl
MimeTypeArray.cpp
MimeTypeArray.h
MimeTypeArray.idl
Navigable.cpp LibWeb: Implement window.close and window.closed 2024-10-06 01:42:24 +01:00
Navigable.h LibWeb: Implement window.close and window.closed 2024-10-06 01:42:24 +01:00
NavigableContainer.cpp LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
NavigableContainer.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
NavigateEvent.cpp
NavigateEvent.h
NavigateEvent.idl
Navigation.cpp LibWeb/HTML: Re-order promise resolution to match spec 2024-09-30 13:05:37 +02:00
Navigation.h
Navigation.idl
NavigationCurrentEntryChangeEvent.cpp
NavigationCurrentEntryChangeEvent.h
NavigationCurrentEntryChangeEvent.idl
NavigationDestination.cpp
NavigationDestination.h
NavigationDestination.idl
NavigationHistoryEntry.cpp
NavigationHistoryEntry.h
NavigationHistoryEntry.idl
NavigationParams.cpp
NavigationParams.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
NavigationTransition.cpp
NavigationTransition.h
NavigationTransition.idl
NavigationType.h
NavigationType.idl
Navigator.cpp LibWeb: Implement Navigator.mediaCapabilities 2024-09-05 14:52:26 +01:00
Navigator.h LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
Navigator.idl LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
NavigatorBeacon.cpp LibURL: Define Origin methods depending on URL::Parser out of line 2024-10-05 10:46:30 +02:00
NavigatorBeacon.h LibWeb: Remove circular include NavigatorBeacon.h <-> Navigator.h 2024-08-19 12:56:55 +02:00
NavigatorBeacon.idl
NavigatorConcurrentHardware.h
NavigatorConcurrentHardware.idl
NavigatorDeviceMemory.h LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
NavigatorDeviceMemory.idl LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
NavigatorID.cpp LibWeb: Remove debug spam from Navigator methods 2024-10-06 18:50:44 +02:00
NavigatorID.h
NavigatorID.idl
NavigatorLanguage.h
NavigatorLanguage.idl
NavigatorOnLine.h
NavigatorOnLine.idl
Numbers.cpp LibWeb: Add “valid floating-point number” for HTMLInputElement.value 2024-08-28 07:49:17 -04:00
Numbers.h LibWeb: Add “valid floating-point number” for HTMLInputElement.value 2024-08-28 07:49:17 -04:00
PageTransitionEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PageTransitionEvent.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PageTransitionEvent.idl
Path2D.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Path2D.h LibGfx: Rename Path => DeprecatedPath 2024-08-20 09:30:05 +02:00
Path2D.idl
Plugin.cpp
Plugin.h
Plugin.idl
PluginArray.cpp
PluginArray.h
PluginArray.idl
PolicyContainers.cpp
PolicyContainers.h
PopStateEvent.cpp
PopStateEvent.h
PopStateEvent.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
POSTResource.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PotentialCORSRequest.cpp
PotentialCORSRequest.h
PromiseRejectionEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PromiseRejectionEvent.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
PromiseRejectionEvent.idl
SandboxingFlagSet.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ScrollOptions.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SelectedFile.cpp
SelectedFile.h
SelectItem.cpp
SelectItem.h
ServiceWorker.cpp LibWeb: Add stub of ServiceWorker interface 2024-09-20 22:41:24 +01:00
ServiceWorker.h LibWeb: Add stub of ServiceWorker interface 2024-09-20 22:41:24 +01:00
ServiceWorker.idl LibWeb: Add stub of ServiceWorker interface 2024-09-20 22:41:24 +01:00
ServiceWorkerContainer.cpp LibWeb: Add ServiceWorker job registration and execution 2024-10-04 07:08:08 +02:00
ServiceWorkerContainer.h LibWeb: Start implementing serviceWorker.register 2024-09-20 22:41:24 +01:00
ServiceWorkerContainer.idl LibWeb: Start implementing serviceWorker.register 2024-09-20 22:41:24 +01:00
ServiceWorkerRegistration.cpp LibWeb: Stub the ServiceWorkerRegistration interface 2024-08-25 09:48:30 +02:00
ServiceWorkerRegistration.h LibWeb: Stub the ServiceWorkerRegistration interface 2024-08-25 09:48:30 +02:00
ServiceWorkerRegistration.idl LibWeb: Start implementing serviceWorker.register 2024-09-20 22:41:24 +01:00
SessionHistoryEntry.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SessionHistoryEntry.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SessionHistoryTraversalQueue.cpp
SessionHistoryTraversalQueue.h
SharedResourceRequest.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SharedResourceRequest.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SourceSet.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SourceSet.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SourceSnapshotParams.h
Storage.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Storage.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Storage.idl
StructuredSerialize.cpp
StructuredSerialize.h
SubmitEvent.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SubmitEvent.h
SubmitEvent.idl
TagNames.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TagNames.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TextMetrics.cpp
TextMetrics.h
TextMetrics.idl LibWeb: Expose TextMetrics to Worker 2024-08-24 11:25:19 +01:00
TextTrack.cpp
TextTrack.h
TextTrack.idl
TextTrackCue.cpp LibWeb/HTML: Implement TextTrackCue idl interface 2024-09-24 23:48:56 +01:00
TextTrackCue.h LibWeb/HTML: Implement TextTrackCue idl interface 2024-09-24 23:48:56 +01:00
TextTrackCue.idl LibWeb/HTML: Implement TextTrackCue idl interface 2024-09-24 23:48:56 +01:00
TextTrackCueList.cpp LibWeb/HTML: Implement TextTrackCueList idl interface 2024-09-24 23:48:56 +01:00
TextTrackCueList.h LibWeb/HTML: Implement TextTrackCueList idl interface 2024-09-24 23:48:56 +01:00
TextTrackCueList.idl LibWeb/HTML: Implement TextTrackCueList idl interface 2024-09-24 23:48:56 +01:00
TextTrackList.cpp
TextTrackList.h
TextTrackList.idl
Timer.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Timer.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TimeRanges.cpp
TimeRanges.h
TimeRanges.idl
ToggleEvent.cpp
ToggleEvent.h
ToggleEvent.idl
ToggleTaskTracker.h
TokenizedFeatures.cpp
TokenizedFeatures.h
TrackEvent.cpp
TrackEvent.h
TrackEvent.idl
TraversableNavigable.cpp LibWeb: Restore check to prevent closing a traversable twice 2024-10-09 06:59:33 -04:00
TraversableNavigable.h LibWeb: Restore check to prevent closing a traversable twice 2024-10-09 06:59:33 -04:00
UserActivation.cpp
UserActivation.h
UserActivation.idl
ValidityState.cpp
ValidityState.h
ValidityState.idl
VideoTrack.cpp
VideoTrack.h
VideoTrack.idl
VideoTrackList.cpp
VideoTrackList.h
VideoTrackList.idl
VisibilityState.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WebViewHints.cpp
WebViewHints.h
Window.cpp LibWeb: Restore check to prevent closing a traversable twice 2024-10-09 06:59:33 -04:00
Window.h LibWeb: Expose crypto object to workers 2024-09-18 10:09:01 +02:00
Window.idl LibWeb: Expose crypto object to workers 2024-09-18 10:09:01 +02:00
WindowEventHandlers.cpp
WindowEventHandlers.h
WindowLocalStorage.idl
WindowOrWorkerGlobalScope.cpp LibWeb: Obtain basename before passing base_url to ClassicScript::create 2024-10-12 15:00:09 +02:00
WindowOrWorkerGlobalScope.h LibWeb: Fire error event when script has an execution error 2024-09-27 07:02:20 -04:00
WindowOrWorkerGlobalScope.idl LibWeb: Expose crypto object to workers 2024-09-18 10:09:01 +02:00
WindowProxy.cpp
WindowProxy.h
WindowSessionStorage.idl
Worker.cpp
Worker.h LibWeb: Implement AbstractWorker 2024-09-02 13:10:44 +02:00
Worker.idl LibWeb: Use proper enums in WorkerOptions dictionary 2024-09-20 22:41:24 +01:00
WorkerAgent.cpp
WorkerAgent.h LibWeb: Use proper enums in WorkerOptions dictionary 2024-09-20 22:41:24 +01:00
WorkerDebugConsoleClient.cpp LibWeb: Don't print messages from workers to the console twice 2024-10-07 21:22:12 +02:00
WorkerDebugConsoleClient.h
WorkerGlobalScope.cpp LibWeb: Don't discard PostedMessage tasks when closing a worker 2024-10-08 06:51:04 +02:00
WorkerGlobalScope.h
WorkerGlobalScope.idl
WorkerLocation.cpp LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
WorkerLocation.h
WorkerLocation.idl
WorkerNavigator.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WorkerNavigator.h LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00
WorkerNavigator.idl LibWeb: Implement navigator.deviceMemory 2024-10-08 19:02:27 +02:00