Gingeh
a7953f5e09
LibWeb: Implement Selection::direction
2024-10-13 09:47:07 +02:00
Bastiaan van der Plaat
169d24ae2e
LibWeb: Add comments and missing items of various IDL files
2023-10-25 19:45:41 +02:00
Shannon Booth
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
...
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +01:00
Shannon Booth
9f047819a5
LibWeb: Port Selection interface from DeprecatedString to String
2023-08-29 10:05:02 +02:00
Ali Mohammad Pur
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
Andreas Kling
5c9ca5c2dc
LibWeb: Stub out a basic Selection interface
...
This patch establishes scaffolding for the Selection API.
2021-10-11 00:32:19 +02:00