Closed
Bug 767913
Opened 12 years ago
Closed 12 years ago
Remove WindowDraggingElement's redundant "window" argument.
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
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)
1.97 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
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 | ||
Updated•12 years ago
|
Assignee: nobody → ananuti
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #637375 -
Flags: review?(iann_bugzilla)
Reporter | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment on attachment 637375 [details] [diff] [review]
patch
r=me
Attachment #637375 -
Flags: review?(iann_bugzilla) → review+
Reporter | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 3•12 years ago
|
||
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.
Description
•