summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Window.h
AgeCommit message (Expand)Author
2023-03-03LibWeb: Make Window.screen a replaceable attributeLuke Wilde
2023-02-28LibWeb: Implement navigator.{plugins,mimeTypes}Luke Wilde
2023-02-28LibWeb: Define navigator/clientInformation with define_native_accessorLuke Wilde
2023-02-18LibWeb: Make factory method of HTML::Window fallibleKenneth Myhra
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh
2023-01-18LibWeb: Define window.isSecureContextCameron Youell
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26LibWeb: Add initial implementation of structured cloneDaniel Ehrenberg
2022-11-15LibWeb: Implement window.openIdan Horowitz
2022-11-07LibWeb: Implement Window.focusLuke Wilde
2022-11-01LibWeb: Define window.outerWidth and window.outerHeightTimothy Flynn
2022-10-27Revert "LibWeb: Use OrderedHashMap to store pending idle callbacks"Andreas Kling
2022-10-24LibWeb: Expose an import map and import maps allowed on WindownetworkException
2022-10-20LibWeb: Make window.{window,self,frames} return the WindowProxyAndreas Kling
2022-10-20LibWeb: Remove unnecessary hack in HTML::Window::initialize()Andreas Kling
2022-10-20LibWeb: Use OrderedHashMap to store pending idle callbacksAndreas Kling
2022-10-20LibWeb: Make window.parent and window.top return WindowProxyAndreas Kling
2022-10-10LibWeb: Make Window.getSelection() forward to Document.getSelection()Andreas Kling
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-01LibWeb: Remove prototype and constructor helpers from WindowAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/Linus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-20LibWeb: Implement Window.frameElementAndreas Kling
2022-09-20LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithmsAndreas Kling
2022-09-09LibWeb: Implement window.lengthnetworkException
2022-09-07LibWeb+WebContent: Add abstraction layer for event loop and timersAndreas Kling
2022-09-06LibWeb: Make Crypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Remove unused HTML::Window::create_with_document()Andreas Kling
2022-09-06LibWeb: Make SubtleCrypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Storage GC-allocatedAndreas Kling
2022-09-06LibWeb: Make HTML::Timer GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSS::Screen GC-allocatedAndreas Kling
2022-09-06LibWeb: Add HTML::Window::cached_web_prototype()Andreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-09-06LibWeb: Make CSSStyleDeclaration GC-allocatedAndreas Kling
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-05LibWeb: Add a way to construct HTML::Window without a DOM::DocumentAndreas Kling
2022-06-29LibWeb: Implement WindowEventHandlersLuke Wilde
2022-06-29LibWeb: Only make certain <body> and <frameset> events apply to WindowLuke Wilde
2022-05-13LibWeb: Stop inactive requestAnimationFrame() callbacks from runningMacDue
2022-04-02LibWeb: Add the requestIdleCallback/cancelIdleCallback APISimon Wanner
2022-04-02LibWeb: Implement the infrastructure necessary for requestIdleCallbackSimon Wanner
2022-03-24LibWeb: Weakly store a reference to the Window object in timer tasksTimothy Flynn
2022-03-16LibWeb: Implement window.nameSimon Wanner