Backed out changeset f6e53d1c6518 (bug 1600545) for Android build bustage. CLOSED TREE

This commit is contained in:
Dorel Luca
2019-12-04 17:32:27 +02:00
parent 19f7496993
commit 67889e1013
391 changed files with 826 additions and 38 deletions

View File

@@ -37,6 +37,7 @@
#include "nsPIDOMWindow.h"
#include "nsRepeatService.h"
#include "nsContentCID.h"
#include "nsIComponentManager.h"
#include "mozilla/dom/ProgressEvent.h"
#include "nsGkAtoms.h"
#include "nsStyleConsts.h"
@@ -48,6 +49,7 @@
#include "nsITextControlFrame.h"
#include "nsIFrame.h"
#include "nsRangeFrame.h"
#include "nsIServiceManager.h"
#include "nsError.h"
#include "nsIEditor.h"
#include "nsAttrValueOrString.h"
@@ -101,6 +103,8 @@
#include "mozilla/MathAlgorithms.h"
#include "mozilla/TextUtils.h"
#include "nsIIDNService.h"
#include <limits>
#include "nsIColorPicker.h"