Skip to content

Commit

Permalink
Backed out changeset 007ff7f371c9 (bug 1730774) for causing bustages …
Browse files Browse the repository at this point in the history
…on Bp-hybrid. CLOSED TREE
  • Loading branch information
crisscozmuta committed Sep 15, 2021
1 parent 75adb39 commit 196daa1
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 16 deletions.
1 change: 0 additions & 1 deletion layout/forms/nsFieldSetFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "mozilla/Attributes.h"
#include "ImgDrawResult.h"
#include "nsContainerFrame.h"
#include "nsIScrollableFrame.h"

class nsFieldSetFrame final : public nsContainerFrame {
typedef mozilla::image::ImgDrawResult ImgDrawResult;
Expand Down
1 change: 0 additions & 1 deletion layout/generic/ScrollbarActivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "nsContentUtils.h"
#include "nsAString.h"
#include "nsQueryFrame.h"
#include "nsRefreshDriver.h"
#include "nsComponentManagerUtils.h"
#include "nsStyledElement.h"
#include "mozilla/dom/Element.h"
Expand Down
2 changes: 0 additions & 2 deletions layout/generic/WBRFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/* rendering object for HTML <wbr> elements */

#include "mozilla/PresShell.h"
#include "nsHTMLParts.h"
#include "nsIFrame.h"

using namespace mozilla;
Expand Down
2 changes: 2 additions & 0 deletions layout/generic/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,5 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk":

if CONFIG["CC_TYPE"] in ("clang", "gcc"):
CXXFLAGS += ["-Wno-error=shadow"]

REQUIRES_UNIFIED_BUILD = True
1 change: 0 additions & 1 deletion layout/generic/nsAbsoluteContainingBlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "nsAbsoluteContainingBlock.h"

#include "nsAtomicContainerFrame.h"
#include "nsContainerFrame.h"
#include "nsGkAtoms.h"
#include "mozilla/CSSAlignUtils.h"
Expand Down
1 change: 0 additions & 1 deletion layout/generic/nsBackdropFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "nsBackdropFrame.h"

#include "mozilla/PresShell.h"
#include "nsDisplayList.h"

using namespace mozilla;
Expand Down
1 change: 0 additions & 1 deletion layout/generic/nsBlockReflowContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
class nsIFrame;
class nsLineBox;
class nsPresContext;
class nsReflowStatus;
namespace mozilla {
class BlockReflowInput;
} // namespace mozilla
Expand Down
2 changes: 0 additions & 2 deletions layout/generic/nsColumnSetFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include "mozilla/StaticPrefs_layout.h"
#include "mozilla/ToString.h"
#include "nsCSSRendering.h"
#include "nsDisplayList.h"
#include "nsLayoutUtils.h"

using namespace mozilla;
using namespace mozilla::layout;
Expand Down
2 changes: 0 additions & 2 deletions layout/generic/nsColumnSetFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include "mozilla/Attributes.h"
#include "nsContainerFrame.h"

class nsCSSBorderRenderer;

/**
* nsColumnSetFrame implements CSS multi-column layout.
* @note nsColumnSetFrame keeps true overflow containers in the normal flow
Expand Down
1 change: 0 additions & 1 deletion layout/generic/nsContainerFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ using namespace mozilla::layout;

using mozilla::gfx::ColorPattern;
using mozilla::gfx::DeviceColor;
using mozilla::gfx::DrawTarget;
using mozilla::gfx::Rect;
using mozilla::gfx::sRGBColor;
using mozilla::gfx::ToDeviceColor;
Expand Down
1 change: 1 addition & 0 deletions layout/generic/nsIFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8937,6 +8937,7 @@ nsresult nsIFrame::PeekOffset(nsPeekOffsetStruct* aPos) {
return NS_ERROR_FAILURE;
}
}
return NS_OK;
}

nsIFrame::FrameSearchResult nsIFrame::PeekOffsetNoAmount(bool aForward,
Expand Down
1 change: 0 additions & 1 deletion layout/generic/nsImageMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "nsIContentInlines.h"
#include "nsIScriptError.h"
#include "nsContentUtils.h"
#include "nsLayoutUtils.h"
#include "ImageLayers.h"

#ifdef ACCESSIBILITY
Expand Down
1 change: 0 additions & 1 deletion layout/generic/nsRubyFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "mozilla/PresShell.h"
#include "mozilla/StaticPrefs_layout.h"
#include "mozilla/WritingModes.h"
#include "nsLayoutUtils.h"
#include "nsLineLayout.h"
#include "nsPresContext.h"
#include "nsContainerFrameInlines.h"
Expand Down
1 change: 0 additions & 1 deletion layout/generic/nsRubyTextContainerFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "mozilla/PresShell.h"
#include "mozilla/UniquePtr.h"
#include "mozilla/WritingModes.h"
#include "nsLayoutUtils.h"
#include "nsLineLayout.h"
#include "nsPresContext.h"

Expand Down
1 change: 0 additions & 1 deletion layout/xul/nsIScrollbarMediator.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#ifndef nsIScrollbarMediator_h___
#define nsIScrollbarMediator_h___

#include "mozilla/ScrollTypes.h"
#include "nsQueryFrame.h"
#include "nsCoord.h"

Expand Down

0 comments on commit 196daa1

Please sign in to comment.