提交历史

作者 SHA1 备注 提交日期
  Linus Groh d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() 2 年之前
  Andreas Kling d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer 2 年之前
  Srikavin Ramkumar 33686c8a63 LibWeb: Support NotAllowed CSS cursor 2 年之前
  Kenneth Myhra f9d50e6eca LibWeb: Port fire_keyboard_event() to new FlyString 2 年之前
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 年之前
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 年之前
  Kenneth Myhra 03d6cb88ff LibWeb: Port KeyboardEvent to new String 2 年之前
  Andreas Kling 76e520884e LibWeb: Traverse shadow boundaries when looking for focus candidates 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 年之前
  Kenneth Myhra e57461b89e LibWeb: Make factory methods of UIEvents::WheelEvent fallible 2 年之前
  Kenneth Myhra a401cff4e2 LibWeb: Make factory methods of UIEvents::KeyboardEvent fallible 2 年之前
  Kenneth Myhra c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 年之前
  Andreas Kling b79bc25a1f LibWeb: Use DOM Selection instead of ad-hoc layout tree selection 2 年之前
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Sam Atkins affc8a22ca LibWeb+WebContent: Convert BrowsingContext to new pixel units 2 年之前
  Itamar a802fb2023 LibWeb: Support MouseEvent.{pageX,pageY} 2 年之前
  Itamar f6862a4203 LibWeb: Use CSSPixelPoint in MouseEvent::create_from_platform_event() 2 年之前
  Itamar 66ee08c3dc LibWeb: Fix calculation of MouseEvent::client_{x,y} 2 年之前
  Sam Atkins 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 年之前
  Sam Atkins 045aa8530c LibWeb: Rename some variables to avoid shadowing 2 年之前
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 年之前
  Sam Atkins b517032354 LibWeb: Return correct value from EventHandler::fire_keyboard_event() 2 年之前
  Nico Weber 6911c5545c Everywhere: Fix a few comment typos 2 年之前
  Gunnar Beutner 892186d058 LibWeb: Pick the correct DOM node for mouse-move events 2 年之前
  Luke Wilde 11ede565a8 LibWeb: Fire a keypress event after firing a keydown event 2 年之前
  Luke Wilde e4688fedd5 LibWeb: Make keyboard events properly fire into a focused iframe 2 年之前
  Luke Wilde a10204133a LibWeb: Use the focus steps instead of set_focused_element on user click 2 年之前