.. |
EventLoop
|
LibWeb: Implement the JS host hooks for promises, job callbacks and more
|
2022-02-08 17:47:44 +00:00 |
Parser
|
LibWeb: Introduce the Environment Settings Object
|
2022-02-08 17:47:44 +00:00 |
Scripting
|
LibWeb: Implement the JS host hooks for promises, job callbacks and more
|
2022-02-08 17:47:44 +00:00 |
SyntaxHighlighter
|
|
|
AttributeNames.cpp
|
|
|
AttributeNames.h
|
|
|
BrowsingContext.cpp
|
LibWeb: Implement BrowsingContext::currently_focused_area()
|
2022-02-06 22:13:13 +01:00 |
BrowsingContext.h
|
LibWeb: Implement BrowsingContext::currently_focused_area()
|
2022-02-06 22:13:13 +01:00 |
BrowsingContextContainer.cpp
|
LibWeb: Rename "frame" to "browsing_context" in various places
|
2022-02-06 16:22:58 +01:00 |
BrowsingContextContainer.h
|
LibWeb: Stop sending "load" event twice to iframes
|
2021-12-04 14:47:24 +01:00 |
CanvasGradient.cpp
|
LibWeb: Implement CanvasGradient.addColorStop() according to spec
|
2022-02-05 22:50:39 +01:00 |
CanvasGradient.h
|
LibWeb: Implement CanvasGradient.addColorStop() according to spec
|
2022-02-05 22:50:39 +01:00 |
CanvasGradient.idl
|
LibWeb: Add barebones CanvasGradient object
|
2022-02-03 22:35:13 +01:00 |
CanvasRenderingContext2D.cpp
|
LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()
|
2022-02-03 22:35:13 +01:00 |
CanvasRenderingContext2D.h
|
LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()
|
2022-02-03 22:35:13 +01:00 |
CanvasRenderingContext2D.idl
|
LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()
|
2022-02-03 22:35:13 +01:00 |
CloseEvent.h
|
|
|
CloseEvent.idl
|
|
|
DocumentReadyState.h
|
|
|
DOMParser.cpp
|
|
|
DOMParser.h
|
|
|
DOMParser.idl
|
|
|
DOMStringMap.cpp
|
|
|
DOMStringMap.h
|
|
|
DOMStringMap.idl
|
|
|
ErrorEvent.h
|
LibWeb: Implement ErrorEvent
|
2022-02-07 14:58:18 +01:00 |
ErrorEvent.idl
|
LibWeb: Implement ErrorEvent
|
2022-02-07 14:58:18 +01:00 |
EventHandler.h
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
EventNames.cpp
|
|
|
EventNames.h
|
|
|
FormAssociatedElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
FormAssociatedElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
GlobalEventHandlers.cpp
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
GlobalEventHandlers.h
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
History.cpp
|
|
|
History.h
|
|
|
History.idl
|
|
|
HTMLAnchorElement.cpp
|
|
|
HTMLAnchorElement.h
|
|
|
HTMLAnchorElement.idl
|
|
|
HTMLAreaElement.cpp
|
|
|
HTMLAreaElement.h
|
|
|
HTMLAreaElement.idl
|
|
|
HTMLAudioElement.cpp
|
|
|
HTMLAudioElement.h
|
|
|
HTMLAudioElement.idl
|
|
|
HTMLBaseElement.cpp
|
|
|
HTMLBaseElement.h
|
|
|
HTMLBaseElement.idl
|
|
|
HTMLBlinkElement.cpp
|
|
|
HTMLBlinkElement.h
|
|
|
HTMLBodyElement.cpp
|
|
|
HTMLBodyElement.h
|
|
|
HTMLBodyElement.idl
|
|
|
HTMLBRElement.cpp
|
LibWeb: Compute element style in Layout::TreeBuilder
|
2022-02-05 22:50:39 +01:00 |
HTMLBRElement.h
|
LibWeb: Compute element style in Layout::TreeBuilder
|
2022-02-05 22:50:39 +01:00 |
HTMLBRElement.idl
|
|
|
HTMLButtonElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLButtonElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLButtonElement.idl
|
|
|
HTMLCanvasElement.cpp
|
LibWeb: Compute element style in Layout::TreeBuilder
|
2022-02-05 22:50:39 +01:00 |
HTMLCanvasElement.h
|
LibWeb: Compute element style in Layout::TreeBuilder
|
2022-02-05 22:50:39 +01: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
|
|
|
HTMLElement.cpp
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
HTMLElement.h
|
LibWeb: Implement (most of) HTMLElement.focus()
|
2022-02-06 22:13:13 +01:00 |
HTMLElement.idl
|
LibWeb: Implement (most of) HTMLElement.focus()
|
2022-02-06 22:13:13 +01:00 |
HTMLEmbedElement.cpp
|
|
|
HTMLEmbedElement.h
|
|
|
HTMLEmbedElement.idl
|
|
|
HTMLFieldSetElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLFieldSetElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLFieldSetElement.idl
|
|
|
HTMLFontElement.cpp
|
|
|
HTMLFontElement.h
|
|
|
HTMLFontElement.idl
|
|
|
HTMLFormElement.cpp
|
LibWeb: Do not set Content-Length headers twice for POST requests
|
2022-02-09 14:05:07 +00:00 |
HTMLFormElement.h
|
|
|
HTMLFormElement.idl
|
|
|
HTMLFrameElement.cpp
|
|
|
HTMLFrameElement.h
|
|
|
HTMLFrameElement.idl
|
|
|
HTMLFrameSetElement.cpp
|
|
|
HTMLFrameSetElement.h
|
|
|
HTMLFrameSetElement.idl
|
|
|
HTMLHeadElement.cpp
|
|
|
HTMLHeadElement.h
|
|
|
HTMLHeadElement.idl
|
|
|
HTMLHeadingElement.cpp
|
|
|
HTMLHeadingElement.h
|
|
|
HTMLHeadingElement.idl
|
|
|
HTMLHRElement.cpp
|
|
|
HTMLHRElement.h
|
|
|
HTMLHRElement.idl
|
|
|
HTMLHtmlElement.cpp
|
|
|
HTMLHtmlElement.h
|
|
|
HTMLHtmlElement.idl
|
|
|
HTMLHyperlinkElementUtils.cpp
|
|
|
HTMLHyperlinkElementUtils.h
|
|
|
HTMLIFrameElement.cpp
|
LibWeb: Compute element style in Layout::TreeBuilder
|
2022-02-05 22:50:39 +01:00 |
HTMLIFrameElement.h
|
LibWeb: Compute element style in Layout::TreeBuilder
|
2022-02-05 22:50:39 +01:00 |
HTMLIFrameElement.idl
|
|
|
HTMLImageElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLImageElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLImageElement.idl
|
|
|
HTMLInputElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLInputElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLInputElement.idl
|
|
|
HTMLLabelElement.cpp
|
LibWeb: Compute element style in Layout::TreeBuilder
|
2022-02-05 22:50:39 +01:00 |
HTMLLabelElement.h
|
LibWeb: Compute element style in Layout::TreeBuilder
|
2022-02-05 22:50:39 +01:00 |
HTMLLabelElement.idl
|
|
|
HTMLLegendElement.cpp
|
|
|
HTMLLegendElement.h
|
|
|
HTMLLegendElement.idl
|
|
|
HTMLLIElement.cpp
|
|
|
HTMLLIElement.h
|
|
|
HTMLLIElement.idl
|
|
|
HTMLLinkElement.cpp
|
LibWeb: Make HTMLLinkElement responsible for its own loading
|
2021-11-18 21:11:19 +01:00 |
HTMLLinkElement.h
|
LibWeb: Make HTMLLinkElement responsible for its own loading
|
2021-11-18 21:11:19 +01:00 |
HTMLLinkElement.idl
|
|
|
HTMLMapElement.cpp
|
|
|
HTMLMapElement.h
|
|
|
HTMLMapElement.idl
|
|
|
HTMLMarqueeElement.cpp
|
|
|
HTMLMarqueeElement.h
|
|
|
HTMLMarqueeElement.idl
|
|
|
HTMLMediaElement.cpp
|
|
|
HTMLMediaElement.h
|
|
|
HTMLMediaElement.idl
|
|
|
HTMLMenuElement.cpp
|
|
|
HTMLMenuElement.h
|
|
|
HTMLMenuElement.idl
|
|
|
HTMLMetaElement.cpp
|
|
|
HTMLMetaElement.h
|
|
|
HTMLMetaElement.idl
|
|
|
HTMLMeterElement.cpp
|
|
|
HTMLMeterElement.h
|
|
|
HTMLMeterElement.idl
|
|
|
HTMLModElement.cpp
|
|
|
HTMLModElement.h
|
|
|
HTMLModElement.idl
|
|
|
HTMLObjectElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLObjectElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLObjectElement.idl
|
|
|
HTMLOListElement.cpp
|
|
|
HTMLOListElement.h
|
|
|
HTMLOListElement.idl
|
|
|
HTMLOptGroupElement.cpp
|
|
|
HTMLOptGroupElement.h
|
|
|
HTMLOptGroupElement.idl
|
|
|
HTMLOptionElement.cpp
|
|
|
HTMLOptionElement.h
|
|
|
HTMLOptionElement.idl
|
|
|
HTMLOutputElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLOutputElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00: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
|
LibWeb: Introduce the Environment Settings Object
|
2022-02-08 17:47:44 +00:00 |
HTMLScriptElement.h
|
|
|
HTMLScriptElement.idl
|
|
|
HTMLSelectElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLSelectElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLSelectElement.idl
|
|
|
HTMLSlotElement.cpp
|
|
|
HTMLSlotElement.h
|
|
|
HTMLSlotElement.idl
|
|
|
HTMLSourceElement.cpp
|
|
|
HTMLSourceElement.h
|
|
|
HTMLSourceElement.idl
|
|
|
HTMLSpanElement.cpp
|
|
|
HTMLSpanElement.h
|
|
|
HTMLSpanElement.idl
|
|
|
HTMLStyleElement.cpp
|
|
|
HTMLStyleElement.h
|
|
|
HTMLStyleElement.idl
|
|
|
HTMLTableCaptionElement.cpp
|
|
|
HTMLTableCaptionElement.h
|
|
|
HTMLTableCaptionElement.idl
|
|
|
HTMLTableCellElement.cpp
|
|
|
HTMLTableCellElement.h
|
|
|
HTMLTableCellElement.idl
|
|
|
HTMLTableColElement.cpp
|
|
|
HTMLTableColElement.h
|
|
|
HTMLTableColElement.idl
|
|
|
HTMLTableElement.cpp
|
LibWeb: Fix null-deref in <table> delete_row with index = -1 and no rows
|
2021-12-21 13:51:15 -08:00 |
HTMLTableElement.h
|
|
|
HTMLTableElement.idl
|
|
|
HTMLTableRowElement.cpp
|
|
|
HTMLTableRowElement.h
|
|
|
HTMLTableRowElement.idl
|
|
|
HTMLTableSectionElement.cpp
|
|
|
HTMLTableSectionElement.h
|
|
|
HTMLTableSectionElement.idl
|
|
|
HTMLTemplateElement.cpp
|
|
|
HTMLTemplateElement.h
|
|
|
HTMLTemplateElement.idl
|
|
|
HTMLTextAreaElement.cpp
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLTextAreaElement.h
|
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
2022-02-08 17:47:44 +00:00 |
HTMLTextAreaElement.idl
|
|
|
HTMLTimeElement.cpp
|
|
|
HTMLTimeElement.h
|
|
|
HTMLTimeElement.idl
|
|
|
HTMLTitleElement.cpp
|
|
|
HTMLTitleElement.h
|
|
|
HTMLTitleElement.idl
|
|
|
HTMLTrackElement.cpp
|
|
|
HTMLTrackElement.h
|
|
|
HTMLTrackElement.idl
|
|
|
HTMLUListElement.cpp
|
|
|
HTMLUListElement.h
|
|
|
HTMLUListElement.idl
|
|
|
HTMLUnknownElement.cpp
|
|
|
HTMLUnknownElement.h
|
|
|
HTMLUnknownElement.idl
|
|
|
HTMLVideoElement.cpp
|
|
|
HTMLVideoElement.h
|
|
|
HTMLVideoElement.idl
|
|
|
ImageData.cpp
|
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
|
2022-02-08 09:12:42 +00:00 |
ImageData.h
|
|
|
ImageData.idl
|
|
|
MessageChannel.cpp
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
MessageChannel.h
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
MessageChannel.idl
|
|
|
MessageEvent.h
|
|
|
MessageEvent.idl
|
|
|
MessagePort.cpp
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
MessagePort.h
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
MessagePort.idl
|
|
|
PageTransitionEvent.h
|
|
|
PageTransitionEvent.idl
|
|
|
PromiseRejectionEvent.h
|
|
|
PromiseRejectionEvent.idl
|
|
|
Storage.cpp
|
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
|
2022-02-08 21:53:20 +01:00 |
Storage.h
|
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
|
2022-02-08 21:53:20 +01:00 |
Storage.idl
|
LibWeb: Add Storage interface and window.localStorage
|
2022-02-08 21:53:20 +01:00 |
SubmitEvent.h
|
|
|
SubmitEvent.idl
|
|
|
TagNames.cpp
|
|
|
TagNames.h
|
|
|
TextMetrics.cpp
|
LibWeb: Implement CanvasRenderingContext2D.measureText
|
2022-01-04 22:41:07 +00:00 |
TextMetrics.h
|
LibWeb: Implement CanvasRenderingContext2D.measureText
|
2022-01-04 22:41:07 +00:00 |
TextMetrics.idl
|
LibWeb: Implement CanvasRenderingContext2D.measureText
|
2022-01-04 22:41:07 +00:00 |
WebSocket.cpp
|
LibWeb: Add support for 'arraybuffer' message types on WebSockets
|
2022-02-12 12:16:02 +01:00 |
WebSocket.h
|
LibWeb: Rewrite EventTarget to more closely match the spec
|
2022-02-08 17:47:44 +00:00 |
WebSocket.idl
|
|
|
WorkerGlobalScope.cpp
|
LibWeb: Add initial implementation for WorkerGlobalScope
|
2022-02-09 17:21:05 +01:00 |
WorkerGlobalScope.h
|
LibWeb: Add initial implementation for WorkerGlobalScope
|
2022-02-09 17:21:05 +01:00 |
WorkerGlobalScope.idl
|
LibWeb: Add initial implementation for WorkerGlobalScope
|
2022-02-09 17:21:05 +01:00 |
WorkerLocation.cpp
|
LibWeb: Add initial implementation for WorkerGlobalScope
|
2022-02-09 17:21:05 +01:00 |
WorkerLocation.h
|
LibWeb: Add initial implementation for WorkerGlobalScope
|
2022-02-09 17:21:05 +01:00 |
WorkerLocation.idl
|
LibWeb: Add initial implementation for WorkerGlobalScope
|
2022-02-09 17:21:05 +01:00 |
WorkerNavigator.h
|
LibWeb: Add initial implementation for WorkerGlobalScope
|
2022-02-09 17:21:05 +01:00 |
WorkerNavigator.idl
|
LibWeb: Add initial implementation for WorkerGlobalScope
|
2022-02-09 17:21:05 +01:00 |