Open Bug 810752 Opened 12 years ago Updated 2 years ago

Replace asyncCopy with OS.File in mail and chat

Categories

(Thunderbird :: Instant Messaging, defect)

defect

Tracking

(Not tracked)

People

(Reporter: m_kato, Unassigned)

References

(Blocks 1 open bug)

Details

see bug 801599.  To avoid bustage, we need replace this...
Summary: Replace asynCopy to OS.File in mail and chat → Replace asynCopy with OS.File in mail and chat
chat/protocols/xmpp/xmpp.jsm (View Hg log or Hg annotations)
    line 475 -- NetUtil.asyncCopy(istream, ostream, function(rc) { 
mail/components/im/modules/index_im.js (View Hg log or Hg annotations)
    line 267 -- NetUtil.asyncCopy(istream, ostream, function(rc) {
(In reply to Makoto Kato from comment #0)
> see bug 801599.  To avoid bustage, we need replace this...

It doesn't look like m-c is actually planning on *removing* asyncCopy...
Summary: Replace asynCopy with OS.File in mail and chat → Replace asyncCopy with OS.File in mail and chat
The two examples in comment 1 are both in chat code; moving to the 'Instant Messaging' component.
Component: General → Instant Messaging
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.