Age | Commit message (Expand) | Author |
---|---|---|
2021-05-30 | LibWeb: Rename Web::Frame to Web::BrowsingContext | Andreas Kling |
2021-04-24 | LibJS: Add VM::on_call_stack_emptied callback | Linus Groh |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-04 | LibWeb: Implement the Screen interface | Linus Groh |
2021-04-02 | LibWeb: Run queued promise jobs after callbacks | Linus Groh |
2021-03-26 | LibWeb: Call requestAnimationFrame() callback with undefined this value | Linus Groh |
2021-03-16 | LibWeb: Add Window.innerWidth and Window.innerHeight | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-20 | LibWeb: Implement Window.prompt() | Linus Groh |
2021-02-10 | LibWeb: Move window.confirm() to using a PageClient callback | Andreas Kling |
2021-01-18 | LibWeb: Make the Window object "inherit" from EventTarget :^) | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |