Andreas Kling
|
51caa14381
LibWeb: Remove FrameLoader
|
1 gadu atpakaļ |
Shannon Booth
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
1 gadu atpakaļ |
Aliaksandr Kalenik
|
6942bdcfce
LibWeb: Update top_level_browsing_context() to use navigables
|
1 gadu atpakaļ |
Sam Atkins
|
4897643ffb
LibWeb: Allow non-HTMLInputElements to have did_edit_text_node() called
|
1 gadu atpakaļ |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 gadu atpakaļ |
Shannon Booth
|
bcb6851c07
LibWeb: Port Text interface from DeprecatedString to String
|
1 gadu atpakaļ |
Shannon Booth
|
938356da98
LibWeb: Port HTMLInputElement interface from DeprecatedString to String
|
1 gadu atpakaļ |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 gadu atpakaļ |
Shannon Booth
|
5b8be3a08d
LibWeb: Handle immutable state for HTMLInputElement pickers
|
1 gadu atpakaļ |
Shannon Booth
|
7167d6a1c8
LibWeb: Support readonly attribute for input elements
|
1 gadu atpakaļ |
Shannon Booth
|
191c87f1cd
LibWeb: Handle 'default' value state for input elements
|
1 gadu atpakaļ |
Shannon Booth
|
0f374afc8f
LibWeb: Handle radio/checkbox default-or-on value attribute state
|
1 gadu atpakaļ |
Shannon Booth
|
fc4fd6cb02
LibWeb: Fix empty value attribute for 'file' input returning fakepath
|
1 gadu atpakaļ |
Sam Atkins
|
8a8cc18cf4
LibWeb: Make StyleValue constructors infallible
|
1 gadu atpakaļ |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 gadu atpakaļ |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 gadu atpakaļ |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 gadi atpakaļ |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 gadi atpakaļ |
Luke Wilde
|
f04d1d493d
LibWeb: Bring form submission more up to spec
|
2 gadi atpakaļ |
Luke Wilde
|
c9c1ddd0bb
LibWeb: Fix up constructing the form entry list
|
2 gadi atpakaļ |
stelar7
|
518679b0dd
LibWeb: Adjust change event timing for input elements
|
2 gadi atpakaļ |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
2 gadi atpakaļ |
Andreas Kling
|
7d24c13d8b
LibWeb: Make input element placeholders look better
|
2 gadi atpakaļ |
Sam Atkins
|
d16600a48b
LibWeb: Propagate errors from StyleValue construction
|
2 gadi atpakaļ |
Emil Militzer
|
31e1be0438
LibWeb: Support multi-keyword syntax for CSS display property
|
2 gadi atpakaļ |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 gadi atpakaļ |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 gadi atpakaļ |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 gadi atpakaļ |
MacDue
|
17d23590bf
LibWeb: Check for empty name in is_in_same_radio_button_group()
|
2 gadi atpakaļ |
MacDue
|
f96747b722
LibWeb: Check all conditions of radio button groups
|
2 gadi atpakaļ |