Age | Commit message (Expand) | Author |
---|---|---|
2020-06-08 | LibWeb: Add Page abstraction between PageView and main Frame | Andreas Kling |
2020-06-07 | LibWeb: Move Frame.{cpp,h} into a new Frame/ directory | Andreas Kling |
2020-05-28 | LibWeb: Rename Web::HtmlView => Web::PageView | Andreas Kling |
2020-05-05 | LibWeb: Add basic URL encoder for individual values and param lists | Shadowfacts |
2020-05-05 | LibWeb: When creating form action URL, only include value for the submit | Shadowfacts |
2020-05-05 | LibWeb: Improve <form> submit method handling | Shadowfacts |
2020-03-22 | LibWeb: Use FlyString for Element tag names | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |