startup cache needs a way of updating cached items
Categories
(Core :: XPCOM, enhancement, P5)
Tracking
()
People
(Reporter: jtd, Unassigned)
References
Details
Attachments
(1 file)
1.91 KB,
patch
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Reporter | ||
Updated•13 years ago
|
Comment 3•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Comment 4•2 years ago
|
||
(In reply to John Daggett (:jtd) from comment #1)
Add an optional boolean parameter to PutBuffer that indicates whether an
override is allowed or not. By default it's false, which is sort of the
current semantics. If true, no assertion will occur.Looking over the code, I think this should work correctly (i.e. the updated
item will be written out to the archive).
The implementing code changed heavily, so I think this patch is obsolete. The comment is still there, so I assume the behavior wtr did not change, but I'd say it is a feature request, not a defect.
Description
•