Bug 28166 - DRT Doesn't support arguments for eventSender.mouseDown and eventSender.mouseUp
Summary: DRT Doesn't support arguments for eventSender.mouseDown and eventSender.mouseUp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks: 28023
  Show dependency treegraph
 
Reported: 2009-08-10 13:44 PDT by Brian Weinstein
Modified: 2009-08-12 10:01 PDT (History)
0 users

See Also:


Attachments
Arguments to mouseDown and mouseUp (5.13 KB, patch)
2009-08-10 14:28 PDT, Brian Weinstein
no flags Details | Formatted Diff | Diff
Updated ChangeLog (5.26 KB, patch)
2009-08-10 16:06 PDT, Brian Weinstein
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Weinstein 2009-08-10 13:44:29 PDT
DRT Doesn't support arguments for eventSender.mouseDown and eventSender.mouseUp.
Comment 1 Brian Weinstein 2009-08-10 14:28:13 PDT
Created attachment 34515 [details]
Arguments to mouseDown and mouseUp
Comment 2 Brian Weinstein 2009-08-10 15:33:58 PDT
Ignore the case for WM_XBUTTONUP - that is now gone.
Comment 3 Brian Weinstein 2009-08-10 16:06:39 PDT
Created attachment 34525 [details]
Updated ChangeLog
Comment 4 Sam Weinig 2009-08-10 16:30:32 PDT
Comment on attachment 34525 [details]
Updated ChangeLog

> From f37c8033310a58a20aad13edc86b542a13537c60 Mon Sep 17 00:00:00 2001
> From: Brian Weinstein <bweinstein@apple.com>
> Date: Mon, 10 Aug 2009 14:26:02 -0700
> Subject: [PATCH] 2009-08-10  Brian Weinstein  <bweinstein@apple.com>
> 
>         Reviewed by NOBODY (OOPS!).
> 
>         Added support for DRT to support arguments for eventSender.mouseDown and eventSender.mouseUp.
>         https://bugs.webkit.org/show_bug.cgi?id=28166

This should note that this is for windows only.

> 
>         This is a step towards fixing fast/events/mouse-click-events.html.

I believe you mean a step toward making it pass on windows.
Comment 5 Brian Weinstein 2009-08-12 10:01:02 PDT
Committed in http://trac.webkit.org/changeset/47038.