Bug 951310 - Make <input type=number correctly handle CSS min-height and max-height. r=dholbert

This commit is contained in:
Jonathan Watt
2014-02-05 00:42:57 +00:00
parent a2ea0b107c
commit 3cc070312f
11 changed files with 249 additions and 58 deletions

View File

@@ -159,11 +159,6 @@ private:
nsCSSPseudoElements::Type aPseudoType,
nsStyleContext* aParentContext);
nsresult ReflowAnonymousContent(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aWrappersDesiredSize,
const nsHTMLReflowState& aReflowState,
nsIFrame* aOuterWrapperFrame);
class SyncDisabledStateEvent;
friend class SyncDisabledStateEvent;
class SyncDisabledStateEvent : public nsRunnable