Closed
Bug 795410
Opened 13 years ago
Closed 13 years ago
[b2g-bluetooth] Implement nsIDOMBluetoothAdapter::SendFile()
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: echou, Assigned: echou)
References
Details
(Whiteboard: [LOE:S])
Attachments
(3 files)
7.45 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
4.68 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
9.91 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
We do have function SendFile() defined in nsIDOMBluetoothAdapter, which is not implemented yet.
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #666002 -
Flags: review?(kyle)
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #666004 -
Flags: review?(kyle)
Comment 3•13 years ago
|
||
Comment on attachment 666002 [details] [diff] [review]
patch 1: v1: basic function prototype
Review of attachment 666002 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/bluetooth/ipc/BluetoothServiceChildProcess.cpp
@@ +323,5 @@
> + BluetoothReplyRunnable* aRunnable)
> +{
> + // Will implement in another patch
> + return true;
> +}
So, just making sure, we aren't going to be shuttling ALL of the bytes back and forth between the parent and child, right?
Attachment #666002 -
Flags: review?(kyle) → review+
Updated•13 years ago
|
Attachment #666004 -
Flags: review?(kyle) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #666440 -
Flags: review?(kyle)
Updated•13 years ago
|
Attachment #666440 -
Flags: review?(kyle) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/17f579c381b1
https://hg.mozilla.org/mozilla-central/rev/02747dcace86
https://hg.mozilla.org/mozilla-central/rev/5b799e713234
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Updated•13 years ago
|
blocking-basecamp: ? → +
You need to log in
before you can comment on or make changes to this bug.
Description
•