..
EventLoop
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
2021-10-05 18:51:39 +02:00
Parser
LibWeb: Implement Attribute closer to the spec and with an IDL file
2021-10-17 13:51:10 +01:00
Scripting
LibWeb: Don't attempt to run unparsed scripts
2021-09-18 01:39:59 +02:00
SyntaxHighlighter
LibWeb: Syntax-highlight CSS within HTML :^)
2021-10-23 19:07:44 +02:00
AttributeNames.cpp
AttributeNames.h
Everywhere: Behaviour => Behavior
2021-09-07 13:53:14 +02:00
BrowsingContextContainer.cpp
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
2021-09-12 02:13:28 +02:00
BrowsingContextContainer.h
LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"
2021-05-31 16:25:13 +02:00
CanvasRenderingContext2D.cpp
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
2021-09-21 16:53:46 +02:00
CanvasRenderingContext2D.h
CanvasRenderingContext2D.idl
CloseEvent.h
LibWeb: Add the missing CloseEvent IDL constructor
2021-10-01 20:14:45 +02:00
CloseEvent.idl
LibWeb: Add the missing CloseEvent IDL constructor
2021-10-01 20:14:45 +02:00
DocumentReadyState.h
LibWeb: Store HTML document ready state as an enum
2021-09-26 12:47:51 +02:00
DOMParser.cpp
LibWeb: Rename HTMLDocumentParser => HTMLParser
2021-09-25 23:36:43 +02:00
DOMParser.h
LibWeb: Add DOMParser
2021-07-05 12:39:46 +02:00
DOMParser.idl
LibWeb: Add DOMParser
2021-07-05 12:39:46 +02:00
DOMStringMap.cpp
LibWeb: Add support for HTMLOrSVGElement.dataset
2021-09-26 18:59:56 +02:00
DOMStringMap.h
LibWeb: Add support for HTMLOrSVGElement.dataset
2021-09-26 18:59:56 +02:00
DOMStringMap.idl
LibWeb: Add support for HTMLOrSVGElement.dataset
2021-09-26 18:59:56 +02:00
EventHandler.h
LibJS: Rename Function => FunctionObject
2021-06-27 22:36:04 +02:00
EventNames.cpp
EventNames.h
FormAssociatedElement.cpp
FormAssociatedElement.h
GlobalEventHandlers.cpp
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
2021-09-25 17:51:30 +02:00
GlobalEventHandlers.h
LibWeb: Move onfoo
attribute handling to EventTarget
2021-09-19 01:43:27 +02:00
History.cpp
LibWeb: Add the History object and stub pushState and replaceState
2021-09-12 01:41:44 +02:00
History.h
LibWeb: Add the History object and stub pushState and replaceState
2021-09-12 01:41:44 +02:00
History.idl
LibWeb: Add the History object and stub pushState and replaceState
2021-09-12 01:41:44 +02:00
HTMLAnchorElement.cpp
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
2021-10-03 21:31:46 +02:00
HTMLAnchorElement.h
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
2021-10-03 21:31:46 +02:00
HTMLAnchorElement.idl
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
2021-10-03 21:31:46 +02:00
HTMLAreaElement.cpp
LibWeb: Run clang-format on HTMLAreaElement.cpp
2021-10-03 21:40:37 +01:00
HTMLAreaElement.h
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
2021-10-03 21:31:46 +02:00
HTMLAreaElement.idl
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
2021-10-03 21:31:46 +02:00
HTMLAudioElement.cpp
HTMLAudioElement.h
HTMLAudioElement.idl
HTMLBaseElement.cpp
HTMLBaseElement.h
HTMLBaseElement.idl
HTMLBlinkElement.cpp
LibWeb: Remove unused header includes
2021-08-01 08:10:16 +02:00
HTMLBlinkElement.h
HTMLBodyElement.cpp
LibWeb: Move image resource request out of ImageStyleValue constructor
2021-10-23 11:42:24 +02:00
HTMLBodyElement.h
HTMLBodyElement.idl
HTMLBRElement.cpp
LibWeb: Start work towards modern CSS "display" values
2021-10-06 19:12:52 +02:00
HTMLBRElement.h
HTMLBRElement.idl
HTMLButtonElement.cpp
HTMLButtonElement.h
HTMLButtonElement.idl
HTMLCanvasElement.cpp
LibWeb: Start work towards modern CSS "display" values
2021-10-06 19:12:52 +02:00
HTMLCanvasElement.h
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: Make CSS layout lazier
2021-10-06 17:14:22 +02:00
HTMLElement.h
LibWeb: Support HTMLElement.offset{Width,Height}
2021-09-30 01:35:19 +02:00
HTMLElement.idl
LibWeb: Support HTMLElement.offset{Width,Height}
2021-09-30 01:35:19 +02:00
HTMLEmbedElement.cpp
HTMLEmbedElement.h
HTMLEmbedElement.idl
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h
HTMLFieldSetElement.idl
HTMLFontElement.cpp
HTMLFontElement.h
HTMLFontElement.idl
HTMLFormElement.cpp
LibWeb: Add the missing SubmitEvent IDL constructor
2021-10-01 20:14:45 +02: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
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
2021-10-27 17:58:57 +02:00
HTMLHtmlElement.idl
HTMLHyperlinkElementUtils.cpp
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
2021-10-03 21:31:46 +02:00
HTMLHyperlinkElementUtils.h
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
2021-10-03 21:31:46 +02:00
HTMLIFrameElement.cpp
LibWeb: Implement more of "completely finish loading the document"
2021-09-26 02:25:02 +02:00
HTMLIFrameElement.h
LibWeb: Implement more of "completely finish loading the document"
2021-09-26 02:25:02 +02:00
HTMLIFrameElement.idl
HTMLImageElement.cpp
LibWeb: Update <img> style on resource load/failure
2021-10-18 10:40:30 +02:00
HTMLImageElement.h
HTMLImageElement.idl
HTMLInputElement.cpp
LibWeb: Add missing upcalls in HTMLInputElement
2021-10-12 12:17:25 +02:00
HTMLInputElement.h
HTMLInputElement.idl
HTMLLabelElement.cpp
LibWeb: Start work towards modern CSS "display" values
2021-10-06 19:12:52 +02:00
HTMLLabelElement.h
HTMLLabelElement.idl
HTMLLegendElement.cpp
HTMLLegendElement.h
HTMLLegendElement.idl
HTMLLIElement.cpp
HTMLLIElement.h
HTMLLIElement.idl
HTMLLinkElement.cpp
LibWeb: Implement the dns-prefetch and preconnect link relationships
2021-09-28 22:32:31 +02:00
HTMLLinkElement.h
LibWeb: Implement the dns-prefetch and preconnect link relationships
2021-09-28 22:32:31 +02:00
HTMLLinkElement.idl
HTMLMapElement.cpp
HTMLMapElement.h
HTMLMapElement.idl
HTMLMarqueeElement.cpp
HTMLMarqueeElement.h
HTMLMarqueeElement.idl
Everywhere: Behaviour => Behavior
2021-09-07 13:53:14 +02:00
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: Update <object> style on resource load/failure
2021-10-18 10:40:30 +02:00
HTMLObjectElement.h
HTMLObjectElement.idl
HTMLOListElement.cpp
HTMLOListElement.h
HTMLOListElement.idl
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h
HTMLOptGroupElement.idl
HTMLOptionElement.cpp
HTMLOptionElement.h
HTMLOptionElement.idl
HTMLOutputElement.cpp
HTMLOutputElement.h
HTMLOutputElement.idl
HTMLParagraphElement.cpp
HTMLParagraphElement.h
HTMLParagraphElement.idl
HTMLParamElement.cpp
HTMLParamElement.h
HTMLParamElement.idl
HTMLPictureElement.cpp
HTMLPictureElement.h
HTMLPictureElement.idl
HTMLPreElement.cpp
HTMLPreElement.h
HTMLPreElement.idl
HTMLProgressElement.cpp
HTMLProgressElement.h
HTMLProgressElement.idl
HTMLQuoteElement.cpp
HTMLQuoteElement.h
HTMLQuoteElement.idl
HTMLScriptElement.cpp
LibWeb: Remove nonsensical assignment in script-became-ready callback
2021-09-26 02:05:54 +02:00
HTMLScriptElement.h
LibWeb: Make parser <script> elements delay the document load event
2021-09-26 02:05:49 +02:00
HTMLScriptElement.idl
LibWeb: Add support HTMLScriptElement.supports
2021-09-03 23:11:58 +02:00
HTMLSelectElement.cpp
LibWeb: Add missing upcalls in HTMLSelectElement
2021-10-12 12:17:25 +02:00
HTMLSelectElement.h
HTMLSelectElement.idl
HTMLSlotElement.cpp
HTMLSlotElement.h
HTMLSlotElement.idl
HTMLSourceElement.cpp
HTMLSourceElement.h
HTMLSourceElement.idl
HTMLSpanElement.cpp
HTMLSpanElement.h
HTMLSpanElement.idl
HTMLStyleElement.cpp
LibWeb: Use W3C urls for CSSOM spec links
2021-10-15 21:05:35 +01:00
HTMLStyleElement.h
LibWeb: Use W3C urls for CSSOM spec links
2021-10-15 21:05:35 +01:00
HTMLStyleElement.idl
LibWeb: Implement HTMLStyleElement.sheet
2021-10-01 00:17:24 +01:00
HTMLTableCaptionElement.cpp
HTMLTableCaptionElement.h
HTMLTableCaptionElement.idl
HTMLTableCellElement.cpp
LibWeb: Properly handle the <td align> attribute
2021-10-28 12:53:31 +02:00
HTMLTableCellElement.h
HTMLTableCellElement.idl
HTMLTableColElement.cpp
HTMLTableColElement.h
HTMLTableColElement.idl
HTMLTableElement.cpp
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
2021-09-03 23:20:23 +02:00
HTMLTableElement.h
LibWeb: Make WrapperGenerator generate nullable wrapper types
2021-07-05 12:39:46 +02:00
HTMLTableElement.idl
HTMLTableRowElement.cpp
HTMLTableRowElement.h
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp
HTMLTableSectionElement.h
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp
LibWeb: Implement the adoption steps for <template> elements
2021-07-05 12:39:46 +02:00
HTMLTemplateElement.h
LibWeb: Add fast_is<HTMLTemplateElement>()
2021-09-16 01:39:47 +02:00
HTMLTemplateElement.idl
HTMLTextAreaElement.cpp
HTMLTextAreaElement.h
HTMLTextAreaElement.idl
HTMLTimeElement.cpp
HTMLTimeElement.h
HTMLTimeElement.idl
HTMLTitleElement.cpp
LibWeb: Rename Web::Frame to Web::BrowsingContext
2021-05-30 12:39:53 +02:00
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
LibGfx: Use "try_" prefix for static factory functions
2021-07-21 18:02:15 +02:00
ImageData.h
ImageData.idl
MessageChannel.cpp
LibWeb: Implement basic support for MessageChannel and MessagePort
2021-09-19 22:34:44 +02:00
MessageChannel.h
LibWeb: Implement basic support for MessageChannel and MessagePort
2021-09-19 22:34:44 +02:00
MessageChannel.idl
LibWeb: Implement basic support for MessageChannel and MessagePort
2021-09-19 22:34:44 +02:00
MessageEvent.h
LibWeb: Add the missing MessageEvent IDL constructor
2021-10-01 20:14:45 +02:00
MessageEvent.idl
LibWeb: Add the missing MessageEvent IDL constructor
2021-10-01 20:14:45 +02:00
MessagePort.cpp
LibWeb: Add the missing MessageEvent IDL constructor
2021-10-01 20:14:45 +02:00
MessagePort.h
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
2021-09-25 23:36:43 +02:00
MessagePort.idl
LibWeb: Implement basic support for MessageChannel and MessagePort
2021-09-19 22:34:44 +02:00
PageTransitionEvent.h
LibWeb: Add the missing PageTransitionEvent IDL constructor
2021-10-01 20:14:45 +02:00
PageTransitionEvent.idl
LibWeb: Add the missing PageTransitionEvent IDL constructor
2021-10-01 20:14:45 +02:00
PromiseRejectionEvent.h
LibWeb: Implement PromiseRejectionEvent
2021-10-11 13:30:17 +01:00
PromiseRejectionEvent.idl
LibWeb: Implement PromiseRejectionEvent
2021-10-11 13:30:17 +01:00
SubmitEvent.h
LibWeb: Add the missing SubmitEvent IDL constructor
2021-10-01 20:14:45 +02:00
SubmitEvent.idl
LibWeb: Add the missing SubmitEvent IDL constructor
2021-10-01 20:14:45 +02:00
TagNames.cpp
TagNames.h
WebSocket.cpp
LibWeb: Add the missing MessageEvent IDL constructor
2021-10-01 20:14:45 +02:00
WebSocket.h
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
2021-09-25 23:36:43 +02:00
WebSocket.idl