Closed
Bug 927459
Opened 12 years ago
Closed 12 years ago
[DBus] Cleanup DBusThread
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tzimmermann, Assigned: tzimmermann)
References
Details
Attachments
(5 files, 1 obsolete file)
|
20.40 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
|
5.51 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
|
2.12 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
|
3.92 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
|
1.72 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
DBusThread is actually not a thread, but a connection to the DBus service. And it doesn't really handle connections, but mostly polls file descriptors.
The name should be changed into something more meaning full, such as DBusWatcher; and the functions for handling DBusWatch structures should be converted to methods of DBusWatcher.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #818313 -
Flags: review?(kyle)
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #818313 -
Attachment is obsolete: true
Attachment #818313 -
Flags: review?(kyle)
Attachment #818499 -
Flags: review?(kyle)
| Assignee | ||
Comment 3•12 years ago
|
||
Attachment #818500 -
Flags: review?(kyle)
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #818501 -
Flags: review?(kyle)
| Assignee | ||
Comment 5•12 years ago
|
||
Attachment #818503 -
Flags: review?(kyle)
| Assignee | ||
Comment 6•12 years ago
|
||
Attachment #818521 -
Flags: review?(kyle)
Updated•12 years ago
|
Attachment #818499 -
Flags: review?(kyle) → review+
Updated•12 years ago
|
Attachment #818500 -
Flags: review?(kyle) → review+
Updated•12 years ago
|
Attachment #818501 -
Flags: review?(kyle) → review+
Updated•12 years ago
|
Attachment #818503 -
Flags: review?(kyle) → review+
Updated•12 years ago
|
Attachment #818521 -
Flags: review?(kyle) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
Thank you!
https://hg.mozilla.org/integration/b2g-inbound/rev/4c70ede8a5f8
https://hg.mozilla.org/integration/b2g-inbound/rev/c74585ee57e5
https://hg.mozilla.org/integration/b2g-inbound/rev/83060920aaf5
https://hg.mozilla.org/integration/b2g-inbound/rev/6921551afb42
https://hg.mozilla.org/integration/b2g-inbound/rev/ac3b5c47d520
https://tbpl.mozilla.org/?tree=B2g-Inbound&rev=ac3b5c47d520
Comment 8•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4c70ede8a5f8
https://hg.mozilla.org/mozilla-central/rev/c74585ee57e5
https://hg.mozilla.org/mozilla-central/rev/83060920aaf5
https://hg.mozilla.org/mozilla-central/rev/6921551afb42
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 9•12 years ago
|
||
had wrong bug #:
https://hg.mozilla.org/mozilla-central/rev/ac3b5c47d520
You need to log in
before you can comment on or make changes to this bug.
Description
•