Closed
Bug 805724
Opened 13 years ago
Closed 13 years ago
[b2g-bluetooth] misc BluetoothOppManager cleanup
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: echou, Assigned: echou)
References
Details
(Whiteboard: [LOE:S])
Attachments
(5 files)
|
2.34 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
|
8.36 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
|
1.21 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
|
9.29 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
|
3.64 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
Once bug 803614 and bug 802080 land, most Object Push functions for v1 are done. However there are still some cleanups and small fixes have to be done.
| Assignee | ||
Updated•13 years ago
|
| Assignee | ||
Comment 1•13 years ago
|
||
* do stuff similar to 804436
Attachment #675453 -
Flags: review?(kyle)
Updated•13 years ago
|
Attachment #675453 -
Flags: review?(kyle) → review+
Comment 2•13 years ago
|
||
These cleanups (closing socket, etc.) seem important enough that we don't want them to regress so let's block on it.
blocking-basecamp: ? → +
| Assignee | ||
Comment 3•13 years ago
|
||
Attachment #676977 -
Flags: review?(kyle)
| Assignee | ||
Comment 4•13 years ago
|
||
Attachment #676979 -
Flags: review?(kyle)
| Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Eric Chou [:ericchou] [:echou] from comment #4)
> Created attachment 676979 [details] [diff] [review]
> patch 3: v1: let user be able to terminate receiving process by calling
> StopSendingFile()
Forgot to say, I removed the mBlob checking block from StopSendingFile() because mBlob will only be created when we send file.
Updated•13 years ago
|
Attachment #676977 -
Flags: review?(kyle) → review+
Updated•13 years ago
|
Attachment #676979 -
Flags: review?(kyle) → review+
Updated•13 years ago
|
Blocks: b2g-bluetooth
| Assignee | ||
Comment 6•13 years ago
|
||
* Fired onsuccess and onerror events of DOM requests which are generated from calling BluetoothOppManager.StopReceivingFile() / SendFile() / ConfirmReceivingFile()
Attachment #677674 -
Flags: review?(kyle)
| Assignee | ||
Comment 7•13 years ago
|
||
* After using CreateUnique() to create a file, originally assigned file name may be changed if a file with the same name already exists to guarantee uniqueness.
Therefore we have to get file name again.
* Removed incomplete received file after user terminated the file transferring process.
Attachment #677702 -
Flags: review?(kyle)
Updated•13 years ago
|
Attachment #677674 -
Flags: review?(kyle) → review+
Updated•13 years ago
|
Attachment #677702 -
Flags: review?(kyle) → review+
| Assignee | ||
Comment 8•13 years ago
|
||
| Assignee | ||
Comment 9•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9d5a243157a1
https://hg.mozilla.org/integration/mozilla-inbound/rev/4dee151d9691
https://hg.mozilla.org/integration/mozilla-inbound/rev/35e8f03df16f
https://hg.mozilla.org/integration/mozilla-inbound/rev/25bdd962839f
https://hg.mozilla.org/integration/mozilla-inbound/rev/12e3879d1fb3
Comment 10•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9d5a243157a1
https://hg.mozilla.org/mozilla-central/rev/4dee151d9691
https://hg.mozilla.org/mozilla-central/rev/35e8f03df16f
https://hg.mozilla.org/mozilla-central/rev/25bdd962839f
https://hg.mozilla.org/mozilla-central/rev/12e3879d1fb3
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 11•13 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/5723c03e806e
https://hg.mozilla.org/releases/mozilla-aurora/rev/471d6d92eceb
https://hg.mozilla.org/releases/mozilla-aurora/rev/3c39eafb24a1
https://hg.mozilla.org/releases/mozilla-aurora/rev/acda15a7388b
https://hg.mozilla.org/releases/mozilla-aurora/rev/852c98a08997
Note that the second hunk of patch 2 couldn't be applied to BluetoothOppManager.cpp because the code in question wasn't present.
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•