Andreas Kling
|
e1fb8bef09
LibWeb: Rename Document::complete_url() => parse_url()
|
3 年之前 |
Andreas Kling
|
84fcf879f9
LibWeb: Rename BrowsingContext::document() => active_document()
|
3 年之前 |
Andreas Kling
|
e91edcaa28
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
|
3 年之前 |
Andreas Kling
|
dfa9dcca98
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
|
3 年之前 |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 年之前 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 年之前 |
Andreas Kling
|
12a42edd13
Everywhere: codepoint => code point
|
4 年之前 |
Andreas Kling
|
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
|
4 年之前 |
Max Wipfli
|
9440a3c280
LibWeb: Improve Unicode compatibility of HTML contenteditable
|
4 年之前 |
Max Wipfli
|
d7df6de6a6
LibWeb: Do nothing when pressing modifier keys in HTML contenteditable
|
4 年之前 |
Max Wipfli
|
157f72e9d7
LibWeb: Replace some TODO() calls with FIXME comments in EventHandler
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Idan Horowitz
|
ad8e2f481d
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
|
4 年之前 |
Timothy Flynn
|
c503047c71
LibWeb: Get the first DOM node with a 'title' attribute for tooltip area
|
4 年之前 |
Angus Gibson
|
0e881bc5d7
LibWeb: Handle scrolling an OutOfProcessWebView
|
4 年之前 |
Angus Gibson
|
e9c1d9c89a
LibWeb: Return whether handle_mousewheel was handled
|
4 年之前 |
Adam Hodgen
|
fc9225db33
LibWeb: Call `page_did_request_cursor_change` with CSS cursor
|
4 年之前 |
Andreas Kling
|
cd79b807dd
LibWeb: Allow scrolling overflowed content with the mouse wheel :^)
|
4 年之前 |
Andreas Kling
|
ded8c728d2
LibWeb: Plumb wheel events from widget layer to EventHandler
|
4 年之前 |
Andreas Kling
|
2323b6fb74
LibWeb: Use the correct DOM node when moving text cursor with mouse
|
4 年之前 |
Andreas Kling
|
c51209a06a
LibWeb: Move cursor along when drag-selecting in editable content
|
4 年之前 |
Andreas Kling
|
9de1253f44
LibWeb: Remove a whole bunch of unnecessary #includes
|
4 年之前 |
Andreas Kling
|
ace1b34798
LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement
|
4 年之前 |
Andreas Kling
|
2c4829cb14
LibWeb: Remove duplicated locals in EventHandler::handle_mousedown()
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |