Skip to content

Commit

Permalink
Bug 1827504 - Remove last files of netwerk/cache/ r=sunil,geckoview-r…
Browse files Browse the repository at this point in the history
…eviewers,zeid,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D175177
  • Loading branch information
valenting committed Apr 13, 2023
1 parent 4d4ecbb commit 401d933
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 154 deletions.
1 change: 0 additions & 1 deletion build/sanitizers/ubsan_signed_overflow_blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ src:*/gfx/skia/skia/include/private/SkChecksum.h
src:*/intl/icu/source/common/unifiedcache.h
src:*/mfbt/SHA1.cpp
src:*/modules/zlib/src/adler32.c
src:*/netwerk/cache/nsDiskCacheDevice.cpp
src:*/netwerk/cache2/CacheHashUtils.cpp
src:*/netwerk/sctp/src/netinet/sctp_sha1.c
src:*/netwerk/srtp/src/crypto/hash/sha1.c
Expand Down
1 change: 0 additions & 1 deletion build/sanitizers/ubsan_unsigned_overflow_blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ src:*/gfx/skia/skia/include/private/SkChecksum.h
src:*/intl/icu/source/common/unifiedcache.h
src:*/mfbt/SHA1.cpp
src:*/modules/zlib/src/adler32.c
src:*/netwerk/cache/nsDiskCacheDevice.cpp
src:*/netwerk/cache2/CacheHashUtils.cpp
src:*/netwerk/sctp/src/netinet/sctp_sha1.c
src:*/netwerk/srtp/src/crypto/hash/sha1.c
Expand Down
2 changes: 1 addition & 1 deletion docs/mots/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ The Mozilla Networking Library
| `netwerk/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=netwerk/\*\*/\*>`__
| `netwerk/base/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=netwerk/base/\*\*/\*>`__
| `netwerk/build/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=netwerk/build/\*\*/\*>`__
| `netwerk/cache/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=netwerk/cache/\*\*/\*>`__
| `netwerk/cache2/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=netwerk/cache2/\*\*/\*>`__
| `netwerk/dns/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=netwerk/dns/\*\*/\*>`__
| `netwerk/locales/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=netwerk/locales/\*\*/\*>`__
| `netwerk/mime/\*\*/\* <https://searchfox.org/mozilla-central/search?q=&path=netwerk/mime/\*\*/\*>`__
Expand Down
8 changes: 4 additions & 4 deletions mots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# documentation and how to modify this file.
repo: mozilla-central
created_at: '2021-10-14T12:50:40.073465'
updated_at: '2023-04-04T10:50:59.346928'
updated_at: '2023-04-12T14:39:57.947364'
export:
path: ./docs/mots/index.rst
format: rst
Expand Down Expand Up @@ -2152,7 +2152,7 @@ modules:
- netwerk/**/*
- netwerk/base/**/*
- netwerk/build/**/*
- netwerk/cache/**/*
- netwerk/cache2/**/*
- netwerk/dns/**/*
- netwerk/locales/**/*
- netwerk/mime/**/*
Expand Down Expand Up @@ -4083,5 +4083,5 @@ modules:
- Ryan Tilder
group: dev-platform
hashes:
config: 6dcd6203d12824b5ee47fcb31ea5bbdca588d06e
export: 4e8ece19caf52a866630717755b1006885b07f63
config: ae2d574be8b71032afd58d06fdada016eff41c68
export: fbbc9a293c177a87694878b68cfedbf12670e835
1 change: 0 additions & 1 deletion netwerk/build/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ FINAL_LIBRARY = "xul"

LOCAL_INCLUDES += [
"/netwerk/base",
"/netwerk/cache",
"/netwerk/dns",
"/netwerk/mime",
"/netwerk/protocol/about",
Expand Down
2 changes: 1 addition & 1 deletion netwerk/build/nsNetCID.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}

/******************************************************************************
* netwerk/cache/ classes
* netwerk/cache2/ classes
*/

// service implementing nsICacheService.
Expand Down
18 changes: 0 additions & 18 deletions netwerk/cache/moz.build

This file was deleted.

78 changes: 0 additions & 78 deletions netwerk/cache/nsCacheUtils.cpp

This file was deleted.

44 changes: 0 additions & 44 deletions netwerk/cache/nsCacheUtils.h

This file was deleted.

1 change: 0 additions & 1 deletion netwerk/cache2/CacheFileIOManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "CacheLog.h"
#include "CacheFileIOManager.h"

#include "../cache/nsCacheUtils.h"
#include "CacheHashUtils.h"
#include "CacheStorageService.h"
#include "CacheIndex.h"
Expand Down
1 change: 0 additions & 1 deletion netwerk/cache2/CacheFileMetadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "CacheFileUtils.h"
#include "nsILoadContextInfo.h"
#include "nsICacheEntry.h" // for nsICacheEntryMetaDataVisitor
#include "../cache/nsCacheUtils.h"
#include "nsIFile.h"
#include "mozilla/ScopeExit.h"
#include "mozilla/Telemetry.h"
Expand Down
1 change: 0 additions & 1 deletion netwerk/cache2/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":

LOCAL_INCLUDES += [
"/netwerk/base",
"/netwerk/cache",
]

include("/ipc/chromium/chromium-config.mozbuild")
Expand Down
1 change: 0 additions & 1 deletion netwerk/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ DIRS += [
"socket",
"mime",
"streamconv",
"cache",
"cache2",
"protocol",
"system",
Expand Down
1 change: 0 additions & 1 deletion widget/android/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ LOCAL_INCLUDES += [
"/layout/forms",
"/layout/painting",
"/netwerk/base",
"/netwerk/cache",
"/toolkit/components/telemetry",
"/widget",
"/widget/headless",
Expand Down

0 comments on commit 401d933

Please sign in to comment.