Shadowfacts
fcd922f7b1
LibWeb: Add basic URL encoder for individual values and param lists
2020-05-05 11:19:38 +02:00
Shadowfacts
7f538ea7eb
LibWeb: When creating form action URL, only include value for the submit
...
that was used to submit the form
2020-05-05 11:19:38 +02:00
Shadowfacts
4d5dc5950a
LibWeb: Improve <form> submit method handling
...
The spec defines the only valid methods to be get, post, and dialog.
Post and dialog are currently unhandled and do nothing, any other value
(or no value specified) is defined by the spec to use the get method.
2020-05-05 11:19:38 +02:00
Andreas Kling
7309642ca8
LibWeb: Use FlyString for Element tag names
...
This makes selector matching a lot more efficient, and also reduces the
number of strings on the heap.
2020-03-22 19:12:10 +01:00
Andreas Kling
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
...
Let's rename this to LibWeb since it aims to provide more parts of the
web platform than just HTML. :^)
2020-03-07 10:32:51 +01:00