Closed
Bug 358578
Opened 18 years ago
Closed 18 years ago
Remove reference to nsTransferable.js from customizeToolbar.xul on the trunk
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: philor)
Details
Attachments
(1 file)
1.15 KB,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
Bug 224977 removed nsTransferable.js on the trunk, since it's been copied into nsDragAndDrop.js (slightly broken) forever, but to keep Calendar in sync between trunk and branch, we need to #ifdef it rather than just remove it like all the other references have been. Unless, and I still have to test this, it wasn't ever needed in customizeToolbar.xul, because the broken part of the nsDragAndDrop.js copy doesn't matter.
Assignee | ||
Comment 1•18 years ago
|
||
A fix which should look eerily familiar. You only need the copy of nsTransferable from nsTransferable.js on 1.8 if you are doing things like dragging email attachments, where you want to drop an actual image file on the desktop. Toolbar customization just drags around the ID of the item, so nsTransferable.js wasn't ever needed, the string-data-only copy in nsDragAndDrop.js is fine.
(Though I should admit I don't have a branch calendar tree, so my "testing" is based on 1.8 Fx, and worse yet I'll be begging for checkin so I don't have to pull one.)
Attachment #244031 -
Flags: first-review?(jminta)
Comment 2•18 years ago
|
||
Comment on attachment 244031 [details] [diff] [review]
Fix v.1
everyone notice that philor is now a calendar hacker. let's assign him some bugs!
r=jminta, i'm sure lilmatt would be happy to check this in.
Attachment #244031 -
Flags: first-review?(jminta) → first-review+
Comment 3•18 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk.
-> FIXED
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•