Age | Commit message (Expand) | Author |
---|---|---|
2023-03-03 | LibWeb/WebIDL: Store SimpleException message as a String{,View} variant | Linus Groh |
2023-03-01 | LibWeb: Store all members of WebIDL::ExceptionOr<T> in a single Variant | Timothy Flynn |
2023-02-18 | LibWeb: Add a method to ExceptionOr to drop error handling | Kenneth Myhra |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-12-03 | Everywhere: Run clang-format | Linus Groh |
2022-10-31 | LibWeb: Mark `WebIDL::ExceptionOr<T>` as `[[nodiscard]]` | Linus Groh |
2022-09-27 | LibWeb: Add WebIDL::ExceptionOr constructor for wrapped ValueType | Linus Groh |
2022-09-27 | LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOr | Linus Groh |
2022-09-25 | LibWeb: Move DOMException from DOM/ to WebIDL/ | Linus Groh |
2022-09-25 | LibWeb: Move ExceptionOr from DOM/ to WebIDL/ | Linus Groh |