Historique des commits

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