提交历史

作者 SHA1 备注 提交日期
  Dmitry Petrov 2616b61eee WebContent: Switch scroll direction on shift modifier 3 年之前
  Dmitry Petrov 1662213737 Userland: Add horizontal mouse scroll support 3 年之前
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 年之前
  Filiph Sandström d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年之前
  Andreas Kling fcff6b7160 LibWeb: Don't assume we hit a layout node when handling mousedown events 3 年之前
  Andreas Kling 959b18bde3 LibWeb: Remove a bunch of pointless "else" in EventHandler 3 年之前
  Andreas Kling d90be22a73 LibWeb: Use strong pointers and null checks in handle_keydown() 3 年之前
  Andreas Kling dcb409a112 LibWeb: Use strong pointers and null checks in handle_keyup() 3 年之前
  huwdp ec43f7a2b0 LibWeb: Add initial version of pointer-events CSS property 3 年之前
  Idan Horowitz c5b924b1e6 LibWeb: Dispatch keydown/keyup events on the appropriate target 3 年之前
  Andreas Kling 0af0ee4293 LibWeb: Fire "keyup" events as well :^) 3 年之前
  Andreas Kling 554c344ffe LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^) 3 年之前
  Sam Atkins a09219159c LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas 3 年之前
  Andreas Kling 5514f41f25 LibWeb: Ignore keydown events when there is no layout tree 3 年之前
  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 年之前