Age | Commit message (Expand) | Author |
---|---|---|
2020-02-05 | LibProtocol: Rename namespace LibProtocol => Protocol | Andreas Kling |
2020-02-02 | LibCore: Put all classes in the Core namespace and remove the leading C | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-01 | AK: Move the userspace SharedBuffer from LibC to AK | Andreas Kling |
2019-11-30 | LibHTML: Allow resource loads to fail | Andreas Kling |
2019-11-25 | LibHTML: Decrement the pending loads counter when a load finishes | Andreas Kling |
2019-11-24 | LibHTML: Use LibProtocol for HTTP requests :^) | Andreas Kling |
2019-10-10 | LibHTML+Browser: Show the number of pending resource loads | Andreas Kling |
2019-10-08 | LibHTML: Fire the file:// load completion callback asynchronously | Andreas Kling |
2019-10-08 | LibHTML: Add ResourceLoader to support protocol-agnostic URL loading | Andreas Kling |