auipc 1653c5ea41 LibWeb: Use current platform for navigator.platform hace 2 años
..
Canvas bba14f6014 LibWeb: Add Canvas Context2D basic font property support hace 2 años
CrossOrigin b8a097f74b LibWeb: Add missing check in CrossOriginGetOwnPropertyHelper hace 2 años
CustomElements 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible hace 2 años
EventLoop b731705fec LibWeb: Implement HTMLCanvasElement.toBlob() hace 2 años
Parser 0b2da4f8c6 LibWeb: Add the default user agent MathML stylesheet hace 2 años
Scripting 7fa5dd7a92 LibWeb: Implement more steps in 'fetching a single module script' hace 2 años
SyntaxHighlighter 6d8f046fd0 LibGfx+Userland: Make TextAttributes::underline_style optional hace 2 años
AbstractBrowsingContext.h 9f691b7fe4 LibWeb: Convert navigationId from DeprecatedString to String hace 2 años
ActivateTab.h e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC hace 2 años
AnimatedBitmapDecodedImageData.cpp e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument hace 2 años
AnimatedBitmapDecodedImageData.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument hace 2 años
AnimationFrameCallbackDriver.h bab883bf8e LibJS+LibWeb: Add a bunch of missing includes hace 2 años
AnimationFrameProvider.idl a2fb3a1653 LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL hace 2 años
AttributeNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible hace 2 años
AttributeNames.h 25eee91811 AK: Make "foo"_fly_string infallible hace 2 años
AudioTrack.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
AudioTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
AudioTrack.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces hace 2 años
AudioTrackList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
AudioTrackList.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
AudioTrackList.idl c89fd6dff0 LibWeb: Implement the AudioTrack and AudioTrackList interfaces hace 2 años
BrowsingContext.cpp 8bd3b74e3a LibWeb: Implement and use "scroll to the fragment" algorithm hace 2 años
BrowsingContext.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions hace 2 años
BrowsingContextGroup.cpp 3c89286467 LibWeb: Implement creation of fresh top-level traversables hace 2 años
BrowsingContextGroup.h 3c89286467 LibWeb: Implement creation of fresh top-level traversables hace 2 años
CORSSettingAttribute.cpp 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO hace 2 años
CORSSettingAttribute.h 9701128145 LibWeb: Implement the CORS settings attribute credentials mode AO hace 2 años
CanvasGradient.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
CanvasGradient.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
CanvasGradient.idl dc3bf32307 LibWeb: Add barebones CanvasGradient object hace 3 años
CanvasPattern.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
CanvasPattern.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
CanvasPattern.idl f74e2da875 LibWeb: Implement CanvasRenderingContext2D.createPattern() hace 2 años
CanvasRenderingContext2D.cpp bba14f6014 LibWeb: Add Canvas Context2D basic font property support hace 2 años
CanvasRenderingContext2D.h bba14f6014 LibWeb: Add Canvas Context2D basic font property support hace 2 años
CanvasRenderingContext2D.idl 220e34b69d LibWeb: Add Canvas Context2D basic text align and text baseline support hace 2 años
CloseEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
CloseEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
CloseEvent.idl e661f03ffa LibWeb: Port CloseEvent to new String hace 2 años
DOMParser.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
DOMParser.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
DOMParser.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
DOMStringMap.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
DOMStringMap.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
DOMStringMap.idl f6b24a72ee LibWeb: Add support for HTMLOrSVGElement.dataset hace 3 años
DecodedImageData.cpp 4ee1e5b224 LibWeb: Make DecodedImageData an abstract class hace 2 años
DecodedImageData.h e63f68661f LibWeb: Have ImageProvider bitmap getter take optional size argument hace 2 años
DocumentReadyState.h 8496024756 LibWeb: Store HTML document ready state as an enum hace 3 años
DocumentState.cpp 51d64bdaec LibWeb: Add NestedHistory in DocumentState hace 2 años
DocumentState.h 60a26077a7 LibWeb: Reuse ReferrerType from Fetch in HTML::DocumentState hace 2 años
ErrorEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
ErrorEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
ErrorEvent.idl 84997ab0ee LibWeb: Port ErrorEvent to new String hace 2 años
EventHandler.cpp 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects hace 2 años
EventHandler.h 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects hace 2 años
EventNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible hace 2 años
EventNames.h 25eee91811 AK: Make "foo"_fly_string infallible hace 2 años
Focus.cpp d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer hace 2 años
Focus.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
FormAssociatedElement.cpp 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas hace 2 años
FormAssociatedElement.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list hace 2 años
FormControlInfrastructure.cpp 34344120f2 AK: Make "foo"_string infallible hace 2 años
FormControlInfrastructure.h c9c1ddd0bb LibWeb: Fix up constructing the form entry list hace 2 años
FormDataEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
FormDataEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
FormDataEvent.idl bb7ae423d5 LibWeb: Port FormDataEvent to new String hace 2 años
GlobalEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ hace 2 años
GlobalEventHandlers.h d7ff360969 LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation* hace 2 años
HTMLAnchorElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLAnchorElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLAnchorElement.idl 88d64fcb55 LibWeb: Add HTMLAnchorElement.referrerPolicy property hace 2 años
HTMLAreaElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLAreaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLAreaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLAudioElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLAudioElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLAudioElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLBRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLBRElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLBRElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLBaseElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLBaseElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLBaseElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLBlinkElement.cpp 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h hace 2 años
HTMLBlinkElement.h 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro hace 2 años
HTMLBodyElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLBodyElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLBodyElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLButtonElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLButtonElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLButtonElement.idl 14ae0524e9 LibWeb: Add HTMLButtonElement#disabled hace 2 años
HTMLCanvasElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLCanvasElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLCanvasElement.idl b731705fec LibWeb: Implement HTMLCanvasElement.toBlob() hace 2 años
HTMLDListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLDataElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDataElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDataElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLDataListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDataListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDataListElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLDetailsElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDetailsElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDetailsElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLDialogElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDialogElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDialogElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLDirectoryElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDirectoryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDirectoryElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLDivElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDivElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLDivElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLDocument.cpp 8f927eaa68 LibWeb: Add HTMLDocument class hace 2 años
HTMLDocument.h 8f927eaa68 LibWeb: Add HTMLDocument class hace 2 años
HTMLDocument.idl 8f927eaa68 LibWeb: Add HTMLDocument class hace 2 años
HTMLElement.cpp 2eaa528a0e LibJS: Rip out the AST interpreter :^) hace 2 años
HTMLElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLEmbedElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLEmbedElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLEmbedElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLFieldSetElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFieldSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFieldSetElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLFontElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFontElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFontElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLFormElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFormElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFormElement.idl c5e0547377 LibWeb: Add HTMLFormElement#{method,action,target} hace 2 años
HTMLFrameElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFrameElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFrameElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLFrameSetElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFrameSetElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLFrameSetElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLHRElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLHRElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLHRElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLHeadElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLHeadElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLHeadElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLHeadingElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLHeadingElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLHeadingElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLHtmlElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLHtmlElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLHtmlElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLHyperlinkElementUtils.cpp 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' hace 2 años
HTMLHyperlinkElementUtils.h 995df8f565 LibWeb: Move get_an_elements_{target,noopener} to HTMLElement hace 2 años
HTMLHyperlinkElementUtils.idl 8d2d315858 LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin hace 3 años
HTMLIFrameElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLIFrameElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLIFrameElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLImageElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLImageElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLImageElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLInputElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLInputElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLInputElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLLIElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLLIElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLLIElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLLabelElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLLabelElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLLabelElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLLegendElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLLegendElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLLegendElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLLinkElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLLinkElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLLinkElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLMapElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMapElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMapElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLMarqueeElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMarqueeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMarqueeElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLMediaElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMediaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMediaElement.idl b9e4dc2cb7 LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes hace 2 años
HTMLMenuElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMenuElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMenuElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLMetaElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMetaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMetaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLMeterElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMeterElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLMeterElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLModElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLModElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLModElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLOListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLObjectElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLObjectElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLObjectElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLOptGroupElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOptGroupElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOptGroupElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLOptionElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOptionElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOptionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLOptionsCollection.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOptionsCollection.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOptionsCollection.idl ff9856a214 LibWeb: Implement HTMLOptionsCollection.add() hace 3 años
HTMLOutputElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOutputElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLOutputElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLParagraphElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLParagraphElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLParagraphElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLParamElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLParamElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLParamElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLPictureElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLPictureElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLPictureElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLPreElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLPreElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLPreElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLProgressElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLProgressElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLProgressElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLQuoteElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLQuoteElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLQuoteElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLScriptElement.cpp 7fa5dd7a92 LibWeb: Implement more steps in 'fetching a single module script' hace 2 años
HTMLScriptElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLScriptElement.idl a84e64ed22 LibWeb: Implement fetching classic scripts using Fetch infrastructure hace 2 años
HTMLSelectElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSelectElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSelectElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLSlotElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSlotElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSlotElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLSourceElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSourceElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSourceElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLSpanElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSpanElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSpanElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLStyleElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLStyleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLStyleElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLSummaryElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLSummaryElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableCaptionElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableCaptionElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableCaptionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLTableCellElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableCellElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableCellElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLTableColElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableColElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableColElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLTableElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLTableRowElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableRowElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableRowElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLTableSectionElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableSectionElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTableSectionElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLTemplateElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTemplateElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTemplateElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLTextAreaElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTextAreaElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTextAreaElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLTimeElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTimeElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTimeElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLTitleElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTitleElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTitleElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLTrackElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTrackElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLTrackElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLUListElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLUListElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLUListElement.idl 32e27bc7fa LibWeb: Add a bunch of missing CEReactions hace 2 años
HTMLUnknownElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLUnknownElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLUnknownElement.idl 5c8be3b072 LibWeb: Add missing constructors to HTMLElement IDLs hace 2 años
HTMLVideoElement.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLVideoElement.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
HTMLVideoElement.idl 725d7c3699 LibWeb: Implement HTMLVideoElement's video{Width,Height} attributes hace 2 años
History.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
History.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
History.idl 2029c98fa7 LibWeb: Add missing property and methods for history object hace 2 años
HistoryHandlingBehavior.h 4d8edf65b5 LibWeb: Add HistoryHandlingBehavior::Push hace 2 años
ImageData.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
ImageData.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
ImageData.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
ImageRequest.cpp 34591ff3d9 LibWeb: Use a separate class for shared image requests hace 2 años
ImageRequest.h 34591ff3d9 LibWeb: Use a separate class for shared image requests hace 2 años
ListOfAvailableImages.cpp 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec hace 2 años
ListOfAvailableImages.h 9281bf7a01 LibWeb: Add class to represent "list of available images" from HTML spec hace 2 años
Location.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Location.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Location.idl 00493687f2 LibWeb: Implement location.assign hace 2 años
MediaError.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MediaError.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MediaError.idl 73a80b7047 LibWeb: Implement the MediaError IDL interface hace 2 años
MessageChannel.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MessageChannel.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MessageChannel.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
MessageEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MessageEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MessageEvent.idl eed69e5093 LibWeb: Port MessageEvent to new String hace 2 años
MessagePort.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MessagePort.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MessagePort.idl 129ab02470 LibWeb/HTML: Port Window.structuredClone() to IDL hace 2 años
MimeType.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MimeType.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MimeType.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
MimeTypeArray.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MimeTypeArray.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
MimeTypeArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
Navigable.cpp 406e3ed849 LibWeb: Implement getting the container document of a navigable hace 2 años
Navigable.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions hace 2 años
NavigableContainer.cpp 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' hace 2 años
NavigableContainer.h 41f9dcd89b LibWeb: Implement "create a new child navigable" and supporting code hace 2 años
NavigationParams.h a27a30898c LibWeb: Add fetch_controller property in HTML::NavigationParams hace 2 años
Navigator.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Navigator.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Navigator.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
NavigatorConcurrentHardware.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
NavigatorConcurrentHardware.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
NavigatorID.cpp 1653c5ea41 LibWeb: Use current platform for navigator.platform hace 2 años
NavigatorID.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
NavigatorID.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
NavigatorLanguage.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
NavigatorLanguage.idl bf2debdf53 LibWeb: Make navigator.languages an attribute instead of a function hace 2 años
NavigatorOnLine.h 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
NavigatorOnLine.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años
Origin.h 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' hace 2 años
POSTResource.h bccc687175 LibWeb: Add request_body property in HTML::POSTResource hace 2 años
PageTransitionEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
PageTransitionEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
PageTransitionEvent.idl 97947fdffa LibWeb: Port PageTransitionEvent to new String hace 2 años
Path2D.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Path2D.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Path2D.idl a964ebc255 LibWeb: Implement Path2D#addPath hace 2 años
Plugin.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Plugin.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Plugin.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
PluginArray.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
PluginArray.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
PluginArray.idl 4d0277cd9a LibWeb: Implement navigator.{plugins,mimeTypes} hace 2 años
PolicyContainers.h 0ee8da9556 LibWeb: Add referrer policy to PolicyContainer hace 2 años
PotentialCORSRequest.cpp f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm hace 2 años
PotentialCORSRequest.h f7176463b5 LibWeb: Implement 'create a potential-CORS request' algorithm hace 2 años
PromiseRejectionEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
PromiseRejectionEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
PromiseRejectionEvent.idl dd2d029952 LibWeb: Port PromiseRejectionEvent to new String hace 2 años
RemoteBrowsingContext.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions hace 2 años
RemoteBrowsingContext.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions hace 2 años
SandboxingFlagSet.h d073a31c21 LibWeb: Add missing includes hace 2 años
ScrollOptions.h e43027091d LibWeb: Don't include HTML/Window.h from DOM/Element.h hace 2 años
SessionHistoryEntry.cpp aa33a3381b LibWeb: Add missing properties from latest spec in SessionHistoryEntry hace 2 años
SessionHistoryEntry.h 74ab8ec4f0 LibWeb: Add step property in SessionHistoryEntry hace 2 años
SharedImageRequest.cpp 34591ff3d9 LibWeb: Use a separate class for shared image requests hace 2 años
SharedImageRequest.h 34591ff3d9 LibWeb: Use a separate class for shared image requests hace 2 años
SourceSet.cpp 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute hace 2 años
SourceSet.h 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute hace 2 años
SourceSnapshotParams.h 8be3de665b LibWeb: Introduce SourceSnapshotParams hace 2 años
Storage.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Storage.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
Storage.idl 47979996e8 LibWeb: Add Storage interface and window.localStorage hace 3 años
StructuredSerialize.cpp c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible hace 2 años
StructuredSerialize.h 09841f56ed LibWeb: Add initial implementation of structured clone hace 2 años
SubmitEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
SubmitEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
SubmitEvent.idl cec1cda8b0 LibWeb: Port SubmitEvent to new String hace 2 años
TagNames.cpp 25eee91811 AK: Make "foo"_fly_string infallible hace 2 años
TagNames.h 25eee91811 AK: Make "foo"_fly_string infallible hace 2 años
TextMetrics.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
TextMetrics.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
TextMetrics.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing hace 2 años
TimeRanges.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
TimeRanges.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
TimeRanges.idl 680a9f748e LibWeb: Stub out the HTML TimeRanges IDL interface hace 2 años
Timer.cpp b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object hace 2 años
Timer.h b579093ad0 LibWeb: Change HTML::Timer to store its owning window as a JS::Object hace 2 años
TokenizedFeatures.h 2a410f8985 LibWeb: Change "popup"-related storage types to named enums hace 2 años
TrackEvent.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
TrackEvent.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
TrackEvent.idl 6520a9a849 LibWeb: Support TrackEvent instances with an AudioTrack track type hace 2 años
TraversableNavigable.cpp 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster hace 2 años
TraversableNavigable.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions hace 2 años
VideoTrack.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
VideoTrack.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
VideoTrack.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList hace 2 años
VideoTrackList.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
VideoTrackList.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
VideoTrackList.idl 3f1badf9b2 LibWeb: Implement VideoTrack and VideoTrackList hace 2 años
VisibilityState.h d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages hace 2 años
Window.cpp 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int hace 2 años
Window.h 9f6ceff7cf LibWeb: Implement basic version of CSSOM View's VisualViewport hace 2 años
Window.idl 9f6ceff7cf LibWeb: Implement basic version of CSSOM View's VisualViewport hace 2 años
WindowEventHandlers.cpp 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ hace 2 años
WindowEventHandlers.h 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ hace 2 años
WindowLocalStorage.idl 37e9302dd9 LibWeb/HTML: Port Window.localStorage to IDL hace 2 años
WindowOrWorkerGlobalScope.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
WindowOrWorkerGlobalScope.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
WindowOrWorkerGlobalScope.idl 0aa4466ce9 LibWeb: Port {set,clear}{Timeout,Interval} to IDL hace 2 años
WindowProxy.cpp a653b60e49 LibWeb: Implement basic support for window[number] hace 2 años
WindowProxy.h 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset hace 2 años
WindowSessionStorage.idl a31c561a5a LibWeb/HTML: Port Window.sessionStorage to IDL hace 2 años
Worker.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible hace 2 años
Worker.h 2eaa528a0e LibJS: Rip out the AST interpreter :^) hace 2 años
Worker.idl e905f25911 LibWeb: Port Worker to new String hace 2 años
WorkerDebugConsoleClient.cpp f40094d014 LibWeb+LibJS: Format Console arguments with JS::Print hace 2 años
WorkerDebugConsoleClient.h ae346cff6b LibWeb: Add partially functioning Worker API hace 3 años
WorkerGlobalScope.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
WorkerGlobalScope.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
WorkerGlobalScope.idl be727ea871 LibWeb: Port WorkerGlobalScope to new String hace 2 años
WorkerLocation.cpp 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' hace 2 años
WorkerLocation.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr hace 2 años
WorkerLocation.idl 9c5bdb0b86 LibWeb: Port WorkerLocation to new String hace 2 años
WorkerNavigator.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
WorkerNavigator.h 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
WorkerNavigator.idl 2d5bee256e LibWeb: Re-implement HTML::Navigator using IDL hace 2 años