Age | Commit message (Expand) | Author |
2023-06-01 | LibWeb: Implement `has_transient_activation` | stelar7 |
2023-05-24 | LibWeb: Make CSSPixels and Length use 64-bit (double) floating point | 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-04-06 | LibWeb: Port AbstractBrowsingContext to String | Kenneth Myhra |
2023-03-23 | LibWeb: Implement performance.mark and performance.clearMarks | Luke Wilde |
2023-03-22 | LibWeb: Change "popup"-related storage types to named enums | Timothy Flynn |
2023-03-22 | LibWeb: Change the "noreferrer" storage type to a named enum | Timothy Flynn |
2023-03-22 | LibWeb+WebContent: Change the "noopener" storage type to a named enum | Timothy Flynn |
2023-03-16 | LibWeb: Port the WebAssembly namespace to IDL | Timothy Flynn |
2023-03-15 | LibWeb: Port the CSS namespace to IDL | Timothy Flynn |
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: Port the WindowOrWorkerGlobalScopeMixin timer handler to String | Timothy Flynn |
2023-03-14 | LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin | Timothy Flynn |
2023-03-13 | LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String | 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: Use CreateMethodProperty for Window namespace properties | Linus Groh |
2023-03-07 | LibWeb/Bindings: Remove now unused REPLACEABLE_PROPERTY_SETTER() macro | 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 |