summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Window.h
AgeCommit message (Expand)Author
2023-06-01LibWeb: Set `last activation timestamp` on the windowstelar7
2023-05-08LibWeb: Don't include HTML/Window.h from DOM/Element.hAndreas Kling
2023-04-09LibWeb: Port fire_a_page_transition_event() to new FlyStringKenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-03-14LibWeb: Implement the [PutForwards] IDL extended attributeTimothy Flynn
2023-03-14LibWeb: Port {set,clear}{Timeout,Interval} to IDLTimothy Flynn
2023-03-14LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixinTimothy Flynn
2023-03-11LibWeb/HTML: Remove redundant namespace qualifiers from Window.{cpp,h}Linus Groh
2023-03-11LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()Linus Groh
2023-03-11LibWeb/HTML: Make Window::m{location,navigator} lazily allocatedLinus Groh
2023-03-11LibWeb/HTML: Consolidate duplicate public/private sections in Window.hLinus Groh
2023-03-07LibWeb/HTML: Port Window.queueMicrotask() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.structuredClone() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.sessionStorage to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.localStorage to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.fetch() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.cancelAnimationFrame() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.requestAnimationFrame() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.cancelIdleCallback() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.requestIdleCallback() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.getSelection() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.focus() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.getComputedStyle() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.devicePixelRatio to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.outer{Width,Height} to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.screen{X,Y} / Window.screen{Left,Top} to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.scrollBy() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.scroll() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.scroll{X,Y} / Window.page{X,Y}Offset to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.inner{Width,Height} to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.screen to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.matchMedia() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.crypto to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.performance to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.event to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.atob() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.btoa() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.isSecureContext to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.origin to IDLLinus Groh
2023-03-07LibWeb/HTML: Hook up WindowOrWorkerGlobalScopeMixin to WindowLinus Groh
2023-03-07LibWeb/HTML: Port Window.open() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.frameElement to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.parent to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.top to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.length to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.history to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.location to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.name to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.document to IDLLinus Groh