summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/HTMLFormElement.cpp
AgeCommit message (Expand)Author
2020-06-08LibWeb: Add Page abstraction between PageView and main FrameAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-05LibWeb: Add basic URL encoder for individual values and param listsShadowfacts
2020-05-05LibWeb: When creating form action URL, only include value for the submitShadowfacts
2020-05-05LibWeb: Improve <form> submit method handlingShadowfacts
2020-03-22LibWeb: Use FlyString for Element tag namesAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling