Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-23 | LibWeb: Implement HTMLObjectElement's data URL according to the spec | Timothy Flynn | |
There are a long list of conditions under which the HTMLObjectElement is to queue an element task to load / determine an object's representation. This handles the case where the data attribute has changed. Much of the spec for determining the object's representation is not implemented here. Namely, anything to do with XML documents or browser plugins are left as FIXMEs. | |||
2022-02-16 | LibWeb: Add imports to all IDL files that depend on others | Ali Mohammad Pur | |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |