Bug 80925 - Fix assert seen in DRT due to not calling EventSender.mouseUp in a previous test
Summary: Fix assert seen in DRT due to not calling EventSender.mouseUp in a previous test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 19:12 PDT by Sam Weinig
Modified: 2012-03-12 19:29 PDT (History)
0 users

See Also:


Attachments
Patch (1.27 KB, patch)
2012-03-12 19:14 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (1.63 KB, patch)
2012-03-12 19:25 PDT, Sam Weinig
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2012-03-12 19:12:22 PDT
Fix assert seen in DRT due to not calling EventSender.mouseUp in a previous test
Comment 1 Sam Weinig 2012-03-12 19:14:31 PDT
Created attachment 131492 [details]
Patch
Comment 2 Sam Weinig 2012-03-12 19:25:25 PDT
Created attachment 131494 [details]
Patch
Comment 3 Maciej Stachowiak 2012-03-12 19:27:51 PDT
Comment on attachment 131494 [details]
Patch

r=me
Comment 4 Sam Weinig 2012-03-12 19:28:23 PDT
For archaeologists from the future, the assertion about eventSender.mouseUp() was added in http://trac.webkit.org/changeset/43890 and the test which needs fixing was added just last week in http://trac.webkit.org/changeset/110226.
Comment 5 Sam Weinig 2012-03-12 19:29:16 PDT
Committed r110530: <http://trac.webkit.org/changeset/110530>