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)
Thunderbird
Instant Messaging
Tracking
(Not tracked)
NEW
People
(Reporter: m_kato, Unassigned)
References
(Blocks 1 open bug)
Details
see bug 801599. To avoid bustage, we need replace this...
Reporter | ||
Updated•12 years ago
|
Summary: Replace asynCopy to OS.File in mail and chat → Replace asynCopy with OS.File in mail and chat
Reporter | ||
Comment 1•12 years ago
|
||
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) {
Comment 2•12 years ago
|
||
(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
Comment 3•12 years ago
|
||
The two examples in comment 1 are both in chat code; moving to the 'Instant Messaging' component.
Component: General → Instant Messaging
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•