Closed
Bug 279587
Opened 20 years ago
Closed 20 years ago
documentation referred to in nsDragAndDrop.js does not exist
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
People
(Reporter: jku, Assigned: csthomas)
Details
Attachments
(1 file)
4.64 KB,
patch
|
bugs
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Both mozilla/xpfe/global/resources/content/nsDragAndDrop.js and
mozilla/source/toolkit/content/nsDragAndDrop.js contain this comment:
/**
* nsDragAndDrop - a convenience wrapper for nsTransferable, nsITransferable
* and nsIDragService/nsIDragSession.
*
* USAGE INFORMATION: see 'README-nsDragAndDrop.html' in the same source directory
* as this file (typically xpfe/global/resources/content)
*/
the html file that's mentioned does not exist. Comment should be removed or
(preferably) the mentioned document should be created.
I'm CCing Ben, since he's the one who replaced the original "documentation" with
that comment (this happened in revision 1.15).
![]() |
||
Comment 1•20 years ago
|
||
Sounds like Ben forgot to check in the documentation...
Reporter, would you mind creating a patch to add that information (from the CVS
log) to either the file where it used to be or as an HTML file like Ben was
planning to do?
Assignee | ||
Comment 2•20 years ago
|
||
Assignee: nobody → cst
Status: NEW → ASSIGNED
Attachment #173443 -
Flags: superreview?(bzbarsky)
Attachment #173443 -
Flags: review?(bugs)
Assignee | ||
Comment 3•20 years ago
|
||
Is there a reason the XPFE file still says:
////////////////////////////////////////////////////////////////////////////
// XXX - WARNING - DRAG AND DROP API CHANGE ALERT - XXX
// This file has been extensively modified in a checkin planned for Mozilla
// 0.8, and the API has been modified. DO NOT MODIFY THIS FILE without
// approval from ben@netscape.com, otherwise your changes will be lost.
Assignee: cst → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•20 years ago
|
Assignee: nobody → cst
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Comment 4•20 years ago
|
||
Comment on attachment 173443 [details] [diff] [review]
patch (undo changes from version 1.15)
r=ben@mozilla.org
Attachment #173443 -
Flags: review?(bugs) → review+
![]() |
||
Updated•20 years ago
|
Attachment #173443 -
Flags: superreview?(bzbarsky) → superreview+
![]() |
||
Comment 5•20 years ago
|
||
Checked in
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•