Closed
Bug 720769
Opened 13 years ago
Closed 13 years ago
Enable nsTransferable in Gonk backend
Categories
(Core :: Widget, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: mwu, Assigned: mwu)
Details
Attachments
(1 file)
1.85 KB,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
This avoids a crash in cases where the code expects this to be available. In particular - a null pointer dereference in http://hg.mozilla.org/mozilla-central/file/c3643d492d68/content/base/src/nsContentAreaDragDrop.cpp#l679
Attachment #591183 -
Flags: review?(jones.chris.g)
Comment on attachment 591183 [details] [diff] [review]
Enable nsTransferable
Seems like http://hg.mozilla.org/mozilla-central/file/c3643d492d68/content/base/src/nsContentAreaDragDrop.cpp#l679 probably wants to null check the transferrable, but if this gets us closer to drag 'n drop and fixes the crash too, great.
Attachment #591183 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla12
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•