Closed
Bug 1144214
Opened 10 years ago
Closed 10 years ago
Fix DeleteOrphanedBodyAction so that it doesn't orphan cache files if the action is canceled
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file, 2 obsolete files)
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8578743 -
Flags: review?(bkelly)
Comment 2•10 years ago
|
||
Comment on attachment 8578743 [details] [diff] [review]
Fix DeleteOrphanedBodyAction so that it doesn't orphan cache files if the action is canceled
Review of attachment 8578743 [details] [diff] [review]:
-----------------------------------------------------------------
Just remove the IsCanceled() block. The Action must not continue after calling Resolve().
Attachment #8578743 -
Flags: review?(bkelly) → review-
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8578743 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Attachment #8578749 -
Flags: review?(bkelly)
Comment 4•10 years ago
|
||
Comment on attachment 8578749 [details] [diff] [review]
Fix DeleteOrphanedBodyAction so that it doesn't orphan cache files if the action is canceled
Review of attachment 8578749 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Please add a comment, though, indicating we are explicitly ignoring cancel here.
Attachment #8578749 -
Flags: review?(bkelly) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Assignee | ||
Comment 7•10 years ago
|
||
Everything we're seeing here is existing known intermittent stuff: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6e511d2c3253
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8578749 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 9•10 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•