Open
Bug 1300844
Opened 8 years ago
Updated 1 year ago
Remove Action* and Context* and use QuotaClient helpers introduced in bug 1217544
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: ferjm, Unassigned)
References
Details
Attachments
(1 file, 2 obsolete files)
50.53 KB,
patch
|
bkelly
:
review-
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → ferjmoreno
Reporter | ||
Comment 1•8 years ago
|
||
Reporter | ||
Comment 2•8 years ago
|
||
Attachment #8798803 -
Attachment is obsolete: true
Reporter | ||
Comment 3•8 years ago
|
||
Comment on attachment 8832161 [details] [diff] [review]
v1
This patch removes dom/cache/Action* and dom/cache/Context* in favor of the QuotaClient helpers introduced in bug 1217544.
Attachment #8832161 -
Flags: review?(bkelly)
Comment 4•8 years ago
|
||
Comment on attachment 8832161 [details] [diff] [review]
v1
Review of attachment 8832161 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for doing this! Just a couple questions before we move forward, though:
Can you clarify the situation with CacheId? It seems the ClientContext uses its own concept of a storage ID, but we still define a CacheId type separately? That seems like it needs to get unified somehow.
This needs to delete Context.cpp. Its removed from the moz.build, but the file itself is not removed AFAICT.
::: dom/cache/Types.h
@@ +24,5 @@
> };
> static const Namespace INVALID_NAMESPACE = NUMBER_OF_NAMESPACES;
>
> typedef int64_t CacheId;
> static const CacheId INVALID_CACHE_ID = -1;
Should these be removed in favor of the quota primitives now? I noticed you replaced many uses of CacheId with int64_t directly.
Attachment #8832161 -
Flags: review?(bkelly) → review-
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Assignee: ferjmoreno → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Attachment #9384796 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•