зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1626555 - Add `dom/reporting` to the list of non-unified-build-compatible directories. r=sg
Differential Revision: https://phabricator.services.mozilla.com/D96398
This commit is contained in:
Родитель
8c4c21dae9
Коммит
eddf5c3167
|
@ -48,4 +48,5 @@ dom/permission/
|
|||
dom/plugins/
|
||||
dom/power/
|
||||
dom/quota/
|
||||
dom/reporting/
|
||||
dom/simpledb/
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
#ifndef mozilla_dom_DeprecationReportBody_h
|
||||
#define mozilla_dom_DeprecationReportBody_h
|
||||
|
||||
#include "mozilla/dom/Nullable.h"
|
||||
#include "mozilla/dom/ReportBody.h"
|
||||
#include "nsString.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
#define mozilla_dom_FeaturePolicyViolationReportBody_h
|
||||
|
||||
#include "mozilla/dom/ReportBody.h"
|
||||
#include "mozilla/dom/Nullable.h"
|
||||
#include "nsString.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include "mozilla/dom/Fetch.h"
|
||||
#include "mozilla/dom/Navigator.h"
|
||||
#include "mozilla/dom/Promise.h"
|
||||
#include "mozilla/dom/ReportBody.h"
|
||||
#include "mozilla/dom/ReportDeliver.h"
|
||||
#include "mozilla/dom/Request.h"
|
||||
#include "mozilla/dom/RequestBinding.h"
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
#include "nsIObserver.h"
|
||||
#include "nsITimer.h"
|
||||
#include "nsString.h"
|
||||
#include "nsTArray.h"
|
||||
|
||||
class nsIPrincipal;
|
||||
class nsPIDOMWindowInner;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include "mozilla/dom/ReportingBinding.h"
|
||||
#include "mozilla/dom/ScriptSettings.h"
|
||||
#include "mozilla/dom/SimpleGlobalObject.h"
|
||||
#include "mozilla/ipc/BackgroundUtils.h"
|
||||
#include "mozilla/OriginAttributes.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "mozilla/StaticPrefs_dom.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "mozilla/dom/ReportingObserver.h"
|
||||
#include "mozilla/dom/Report.h"
|
||||
#include "mozilla/dom/ReportingBinding.h"
|
||||
#include "nsContentUtils.h"
|
||||
#include "nsIGlobalObject.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "nsString.h"
|
||||
|
||||
class nsAtom;
|
||||
class nsIGlobalObject;
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "mozilla/dom/TestingDeprecatedInterface.h"
|
||||
#include "mozilla/dom/BindingDeclarations.h"
|
||||
#include "mozilla/dom/ReportingBinding.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
|
Загрузка…
Ссылка в новой задаче