MacDue 0265041d44 LibWeb: Fix ::-webkit-progress-bar/value pseudo elements 2 роки тому
..
Canvas f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
CrossOrigin f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
EventLoop 32ad939e44 LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h 2 роки тому
Parser 32ad939e44 LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h 2 роки тому
Scripting 19494b436b LibWeb: Fix unsafe capture in fetch_external_module_script_graph() 2 роки тому
SyntaxHighlighter 6f71516409 LibWeb: Syntax-highlight CSS within HTML :^) 3 роки тому
AnimationFrameCallbackDriver.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 роки тому
AttributeNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 роки тому
AttributeNames.h 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 роки тому
BrowsingContext.cpp 1c12f5c31d LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted 2 роки тому
BrowsingContext.h 1c12f5c31d LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted 2 роки тому
BrowsingContextContainer.cpp 1c12f5c31d LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted 2 роки тому
BrowsingContextContainer.h 1c12f5c31d LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted 2 роки тому
BrowsingContextGroup.cpp 8ead228202 LibWeb: Implement "browsing context group" concept from the HTML spec 2 роки тому
BrowsingContextGroup.h 8ead228202 LibWeb: Implement "browsing context group" concept from the HTML spec 2 роки тому
CanvasGradient.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
CanvasGradient.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object 3 роки тому
CanvasRenderingContext2D.cpp fb21271334 LibWeb: Replace incorrect uses of AK::is_ascii_space() 2 роки тому
CanvasRenderingContext2D.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
CanvasRenderingContext2D.idl 8cfb0d4514 LibWeb: Add fixmes for other missing CRC2D mixins 3 роки тому
CloseEvent.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
CloseEvent.h 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
CloseEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 роки тому
DOMParser.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
DOMParser.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
DOMParser.idl 10581cfaeb LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString 3 роки тому
DOMStringMap.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
DOMStringMap.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 роки тому
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset 3 роки тому
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum 3 роки тому
ErrorEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
ErrorEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
ErrorEvent.idl 11eedc309a LibWeb: Implement ErrorEvent 3 роки тому
EventHandler.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
EventHandler.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 роки тому
EventNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 роки тому
EventNames.h 42b8656db3 LibWeb: Flesh out "document visibility" state a bit more 2 роки тому
FormAssociatedElement.cpp c85fcd442f LibWeb: Check all <fieldset> ancestors in FormAssociatedElement::enabled 2 роки тому
FormAssociatedElement.h 173dcfb7cb Everywhere: Fix a bunch of typos 3 роки тому
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 роки тому
GlobalEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 роки тому
HTMLAnchorElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLAnchorElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLAnchorElement.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 роки тому
HTMLAreaElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLAreaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLAreaElement.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 роки тому
HTMLAudioElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLAudioElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLAudioElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLBRElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLBRElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLBRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLBaseElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLBaseElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLBaseElement.idl 0a989d1bfd LibWeb: Implement HTMLBaseElement.href 3 роки тому
HTMLBlinkElement.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 роки тому
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLBodyElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLBodyElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLBodyElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 роки тому
HTMLButtonElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLButtonElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLButtonElement.idl 29f9947ff9 LibWeb: Implement HTMLButtonElement.type 3 роки тому
HTMLCanvasElement.cpp beb3519a49 LibWeb: Remove unecessary dependence on Window from WebGL and WebSocket 2 роки тому
HTMLCanvasElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLCanvasElement.idl 58f882200c LibWeb: Add the ability to retrieve a WebGL context from getContext 3 роки тому
HTMLDListElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLDListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLDListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLDataElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLDataElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLDataElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLDataListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLDataListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLDataListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLDetailsElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLDetailsElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLDetailsElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLDialogElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLDialogElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLDialogElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLDirectoryElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLDirectoryElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLDirectoryElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLDivElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLDivElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLDivElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLElement.cpp a0d5724a58 LibWeb: Add initial implementation of Element.blur() 2 роки тому
HTMLElement.h a0d5724a58 LibWeb: Add initial implementation of Element.blur() 2 роки тому
HTMLElement.idl a0d5724a58 LibWeb: Add initial implementation of Element.blur() 2 роки тому
HTMLEmbedElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLEmbedElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLEmbedElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLFieldSetElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLFieldSetElement.h 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 роки тому
HTMLFieldSetElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLFontElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLFontElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLFontElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLFormElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLFormElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLFormElement.idl fa17776a51 LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length 3 роки тому
HTMLFrameElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLFrameElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLFrameElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLFrameSetElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLFrameSetElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLFrameSetElement.idl 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 роки тому
HTMLHRElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLHRElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLHRElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLHeadElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLHeadElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLHeadElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLHeadingElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLHeadingElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLHeadingElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLHtmlElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLHtmlElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLHtmlElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLHyperlinkElementUtils.cpp aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 роки тому
HTMLHyperlinkElementUtils.h aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 роки тому
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin 3 роки тому
HTMLIFrameElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLIFrameElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLIFrameElement.idl 2801ddfa76 LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow 3 роки тому
HTMLImageElement.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 роки тому
HTMLImageElement.h 0455af4441 LibWeb: Implement HTMLImageElement.complete 2 роки тому
HTMLImageElement.idl 0455af4441 LibWeb: Implement HTMLImageElement.complete 2 роки тому
HTMLInputElement.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 роки тому
HTMLInputElement.h 636602a54e LibWeb: Implement <input type=file> behavior 2 роки тому
HTMLInputElement.idl 636602a54e LibWeb: Implement <input type=file> behavior 2 роки тому
HTMLLIElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLLIElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLLIElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLLabelElement.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 роки тому
HTMLLabelElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLLabelElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLLegendElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLLegendElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLLegendElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLLinkElement.cpp b86c264975 LibWeb: Replace incorrect uses of split_view() for whitespace splitting 2 роки тому
HTMLLinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLLinkElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLMapElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLMapElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLMapElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLMarqueeElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLMarqueeElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLMarqueeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLMediaElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLMediaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLMediaElement.idl a2e6abe159 LibWeb: Add HTMLMediaElement.canPlayType() 3 роки тому
HTMLMenuElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLMenuElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLMenuElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLMetaElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLMetaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLMetaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLMeterElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLMeterElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLMeterElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLModElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLModElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLModElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLOListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLOListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLOListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLObjectElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLObjectElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLObjectElement.idl 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 роки тому
HTMLOptGroupElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLOptGroupElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLOptGroupElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLOptionElement.cpp 7760c00714 LibWeb: Move strip_and_collapse_whitespace() to Infra/ 2 роки тому
HTMLOptionElement.h 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 роки тому
HTMLOptionElement.idl 00099a8ade LibWeb: Bring HTMLOptionElement closer to spec 3 роки тому
HTMLOptionsCollection.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLOptionsCollection.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 роки тому
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() 3 роки тому
HTMLOutputElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLOutputElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLOutputElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLParagraphElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLParagraphElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLParagraphElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLParamElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLParamElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLParamElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLPictureElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLPictureElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLPictureElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLPreElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLPreElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLPreElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLProgressElement.cpp 0265041d44 LibWeb: Fix ::-webkit-progress-bar/value pseudo elements 2 роки тому
HTMLProgressElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLProgressElement.idl 21e353980f LibWeb: Add basic implementation of progress bar element 3 роки тому
HTMLQuoteElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLQuoteElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLQuoteElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLScriptElement.cpp 102e02d336 LibWeb: Use DOM manipulation task source for <script> src parsing errors 2 роки тому
HTMLScriptElement.h 0823a3c422 BindingsGenerator+LibWeb: Pass a VM to static IDL-based functions 2 роки тому
HTMLScriptElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLSelectElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLSelectElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 роки тому
HTMLSelectElement.idl 27eb70cbba LibWeb: Implement HTMLSelectElement.add() 3 роки тому
HTMLSlotElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLSlotElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLSlotElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLSourceElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLSourceElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLSourceElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLSpanElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLSpanElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLSpanElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLStyleElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLStyleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLStyleElement.idl 899fa30bdd LibWeb: Extract the LinkStyle IDL mixin 3 роки тому
HTMLTableCaptionElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTableCaptionElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTableCaptionElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLTableCellElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTableCellElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTableCellElement.idl bc4974648c LibWeb: Add HTMLTableCellElement::rowSpan 3 роки тому
HTMLTableColElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTableColElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTableColElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLTableElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTableElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 роки тому
HTMLTableElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLTableRowElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTableRowElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTableRowElement.idl c8bdac8736 LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex} 3 роки тому
HTMLTableSectionElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTableSectionElement.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 роки тому
HTMLTableSectionElement.idl cc2e08d9e9 LibWeb: Implement HTMLTableSectionElement::deleteRow() 3 роки тому
HTMLTemplateElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLTemplateElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTemplateElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLTextAreaElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTextAreaElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTextAreaElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLTimeElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTimeElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTimeElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLTitleElement.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
HTMLTitleElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTitleElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLTrackElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLTrackElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLTrackElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLUListElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLUListElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLUListElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLUnknownElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLUnknownElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLUnknownElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
HTMLVideoElement.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
HTMLVideoElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
HTMLVideoElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
History.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
History.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
History.idl 1927600852 LibWeb: Add the History object and stub pushState and replaceState 3 роки тому
HistoryHandlingBehavior.h 5a500827b8 LibWeb: Move HistoryHandlingBehavior enum to its own header 2 роки тому
ImageData.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
ImageData.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
ImageData.idl 13d7c09125 Libraries: Move to Userland/Libraries/ 4 роки тому
MessageChannel.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
MessageChannel.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
MessageChannel.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 роки тому
MessageEvent.cpp 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
MessageEvent.h 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 роки тому
MessageEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 роки тому
MessagePort.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
MessagePort.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
MessagePort.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 роки тому
NavigationParams.h 1c12f5c31d LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted 2 роки тому
Origin.h 9d1336a1c9 LibWeb: Rename an origin's protocol to origin scheme 2 роки тому
PageTransitionEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
PageTransitionEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
PageTransitionEvent.idl 1c4404c46a LibWeb: Add the missing PageTransitionEvent IDL constructor 3 роки тому
Path2D.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
Path2D.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
Path2D.idl 2ec52bbbd5 LibWeb: Implement Path2D class 3 роки тому
PolicyContainers.h de74ba587f LibWeb: Add a stub PolicyContainer struct 3 роки тому
PromiseRejectionEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
PromiseRejectionEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
PromiseRejectionEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 роки тому
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes 2 роки тому
SessionHistoryEntry.h 4ee5dfbe4b LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms 2 роки тому
Storage.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
Storage.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 роки тому
SubmitEvent.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
SubmitEvent.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
SubmitEvent.idl 8f110e0fb1 LibWeb: Remove the NoInstanceWrapper extended IDL attribute 2 роки тому
TagNames.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 роки тому
TagNames.h de88e119a0 LibWeb: Implement XMLSerializer 3 роки тому
TextMetrics.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
TextMetrics.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
TextMetrics.idl 9121cc7cae LibWeb: Implement CanvasRenderingContext2D.measureText 3 роки тому
Timer.cpp 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 роки тому
Timer.h 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers 2 роки тому
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 роки тому
Window.cpp 32ad939e44 LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h 2 роки тому
Window.h 394f1b3836 LibWeb: Remove prototype and constructor helpers from Window 2 роки тому
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 роки тому
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 роки тому
WindowOrWorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 роки тому
WindowProxy.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
WindowProxy.h 56d8c4ff26 LibWeb: Move WindowProxy from Bindings/ to HTML/ 2 роки тому
Worker.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
Worker.h f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
Worker.idl f45d361f03 LibWeb: Replace ad-hoc EventHandler type with callback function typedef 3 роки тому
WorkerDebugConsoleClient.cpp c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 роки тому
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API 3 роки тому
WorkerGlobalScope.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
WorkerGlobalScope.h ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 роки тому
WorkerGlobalScope.idl b456adcb59 LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin 3 роки тому
WorkerLocation.cpp 9da72cdaba LibWeb: Make WorkerLocation GC-allocated 2 роки тому
WorkerLocation.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
WorkerLocation.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 роки тому
WorkerNavigator.cpp f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 роки тому
WorkerNavigator.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 роки тому
WorkerNavigator.idl 820e99f97d LibWeb: Add initial implementation for WorkerGlobalScope 3 роки тому