Commit 401d933a authored by valenting's avatar valenting
Browse files

Bug 1827504 - Remove last files of netwerk/cache/ r=sunil,geckoview-reviewers,zeid,m_kato

parent 4d4ecbb7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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/\*\*/\*>`__
+4 −4
Original line number Diff line number Diff line
@@ -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
@@ -2152,7 +2152,7 @@ modules:
      - netwerk/**/*
      - netwerk/base/**/*
      - netwerk/build/**/*
      - netwerk/cache/**/*
      - netwerk/cache2/**/*
      - netwerk/dns/**/*
      - netwerk/locales/**/*
      - netwerk/mime/**/*
@@ -4083,5 +4083,5 @@ modules:
        - Ryan Tilder
      group: dev-platform
hashes:
  config: 6dcd6203d12824b5ee47fcb31ea5bbdca588d06e
  export: 4e8ece19caf52a866630717755b1006885b07f63
  config: ae2d574be8b71032afd58d06fdada016eff41c68
  export: fbbc9a293c177a87694878b68cfedbf12670e835
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ FINAL_LIBRARY = "xul"

LOCAL_INCLUDES += [
    "/netwerk/base",
    "/netwerk/cache",
    "/netwerk/dns",
    "/netwerk/mime",
    "/netwerk/protocol/about",
Loading