Age | Commit message (Expand) | Author |
2023-05-08 | LibWeb: Don't include HTML/Window.h from DOM/Element.h | Andreas Kling |
2023-04-09 | LibWeb: Port fire_a_page_transition_event() to new FlyString | Kenneth Myhra |
2023-04-06 | LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String | Kenneth Myhra |
2023-04-06 | LibWeb: Introduce CustomElementRegistry and creating custom elements | Luke Wilde |
2023-03-14 | LibWeb: Implement the [PutForwards] IDL extended attribute | Timothy Flynn |
2023-03-14 | LibWeb: Port {set,clear}{Timeout,Interval} to IDL | Timothy Flynn |
2023-03-14 | LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin | Timothy Flynn |
2023-03-11 | LibWeb/HTML: Remove redundant namespace qualifiers from Window.{cpp,h} | Linus Groh |
2023-03-11 | LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage() | Linus Groh |
2023-03-11 | LibWeb/HTML: Make Window::m{location,navigator} lazily allocated | Linus Groh |
2023-03-11 | LibWeb/HTML: Consolidate duplicate public/private sections in Window.h | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.queueMicrotask() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.structuredClone() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.sessionStorage to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.localStorage to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.fetch() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.cancelAnimationFrame() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.requestAnimationFrame() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.cancelIdleCallback() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.requestIdleCallback() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.getSelection() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.focus() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.getComputedStyle() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.devicePixelRatio to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.outer{Width,Height} to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.screen{X,Y} / Window.screen{Left,Top} to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.scrollBy() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.scroll() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.scroll{X,Y} / Window.page{X,Y}Offset to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.inner{Width,Height} to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.screen to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.matchMedia() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.crypto to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.performance to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.event to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.atob() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.btoa() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.isSecureContext to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.origin to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Hook up WindowOrWorkerGlobalScopeMixin to Window | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.open() to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.frameElement to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.parent to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.top to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.length to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.history to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.location to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.name to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.document to IDL | Linus Groh |
2023-03-07 | LibWeb/HTML: Port Window.frames to IDL | Linus Groh |