提交历史

作者 SHA1 备注 提交日期
  Gunnar Beutner 02186e2ee9 LibWeb: Skip anonymous layout nodes while finding the event target 2 年之前
  Gunnar Beutner e7a7895114 LibWeb: Move code for finding the parent element into a helper function 2 年之前
  Andreas Kling 29c6aabf49 LibWeb: Try harder to find a suitable DOM node for mouse event dispatch 2 年之前
  Aliaksandr Kalenik 9cbf031b6d LibWeb: Add button property in MouseEvent 2 年之前
  Aliaksandr Kalenik 501fb1cccb LibWeb: Dispatch "wheel" event 2 年之前
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
  Aliaksandr Kalenik dfc3a4772b LibWeb: Ignore "pointer-events: none" elements in hit_test 2 年之前
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window 2 年之前
  Andrew Kaster 4bb6345b2f LibWeb: Remove unecessary dependence on Window from assorted classes 2 年之前
  Sam Atkins 28a591ce7b LibWeb: Use zoom cursor for CSS zoom-in/zoom-out cursors 2 年之前
  Andreas Kling 54e7359243 LibWeb: Repaint the page immediately when using the mouse to select 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling bb547ce1c4 LibWeb: Make AbstractRange and subclasses GC-allocated 2 年之前
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Andreas Kling 7a7043f821 LibWeb: Simplify some WeakPtr assignments 3 年之前
  Karol Kosek c6eaa39b99 LibWeb: Make doubleclicking select the nearest word 3 年之前
  Karol Kosek 237a5bedd2 LibWeb: Dispatch `dblclick` UI Events on double click 3 年之前
  Karol Kosek 0e04532623 LibWeb: Add stub implementation for handling doubleclicks 3 年之前
  kleines Filmröllchen a7a5721149 LibWeb: Dispatch mouse events to topmost element instead of hit target 3 年之前
  Igor Pissolati 1b94b4c593 LibWeb: Bring MouseEvent a bit closer to spec 3 年之前
  Igor Pissolati a2bc97a9c2 LibWeb: Skip anchor activation behavior if the click event was cancelled 3 年之前
  Oliver Wales 382eacc08e LibWeb: Select correct context menu when right clicking image 3 年之前
  Rob Ryan c1b311835b LibWeb: Not dispatching page_did_click_link event breaks page refresh 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  sin-ack 51df97e799 LibWeb: Consolidate mouse handling + only trigger event on left click 3 年之前
  sin-ack aaa954f900 LibWeb: Bring handling of anchor elements closer to spec 3 年之前
  Andreas Kling f7cfd47b48 LibWeb: Add Paintable::dom_node() convenience accessor 3 年之前
  Andreas Kling b64b5fa8bd LibWeb: Add Painting::HitTestResult::dom_node() 3 年之前
  Andreas Kling 0ba785894c LibWeb: Make hit testing functions return Optional<HitTestResult> 3 年之前