gecko-dev/netwerk
Cameron McCormack 1b811cea21 Bug 1629754 - Silence some nsCacheService warnings. r=michal
This silences two warnings that I see in debug builds.

The first is from nsCacheProfilePrefObserver::ReadPrefs, where the
nsresult from the NS_APP_CACHE_PARENT_DIR directory getting will be
returned even if we successfully get the profile directory.  (While
we're here, factor out some common functionality in this function.)

The second is from dealing with the result of
nsCacheService::CreateCustomOfflineDevice.  Failing to create an offline
device is a normal condition, if the cache size is set to 0 or we have
explicitly disabled the offline cache.  So don't warn in those cases.

Differential Revision: https://phabricator.services.mozilla.com/D70793

--HG--
extra : moz-landing-system : lando
2020-04-14 22:36:53 +00:00
..
base Bug 1622490 - Add nsIMultiPartChannelListener forwarding to nsStreamListenerWrapper. r=mayhemer 2020-04-14 15:46:07 +00:00
build Bug 1184701 - Make the moz-page-thumb protocol work in the privileged about content process. r=haik,valentin 2020-04-06 17:46:52 +00:00
cache Bug 1629754 - Silence some nsCacheService warnings. r=michal 2020-04-14 22:36:53 +00:00
cache2 Bug 1614659 - CacheIndex::Shutdown() should not check if files exist before removing them.r=michal 2020-04-10 08:14:19 +00:00
cookie Bug 1620334 - Update sameSite MDN URL, r=fscholz 2020-04-14 13:27:11 +00:00
dns Bug 1625151 - P1: Move DNS resolution to socket process r=dragana 2020-04-14 09:14:41 +00:00
ipc Bug 1594529 - Create LoadInfo for subdocuments directly in parent process with DocumentChannel. r=mattwoodrow,nika 2020-04-13 23:00:43 +00:00
locales Bug 1616585 - add heuristic for visited redirection; r=baku 2020-04-09 12:42:59 +00:00
mime Bug 1601110, remove handling and references to vnd.mozilla.xul+xml r=bzbarsky 2019-12-23 23:02:05 +00:00
protocol Bug 1622490 - Don't finish loading a multipart response in HttpChannelChild during OnStopRequest, since we should rely on OnAfterLastPart being called for this. r=mayhemer 2020-04-14 15:46:09 +00:00
sctp Bug 1620594 - Part 1: Rework NS_ReleaseOnMainThreadSystemGroup. r=nika 2020-04-07 15:16:23 +00:00
socket Bug 1627654 - Setup resumption callback when nsNSSSocketInfo is created r=keeler 2020-04-08 19:32:31 +00:00
srtp Bug 1624128 - Backed out changeset 3ed30e6b6de1 - Updating Fx76 to NSS 3.51.1 r=keeler 2020-03-30 21:12:45 +00:00
streamconv Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin 2020-03-17 15:05:26 +00:00
system Bug 1586774 - network ID: split NetlinkService::CalculateIDForFamily() into multiple methods r=michal 2020-04-07 10:03:09 +00:00
test Bug 1625151 - P1: Move DNS resolution to socket process r=dragana 2020-04-14 09:14:41 +00:00
url-classifier Bug 1627897 - Add a SkipListService testcase to ensure features can get correct initial data. r=johannh 2020-04-09 21:28:43 +00:00
wifi Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer 2020-02-11 16:20:08 +00:00
moz.build Bug 1623593 - Get rid of NECKO_COOKIES compilation flag, r=mayhemer 2020-03-24 16:30:03 +00:00