Closed
Bug 1187904
Opened 10 years ago
Closed 10 years ago
Move |BluetoothDaemonConnector| to ipc/hal
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(firefox42 fixed)
RESOLVED
FIXED
FxOS-S4 (07Aug)
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: tzimmermann, Assigned: tzimmermann)
References
Details
Attachments
(3 files, 3 obsolete files)
|
2.49 KB,
patch
|
shawnjohnjr
:
review+
|
Details | Diff | Splinter Review |
|
10.05 KB,
patch
|
tzimmermann
:
review+
|
Details | Diff | Splinter Review |
|
11.47 KB,
patch
|
tzimmermann
:
review+
|
Details | Diff | Splinter Review |
|BluetoothDaemonConnector| is not specific to Bluetooth, so it should be located in ipc/hal.
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
Changes since v1:
- remove BluetoothDaemonConnector.cpp
Attachment #8639292 -
Attachment is obsolete: true
| Assignee | ||
Updated•10 years ago
|
Attachment #8639290 -
Flags: review?(shuang)
| Assignee | ||
Updated•10 years ago
|
Attachment #8639291 -
Flags: review?(shuang)
| Assignee | ||
Updated•10 years ago
|
Attachment #8639299 -
Flags: review?(shuang)
Comment on attachment 8639290 [details] [diff] [review]
[01] Bug 1187904: Add |DaemonSocketConnector|
Review of attachment 8639290 [details] [diff] [review]:
-----------------------------------------------------------------
::: ipc/hal/DaemonSocketConnector.cpp
@@ +51,5 @@
> + aAddress = aPrefix;
> + aAddress.Append('-');
> +
> + while (aPostfixLength) {
> +
nit: Remove this line.
Attachment #8639290 -
Flags: review?(shuang) → review+
Attachment #8639291 -
Flags: review?(shuang) → review+
Attachment #8639299 -
Flags: review?(shuang) → review+
| Assignee | ||
Comment 7•10 years ago
|
||
Changes since v1:
- updated coding style according to review
Attachment #8639290 -
Attachment is obsolete: true
Attachment #8641564 -
Flags: review+
| Assignee | ||
Comment 8•10 years ago
|
||
Changes since v2:
- rebased onto m-c
Attachment #8639299 -
Attachment is obsolete: true
Attachment #8641565 -
Flags: review+
| Assignee | ||
Comment 10•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/bf83fb8e2edf
https://hg.mozilla.org/mozilla-central/rev/911af3f44bbc
https://hg.mozilla.org/mozilla-central/rev/30d6aae8ad3a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → FxOS-S4 (07Aug)
You need to log in
before you can comment on or make changes to this bug.
Description
•