Details
Details
- Reviewers
• perry - Group Reviewers
Restricted Project - Commits
- rMOZILLACENTRALc1672bc9a695: Bug 1627892 - Make StreamList derive from SafeRefCounted. r=dom-workers-and…
- Bugzilla Bug ID
- 1627892
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The analysis task source-test-coverity-coverity failed, but we could not detect any issue.
Please check this task manually.
If you see a problem in this automated review, please report it here.
dom/cache/AutoUtils.cpp | ||
---|---|---|
488 | I think changing the parameter type to a plain reference is doable and it's what we should do based on our guideline. The reason why it is asserted is probably because the code below starts to access the aStreamList. | |
dom/cache/Manager.cpp | ||
1762–1763 | The answer is we don't need to create it for CacheDeleteAction can you file a follow-up bug for that? | |
1808–1809 | Same as above. |