Age | Commit message (Expand) | Author |
---|---|---|
2022-09-18 | LibWeb: Rename Attribute to Attr | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-07-12 | Everywhere: Replace single-char StringView op. arguments with chars | sin-ack |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-21 | LibTextCodec: Don't allocate Strings on encoding normalisation | Hendiadyoin1 |
2021-10-17 | LibWeb: Implement Attribute closer to the spec and with an IDL file | Timothy Flynn |
2021-09-16 | LibWeb: Move Attribute into the DOM namespace | Andreas Kling |
2021-07-13 | LibWeb: Add extracting character encoding from a meta content attribute | Luke |
2021-05-18 | LibWeb: Implement encoding sniffing algorithm | Max Wipfli |