Closed
Bug 2029352
Opened 5 months ago
Closed 2 months ago
Pass in SerialPlatformService to SerialManager
Categories
(Core :: DOM: Web Serial, task, P3)
Core
DOM: Web Serial
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: gstoll, Assigned: gstoll)
References
Details
Attachments
(1 file)
See this comment - this would clean up our error handling if the SerialPlatformService doesn't exist.
Comment 1•4 months ago
|
||
The severity field is not set for this bug.
:cmartin, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(cmartin)
Updated•4 months ago
|
Severity: -- → S4
Flags: needinfo?(cmartin)
Priority: -- → P3
Updated•4 months ago
|
Type: defect → task
Updated•4 months ago
|
Severity: S4 → --
| Assignee | ||
Comment 2•3 months ago
|
||
I looked into passing the SerialPlatformService into the SerialManagerParent,
but this is a bit awkward because the constructor can't return an error. But I
did cache the SerialPlatformService in SerialManagerParent::Init() and removed
several now unneeded null checks elsewhere.
Updated•3 months ago
|
Assignee: nobody → gstoll
Status: NEW → ASSIGNED
Pushed by gstoll@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d1559e2cfa2e
https://hg.mozilla.org/integration/autoland/rev/6962052cd7ee
cache SerialPlatformService in SerialManagerParent r=cmartin
Comment 4•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c155/b154]
Updated•1 month ago
|
Component: DOM: Device Interfaces → Dom: Web Serial
You need to log in
before you can comment on or make changes to this bug.
Description
•