Bastiaan van der Plaat
|
a47edb4ed1
LibWeb: Refactor unsigned to u32 in WebContentServer.ipc
|
1 年之前 |
Aliaksandr Kalenik
|
02936f6944
LibWebView+WebContent: Drive repainting from WebContent process
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Andreas Kling
|
81daf1752b
LibWeb: Retreive CSS cursor before changing hovered node
|
1 年之前 |
Shannon Booth
|
88f8ea7c60
LibWeb: Make BrowsingContex::page() return a Page&
|
1 年之前 |
Timothy Flynn
|
fd297a3248
LibWeb: Run the unfocusing steps when a click does not focus anything
|
1 年之前 |
Timothy Flynn
|
1d03301037
LibWeb: Allow JS event handlers to stop propagation of mousemove events
|
1 年之前 |
Timothy Flynn
|
d5d6f9bc92
LibWeb: Dispatch keydown events before invoking special handlers
|
1 年之前 |
Timothy Flynn
|
27d40bafc9
LibWeb: Do not invert the dispatch_event result in fire_keyboard_event
|
1 年之前 |
Timothy Flynn
|
7edfeb7056
LibWeb: Support committing changes to <input> elements
|
1 年之前 |
Shannon Booth
|
56d10bf198
LibWeb: Port Layout::TextNode from DeprecatedString
|
1 年之前 |
Aliaksandr Kalenik
|
7b3559f1c2
LibWeb: Remove `navigate()` in `EventHandler::handle_mouseup()`
|
1 年之前 |
Andreas Kling
|
6b580d68a3
LibWeb: Rename DOM::Node::id() to unique_id()
|
1 年之前 |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 年之前 |
Aliaksandr Kalenik
|
44f7d7406c
LibWeb: Use struct to pass Navigable::navigate() params
|
1 年之前 |
Aliaksandr Kalenik
|
9df00d0677
LibWeb: Exit event handlers if active document is not fully active
|
1 年之前 |
Aliaksandr Kalenik
|
46254101f7
LibWeb: Change DOM::Position to be GC-allocated
|
1 年之前 |
Shannon Booth
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
1 年之前 |
Aliaksandr Kalenik
|
38461a7b86
LibWeb: Update `EventHandler::handle_mouseup` to use navigables
|
1 年之前 |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 年之前 |
Bastiaan van der Plaat
|
e267f8e68f
LibWeb: Add modifier keys to MouseEvent
|
1 年之前 |
Bastiaan van der Plaat
|
836a7b00dd
Ladybird+LibWeb: Add MouseEvent screenX and screenY support
|
1 年之前 |
Bastiaan van der Plaat
|
e584189b8f
LibWeb: Reorder MouseEvent items to follow spec more
|
1 年之前 |
circl
|
e0e67a2b27
LibWeb: Partially implement MouseEvent.movementX/movementY
|
1 年之前 |
Bastiaan van der Plaat
|
0facfd3257
LibWeb: Make handle_mousewheel wheel delta use pixels
|
1 年之前 |
Shannon Booth
|
9d60f23abc
AK: Port URL::m_fragment from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andi Gallo
|
670bbf24e5
LibWeb: Check paintable of target against null in mousewheel handling
|
1 年之前 |
Aliaksandr Kalenik
|
5f364e9bc1
LibWeb: Rename is_scrollable() to is_user_scrollable()
|
1 年之前 |
Daniel Bertalan
|
66645cdc94
LibJS+LibWeb: Mark `NonnullGCPtr::ptr()` as `returns_nonnull`
|
1 年之前 |