gecko-dev/dom/quota/test/gtest
Simon Giesecke b9386ba506 Bug 1682542 - Make use of standard algorithms in dom/cache. r=dom-workers-and-storage-reviewers,asuth
Specifically, instead of using custom loops
- use std::find_if in CacheOpParent::ProcessCrossOriginResourcePolicyHeader
- use ReduceEach in SetupAction::RunSyncWithDBOnTarget
- use std::any_of in Manager::RemoveContext
- use std::find_if in Manager::(Add|Release)Ref(Cache|Body)Id and
  Manager::Set(Cache|Body)IdOrphanedIfRefed
- use std::copy_if in Manager::NoteOrphanedBodyIdList
- use std::any_of in StreamList::ShouldOpenStreamFor
- use std::find_if in StreamList::Extract, StreamList::NoteClosed
- use std::exchange in StreamList::CloseAll
- use std::transform in ToHeadersEntryList and change it to return a value
  rather than modifying an output parameter
- use std::transform in TypeUtils::ToInternalHeaders

Differential Revision: https://phabricator.services.mozilla.com/D99789
2020-12-16 19:10:57 +00:00
..
TestCheckedUnsafePtr.cpp Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
TestEncryptedStream.cpp Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
TestQuotaCommon.cpp Bug 1682542 - Make use of standard algorithms in dom/cache. r=dom-workers-and-storage-reviewers,asuth 2020-12-16 19:10:57 +00:00
TestQuotaManager.cpp Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
TestUsageInfo.cpp Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00