Bug 1769311 - Cleanup dom/indexedDB headers r=sylvestre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D146339
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <stdint.h> // for UINT32_MAX, uintptr_t
|
||||
#include "IndexedDBCommon.h"
|
||||
#include "IndexedDatabase.h"
|
||||
#include "IndexedDatabaseInlines.h"
|
||||
#include "IndexedDatabaseManager.h"
|
||||
#include "js/Array.h" // JS::NewArrayObject
|
||||
#include "js/ArrayBuffer.h" // JS::{IsArrayBufferObject,NewArrayBuffer{,WithContents},GetArrayBufferLengthAndData}
|
||||
#include "js/Date.h"
|
||||
@@ -28,10 +24,12 @@
|
||||
#include "mozilla/intl/Collator.h"
|
||||
#include "mozilla/ResultExtensions.h"
|
||||
#include "mozilla/ReverseIterator.h"
|
||||
#include "mozilla/dom/indexedDB/IDBResult.h"
|
||||
#include "mozilla/dom/indexedDB/Key.h"
|
||||
#include "mozilla/dom/quota/QuotaCommon.h"
|
||||
#include "mozilla/dom/quota/ResultExtensions.h"
|
||||
#include "mozIStorageStatement.h"
|
||||
#include "mozIStorageValueArray.h"
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsJSUtils.h"
|
||||
#include "ReportInternalError.h"
|
||||
#include "xpcpublic.h"
|
||||
|
||||
@@ -9,10 +9,6 @@
|
||||
|
||||
#include "mozilla/dom/indexedDB/IDBResult.h"
|
||||
|
||||
#include "js/RootingAPI.h"
|
||||
#include "js/TypeDecls.h"
|
||||
#include "nsString.h"
|
||||
|
||||
class mozIStorageStatement;
|
||||
class mozIStorageValueArray;
|
||||
|
||||
|
||||
@@ -12,10 +12,13 @@
|
||||
#include "mozilla/IntegerRange.h"
|
||||
#include "mozilla/Unused.h"
|
||||
|
||||
#include "jsapi.h"
|
||||
#include "js/Array.h" // JS::GetArrayLength, JS::IsArrayObject, JS::NewArrayObject
|
||||
#include "js/ArrayBuffer.h"
|
||||
#include "js/PropertyAndElement.h" // JS_GetElement, JS_SetElement
|
||||
#include "js/RootingAPI.h"
|
||||
#include "js/String.h"
|
||||
#include "js/TypeDecls.h"
|
||||
#include "js/Value.h"
|
||||
|
||||
// TODO: This PrintTo overload is defined in dom/media/gtest/TestGroupId.cpp.
|
||||
// However, it is not used, probably because of
|
||||
|
||||
Reference in New Issue
Block a user