Bug 1775154 - Extra cleanup of dom/, extensions/, hal/, netwerk/ and storage/ includes r=necko-reviewers,kershaw

Differential Revision: https://phabricator.services.mozilla.com/D149806
This commit is contained in:
serge-sans-paille 2022-06-22 13:31:25 +00:00
Родитель d292b994f8
Коммит 88f47b8906
13 изменённых файлов: 3 добавлений и 32 удалений

Просмотреть файл

@ -7,8 +7,6 @@
#include "WebrtcTCPSocketWrapper.h"
#include "mozilla/net/WebrtcTCPSocketChild.h"
#include "ipc/WebrtcTCPSocket.h"
#include "mozilla/LoadInfo.h"
#include "nsNetCID.h"
#include "nsProxyRelease.h"

Просмотреть файл

@ -3,7 +3,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsComponentManagerUtils.h"
#include "nsNativeCharsetUtils.h"
#include "nsIPrefService.h"
#include "nsServiceManagerUtils.h"

Просмотреть файл

@ -9,7 +9,6 @@
#include "nsIAuthModule.h"
#include "nsString.h"
#include "nsCOMPtr.h"
#include "mozilla/Attributes.h"
/* This class is implemented using the nsAuthGSSAPI class, and the same
* thread safety constraints which are documented in nsAuthGSSAPI.h

Просмотреть файл

@ -13,7 +13,6 @@
// http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsecure/html/http-sso-1.asp
//
#include <string.h>
#include <stdlib.h>
#include "nsAuth.h"
@ -30,23 +29,15 @@
#include "nsNetCID.h"
#include "nsProxyRelease.h"
#include "plbase64.h"
#include "plstr.h"
#include "mozilla/Base64.h"
#include "mozilla/Logging.h"
#include "mozilla/Tokenizer.h"
#include "mozilla/UniquePtr.h"
#include "mozilla/Unused.h"
#include "prmem.h"
#include "prnetdb.h"
#include "mozilla/Likely.h"
#include "mozilla/Sprintf.h"
#include "nsIChannel.h"
#include "nsNetUtil.h"
#include "nsThreadUtils.h"
#include "nsIHttpAuthenticatorCallback.h"
#include "mozilla/Mutex.h"
#include "nsICancelable.h"
#include "nsUnicharUtils.h"
#include "mozilla/net/HttpAuthUtils.h"
#include "mozilla/ClearOnShutdown.h"
#include "mozilla/net/DNS.h"

Просмотреть файл

@ -8,8 +8,6 @@
#include "nsIHttpAuthenticator.h"
#include "nsIURI.h"
#include "mozilla/Attributes.h"
#include "mozilla/LazyIdleThread.h"
#include "mozilla/StaticPtr.h"
// The nsHttpNegotiateAuth class provides responses for the GSS-API Negotiate

Просмотреть файл

@ -11,11 +11,8 @@
#include "HalSandbox.h"
#include "HalWakeLockInternal.h"
#include "mozilla/dom/Document.h"
#include "nsThreadUtils.h"
#include "nsXULAppAPI.h"
#include "nsPIDOMWindow.h"
#include "nsJSUtils.h"
#include "mozilla/ClearOnShutdown.h"
#include "mozilla/Observer.h"
#include "mozilla/dom/ContentChild.h"
#include "WindowIdentifier.h"

Просмотреть файл

@ -7,8 +7,6 @@
#ifndef mozilla_Hal_h
#define mozilla_Hal_h
#include "base/basictypes.h"
#include "base/platform_thread.h"
#include "nsTArray.h"
#include "mozilla/hal_sandbox/PHal.h"
#include "mozilla/HalScreenConfiguration.h"
@ -16,9 +14,10 @@
#include "mozilla/HalNetworkInformation.h"
#include "mozilla/HalWakeLockInformation.h"
#include "mozilla/HalTypes.h"
#include "mozilla/Types.h"
#include "mozilla/MozPromise.h"
#include <cstdint>
/*
* Hal.h contains the public Hal API.
*

Просмотреть файл

@ -6,7 +6,6 @@
#ifndef ProxyAutoConfigChild_h__
#define ProxyAutoConfigChild_h__
#include <functional>
#include "mozilla/LinkedList.h"
#include "mozilla/net/PProxyAutoConfigChild.h"
#include "mozilla/StaticPtr.h"

Просмотреть файл

@ -6,7 +6,6 @@
#include "ProxyAutoConfigParent.h"
#include "mozilla/ipc/Endpoint.h"
#include "nsIConsoleService.h"
namespace mozilla::net {

Просмотреть файл

@ -8,7 +8,6 @@
#include "HttpLog.h"
#include "mozilla/BasePrincipal.h"
#include "mozilla/Preferences.h"
#include "mozilla/StoragePrincipalHelper.h"
#include "mozilla/Tokenizer.h"
#include "nsHttpChannelAuthProvider.h"

Просмотреть файл

@ -14,8 +14,7 @@
#include "nsCOMPtr.h"
#include "nsHttpAuthCache.h"
#include "nsProxyInfo.h"
#include "nsCRT.h"
#include "nsICancelableRunnable.h"
#include "nsICancelable.h"
class nsIHttpAuthenticableChannel;
class nsIHttpAuthenticator;

Просмотреть файл

@ -12,7 +12,6 @@
#include "mozStorageError.h"
#include "mozStoragePrivateHelpers.h"
#include "mozStorageBindingParams.h"
#include "mozStorageBindingParamsArray.h"
#include "Variant.h"
namespace mozilla::storage {

Просмотреть файл

@ -4,9 +4,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include <stdio.h>
#include "nsError.h"
#include "nsThreadUtils.h"
#include "nsIFile.h"
#include "nsIFileURL.h"
@ -45,8 +42,6 @@
#include "nsProxyRelease.h"
#include "nsURLHelper.h"
#include <algorithm>
#define MIN_AVAILABLE_BYTES_PER_CHUNKED_GROWTH 524288000 // 500 MiB
// Maximum size of the pages cache per connection.