Timothy Flynn
|
fe891727dc
LibWeb: Use correct URL parsing methods throughout LibWeb
|
6 ヶ月 前 |
Jelle Raaijmakers
|
1c55153d43
LibWeb: Refactor "editable" and "editing host" concepts
|
6 ヶ月 前 |
sideshowbarker
|
0a2aa87107
LibWeb: Assign ARIA role “switch” to <input type=checkbox switch>
|
6 ヶ月 前 |
Andreas Kling
|
e85c3c97fb
LibWeb: Add mode flag to CSSStyleValue::to_string()
|
6 ヶ月 前 |
Luke Warlow
|
fdee82d203
LibWeb: Implement `::file-selector-button` pseudo element
|
7 ヶ月 前 |
Tim Ledbetter
|
bc484258c2
LibWeb: Restrict `HTMLInputElement::min_length` to the range of `i32`
|
7 ヶ月 前 |
Tim Ledbetter
|
40d6b9d44e
LibWeb: Restrict `HTMLInputElement::max_length` to the range of `i32`
|
7 ヶ月 前 |
Tim Ledbetter
|
b39fdcfec2
LibWeb: Implement the `HTMLInputElement.height` attribute
|
7 ヶ月 前 |
Tim Ledbetter
|
45a2823e08
LibWeb: Implement the `HTMLInputElement.width` attribute
|
7 ヶ月 前 |
Tim Ledbetter
|
ae0c87c747
LibWeb: Limit `HTMLInputElement.size` to allowed values
|
7 ヶ月 前 |
Khaled Lakehal
|
2f51e9a98e
LibWeb/HTML: Use default input size (20) when value is 0
|
7 ヶ月 前 |
Andreas Kling
|
6e85363a84
LibWeb: Allow border="0" on HTMLInputElement
|
7 ヶ月 前 |
Psychpsyo
|
c75dda8f8b
LibWeb: Stop radio buttons firing change events when losing focus
|
7 ヶ月 前 |
Shannon Booth
|
d6bcd3fb0b
LibWeb: Make CallbackType take a realm instead of settings object
|
7 ヶ月 前 |
Psychpsyo
|
3856dd946b
LibWeb: Prevent checkboxes from firing change events when losing focus
|
7 ヶ月 前 |
Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
7 ヶ月 前 |
Aliaksandr Kalenik
|
d7caa426a0
LibWeb: Delete m_selected flag from Paintable
|
7 ヶ月 前 |
Shannon Booth
|
1e54003cb1
LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate
|
7 ヶ月 前 |
Shannon Booth
|
9b79a686eb
LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T>
|
7 ヶ月 前 |
Michael Watt
|
3b1d1d4582
LibWeb: Compute `display: contents` as `none` for unusual elements
|
7 ヶ月 前 |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
7 ヶ月 前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年 前 |
Andreas Kling
|
29a4da30b7
LibWeb: Make DOM::Node::create_layout_node() not need parent's style
|
4 年 前 |
Stephan Unverwerth
|
b4d1390714
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
|
4 年 前 |
Luke
|
773df8826d
LibWeb: Add the submit event to HTMLFormElement
|
4 年 前 |
Luke
|
9950270808
LibWeb: Add HTML::EventNames and UIEvents::EventNames
|
4 年 前 |
Andreas Kling
|
5aeab9878e
LibWeb: Rename LayoutNode classes and move them into Layout namespace
|
4 年 前 |
Andreas Kling
|
81add73955
LibWeb: Make Frame point weakly to Page
|
4 年 前 |
Luke
|
e8a9e8aed5
LibWeb: Add namespace to Element
|
4 年 前 |
Andreas Kling
|
cd5570670c
LibWeb: Implement <input type=submit> without using LibGUI
|
4 年 前 |