Closed Bug 767913 Opened 12 years ago Closed 12 years ago

Remove WindowDraggingElement's redundant "window" argument.

Categories

(SeaMonkey :: UI Design, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.13

People

(Reporter: philip.chee, Assigned: ananuti)

Details

(Whiteboard: [good first bug][mentor=IanN][lang=js/xml][level=oneliner])

Attachments

(1 file)

Bug 574971 removed the second window argument to WindowDraggingElement() in Toolkit and Firefox. MXR shows that there are two instances in SeaMonkey:
<http://mxr.mozilla.org/comm-central/search?string=WindowDraggingElement&find=/suite/>

To fix this bug simply remove the second argument e.g.
WindowDraggingElement(this, window)
becomes
WindowDraggingElement(this)
Assignee: nobody → ananuti
Attached patch patchSplinter Review
Attachment #637375 - Flags: review?(iann_bugzilla)
Status: NEW → ASSIGNED
Comment on attachment 637375 [details] [diff] [review]
patch

r=me
Attachment #637375 - Flags: review?(iann_bugzilla) → review+
Keywords: checkin-needed
https://hg.mozilla.org/comm-central/rev/a7777b8dcf1e
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.13
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: