Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | Server certificate TOFU | Jaakko Keränen | |
2020-08-03 | Working on server certificates | Jaakko Keränen | |
2020-08-02 | GmRequest: Checking the server certificate | Jaakko Keränen | |
Just testing so far. | |||
2020-08-01 | GmRequest: Handle "data:" protocol with embedded content | Jaakko Keränen | |
Just on a lark. | |||
2020-07-31 | GmRequest: Print the server certificate for testing | Jaakko Keränen | |
2020-07-28 | Loading and rendering images in the document | Jaakko Keränen | |
There can be multiple inline media requests on the page. Images are always associated with a link. | |||
2020-07-28 | GmRequest: Default MIME type | Jaakko Keränen | |
2020-07-28 | Plaintext documents; unsupported MIME type error | Jaakko Keränen | |
2020-07-26 | GmRequest: Tweaking cancel behavior | Jaakko Keränen | |
2020-07-25 | Encode spaces in URLs | Jaakko Keränen | |
2020-07-24 | Font update; ANSI color escapes; fixed URL update | Jaakko Keränen | |
Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded. | |||
2020-07-24 | Added GmRequest for handling the request | Jaakko Keränen | |
This feels a little bit too complex, with GmRequest observing TlsRequest and then notifying its own audience. There are still some issues with cancelling requests as well. |