Closed
Bug 1642581
Opened 6 years ago
Closed 1 year ago
Refactoring CookieServiceChild.cpp
Categories
(Core :: Networking: Cookies, enhancement, P3)
Core
Networking: Cookies
Tracking
()
RESOLVED
DUPLICATE
of bug 1910886
People
(Reporter: baku, Unassigned)
Details
(Whiteboard: [necko-triaged])
CookieServiceChild and CookieService have a lot of duplicate code.
I would suggest doing these changes:
- replace CookieServiceChild with a CookieStorage, specific for the content process. This storage should use something similar to the current cookie IPDL communication.
- nsICookieManager methods in CookieService should be exposed only to the parent process, maybe splitting the class in 2: parent and content.
Updated•6 years ago
|
Severity: -- → N/A
Whiteboard: [necko-triaged]
| Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•