Age | Commit message (Expand) | Author |
---|---|---|
2023-05-24 | Userland: Remove remaining users of Duration::now_realtime() | kleines Filmröllchen |
2023-05-24 | AK: Rename Time to Duration | kleines Filmröllchen |
2023-03-10 | Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case | Andreas Kling |
2023-02-24 | Browser+LibWeb+WebContent: Store cookie expiry times in UTC | Timothy Flynn |
2023-01-04 | LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr | Timothy Flynn |
2022-12-26 | LibIPC+Everywhere: Change IPC decoders to construct values in-place | Timothy Flynn |
2022-11-15 | Userland: Properly define IPC::encode and IPC::decode specializations | Timothy Flynn |
2022-11-11 | LibWeb: Add a string-to-same-site-attribute converter | Timothy Flynn |
2022-10-22 | LibWeb: Parse SameSite cookie attribute | Smrtnyk |
2022-10-15 | LibWeb: Make Cookie::Cookie transportable over IPC | Tobias Christiansen |