Refactor nsCookieService.cpp
Categories
(Core :: Networking: Cookies, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(16 files, 2 obsolete files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
This code is doing too much for a single file. Let's clean up the code.
The new configuration is:
- CookieStorage: a generic class to store cookies.
- CookiePrivateStorage: a CookieStorage implementation for private-browsing
- CookiePersistentStorage: a CookieStorage implementation for normal browsing
- CookieService: the previous nsCookieService
- CookieCommons: generic functions
- CookieLogging: logging methods.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D67749
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D67751
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D67752
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D67753
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D67754
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D67755
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D67756
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D67757
Assignee | ||
Comment 10•5 years ago
|
||
Depends on D67758
Assignee | ||
Comment 11•5 years ago
|
||
Depends on D67759
Assignee | ||
Comment 12•5 years ago
|
||
Depends on D67760
Assignee | ||
Comment 13•5 years ago
|
||
Depends on D67761
Assignee | ||
Comment 14•5 years ago
|
||
Depends on D67762
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 15•5 years ago
|
||
Assignee | ||
Comment 16•5 years ago
|
||
Depends on D67777
Assignee | ||
Comment 17•5 years ago
|
||
Depends on D68078
Updated•5 years ago
|
Updated•5 years ago
|
Comment 18•5 years ago
|
||
Btw, I think this should land after the next merge, which is next week.
Assignee | ||
Comment 19•5 years ago
|
||
Comment 20•5 years ago
|
||
Comment 21•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fc7a4f028bd4
https://hg.mozilla.org/mozilla-central/rev/ceaf03a667e8
https://hg.mozilla.org/mozilla-central/rev/725ea3651ab1
https://hg.mozilla.org/mozilla-central/rev/650b38e09eff
https://hg.mozilla.org/mozilla-central/rev/c231dd605d08
https://hg.mozilla.org/mozilla-central/rev/ef3152991931
https://hg.mozilla.org/mozilla-central/rev/4296c8aa8db3
https://hg.mozilla.org/mozilla-central/rev/8f08ef21a89c
https://hg.mozilla.org/mozilla-central/rev/aa78111058f7
https://hg.mozilla.org/mozilla-central/rev/8566c9426589
https://hg.mozilla.org/mozilla-central/rev/3d356d8f5f01
https://hg.mozilla.org/mozilla-central/rev/ec78496d9606
https://hg.mozilla.org/mozilla-central/rev/406dfffcce59
https://hg.mozilla.org/mozilla-central/rev/f61489f19686
https://hg.mozilla.org/mozilla-central/rev/09afbdd67bd4
https://hg.mozilla.org/mozilla-central/rev/13083ce12410
Description
•