ladybird/Userland/Libraries/LibWeb/HTML
Andreas Kling 5606ce412e LibWeb: Handle document/navigable disconnection during favicon decode
If the document is disconnected from the navigable by the time a favicon
decode completes successfully, we don't want to show the favicon for
whatever document is now loaded in the navigable.

Fix this by deferring getting the navigable until after the decode has
completed.
2024-08-22 09:34:54 +02:00
..
Canvas LibWeb: Compensate for CRC2D transform in internal stored path 2024-08-20 09:30:05 +02:00
CrossOrigin HTML: Update coop-check-access-report to match spec 2024-08-20 09:36:11 +02:00
CustomElements LibWeb: Add customElements.getName 2024-07-06 14:51:43 -06:00
EventLoop LibWeb: Move m_needs_repaint and record_display_list() in Document 2024-08-19 18:57:20 +02:00
Parser LibWeb/HTML: MathML's <ms> is a special tag 2024-08-17 07:40:10 +02:00
Scripting LibWeb: Implement NavigatorStorage mixin interface 2024-08-16 11:22:09 -04:00
SyntaxHighlighter
ActivateTab.h
AnimatedBitmapDecodedImageData.cpp
AnimatedBitmapDecodedImageData.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
AnimationFrameCallbackDriver.h LibWeb: Make requestAnimationFrame() callback IDs sequential 2024-08-05 09:12:07 +02:00
AnimationFrameProvider.idl
AttributeNames.cpp
AttributeNames.h LibWeb: Add the scope attribute 2024-08-19 09:03:22 +02:00
AudioPlayState.h
AudioTrack.cpp LibWeb: Move m_needs_repaint and record_display_list() in Document 2024-08-19 18:57:20 +02:00
AudioTrack.h LibWeb: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
AudioTrack.idl
AudioTrackList.cpp LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 2024-04-26 12:21:57 -04:00
AudioTrackList.h LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 2024-04-26 12:21:57 -04:00
AudioTrackList.idl
BroadcastChannel.cpp LibWeb: Stub BroadcastChannel interface 2024-07-13 19:53:02 +02:00
BroadcastChannel.h LibWeb: Stub BroadcastChannel interface 2024-07-13 19:53:02 +02:00
BroadcastChannel.idl LibWeb: Stub BroadcastChannel interface 2024-07-13 19:53:02 +02:00
BrowsingContext.cpp HTML: BrowsingContext: Remove m_parent and fix is_ancestor_of 2024-08-20 09:36:11 +02:00
BrowsingContext.h HTML: BrowsingContext: Remove m_parent and fix is_ancestor_of 2024-08-20 09:36:11 +02:00
BrowsingContextGroup.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
BrowsingContextGroup.h
CanvasGradient.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
CanvasGradient.h
CanvasGradient.idl
CanvasPattern.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
CanvasPattern.h
CanvasPattern.idl LibWeb: Add some missing [FIXME] IDL attributes 2024-05-21 19:29:04 +02:00
CanvasRenderingContext2D.cpp LibWeb: Reject non-finite values in 2D canvas transforms 2024-08-20 09:30:05 +02:00
CanvasRenderingContext2D.h LibWeb: Make 2D canvas save/restore perform save/restore on painter 2024-08-20 09:30:05 +02:00
CanvasRenderingContext2D.idl LibWeb/Canvas: Stub missing includes for CanvasRenderingContext2D 2024-08-19 09:04:50 +02:00
CloseEvent.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
CloseEvent.h
CloseEvent.idl
CloseWatcher.cpp LibWeb: Implement CloseWatcher API 2024-06-22 17:39:53 +02:00
CloseWatcher.h LibWeb: Implement dialog element's close watcher 2024-06-23 14:30:13 +02:00
CloseWatcher.idl LibWeb: Implement CloseWatcher API 2024-06-22 17:39:53 +02:00
CloseWatcherManager.cpp LibWeb: Implement CloseWatcher API 2024-06-22 17:39:53 +02:00
CloseWatcherManager.h LibWeb: Implement CloseWatcher API 2024-06-22 17:39:53 +02:00
ColorPickerUpdateState.h
CORSSettingAttribute.cpp
CORSSettingAttribute.h
DataTransfer.cpp LibWeb: Implement the DataTransfer files attribute 2024-08-19 13:29:19 +02:00
DataTransfer.h LibWeb: Implement the DataTransfer files attribute 2024-08-19 13:29:19 +02:00
DataTransfer.idl LibWeb: Implement the DataTransfer files attribute 2024-08-19 13:29:19 +02:00
DataTransferItem.cpp LibWeb: Add an empty DataTransferItem IDL implementation 2024-08-19 13:29:19 +02:00
DataTransferItem.h LibWeb: Add an empty DataTransferItem IDL implementation 2024-08-19 13:29:19 +02:00
DataTransferItem.idl LibWeb: Add an empty DataTransferItem IDL implementation 2024-08-19 13:29:19 +02:00
DataTransferItemList.cpp LibWeb: Add an empty DataTransferItemList IDL implementation 2024-08-19 13:29:19 +02:00
DataTransferItemList.h LibWeb: Add an empty DataTransferItemList IDL implementation 2024-08-19 13:29:19 +02:00
DataTransferItemList.idl LibWeb: Add an empty DataTransferItemList IDL implementation 2024-08-19 13:29:19 +02:00
Dates.cpp LibWeb: Don't crash when parsing HTMLInputElement invalid time values 2024-08-20 23:30:35 +01:00
Dates.h
DecodedImageData.cpp
DecodedImageData.h
DedicatedWorkerGlobalScope.cpp LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
DedicatedWorkerGlobalScope.h LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
DedicatedWorkerGlobalScope.idl LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
DocumentReadyState.h
DocumentState.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
DocumentState.h
DOMParser.cpp LibWeb: Implement unsafe HTML parsing methods 2024-06-26 06:13:29 +02:00
DOMParser.h
DOMParser.idl
DOMStringList.cpp LibWeb: Update DOMStringList to match PlatformObject changes 2024-07-29 11:17:05 +01:00
DOMStringList.h LibWeb: Update DOMStringList to match PlatformObject changes 2024-07-29 11:17:05 +01:00
DOMStringList.idl LibWeb: Implement DOMStringList 2024-07-29 11:19:00 +02:00
DOMStringMap.cpp Bindings: Remove exception handling for named_item_value 2024-07-26 14:26:16 +02:00
DOMStringMap.h Bindings: Remove exception handling for named_item_value 2024-07-26 14:26:16 +02:00
DOMStringMap.idl
DragDataStore.cpp LibWeb: Begin implementing the drag data store 2024-08-19 13:29:19 +02:00
DragDataStore.h LibWeb: Begin implementing the drag data store 2024-08-19 13:29:19 +02:00
DragEvent.cpp LibWeb: Visit the DataTransfer member of DragEvent 2024-07-25 18:35:57 -06:00
DragEvent.h LibWeb: Visit the DataTransfer member of DragEvent 2024-07-25 18:35:57 -06:00
DragEvent.idl LibWeb: Implement HTML DragEvent class 2024-07-09 11:28:32 +01:00
ElementInternals.cpp LibWeb: Implement stub for ElementInternals 2024-06-26 06:30:40 +02:00
ElementInternals.h LibWeb: Implement stub for ElementInternals 2024-06-26 06:30:40 +02:00
ElementInternals.idl LibWeb: Implement stub for ElementInternals 2024-06-26 06:30:40 +02:00
EmbedderPolicy.cpp LibWeb: Implement EmbedderPolicy struct 2024-07-10 07:03:37 +02:00
EmbedderPolicy.h LibWeb: Implement EmbedderPolicy struct 2024-07-10 07:03:37 +02:00
ErrorEvent.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
ErrorEvent.h
ErrorEvent.idl
EventHandler.cpp
EventHandler.h
EventNames.cpp
EventNames.h LibWeb: Implement IDBRequest.onsuccess 2024-06-22 14:57:47 +02:00
EventSource.cpp LibWeb: Fix handling of SSEs split across chunks 2024-08-17 12:54:28 -04:00
EventSource.h LibWeb: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
EventSource.idl LibWeb: Implement EventSource for server-sent events 2024-05-26 18:29:24 +02:00
FileFilter.cpp
FileFilter.h
Focus.cpp LibWeb: Implement the "fire a focus event" spec 2024-08-14 20:53:33 +01:00
Focus.h
FormAssociatedElement.cpp LibWeb: Move the navigable's cursor position to be owned by the document 2024-08-02 18:40:39 +02:00
FormAssociatedElement.h HTML: Partially implement HTMLInputElement's selection{Start,End} 2024-08-01 11:42:39 +02:00
FormControlInfrastructure.cpp LibWeb: Implement Blob::bytes() 2024-07-26 10:21:32 +02:00
FormControlInfrastructure.h
FormDataEvent.cpp
FormDataEvent.h
FormDataEvent.idl
GlobalEventHandlers.cpp
GlobalEventHandlers.h
HashChangeEvent.cpp LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
HashChangeEvent.h LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
HashChangeEvent.idl LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
History.cpp LibWeb/HTML: Update "can have its URL rewritten" for spec changes 2024-08-20 20:31:39 +02:00
History.h
History.idl LibWeb/HTML: Stub History.scrollRestoration 2024-07-21 10:50:05 +02:00
HistoryHandlingBehavior.h
HTMLAllCollection.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
HTMLAllCollection.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
HTMLAllCollection.idl
HTMLAnchorElement.cpp LibWeb: Support ctrl/cmd-clicking a link to open it in a new tab 2024-08-02 08:07:00 +02:00
HTMLAnchorElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLAnchorElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLAreaElement.cpp LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLAreaElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLAreaElement.idl LibWeb: Implement HTMLAreaElement.referrerPolicy 2024-06-07 09:54:19 +02:00
HTMLAudioElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLAudioElement.h
HTMLAudioElement.idl
HTMLBaseElement.cpp LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLBaseElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLBaseElement.idl
HTMLBodyElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLBodyElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLBodyElement.idl
HTMLBRElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLBRElement.h
HTMLBRElement.idl
HTMLButtonElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLButtonElement.h
HTMLButtonElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
HTMLCanvasElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLCanvasElement.h
HTMLCanvasElement.idl
HTMLDataElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDataElement.h
HTMLDataElement.idl
HTMLDataListElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDataListElement.h LibWeb: Add datalist element options property 2024-04-24 15:23:45 +02:00
HTMLDataListElement.idl LibWeb: Add datalist element options property 2024-04-24 15:23:45 +02:00
HTMLDetailsElement.cpp LibWeb: Resolve content-visibility fixme in html details element 2024-07-19 09:04:30 +01:00
HTMLDetailsElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLDetailsElement.idl
HTMLDialogElement.cpp LibWeb: Implement dialog element's close watcher 2024-06-23 14:30:13 +02:00
HTMLDialogElement.h LibWeb: Implement :modal pseudo class 2024-07-08 11:34:06 +02:00
HTMLDialogElement.idl
HTMLDirectoryElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDirectoryElement.h
HTMLDirectoryElement.idl
HTMLDivElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLDivElement.h
HTMLDivElement.idl
HTMLDListElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDListElement.h
HTMLDListElement.idl
HTMLDocument.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLDocument.h
HTMLDocument.idl
HTMLElement.cpp LibWeb: Move the navigable's cursor position to be owned by the document 2024-08-02 18:40:39 +02:00
HTMLElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLElement.idl LibWeb: Implement popover property and attribute 2024-07-05 07:14:50 +02:00
HTMLEmbedElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLEmbedElement.h
HTMLEmbedElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLFieldSetElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLFieldSetElement.h
HTMLFieldSetElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
HTMLFontElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLFontElement.h
HTMLFontElement.idl
HTMLFormElement.cpp LibWeb: Don't propogate small OOMs from URLSearchParams 2024-08-12 23:01:29 +01:00
HTMLFormElement.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
HTMLFormElement.idl LibWeb: Add autocomplete property 2024-08-13 22:53:55 +01:00
HTMLFrameElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLFrameElement.h
HTMLFrameElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLFrameSetElement.cpp LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLFrameSetElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLFrameSetElement.idl
HTMLHeadElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLHeadElement.h
HTMLHeadElement.idl
HTMLHeadingElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLHeadingElement.h
HTMLHeadingElement.idl
HTMLHRElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLHRElement.h
HTMLHRElement.idl
HTMLHtmlElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLHtmlElement.h
HTMLHtmlElement.idl
HTMLHyperlinkElementUtils.cpp LibURL+LibWeb: Pass a mutable reference URL to URL parser 2024-08-13 14:14:34 +02:00
HTMLHyperlinkElementUtils.h LibWeb: Implement HTMLAreaElement.referrerPolicy 2024-06-07 09:54:19 +02:00
HTMLHyperlinkElementUtils.idl
HTMLIFrameElement.cpp LibWeb: Convert create_new_child_navigable to HeapFunction 2024-08-18 11:15:08 +02:00
HTMLIFrameElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLIFrameElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLImageElement.cpp LibWeb: Port HTMLImageElement BatchingDispatcher to HeapFunction 2024-08-18 11:15:08 +02:00
HTMLImageElement.h LibWeb: Implement HTMLImageElement::decode with a few FIXMEs 2024-06-06 08:20:02 +02:00
HTMLImageElement.idl LibWeb: Add URL reflection to obsolete HTMLImageElement lowsrc property 2024-08-17 17:31:14 +01:00
HTMLInputElement.cpp LibWeb: Disallow creating a FileAPI::FileList with a vector of files 2024-08-19 13:29:19 +02:00
HTMLInputElement.h LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
HTMLInputElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLLabelElement.cpp LibWeb: Implement the HTMLLabelElement.form attribute 2024-05-18 11:04:04 +02:00
HTMLLabelElement.h LibWeb: Implement the HTMLLabelElement.form attribute 2024-05-18 11:04:04 +02:00
HTMLLabelElement.idl LibWeb: Implement the HTMLLabelElement.form attribute 2024-05-18 11:04:04 +02:00
HTMLLegendElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLLegendElement.h
HTMLLegendElement.idl
HTMLLIElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLLIElement.h
HTMLLIElement.idl
HTMLLinkElement.cpp LibWeb: Handle document/navigable disconnection during favicon decode 2024-08-22 09:34:54 +02:00
HTMLLinkElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLLinkElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLMapElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLMapElement.h LibWeb: Add map element areas property 2024-04-24 15:23:45 +02:00
HTMLMapElement.idl LibWeb: Add map element areas property 2024-04-24 15:23:45 +02:00
HTMLMarqueeElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLMarqueeElement.h LibWeb: Implement HTMLMarqueeElement.scrollDelay 2024-07-13 19:57:51 +02:00
HTMLMarqueeElement.idl LibWeb: Implement HTMLMarqueeElement.trueSpeed 2024-07-13 19:57:51 +02:00
HTMLMediaElement.cpp LibWeb/HTML: Implement HTMLMediaElement.addTextTrack 2024-07-26 09:30:19 +02:00
HTMLMediaElement.h LibWeb/HTML: Implement HTMLMediaElement.addTextTrack 2024-07-26 09:30:19 +02:00
HTMLMediaElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLMenuElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLMenuElement.h
HTMLMenuElement.idl
HTMLMetaElement.cpp LibWeb: Introduce color-function-specific style values 2024-08-21 10:51:48 +01:00
HTMLMetaElement.h
HTMLMetaElement.idl
HTMLMeterElement.cpp LibWeb: Correct HTMLMeterElement color selection 2024-07-07 08:07:19 +02:00
HTMLMeterElement.h
HTMLMeterElement.idl LibWeb: Implement the labels attribute for all labelable elements 2024-05-18 18:09:18 +02:00
HTMLModElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLModElement.h
HTMLModElement.idl
HTMLObjectElement.cpp LibWeb: Return empty string if object element data URL is invalid 2024-08-15 09:44:35 +02:00
HTMLObjectElement.h LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
HTMLObjectElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLOListElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLOListElement.h
HTMLOListElement.idl
HTMLOptGroupElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLOptGroupElement.h
HTMLOptGroupElement.idl
HTMLOptionElement.cpp LibWeb: Improve HTMLOptionElement spec compliance 2024-07-26 09:15:39 +01:00
HTMLOptionElement.h LibWeb: Implement selectedness algorithm 2024-07-26 09:15:39 +01:00
HTMLOptionElement.idl LibWeb: Implement the HTMLOptionElement.form attribute 2024-05-16 08:03:13 +02:00
HTMLOptionsCollection.cpp LibWeb: Correct logic for removing end nodes from HTMLOptionsCollection 2024-07-27 20:23:14 +01:00
HTMLOptionsCollection.h LibWeb: Add support for indexed setter of HTMLOptionsCollection 2024-07-16 10:59:59 +01:00
HTMLOptionsCollection.idl
HTMLOutputElement.cpp LibWeb: Implement the HTMLOutputElement.htmlFor attribute 2024-05-18 11:23:20 +02:00
HTMLOutputElement.h LibWeb: Implement the HTMLOutputElement.htmlFor attribute 2024-05-18 11:23:20 +02:00
HTMLOutputElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
HTMLParagraphElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLParagraphElement.h
HTMLParagraphElement.idl
HTMLParamElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLParamElement.h
HTMLParamElement.idl
HTMLPictureElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLPictureElement.h
HTMLPictureElement.idl
HTMLPreElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLPreElement.h LibWeb: Use [Reflect] to implement HTMLPreElement.width 2024-05-21 19:28:43 +02:00
HTMLPreElement.idl LibWeb: Use [Reflect] to implement HTMLPreElement.width 2024-05-21 19:28:43 +02:00
HTMLProgressElement.cpp LibWeb: Limit HTMLProgressElement.max to positive values 2024-08-19 09:02:21 +02:00
HTMLProgressElement.h LibWeb: Support accent-color for range input and progress element 2024-07-15 15:51:50 +01:00
HTMLProgressElement.idl LibWeb: Implement the labels attribute for all labelable elements 2024-05-18 18:09:18 +02:00
HTMLQuoteElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLQuoteElement.h
HTMLQuoteElement.idl
HTMLScriptElement.cpp LibWeb: Support SRI for import maps 2024-08-14 21:06:25 +01:00
HTMLScriptElement.h LibWeb: Script force async flag should default to true 2024-08-04 19:25:29 +01:00
HTMLScriptElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLSelectElement.cpp LibWeb: Improve HTMLSelectElement spec compliance 2024-07-26 09:15:39 +01:00
HTMLSelectElement.h LibWeb: Implement selectedness algorithm 2024-07-26 09:15:39 +01:00
HTMLSelectElement.idl LibWeb: Add autocomplete property 2024-08-13 22:53:55 +01:00
HTMLSlotElement.cpp LibWeb: Make HTMLSlotElement::assigned_{elements,nodes} methods const 2024-05-07 16:45:28 -06:00
HTMLSlotElement.h LibWeb: Make HTMLSlotElement::assigned_{elements,nodes} methods const 2024-05-07 16:45:28 -06:00
HTMLSlotElement.idl
HTMLSourceElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLSourceElement.h
HTMLSourceElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLSpanElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLSpanElement.h
HTMLSpanElement.idl
HTMLStyleElement.cpp LibWeb: Use correct scope when removing style sheet inside a shadow tree 2024-07-23 11:12:18 +02:00
HTMLStyleElement.h LibWeb: Implement HTMLStyleElement.disabled 2024-06-22 14:57:47 +02:00
HTMLStyleElement.idl LibWeb: Implement HTMLStyleElement.disabled 2024-06-22 14:57:47 +02:00
HTMLSummaryElement.cpp
HTMLSummaryElement.h
HTMLTableCaptionElement.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
HTMLTableCaptionElement.h
HTMLTableCaptionElement.idl
HTMLTableCellElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLTableCellElement.h LibWeb: Implement HTMLTableCellElement.cellIndex 2024-08-07 00:53:38 +01:00
HTMLTableCellElement.idl LibWeb: Implement HTMLTableCellElement.cellIndex 2024-08-07 00:53:38 +01:00
HTMLTableColElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLTableColElement.h
HTMLTableColElement.idl
HTMLTableElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLTableElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLTableElement.idl
HTMLTableRowElement.cpp LibWeb: Rename CSSColorValue::create() to create_from_color() 2024-08-21 10:51:48 +01:00
HTMLTableRowElement.h
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLTableSectionElement.h
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp LibWeb: Update DOM cloning algorithm for declarative shadow DOM 2024-06-25 19:22:35 +02:00
HTMLTemplateElement.h LibWeb: Update DOM cloning algorithm for declarative shadow DOM 2024-06-25 19:22:35 +02:00
HTMLTemplateElement.idl LibWeb: Add HTMLTemplateElement IDL attrs for declarative shadow DOM 2024-06-25 19:22:35 +02:00
HTMLTextAreaElement.cpp LibWeb: Also invalidate placeholder style on focus change 2024-08-04 10:38:09 +02:00
HTMLTextAreaElement.h LibWeb: Move the navigable's cursor position to be owned by the document 2024-08-02 18:40:39 +02:00
HTMLTextAreaElement.idl LibWeb: Add autocomplete property 2024-08-13 22:53:55 +01:00
HTMLTimeElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLTimeElement.h
HTMLTimeElement.idl
HTMLTitleElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLTitleElement.h
HTMLTitleElement.idl
HTMLTrackElement.cpp LibWeb: Implement HTMLTrackElement.readyState 2024-08-06 07:57:33 +01:00
HTMLTrackElement.h LibWeb: Implement HTMLTrackElement.readyState 2024-08-06 07:57:33 +01:00
HTMLTrackElement.idl LibWeb: Change attribute type to USVString where applicable 2024-08-17 07:45:00 +02:00
HTMLUListElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLUListElement.h
HTMLUListElement.idl
HTMLUnknownElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
HTMLUnknownElement.h
HTMLUnknownElement.idl
HTMLVideoElement.cpp LibWeb: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
HTMLVideoElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
HTMLVideoElement.idl LibWeb: Implement the width and height attributes where missing 2024-05-21 19:28:43 +02:00
ImageBitmap.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
ImageBitmap.h
ImageBitmap.idl
ImageData.cpp LibWeb: Make new ImageData() use unpremultiplied color data 2024-08-20 20:39:09 +02:00
ImageData.h
ImageData.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
ImageRequest.cpp LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
ImageRequest.h LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
LazyLoadingElement.h
ListOfAvailableImages.cpp
ListOfAvailableImages.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
Location.cpp LibWeb: Add setter implementation for location.search 2024-08-21 10:52:19 +01:00
Location.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
Location.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
MediaError.cpp
MediaError.h
MediaError.idl
MessageChannel.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
MessageChannel.h
MessageChannel.idl
MessageEvent.cpp LibWeb: Implement MessageEvent.initMessageEvent 2024-07-10 10:28:43 +02:00
MessageEvent.h LibWeb: Implement MessageEvent.initMessageEvent 2024-07-10 10:28:43 +02:00
MessageEvent.idl LibWeb: Implement MessageEvent.initMessageEvent 2024-07-10 10:28:43 +02:00
MessagePort.cpp LibWeb: Account for header size when reading MessagePort message payload 2024-08-01 11:39:43 +02:00
MessagePort.h Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00
MessagePort.idl
MimeType.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
MimeType.h
MimeType.idl
MimeTypeArray.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
MimeTypeArray.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
MimeTypeArray.idl
Navigable.cpp LibWeb: Move m_needs_repaint and record_display_list() in Document 2024-08-19 18:57:20 +02:00
Navigable.h LibWeb: Reuse display list across repaints 2024-08-19 18:57:20 +02:00
NavigableContainer.cpp LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
NavigableContainer.h LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
NavigateEvent.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
NavigateEvent.h
NavigateEvent.idl
Navigation.cpp LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
Navigation.h LibWeb: Move consume history-action user activation to Window 2024-05-29 21:30:15 +02:00
Navigation.idl
NavigationCurrentEntryChangeEvent.cpp
NavigationCurrentEntryChangeEvent.h
NavigationCurrentEntryChangeEvent.idl
NavigationDestination.cpp
NavigationDestination.h
NavigationDestination.idl
NavigationHistoryEntry.cpp
NavigationHistoryEntry.h
NavigationHistoryEntry.idl
NavigationParams.cpp LibWeb: Make HTML::Environment a GC-allocated type 2024-04-24 17:04:43 +02:00
NavigationParams.h LibWeb: Make NavigationParams be GC-allocated 2024-04-22 17:10:11 +02:00
NavigationTransition.cpp
NavigationTransition.h
NavigationTransition.idl
NavigationType.h
NavigationType.idl
Navigator.cpp LibWeb: Implement Navigator.doNotTrack 2024-07-04 16:42:34 +02:00
Navigator.h LibWeb: Implement NavigatorStorage mixin interface 2024-08-16 11:22:09 -04:00
Navigator.idl LibWeb: Implement NavigatorStorage mixin interface 2024-08-16 11:22:09 -04:00
NavigatorBeacon.cpp LibWeb: Use keepalive maximum size in NavigatorBeacon 2024-08-11 20:07:10 +01: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
NavigatorID.cpp LibWeb: Support Gecko and WebKit navigator compatibility modes 2024-07-05 07:14:03 +02:00
NavigatorID.h LibWeb: Support Gecko and WebKit navigator compatibility modes 2024-07-05 07:14:03 +02:00
NavigatorID.idl
NavigatorLanguage.h LibWeb: Make preferred languages configurable 2024-07-25 11:38:59 +01:00
NavigatorLanguage.idl
NavigatorOnLine.h
NavigatorOnLine.idl
Numbers.cpp
Numbers.h
Origin.cpp
Origin.h
PageTransitionEvent.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
PageTransitionEvent.h
PageTransitionEvent.idl
Path2D.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
Path2D.h LibGfx: Rename Path => DeprecatedPath 2024-08-20 09:30:05 +02:00
Path2D.idl
Plugin.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
Plugin.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
Plugin.idl
PluginArray.cpp Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
PluginArray.h Bindings: Implement is_supported_property_index in terms of item_value 2024-07-26 14:26:16 +02:00
PluginArray.idl
PolicyContainers.cpp
PolicyContainers.h LibWeb: Implement EmbedderPolicy struct 2024-07-10 07:03:37 +02:00
PopStateEvent.cpp
PopStateEvent.h
PopStateEvent.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
POSTResource.h
PotentialCORSRequest.cpp
PotentialCORSRequest.h
PromiseRejectionEvent.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
PromiseRejectionEvent.h
PromiseRejectionEvent.idl
SandboxingFlagSet.h
ScrollOptions.h LibWeb: Add AO for "normalize non-finite values" 2024-05-07 17:21:52 -06:00
SelectedFile.cpp LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
SelectedFile.h
SelectItem.cpp
SelectItem.h
SessionHistoryEntry.cpp
SessionHistoryEntry.h
SessionHistoryTraversalQueue.cpp LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
SessionHistoryTraversalQueue.h LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
SharedResourceRequest.cpp LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
SharedResourceRequest.h LibWeb: Rename SharedImageRequest to SharedResourceRequest 2024-08-05 11:26:41 +02:00
SourceSet.cpp LibWeb: Avoid division by zero in SourceSet width descriptor calculation 2024-08-08 12:20:04 +02:00
SourceSet.h
SourceSnapshotParams.h
Storage.cpp Bindings: Remove exception handling for named_item_value 2024-07-26 14:26:16 +02:00
Storage.h Bindings: Remove exception handling for named_item_value 2024-07-26 14:26:16 +02:00
Storage.idl
StructuredSerialize.cpp
StructuredSerialize.h
SubmitEvent.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
SubmitEvent.h
SubmitEvent.idl
TagNames.cpp
TagNames.h
TextMetrics.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
TextMetrics.h
TextMetrics.idl
TextTrack.cpp LibWeb/HTML: Implement TextTrack.mode 2024-07-26 09:30:19 +02:00
TextTrack.h LibWeb/HTML: Add readiness state to TextTrack 2024-07-26 09:30:19 +02:00
TextTrack.idl LibWeb/HTML: Implement TextTrack.mode 2024-07-26 09:30:19 +02:00
TextTrackList.cpp LibWeb/HTML: Implement TextTrackList IDL interface 2024-07-06 11:41:13 +02:00
TextTrackList.h LibWeb/HTML: Implement TextTrackList IDL interface 2024-07-06 11:41:13 +02:00
TextTrackList.idl LibWeb/HTML: Implement TextTrackList IDL interface 2024-07-06 11:41:13 +02:00
Timer.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
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-08-05 09:12:07 +02:00
TokenizedFeatures.cpp LibWeb: Move window.open TokenizedFeature parsing into its own file 2024-05-30 16:16:33 -04:00
TokenizedFeatures.h LibWeb: Move window.open TokenizedFeature parsing into its own file 2024-05-30 16:16:33 -04:00
TrackEvent.cpp LibWeb: Allow TrackEvent track to be a TextTrack 2024-07-06 11:41:13 +02:00
TrackEvent.h LibWeb: Allow TrackEvent track to be a TextTrack 2024-07-06 11:41:13 +02:00
TrackEvent.idl LibWeb: Allow TrackEvent track to be a TextTrack 2024-07-06 11:41:13 +02:00
TraversableNavigable.cpp LibWeb: Reuse display list across repaints 2024-08-19 18:57:20 +02:00
TraversableNavigable.h LibWeb: Use HeapFunction directly in SessionHistoryTraversalQueue 2024-08-18 11:15:08 +02:00
UserActivation.cpp LibWeb: Implement UserActivation 2024-05-29 09:32:59 -06:00
UserActivation.h LibWeb: Implement UserActivation 2024-05-29 09:32:59 -06:00
UserActivation.idl LibWeb: Implement UserActivation 2024-05-29 09:32:59 -06:00
ValidityState.cpp LibWeb: Run clang-format 2024-06-16 15:30:28 -04:00
ValidityState.h LibWeb: Run clang-format 2024-06-16 15:30:28 -04:00
ValidityState.idl LibWeb: Add stub for ValidityState 2024-06-09 10:13:32 +02:00
VideoTrack.cpp LibWeb: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
VideoTrack.h LibWeb: Prefix AK::Duration with AK Namespace 2024-07-18 09:43:38 +01:00
VideoTrack.idl
VideoTrackList.cpp LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 2024-04-26 12:21:57 -04:00
VideoTrackList.h LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 2024-04-26 12:21:57 -04:00
VideoTrackList.idl
VisibilityState.h
WebViewHints.cpp LibWeb: Parse TokenizedFeatures from window.open 2024-05-30 16:16:33 -04:00
WebViewHints.h LibWeb: Parse TokenizedFeatures from window.open 2024-05-30 16:16:33 -04:00
Window.cpp LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 2024-08-15 13:58:38 +01:00
Window.h LibWeb: Make requestAnimationFrame() callback IDs sequential 2024-08-05 09:12:07 +02:00
Window.idl LibWeb: Implement a minimal version of Window.find() 2024-06-27 10:09:39 +02:00
WindowEventHandlers.cpp
WindowEventHandlers.h
WindowLocalStorage.idl
WindowOrWorkerGlobalScope.cpp LibWeb: Implement Blob::bytes() 2024-07-26 10:21:32 +02:00
WindowOrWorkerGlobalScope.h LibWeb: Add initial implementation of global.reportError() 2024-07-07 13:53:01 +01:00
WindowOrWorkerGlobalScope.idl LibWeb: Add initial implementation of global.reportError() 2024-07-07 13:53:01 +01:00
WindowProxy.cpp LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls 2024-05-04 21:42:59 +02:00
WindowProxy.h LibJS: Add PropertyLookupPhase enum to distinguish Object [[Get]] calls 2024-05-04 21:42:59 +02:00
WindowSessionStorage.idl
Worker.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
Worker.h
Worker.idl
WorkerAgent.cpp Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00
WorkerAgent.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
WorkerDebugConsoleClient.cpp LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated 2024-04-21 09:12:25 +02:00
WorkerDebugConsoleClient.h LibJS: Make JS::Cell a Weakable 2024-05-04 21:42:59 +02:00
WorkerGlobalScope.cpp LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
WorkerGlobalScope.h LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
WorkerGlobalScope.idl LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00
WorkerLocation.cpp LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00
WorkerLocation.h LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00
WorkerLocation.idl
WorkerNavigator.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
WorkerNavigator.h LibWeb: Implement NavigatorStorage mixin interface 2024-08-16 11:22:09 -04:00
WorkerNavigator.idl LibWeb: Implement NavigatorStorage mixin interface 2024-08-16 11:22:09 -04:00