Closed
Bug 956801
Opened 11 years ago
Closed 10 years ago
HTTP cache v2: save some locking in CacheEntry::BackgroundOp
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: mayhemer, Assigned: mayhemer)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
michal
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Details | Diff | Splinter Review |
(ripped off patch for bug 942835 for merge conflicts)
Assignee | ||
Comment 1•10 years ago
|
||
It actually just converts unlock/lock/unlock/lock when performing CALLBACKS op to just unlock/lock.
Attachment #8356189 -
Attachment is obsolete: true
Attachment #8439298 -
Flags: review?(michal.novotny)
Assignee | ||
Comment 2•10 years ago
|
||
whitespace ignored one for easier review
Updated•10 years ago
|
Attachment #8439298 -
Flags: review?(michal.novotny) → review+
Comment 3•10 years ago
|
||
sorry had to back this out in https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=8c81fc70045c since it seems that one of this 3 csets cause failing xpcshell tests on android 2.2 Armv6 like this https://tbpl.mozilla.org/php/getParsedLog.php?id=42255066&tree=Mozilla-Inbound
Assignee | ||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•