Closed
Bug 1360163
Opened 8 years ago
Closed 8 years ago
Add test for altData of cache index
Categories
(Core :: Networking: Cache, enhancement)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: CuveeHsu, Assigned: CuveeHsu)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-active])
Attachments
(1 file, 2 obsolete files)
9.18 KB,
patch
|
CuveeHsu
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Updated•8 years ago
|
status-firefox57:
affected → ---
Assignee | ||
Comment 1•8 years ago
|
||
Expose the index attributes to js, so we can test the existence of alt data from cache index.
Attachment #8862765 -
Flags: review?(valentin.gosu)
Updated•8 years ago
|
Attachment #8862765 -
Flags: review?(valentin.gosu) → review?(michal.novotny)
Comment 2•8 years ago
|
||
Comment on attachment 8862765 [details] [diff] [review]
test-alt - v1
Review of attachment 8862765 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
::: netwerk/cache2/CacheStorage.h
@@ -72,5 @@
> bool WriteToDisk() const { return mWriteToDisk && !mLoadContextInfo->IsPrivate(); }
> bool LookupAppCache() const { return mLookupAppCache; }
> bool SkipSizeCheck() const { return mSkipSizeCheck; }
> bool Pinning() const { return mPinning; }
> - virtual nsresult GetCacheIndexEntryAttrs(
You should probably also replace nsresult with NS_IMETHODIMP in cpp file.
Attachment #8862765 -
Flags: review?(michal.novotny) → review+
Assignee | ||
Comment 3•8 years ago
|
||
modify by last comment and carry r+
Attachment #8862765 -
Attachment is obsolete: true
Attachment #8863969 -
Flags: review+
Assignee | ||
Comment 4•8 years ago
|
||
Assignee | ||
Comment 5•8 years ago
|
||
Fix bustage (child process can't get cache index), carry r+
Attachment #8863969 -
Attachment is obsolete: true
Attachment #8864424 -
Flags: review+
Assignee | ||
Comment 6•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2b5df4f239de
Add test for altData of cache index, r=michal
Keywords: checkin-needed
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•