Closed
Bug 1240851
Opened 9 years ago
Closed 9 years ago
Make ConsoleAPIStorage thread safe
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1246091
People
(Reporter: bgrins, Assigned: baku)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
We need to make the console storage API thread safe, so we can expose it to the worker debugging API
Reporter | ||
Comment 1•9 years ago
|
||
Andrea, I understand you have a patch that handles the first part of this (converts ConsoleAPIStorage to C++). Are you able to take this bug?
Blocks: 1215120
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 2•9 years ago
|
||
Yes, I'm working on this bug. This patch implements what we currently have for ConsoleAPIStorage as ConsoleStorageService in C++. But it doesn't keep the objects correctly alive so I have to propose a part 2.
Assignee: nobody → amarchesini
Flags: needinfo?(amarchesini)
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: dt-service-worker
You need to log in
before you can comment on or make changes to this bug.
Description
•