2007-03-22 10:30:00 -07:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
*
|
|
|
|
* The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
* 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
* the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/MPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* License.
|
|
|
|
*
|
|
|
|
* The Original Code is Mozilla MathML Project.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is
|
|
|
|
* The University Of Queensland.
|
|
|
|
* Portions created by the Initial Developer are Copyright (C) 1999
|
|
|
|
* the Initial Developer. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
* Roger B. Sidje <rbs@maths.uq.edu.au>
|
|
|
|
* David J. Fiddes <D.J.Fiddes@hw.ac.uk>
|
|
|
|
* Pierre Phaneuf <pp@ludusdesign.com>
|
2008-01-02 20:33:21 -08:00
|
|
|
* Karl Tomlinson <karlt+@karlt.net>, Mozilla Corporation
|
2007-03-22 10:30:00 -07:00
|
|
|
*
|
|
|
|
* Alternatively, the contents of this file may be used under the terms of
|
|
|
|
* either of the GNU General Public License Version 2 or later (the "GPL"),
|
|
|
|
* or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
* of those above. If you wish to allow use of your version of this file only
|
|
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
* use your version of this file under the terms of the MPL, indicate your
|
|
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
* the provisions above, a recipient may use your version of this file under
|
|
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
|
|
|
|
#include "nsCOMPtr.h"
|
|
|
|
#include "nsHTMLParts.h"
|
|
|
|
#include "nsFrame.h"
|
|
|
|
#include "nsPresContext.h"
|
|
|
|
#include "nsIPresShell.h"
|
|
|
|
#include "nsCSSAnonBoxes.h"
|
|
|
|
#include "nsStyleContext.h"
|
|
|
|
#include "nsStyleConsts.h"
|
|
|
|
#include "nsINameSpaceManager.h"
|
|
|
|
#include "nsIRenderingContext.h"
|
|
|
|
#include "nsIFontMetrics.h"
|
|
|
|
|
|
|
|
#include "nsIDOMText.h"
|
|
|
|
#include "nsIDOMMutationEvent.h"
|
|
|
|
#include "nsFrameManager.h"
|
|
|
|
#include "nsStyleChangeList.h"
|
|
|
|
|
|
|
|
#include "nsGkAtoms.h"
|
|
|
|
#include "nsMathMLParts.h"
|
|
|
|
#include "nsMathMLContainerFrame.h"
|
|
|
|
#include "nsAutoPtr.h"
|
|
|
|
#include "nsStyleSet.h"
|
|
|
|
#include "nsDisplayList.h"
|
|
|
|
#include "nsCSSFrameConstructor.h"
|
2008-01-09 01:38:28 -08:00
|
|
|
#include "nsIReflowCallback.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-03-28 18:46:55 -07:00
|
|
|
using namespace mozilla;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
//
|
|
|
|
// nsMathMLContainerFrame implementation
|
|
|
|
//
|
|
|
|
|
2009-09-12 09:49:24 -07:00
|
|
|
NS_IMPL_FRAMEARENA_HELPERS(nsMathMLContainerFrame)
|
|
|
|
|
2009-01-12 11:20:59 -08:00
|
|
|
NS_QUERYFRAME_HEAD(nsMathMLContainerFrame)
|
|
|
|
NS_QUERYFRAME_ENTRY(nsMathMLFrame)
|
|
|
|
NS_QUERYFRAME_TAIL_INHERITING(nsHTMLContainerFrame)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// =============================================================================
|
|
|
|
|
|
|
|
// error handlers
|
|
|
|
// provide a feedback to the user when a frame with bad markup can not be rendered
|
|
|
|
nsresult
|
|
|
|
nsMathMLContainerFrame::ReflowError(nsIRenderingContext& aRenderingContext,
|
|
|
|
nsHTMLReflowMetrics& aDesiredSize)
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
|
|
|
|
// clear all other flags and record that there is an error with this frame
|
|
|
|
mEmbellishData.flags = 0;
|
|
|
|
mPresentationData.flags = NS_MATHML_ERROR;
|
|
|
|
|
|
|
|
///////////////
|
|
|
|
// Set font
|
2008-12-04 08:09:53 -08:00
|
|
|
nsLayoutUtils::SetFontFromStyle(&aRenderingContext, GetStyleContext());
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// bounding metrics
|
|
|
|
nsAutoString errorMsg; errorMsg.AssignLiteral("invalid-markup");
|
|
|
|
rv = aRenderingContext.GetBoundingMetrics(errorMsg.get(),
|
|
|
|
PRUint32(errorMsg.Length()),
|
|
|
|
mBoundingMetrics);
|
|
|
|
if (NS_FAILED(rv)) {
|
|
|
|
NS_WARNING("GetBoundingMetrics failed");
|
|
|
|
aDesiredSize.width = aDesiredSize.height = 0;
|
|
|
|
aDesiredSize.ascent = 0;
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
// reflow metrics
|
|
|
|
nsCOMPtr<nsIFontMetrics> fm;
|
|
|
|
aRenderingContext.GetFontMetrics(*getter_AddRefs(fm));
|
|
|
|
fm->GetMaxAscent(aDesiredSize.ascent);
|
|
|
|
nscoord descent;
|
|
|
|
fm->GetMaxDescent(descent);
|
|
|
|
aDesiredSize.height = aDesiredSize.ascent + descent;
|
|
|
|
aDesiredSize.width = mBoundingMetrics.width;
|
|
|
|
|
|
|
|
// Also return our bounding metrics
|
|
|
|
aDesiredSize.mBoundingMetrics = mBoundingMetrics;
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
class nsDisplayMathMLError : public nsDisplayItem {
|
|
|
|
public:
|
2010-08-13 03:01:13 -07:00
|
|
|
nsDisplayMathMLError(nsDisplayListBuilder* aBuilder, nsIFrame* aFrame)
|
|
|
|
: nsDisplayItem(aBuilder, aFrame) {
|
2007-03-22 10:30:00 -07:00
|
|
|
MOZ_COUNT_CTOR(nsDisplayMathMLError);
|
|
|
|
}
|
|
|
|
#ifdef NS_BUILD_REFCNT_LOGGING
|
|
|
|
virtual ~nsDisplayMathMLError() {
|
|
|
|
MOZ_COUNT_DTOR(nsDisplayMathMLError);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2009-09-06 17:35:14 -07:00
|
|
|
virtual void Paint(nsDisplayListBuilder* aBuilder,
|
|
|
|
nsIRenderingContext* aCtx);
|
2010-07-15 14:07:49 -07:00
|
|
|
NS_DISPLAY_DECL_NAME("MathMLError", TYPE_MATHML_ERROR)
|
2007-03-22 10:30:00 -07:00
|
|
|
};
|
|
|
|
|
|
|
|
void nsDisplayMathMLError::Paint(nsDisplayListBuilder* aBuilder,
|
2009-09-06 17:35:14 -07:00
|
|
|
nsIRenderingContext* aCtx)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
// Set color and font ...
|
2008-12-04 08:09:53 -08:00
|
|
|
nsLayoutUtils::SetFontFromStyle(aCtx, mFrame->GetStyleContext());
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-08-13 03:01:58 -07:00
|
|
|
nsPoint pt = ToReferenceFrame();
|
2007-03-22 10:30:00 -07:00
|
|
|
aCtx->SetColor(NS_RGB(255,0,0));
|
|
|
|
aCtx->FillRect(nsRect(pt, mFrame->GetSize()));
|
|
|
|
aCtx->SetColor(NS_RGB(255,255,255));
|
|
|
|
|
|
|
|
nscoord ascent;
|
|
|
|
nsCOMPtr<nsIFontMetrics> fm;
|
|
|
|
aCtx->GetFontMetrics(*getter_AddRefs(fm));
|
|
|
|
fm->GetMaxAscent(ascent);
|
|
|
|
|
|
|
|
nsAutoString errorMsg; errorMsg.AssignLiteral("invalid-markup");
|
|
|
|
aCtx->DrawString(errorMsg.get(), PRUint32(errorMsg.Length()), pt.x, pt.y+ascent);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* /////////////
|
|
|
|
* nsIMathMLFrame - support methods for stretchy elements
|
|
|
|
* =============================================================================
|
|
|
|
*/
|
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
static PRBool
|
|
|
|
IsForeignChild(const nsIFrame* aFrame)
|
|
|
|
{
|
|
|
|
// This counts nsMathMLmathBlockFrame as a foreign child, because it
|
|
|
|
// uses block reflow
|
|
|
|
return !(aFrame->IsFrameOfType(nsIFrame::eMathML)) ||
|
|
|
|
aFrame->GetType() == nsGkAtoms::blockFrame;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-03-28 18:46:55 -07:00
|
|
|
DestroyHTMLReflowMetrics(void *aPropertyValue)
|
2008-02-25 20:19:36 -08:00
|
|
|
{
|
|
|
|
delete static_cast<nsHTMLReflowMetrics*>(aPropertyValue);
|
|
|
|
}
|
|
|
|
|
2010-03-28 18:46:55 -07:00
|
|
|
NS_DECLARE_FRAME_PROPERTY(HTMLReflowMetricsProperty, DestroyHTMLReflowMetrics)
|
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
/* static */ void
|
|
|
|
nsMathMLContainerFrame::SaveReflowAndBoundingMetricsFor(nsIFrame* aFrame,
|
|
|
|
const nsHTMLReflowMetrics& aReflowMetrics,
|
|
|
|
const nsBoundingMetrics& aBoundingMetrics)
|
|
|
|
{
|
|
|
|
nsHTMLReflowMetrics *metrics = new nsHTMLReflowMetrics(aReflowMetrics);
|
|
|
|
metrics->mBoundingMetrics = aBoundingMetrics;
|
2010-03-28 18:46:55 -07:00
|
|
|
aFrame->Properties().Set(HTMLReflowMetricsProperty(), metrics);
|
2008-02-25 20:19:36 -08:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// helper method to facilitate getting the reflow and bounding metrics
|
2008-02-25 20:19:36 -08:00
|
|
|
/* static */ void
|
2007-03-22 10:30:00 -07:00
|
|
|
nsMathMLContainerFrame::GetReflowAndBoundingMetricsFor(nsIFrame* aFrame,
|
|
|
|
nsHTMLReflowMetrics& aReflowMetrics,
|
|
|
|
nsBoundingMetrics& aBoundingMetrics,
|
|
|
|
eMathMLFrameType* aMathMLFrameType)
|
|
|
|
{
|
|
|
|
NS_PRECONDITION(aFrame, "null arg");
|
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
nsHTMLReflowMetrics *metrics = static_cast<nsHTMLReflowMetrics*>
|
2010-03-28 18:46:55 -07:00
|
|
|
(aFrame->Properties().Get(HTMLReflowMetricsProperty()));
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
// IMPORTANT: This function is only meant to be called in Place() methods
|
|
|
|
// where it is assumed that SaveReflowAndBoundingMetricsFor has recorded the
|
|
|
|
// information.
|
|
|
|
NS_ASSERTION(metrics, "Didn't SaveReflowAndBoundingMetricsFor frame!");
|
|
|
|
if (metrics) {
|
|
|
|
aReflowMetrics = *metrics;
|
|
|
|
aBoundingMetrics = metrics->mBoundingMetrics;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
if (aMathMLFrameType) {
|
|
|
|
if (!IsForeignChild(aFrame)) {
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLFrame = do_QueryFrame(aFrame);
|
2008-02-25 20:19:36 -08:00
|
|
|
if (mathMLFrame) {
|
2007-03-22 10:30:00 -07:00
|
|
|
*aMathMLFrameType = mathMLFrame->GetMathMLFrameType();
|
2008-02-25 20:19:36 -08:00
|
|
|
return;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2008-02-25 20:19:36 -08:00
|
|
|
*aMathMLFrameType = eMathMLFrameType_UNKNOWN;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsMathMLContainerFrame::ClearSavedChildMetrics()
|
|
|
|
{
|
|
|
|
nsIFrame* childFrame = mFrames.FirstChild();
|
2010-03-28 18:46:55 -07:00
|
|
|
FramePropertyTable* props = PresContext()->PropertyTable();
|
2008-02-25 20:19:36 -08:00
|
|
|
while (childFrame) {
|
2010-03-28 18:46:55 -07:00
|
|
|
props->Delete(childFrame, HTMLReflowMetricsProperty());
|
2008-02-25 20:19:36 -08:00
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// helper to get the preferred size that a container frame should use to fire
|
|
|
|
// the stretch on its stretchy child frames.
|
|
|
|
void
|
|
|
|
nsMathMLContainerFrame::GetPreferredStretchSize(nsIRenderingContext& aRenderingContext,
|
|
|
|
PRUint32 aOptions,
|
|
|
|
nsStretchDirection aStretchDirection,
|
|
|
|
nsBoundingMetrics& aPreferredStretchSize)
|
|
|
|
{
|
|
|
|
if (aOptions & STRETCH_CONSIDER_ACTUAL_SIZE) {
|
|
|
|
// when our actual size is ok, just use it
|
|
|
|
aPreferredStretchSize = mBoundingMetrics;
|
|
|
|
}
|
|
|
|
else if (aOptions & STRETCH_CONSIDER_EMBELLISHMENTS) {
|
|
|
|
// compute our up-to-date size using Place()
|
|
|
|
nsHTMLReflowMetrics metrics;
|
|
|
|
Place(aRenderingContext, PR_FALSE, metrics);
|
|
|
|
aPreferredStretchSize = metrics.mBoundingMetrics;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
// compute a size that doesn't include embellishements
|
|
|
|
NS_ASSERTION(NS_MATHML_IS_EMBELLISH_OPERATOR(mEmbellishData.flags) ||
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_HORIZONTALLY(mPresentationData.flags) ||
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(mPresentationData.flags),
|
|
|
|
"invalid call to GetPreferredStretchSize");
|
|
|
|
PRBool firstTime = PR_TRUE;
|
|
|
|
nsBoundingMetrics bm, bmChild;
|
|
|
|
// XXXrbs need overloaded FirstChild() and clean integration of <maction> throughout
|
|
|
|
nsIFrame* childFrame = GetFirstChild(nsnull);
|
|
|
|
while (childFrame) {
|
|
|
|
// initializations in case this child happens not to be a MathML frame
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLFrame = do_QueryFrame(childFrame);
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mathMLFrame) {
|
|
|
|
nsEmbellishData embellishData;
|
|
|
|
nsPresentationData presentationData;
|
|
|
|
mathMLFrame->GetEmbellishData(embellishData);
|
|
|
|
mathMLFrame->GetPresentationData(presentationData);
|
|
|
|
if (NS_MATHML_IS_EMBELLISH_OPERATOR(embellishData.flags) &&
|
|
|
|
embellishData.direction == aStretchDirection &&
|
|
|
|
presentationData.baseFrame) {
|
|
|
|
// embellishements are not included, only consider the inner first child itself
|
2008-02-25 20:19:36 -08:00
|
|
|
// XXXkt Does that mean the core descendent frame should be used
|
|
|
|
// instead of the base child?
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLchildFrame = do_QueryFrame(presentationData.baseFrame);
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mathMLchildFrame) {
|
|
|
|
mathMLFrame = mathMLchildFrame;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
mathMLFrame->GetBoundingMetrics(bmChild);
|
|
|
|
}
|
2008-02-25 20:19:36 -08:00
|
|
|
else {
|
|
|
|
nsHTMLReflowMetrics unused;
|
|
|
|
GetReflowAndBoundingMetricsFor(childFrame, unused, bmChild);
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
if (firstTime) {
|
|
|
|
firstTime = PR_FALSE;
|
|
|
|
bm = bmChild;
|
|
|
|
if (!NS_MATHML_WILL_STRETCH_ALL_CHILDREN_HORIZONTALLY(mPresentationData.flags) &&
|
|
|
|
!NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(mPresentationData.flags)) {
|
|
|
|
// we may get here for cases such as <msup><mo>...</mo> ... </msup>
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
if (NS_MATHML_WILL_STRETCH_ALL_CHILDREN_HORIZONTALLY(mPresentationData.flags)) {
|
|
|
|
// if we get here, it means this is container that will stack its children
|
|
|
|
// vertically and fire an horizontal stretch on each them. This is the case
|
|
|
|
// for \munder, \mover, \munderover. We just sum-up the size vertically.
|
|
|
|
bm.descent += bmChild.ascent + bmChild.descent;
|
2008-07-21 00:32:46 -07:00
|
|
|
// Sometimes non-spacing marks (when width is zero) are positioned
|
|
|
|
// to the left of the origin, but it is the distance between left
|
|
|
|
// and right bearing that is important rather than the offsets from
|
|
|
|
// the origin.
|
|
|
|
if (bmChild.width == 0) {
|
|
|
|
bmChild.rightBearing -= bmChild.leftBearing;
|
|
|
|
bmChild.leftBearing = 0;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
if (bm.leftBearing > bmChild.leftBearing)
|
|
|
|
bm.leftBearing = bmChild.leftBearing;
|
|
|
|
if (bm.rightBearing < bmChild.rightBearing)
|
|
|
|
bm.rightBearing = bmChild.rightBearing;
|
|
|
|
}
|
|
|
|
else if (NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(mPresentationData.flags)) {
|
|
|
|
// just sum-up the sizes horizontally.
|
|
|
|
bm += bmChild;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
NS_ERROR("unexpected case in GetPreferredStretchSize");
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
aPreferredStretchSize = bm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsMathMLContainerFrame::Stretch(nsIRenderingContext& aRenderingContext,
|
|
|
|
nsStretchDirection aStretchDirection,
|
|
|
|
nsBoundingMetrics& aContainerSize,
|
|
|
|
nsHTMLReflowMetrics& aDesiredStretchSize)
|
|
|
|
{
|
|
|
|
if (NS_MATHML_IS_EMBELLISH_OPERATOR(mEmbellishData.flags)) {
|
|
|
|
|
|
|
|
if (NS_MATHML_STRETCH_WAS_DONE(mPresentationData.flags)) {
|
|
|
|
NS_WARNING("it is wrong to fire stretch more than once on a frame");
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
mPresentationData.flags |= NS_MATHML_STRETCH_DONE;
|
|
|
|
|
|
|
|
if (NS_MATHML_HAS_ERROR(mPresentationData.flags)) {
|
|
|
|
NS_WARNING("it is wrong to fire stretch on a erroneous frame");
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Pass the stretch to the base child ...
|
|
|
|
|
2007-12-28 15:04:19 -08:00
|
|
|
nsIFrame* baseFrame = mPresentationData.baseFrame;
|
|
|
|
if (baseFrame) {
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLFrame = do_QueryFrame(baseFrame);
|
2007-03-22 10:30:00 -07:00
|
|
|
NS_ASSERTION(mathMLFrame, "Something is wrong somewhere");
|
|
|
|
if (mathMLFrame) {
|
|
|
|
PRBool stretchAll =
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(mPresentationData.flags) ||
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_HORIZONTALLY(mPresentationData.flags);
|
|
|
|
|
|
|
|
// And the trick is that the child's rect.x is still holding the descent,
|
|
|
|
// and rect.y is still holding the ascent ...
|
|
|
|
nsHTMLReflowMetrics childSize(aDesiredStretchSize);
|
2007-12-28 15:04:19 -08:00
|
|
|
GetReflowAndBoundingMetricsFor(baseFrame, childSize, childSize.mBoundingMetrics);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// See if we should downsize and confine the stretch to us...
|
|
|
|
// XXX there may be other cases where we can downsize the stretch,
|
|
|
|
// e.g., the first ∑ might appear big in the following situation
|
|
|
|
// <math xmlns='http://www.w3.org/1998/Math/MathML'>
|
|
|
|
// <mstyle>
|
|
|
|
// <msub>
|
|
|
|
// <msub><mo>∑</mo><mfrac><mi>a</mi><mi>b</mi></mfrac></msub>
|
|
|
|
// <msub><mo>∑</mo><mfrac><mi>a</mi><mi>b</mi></mfrac></msub>
|
|
|
|
// </msub>
|
|
|
|
// </mstyle>
|
|
|
|
// </math>
|
|
|
|
nsBoundingMetrics containerSize = aContainerSize;
|
|
|
|
if (aStretchDirection != NS_STRETCH_DIRECTION_DEFAULT &&
|
|
|
|
aStretchDirection != mEmbellishData.direction) {
|
|
|
|
if (mEmbellishData.direction == NS_STRETCH_DIRECTION_UNSUPPORTED) {
|
|
|
|
containerSize = childSize.mBoundingMetrics;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
GetPreferredStretchSize(aRenderingContext,
|
|
|
|
stretchAll ? STRETCH_CONSIDER_EMBELLISHMENTS : 0,
|
|
|
|
mEmbellishData.direction, containerSize);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// do the stretching...
|
|
|
|
mathMLFrame->Stretch(aRenderingContext,
|
|
|
|
mEmbellishData.direction, containerSize, childSize);
|
|
|
|
// store the updated metrics
|
2008-02-25 20:19:36 -08:00
|
|
|
SaveReflowAndBoundingMetricsFor(baseFrame, childSize,
|
|
|
|
childSize.mBoundingMetrics);
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// Remember the siblings which were _deferred_.
|
|
|
|
// Now that this embellished child may have changed, we need to
|
|
|
|
// fire the stretch on its siblings using our updated size
|
|
|
|
|
|
|
|
if (stretchAll) {
|
|
|
|
|
|
|
|
nsStretchDirection stretchDir =
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(mPresentationData.flags) ?
|
|
|
|
NS_STRETCH_DIRECTION_VERTICAL : NS_STRETCH_DIRECTION_HORIZONTAL;
|
|
|
|
|
|
|
|
GetPreferredStretchSize(aRenderingContext, STRETCH_CONSIDER_EMBELLISHMENTS,
|
|
|
|
stretchDir, containerSize);
|
|
|
|
|
2007-12-28 15:04:19 -08:00
|
|
|
nsIFrame* childFrame = mFrames.FirstChild();
|
2007-03-22 10:30:00 -07:00
|
|
|
while (childFrame) {
|
|
|
|
if (childFrame != mPresentationData.baseFrame) {
|
2009-01-12 11:20:59 -08:00
|
|
|
mathMLFrame = do_QueryFrame(childFrame);
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mathMLFrame) {
|
|
|
|
// retrieve the metrics that was stored at the previous pass
|
|
|
|
GetReflowAndBoundingMetricsFor(childFrame,
|
|
|
|
childSize, childSize.mBoundingMetrics);
|
|
|
|
// do the stretching...
|
|
|
|
mathMLFrame->Stretch(aRenderingContext, stretchDir,
|
|
|
|
containerSize, childSize);
|
|
|
|
// store the updated metrics
|
2008-02-25 20:19:36 -08:00
|
|
|
SaveReflowAndBoundingMetricsFor(childFrame, childSize,
|
|
|
|
childSize.mBoundingMetrics);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// re-position all our children
|
|
|
|
nsresult rv = Place(aRenderingContext, PR_TRUE, aDesiredStretchSize);
|
|
|
|
if (NS_MATHML_HAS_ERROR(mPresentationData.flags) || NS_FAILED(rv)) {
|
|
|
|
// Make sure the child frames get their DidReflow() calls.
|
|
|
|
DidReflowChildren(mFrames.FirstChild());
|
|
|
|
}
|
|
|
|
|
|
|
|
// If our parent is not embellished, it means we are the outermost embellished
|
|
|
|
// container and so we put the spacing, otherwise we don't include the spacing,
|
|
|
|
// the outermost embellished container will take care of it.
|
|
|
|
|
|
|
|
nsEmbellishData parentData;
|
|
|
|
GetEmbellishDataFrom(mParent, parentData);
|
|
|
|
// ensure that we are the embellished child, not just a sibling
|
|
|
|
// (need to test coreFrame since <mfrac> resets other things)
|
|
|
|
if (parentData.coreFrame != mEmbellishData.coreFrame) {
|
|
|
|
// (we fetch values from the core since they may use units that depend
|
|
|
|
// on style data, and style changes could have occurred in the core since
|
|
|
|
// our last visit there)
|
|
|
|
nsEmbellishData coreData;
|
|
|
|
GetEmbellishDataFrom(mEmbellishData.coreFrame, coreData);
|
|
|
|
|
|
|
|
mBoundingMetrics.width += coreData.leftSpace + coreData.rightSpace;
|
|
|
|
aDesiredStretchSize.width = mBoundingMetrics.width;
|
|
|
|
aDesiredStretchSize.mBoundingMetrics.width = mBoundingMetrics.width;
|
|
|
|
|
|
|
|
nscoord dx = coreData.leftSpace;
|
2007-12-28 15:04:19 -08:00
|
|
|
if (dx != 0) {
|
|
|
|
mBoundingMetrics.leftBearing += dx;
|
|
|
|
mBoundingMetrics.rightBearing += dx;
|
|
|
|
aDesiredStretchSize.mBoundingMetrics.leftBearing += dx;
|
|
|
|
aDesiredStretchSize.mBoundingMetrics.rightBearing += dx;
|
|
|
|
|
|
|
|
nsIFrame* childFrame = mFrames.FirstChild();
|
|
|
|
while (childFrame) {
|
|
|
|
childFrame->SetPosition(childFrame->GetPosition()
|
|
|
|
+ nsPoint(dx, 0));
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
}
|
2007-12-28 15:04:19 -08:00
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
// Finished with these:
|
|
|
|
ClearSavedChildMetrics();
|
2007-12-28 15:04:19 -08:00
|
|
|
// Set our overflow area
|
|
|
|
GatherAndStoreOverflow(&aDesiredStretchSize);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsMathMLContainerFrame::FinalizeReflow(nsIRenderingContext& aRenderingContext,
|
|
|
|
nsHTMLReflowMetrics& aDesiredSize)
|
|
|
|
{
|
|
|
|
// During reflow, we use rect.x and rect.y as placeholders for the child's ascent
|
|
|
|
// and descent in expectation of a stretch command. Hence we need to ensure that
|
|
|
|
// a stretch command will actually be fired later on, after exiting from our
|
|
|
|
// reflow. If the stretch is not fired, the rect.x, and rect.y will remain
|
|
|
|
// with inappropriate data causing children to be improperly positioned.
|
|
|
|
// This helper method checks to see if our parent will fire a stretch command
|
|
|
|
// targeted at us. If not, we go ahead and fire an involutive stretch on
|
|
|
|
// ourselves. This will clear all the rect.x and rect.y, and return our
|
|
|
|
// desired size.
|
|
|
|
|
|
|
|
|
|
|
|
// First, complete the post-reflow hook.
|
|
|
|
// We use the information in our children rectangles to position them.
|
|
|
|
// If placeOrigin==false, then Place() will not touch rect.x, and rect.y.
|
|
|
|
// They will still be holding the ascent and descent for each child.
|
|
|
|
|
|
|
|
// The first clause caters for any non-embellished container.
|
|
|
|
// The second clause is for a container which won't fire stretch even though it is
|
|
|
|
// embellished, e.g., as in <mfrac><mo>...</mo> ... </mfrac>, the test is convoluted
|
|
|
|
// because it excludes the particular case of the core <mo>...</mo> itself.
|
|
|
|
// (<mo> needs to fire stretch on its MathMLChar in any case to initialize it)
|
|
|
|
PRBool placeOrigin = !NS_MATHML_IS_EMBELLISH_OPERATOR(mEmbellishData.flags) ||
|
|
|
|
(mEmbellishData.coreFrame != this && !mPresentationData.baseFrame &&
|
|
|
|
mEmbellishData.direction == NS_STRETCH_DIRECTION_UNSUPPORTED);
|
|
|
|
nsresult rv = Place(aRenderingContext, placeOrigin, aDesiredSize);
|
|
|
|
|
|
|
|
// Place() will call FinishReflowChild() when placeOrigin is true but if
|
|
|
|
// it returns before reaching FinishReflowChild() due to errors we need
|
|
|
|
// to fulfill the reflow protocol by calling DidReflow for the child frames
|
|
|
|
// that still needs it here (or we may crash - bug 366012).
|
|
|
|
// If placeOrigin is false we should reach Place() with aPlaceOrigin == true
|
|
|
|
// through Stretch() eventually.
|
|
|
|
if (NS_MATHML_HAS_ERROR(mPresentationData.flags) || NS_FAILED(rv)) {
|
|
|
|
DidReflowChildren(GetFirstChild(nsnull));
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
PRBool parentWillFireStretch = PR_FALSE;
|
2007-03-22 10:30:00 -07:00
|
|
|
if (!placeOrigin) {
|
|
|
|
// This means the rect.x and rect.y of our children were not set!!
|
|
|
|
// Don't go without checking to see if our parent will later fire a Stretch() command
|
|
|
|
// targeted at us. The Stretch() will cause the rect.x and rect.y to clear...
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLFrame = do_QueryFrame(mParent);
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mathMLFrame) {
|
|
|
|
nsEmbellishData embellishData;
|
|
|
|
nsPresentationData presentationData;
|
|
|
|
mathMLFrame->GetEmbellishData(embellishData);
|
|
|
|
mathMLFrame->GetPresentationData(presentationData);
|
|
|
|
if (NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(presentationData.flags) ||
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_HORIZONTALLY(presentationData.flags) ||
|
|
|
|
(NS_MATHML_IS_EMBELLISH_OPERATOR(embellishData.flags)
|
|
|
|
&& presentationData.baseFrame == this))
|
|
|
|
{
|
|
|
|
parentWillFireStretch = PR_TRUE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!parentWillFireStretch) {
|
|
|
|
// There is nobody who will fire the stretch for us, we do it ourselves!
|
|
|
|
|
|
|
|
PRBool stretchAll =
|
|
|
|
/* NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(mPresentationData.flags) || */
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_HORIZONTALLY(mPresentationData.flags);
|
|
|
|
|
|
|
|
nsBoundingMetrics defaultSize;
|
|
|
|
if (mEmbellishData.coreFrame == this /* case of a bare <mo>...</mo> itself */
|
|
|
|
|| stretchAll) { /* or <mover><mo>...</mo>...</mover>, or friends */
|
|
|
|
// use our current size as computed earlier by Place()
|
|
|
|
defaultSize = aDesiredSize.mBoundingMetrics;
|
|
|
|
}
|
|
|
|
else { /* case of <msup><mo>...</mo>...</msup> or friends */
|
|
|
|
// compute a size that doesn't include embellishments
|
|
|
|
GetPreferredStretchSize(aRenderingContext, 0, mEmbellishData.direction,
|
|
|
|
defaultSize);
|
|
|
|
}
|
|
|
|
Stretch(aRenderingContext, NS_STRETCH_DIRECTION_DEFAULT, defaultSize,
|
|
|
|
aDesiredSize);
|
|
|
|
#ifdef NS_DEBUG
|
|
|
|
{
|
|
|
|
// The Place() call above didn't request FinishReflowChild(),
|
|
|
|
// so let's check that we eventually did through Stretch().
|
|
|
|
nsIFrame* childFrame = GetFirstChild(nsnull);
|
|
|
|
for ( ; childFrame; childFrame = childFrame->GetNextSibling()) {
|
|
|
|
NS_ASSERTION(!(childFrame->GetStateBits() & NS_FRAME_IN_REFLOW),
|
|
|
|
"DidReflow() was never called");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// see if we should fix the spacing
|
|
|
|
FixInterFrameSpacing(aDesiredSize);
|
|
|
|
|
2007-12-28 15:04:19 -08:00
|
|
|
// Also return our bounding metrics
|
|
|
|
aDesiredSize.mBoundingMetrics = mBoundingMetrics;
|
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
if (!parentWillFireStretch) {
|
|
|
|
// Not expecting a stretch.
|
|
|
|
// Finished with these:
|
|
|
|
ClearSavedChildMetrics();
|
|
|
|
// Set our overflow area.
|
2007-12-28 15:04:19 -08:00
|
|
|
GatherAndStoreOverflow(&aDesiredSize);
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* /////////////
|
|
|
|
* nsIMathMLFrame - support methods for scripting elements (nested frames
|
|
|
|
* within msub, msup, msubsup, munder, mover, munderover, mmultiscripts,
|
|
|
|
* mfrac, mroot, mtable).
|
|
|
|
* =============================================================================
|
|
|
|
*/
|
|
|
|
|
|
|
|
// helper to let the update of presentation data pass through
|
|
|
|
// a subtree that may contain non-mathml container frames
|
|
|
|
/* static */ void
|
|
|
|
nsMathMLContainerFrame::PropagatePresentationDataFor(nsIFrame* aFrame,
|
|
|
|
PRUint32 aFlagsValues,
|
|
|
|
PRUint32 aFlagsToUpdate)
|
|
|
|
{
|
2008-01-09 01:38:28 -08:00
|
|
|
if (!aFrame || !aFlagsToUpdate)
|
2007-03-22 10:30:00 -07:00
|
|
|
return;
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLFrame = do_QueryFrame(aFrame);
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mathMLFrame) {
|
|
|
|
// update
|
2008-01-09 01:38:28 -08:00
|
|
|
mathMLFrame->UpdatePresentationData(aFlagsValues,
|
2007-03-22 10:30:00 -07:00
|
|
|
aFlagsToUpdate);
|
|
|
|
// propagate using the base method to make sure that the control
|
|
|
|
// is passed on to MathML frames that may be overloading the method
|
|
|
|
mathMLFrame->UpdatePresentationDataFromChildAt(0, -1,
|
2008-01-09 01:38:28 -08:00
|
|
|
aFlagsValues, aFlagsToUpdate);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
else {
|
|
|
|
// propagate down the subtrees
|
|
|
|
nsIFrame* childFrame = aFrame->GetFirstChild(nsnull);
|
|
|
|
while (childFrame) {
|
|
|
|
PropagatePresentationDataFor(childFrame,
|
2008-01-09 01:38:28 -08:00
|
|
|
aFlagsValues, aFlagsToUpdate);
|
2007-03-22 10:30:00 -07:00
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* static */ void
|
|
|
|
nsMathMLContainerFrame::PropagatePresentationDataFromChildAt(nsIFrame* aParentFrame,
|
|
|
|
PRInt32 aFirstChildIndex,
|
|
|
|
PRInt32 aLastChildIndex,
|
|
|
|
PRUint32 aFlagsValues,
|
|
|
|
PRUint32 aFlagsToUpdate)
|
|
|
|
{
|
2008-01-09 01:38:28 -08:00
|
|
|
if (!aParentFrame || !aFlagsToUpdate)
|
2007-03-22 10:30:00 -07:00
|
|
|
return;
|
|
|
|
PRInt32 index = 0;
|
|
|
|
nsIFrame* childFrame = aParentFrame->GetFirstChild(nsnull);
|
|
|
|
while (childFrame) {
|
|
|
|
if ((index >= aFirstChildIndex) &&
|
|
|
|
((aLastChildIndex <= 0) || ((aLastChildIndex > 0) &&
|
|
|
|
(index <= aLastChildIndex)))) {
|
|
|
|
PropagatePresentationDataFor(childFrame,
|
2008-01-09 01:38:28 -08:00
|
|
|
aFlagsValues, aFlagsToUpdate);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
index++;
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* //////////////////
|
|
|
|
* Frame construction
|
|
|
|
* =============================================================================
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsMathMLContainerFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
|
|
|
const nsRect& aDirtyRect,
|
|
|
|
const nsDisplayListSet& aLists)
|
|
|
|
{
|
|
|
|
// report an error if something wrong was found in this frame
|
|
|
|
if (NS_MATHML_HAS_ERROR(mPresentationData.flags)) {
|
|
|
|
if (!IsVisibleForPainting(aBuilder))
|
|
|
|
return NS_OK;
|
|
|
|
|
2010-08-13 03:01:13 -07:00
|
|
|
return aLists.Content()->AppendNewToTop(
|
|
|
|
new (aBuilder) nsDisplayMathMLError(aBuilder, this));
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
nsresult rv = DisplayBorderBackgroundOutline(aBuilder, aLists);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
rv = DisplayTextDecorationsAndChildren(aBuilder, aDirtyRect, aLists);
|
|
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
|
|
|
|
#if defined(NS_DEBUG) && defined(SHOW_BOUNDING_BOX)
|
|
|
|
// for visual debug
|
|
|
|
// ----------------
|
|
|
|
// if you want to see your bounding box, make sure to properly fill
|
|
|
|
// your mBoundingMetrics and mReference point, and set
|
|
|
|
// mPresentationData.flags |= NS_MATHML_SHOW_BOUNDING_METRICS
|
|
|
|
// in the Init() of your sub-class
|
|
|
|
rv = DisplayBoundingMetrics(aBuilder, this, mReference, mBoundingMetrics, aLists);
|
|
|
|
#endif
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Note that this method re-builds the automatic data in the children -- not
|
|
|
|
// in aParentFrame itself (except for those particular operations that the
|
|
|
|
// parent frame may do in its TransmitAutomaticData()).
|
|
|
|
/* static */ void
|
|
|
|
nsMathMLContainerFrame::RebuildAutomaticDataForChildren(nsIFrame* aParentFrame)
|
|
|
|
{
|
|
|
|
// 1. As we descend the tree, make each child frame inherit data from
|
|
|
|
// the parent
|
|
|
|
// 2. As we ascend the tree, transmit any specific change that we want
|
|
|
|
// down the subtrees
|
|
|
|
nsIFrame* childFrame = aParentFrame->GetFirstChild(nsnull);
|
|
|
|
while (childFrame) {
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* childMathMLFrame = do_QueryFrame(childFrame);
|
2007-03-22 10:30:00 -07:00
|
|
|
if (childMathMLFrame) {
|
|
|
|
childMathMLFrame->InheritAutomaticData(aParentFrame);
|
|
|
|
}
|
|
|
|
RebuildAutomaticDataForChildren(childFrame);
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLFrame = do_QueryFrame(aParentFrame);
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mathMLFrame) {
|
|
|
|
mathMLFrame->TransmitAutomaticData();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* static */ nsresult
|
2009-02-10 14:05:27 -08:00
|
|
|
nsMathMLContainerFrame::ReLayoutChildren(nsIFrame* aParentFrame)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
if (!aParentFrame)
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
// walk-up to the first frame that is a MathML frame, stop if we reach <math>
|
|
|
|
nsIFrame* frame = aParentFrame;
|
|
|
|
while (1) {
|
|
|
|
nsIFrame* parent = frame->GetParent();
|
|
|
|
if (!parent || !parent->GetContent())
|
|
|
|
break;
|
|
|
|
|
|
|
|
// stop if it is a MathML frame
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLFrame = do_QueryFrame(frame);
|
2008-01-09 01:38:28 -08:00
|
|
|
if (mathMLFrame)
|
2007-03-22 10:30:00 -07:00
|
|
|
break;
|
|
|
|
|
|
|
|
// stop if we reach the root <math> tag
|
|
|
|
nsIContent* content = frame->GetContent();
|
|
|
|
NS_ASSERTION(content, "dangling frame without a content node");
|
|
|
|
if (!content)
|
|
|
|
break;
|
|
|
|
// XXXldb This should check namespaces too.
|
|
|
|
if (content->Tag() == nsGkAtoms::math)
|
|
|
|
break;
|
|
|
|
|
2007-05-06 12:16:51 -07:00
|
|
|
// mark the frame dirty, and continue to climb up. It's important that
|
|
|
|
// we're NOT doing this to the frame we plan to pass to FrameNeedsReflow()
|
2009-02-10 14:05:27 -08:00
|
|
|
// XXXldb Why do we need to bother with this? Marking ancestor
|
|
|
|
// dirty (which we do below) should do a superset of the work this
|
|
|
|
// does.
|
2007-03-22 10:30:00 -07:00
|
|
|
frame->AddStateBits(NS_FRAME_IS_DIRTY | NS_FRAME_HAS_DIRTY_CHILDREN);
|
|
|
|
|
|
|
|
frame = parent;
|
|
|
|
}
|
|
|
|
|
|
|
|
// re-sync the presentation data and embellishment data of our children
|
|
|
|
RebuildAutomaticDataForChildren(frame);
|
|
|
|
|
|
|
|
// Ask our parent frame to reflow us
|
|
|
|
nsIFrame* parent = frame->GetParent();
|
|
|
|
NS_ASSERTION(parent, "No parent to pass the reflow request up to");
|
|
|
|
if (!parent)
|
|
|
|
return NS_OK;
|
|
|
|
|
2010-03-20 14:54:19 -07:00
|
|
|
frame->PresContext()->PresShell()->
|
2009-02-10 14:05:27 -08:00
|
|
|
FrameNeedsReflow(frame, nsIPresShell::eStyleChange, NS_FRAME_IS_DIRTY);
|
2010-03-20 14:54:19 -07:00
|
|
|
|
|
|
|
return NS_OK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// There are precise rules governing children of a MathML frame,
|
|
|
|
// and properties such as the scriptlevel depends on those rules.
|
|
|
|
// Hence for things to work, callers must use Append/Insert/etc wisely.
|
|
|
|
|
|
|
|
nsresult
|
|
|
|
nsMathMLContainerFrame::ChildListChanged(PRInt32 aModType)
|
|
|
|
{
|
|
|
|
// If this is an embellished frame we need to rebuild the
|
|
|
|
// embellished hierarchy by walking-up to the parent of the
|
|
|
|
// outermost embellished container.
|
|
|
|
nsIFrame* frame = this;
|
|
|
|
if (mEmbellishData.coreFrame) {
|
|
|
|
nsIFrame* parent = mParent;
|
|
|
|
nsEmbellishData embellishData;
|
|
|
|
for ( ; parent; frame = parent, parent = parent->GetParent()) {
|
|
|
|
GetEmbellishDataFrom(parent, embellishData);
|
|
|
|
if (embellishData.coreFrame != mEmbellishData.coreFrame)
|
|
|
|
break;
|
2007-05-06 12:16:51 -07:00
|
|
|
|
|
|
|
// Important: do not do this to the frame we plan to pass to
|
|
|
|
// ReLayoutChildren
|
2009-02-10 14:05:27 -08:00
|
|
|
// XXXldb Why do we need to bother with this? Marking ancestor
|
|
|
|
// dirty (which we do below) should do a superset of the work this
|
|
|
|
// does.
|
2007-05-06 12:16:51 -07:00
|
|
|
frame->AddStateBits(NS_FRAME_IS_DIRTY | NS_FRAME_HAS_DIRTY_CHILDREN);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
}
|
2009-02-10 14:05:27 -08:00
|
|
|
return ReLayoutChildren(frame);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsMathMLContainerFrame::AppendFrames(nsIAtom* aListName,
|
2009-07-30 10:23:32 -07:00
|
|
|
nsFrameList& aFrameList)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
if (aListName) {
|
|
|
|
return NS_ERROR_INVALID_ARG;
|
|
|
|
}
|
2009-07-30 10:23:32 -07:00
|
|
|
mFrames.AppendFrames(this, aFrameList);
|
|
|
|
return ChildListChanged(nsIDOMMutationEvent::ADDITION);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsMathMLContainerFrame::InsertFrames(nsIAtom* aListName,
|
|
|
|
nsIFrame* aPrevFrame,
|
2009-07-30 10:23:32 -07:00
|
|
|
nsFrameList& aFrameList)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
if (aListName) {
|
|
|
|
return NS_ERROR_INVALID_ARG;
|
|
|
|
}
|
2009-07-30 10:23:32 -07:00
|
|
|
// Insert frames after aPrevFrame
|
|
|
|
mFrames.InsertFrames(this, aPrevFrame, aFrameList);
|
|
|
|
return ChildListChanged(nsIDOMMutationEvent::ADDITION);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsMathMLContainerFrame::RemoveFrame(nsIAtom* aListName,
|
|
|
|
nsIFrame* aOldFrame)
|
|
|
|
{
|
|
|
|
if (aListName) {
|
|
|
|
return NS_ERROR_INVALID_ARG;
|
|
|
|
}
|
|
|
|
// remove the child frame
|
|
|
|
mFrames.DestroyFrame(aOldFrame);
|
|
|
|
return ChildListChanged(nsIDOMMutationEvent::REMOVAL);
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsMathMLContainerFrame::AttributeChanged(PRInt32 aNameSpaceID,
|
|
|
|
nsIAtom* aAttribute,
|
|
|
|
PRInt32 aModType)
|
|
|
|
{
|
|
|
|
// XXX Since they are numerous MathML attributes that affect layout, and
|
|
|
|
// we can't check all of them here, play safe by requesting a reflow.
|
|
|
|
// XXXldb This should only do work for attributes that cause changes!
|
2010-03-20 14:54:19 -07:00
|
|
|
PresContext()->PresShell()->
|
|
|
|
FrameNeedsReflow(this, nsIPresShell::eStyleChange, NS_FRAME_IS_DIRTY);
|
|
|
|
|
|
|
|
return NS_OK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-12-28 15:04:19 -08:00
|
|
|
void
|
|
|
|
nsMathMLContainerFrame::GatherAndStoreOverflow(nsHTMLReflowMetrics* aMetrics)
|
|
|
|
{
|
|
|
|
// nsIFrame::FinishAndStoreOverflow likes the overflow area to include the
|
|
|
|
// frame rectangle.
|
|
|
|
nsRect frameRect(0, 0, aMetrics->width, aMetrics->height);
|
|
|
|
|
2008-06-12 15:02:32 -07:00
|
|
|
// Text-shadow overflows.
|
|
|
|
if (PresContext()->CompatibilityMode() != eCompatibility_NavQuirks) {
|
|
|
|
nsRect shadowRect = nsLayoutUtils::GetTextShadowRectsUnion(frameRect, this);
|
|
|
|
frameRect.UnionRect(frameRect, shadowRect);
|
|
|
|
}
|
|
|
|
|
2007-12-28 15:04:19 -08:00
|
|
|
// All non-child-frame content such as nsMathMLChars (and most child-frame
|
|
|
|
// content) is included in mBoundingMetrics.
|
|
|
|
nsRect boundingBox(mBoundingMetrics.leftBearing,
|
|
|
|
aMetrics->ascent - mBoundingMetrics.ascent,
|
|
|
|
mBoundingMetrics.rightBearing - mBoundingMetrics.leftBearing,
|
|
|
|
mBoundingMetrics.ascent + mBoundingMetrics.descent);
|
|
|
|
|
|
|
|
aMetrics->mOverflowArea.UnionRect(frameRect, boundingBox);
|
|
|
|
|
|
|
|
// mBoundingMetrics does not necessarily include content of <mpadded>
|
|
|
|
// elements whose mBoundingMetrics may not be representative of the true
|
|
|
|
// bounds, and doesn't include the CSS2 outline rectangles of children, so
|
|
|
|
// make such to include child overflow areas.
|
|
|
|
nsIFrame* childFrame = mFrames.FirstChild();
|
|
|
|
while (childFrame) {
|
|
|
|
ConsiderChildOverflow(aMetrics->mOverflowArea, childFrame);
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
|
|
|
|
FinishAndStoreOverflow(aMetrics);
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
nsresult
|
|
|
|
nsMathMLContainerFrame::ReflowChild(nsIFrame* aChildFrame,
|
|
|
|
nsPresContext* aPresContext,
|
|
|
|
nsHTMLReflowMetrics& aDesiredSize,
|
|
|
|
const nsHTMLReflowState& aReflowState,
|
|
|
|
nsReflowStatus& aStatus)
|
|
|
|
{
|
|
|
|
// Having foreign/hybrid children, e.g., from html markups, is not defined by
|
|
|
|
// the MathML spec. But it can happen in practice, e.g., <html:img> allows us
|
|
|
|
// to do some cool demos... or we may have a child that is an nsInlineFrame
|
|
|
|
// from a generated content such as :before { content: open-quote } or
|
|
|
|
// :after { content: close-quote }. Unfortunately, the other frames out-there
|
|
|
|
// may expect their own invariants that are not met when we mix things.
|
|
|
|
// Hence we do not claim their support, but we will nevertheless attempt to keep
|
|
|
|
// them in the flow, if we can get their desired size. We observed that most
|
|
|
|
// frames may be reflowed generically, but nsInlineFrames need extra care.
|
|
|
|
|
2007-10-12 01:30:54 -07:00
|
|
|
#ifdef DEBUG
|
2009-01-12 11:20:59 -08:00
|
|
|
nsInlineFrame* inlineFrame = do_QueryFrame(aChildFrame);
|
2007-10-12 01:30:54 -07:00
|
|
|
NS_ASSERTION(!inlineFrame, "Inline frames should be wrapped in blocks");
|
|
|
|
#endif
|
|
|
|
|
|
|
|
nsresult rv = nsHTMLContainerFrame::
|
|
|
|
ReflowChild(aChildFrame, aPresContext, aDesiredSize, aReflowState,
|
|
|
|
0, 0, NS_FRAME_NO_MOVE_FRAME, aStatus);
|
2007-12-02 16:54:23 -08:00
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
if (NS_FAILED(rv))
|
|
|
|
return rv;
|
|
|
|
|
2007-12-02 16:54:23 -08:00
|
|
|
if (aDesiredSize.ascent == nsHTMLReflowMetrics::ASK_FOR_BASELINE) {
|
|
|
|
// This will be suitable for inline frames, which are wrapped in a block.
|
|
|
|
if(!nsLayoutUtils::GetLastLineBaseline(aChildFrame,
|
|
|
|
&aDesiredSize.ascent)) {
|
|
|
|
// We don't expect any other block children so just place the frame on
|
|
|
|
// the baseline instead of going through DidReflow() and
|
|
|
|
// GetBaseline(). This is what nsFrame::GetBaseline() will do anyway.
|
|
|
|
aDesiredSize.ascent = aDesiredSize.height;
|
|
|
|
}
|
|
|
|
}
|
2008-02-25 20:19:36 -08:00
|
|
|
if (IsForeignChild(aChildFrame)) {
|
2007-12-02 16:54:23 -08:00
|
|
|
// use ComputeTightBounds API as aDesiredSize.mBoundingMetrics is not set.
|
2007-12-18 15:01:15 -08:00
|
|
|
nsRect r = aChildFrame->ComputeTightBounds(aReflowState.rendContext->ThebesContext());
|
2007-10-12 01:30:54 -07:00
|
|
|
aDesiredSize.mBoundingMetrics.leftBearing = r.x;
|
|
|
|
aDesiredSize.mBoundingMetrics.rightBearing = r.XMost();
|
2007-12-02 16:54:23 -08:00
|
|
|
aDesiredSize.mBoundingMetrics.ascent = aDesiredSize.ascent - r.y;
|
|
|
|
aDesiredSize.mBoundingMetrics.descent = r.YMost() - aDesiredSize.ascent;
|
2007-10-12 01:30:54 -07:00
|
|
|
aDesiredSize.mBoundingMetrics.width = aDesiredSize.width;
|
|
|
|
}
|
|
|
|
return rv;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
2007-12-28 15:04:19 -08:00
|
|
|
nsMathMLContainerFrame::Reflow(nsPresContext* aPresContext,
|
2007-03-22 10:30:00 -07:00
|
|
|
nsHTMLReflowMetrics& aDesiredSize,
|
|
|
|
const nsHTMLReflowState& aReflowState,
|
|
|
|
nsReflowStatus& aStatus)
|
|
|
|
{
|
|
|
|
aDesiredSize.width = aDesiredSize.height = 0;
|
|
|
|
aDesiredSize.ascent = 0;
|
|
|
|
aDesiredSize.mBoundingMetrics.Clear();
|
|
|
|
|
|
|
|
/////////////
|
|
|
|
// Reflow children
|
|
|
|
// Asking each child to cache its bounding metrics
|
|
|
|
|
|
|
|
nsReflowStatus childStatus;
|
2007-11-08 22:53:04 -08:00
|
|
|
nsSize availSize(aReflowState.ComputedWidth(), NS_UNCONSTRAINEDSIZE);
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIFrame* childFrame = mFrames.FirstChild();
|
|
|
|
while (childFrame) {
|
2007-12-02 16:54:23 -08:00
|
|
|
nsHTMLReflowMetrics childDesiredSize(aDesiredSize.mFlags);
|
2007-03-22 10:30:00 -07:00
|
|
|
nsHTMLReflowState childReflowState(aPresContext, aReflowState,
|
|
|
|
childFrame, availSize);
|
2007-12-28 15:04:19 -08:00
|
|
|
nsresult rv = ReflowChild(childFrame, aPresContext, childDesiredSize,
|
|
|
|
childReflowState, childStatus);
|
2007-03-22 10:30:00 -07:00
|
|
|
//NS_ASSERTION(NS_FRAME_IS_COMPLETE(childStatus), "bad status");
|
|
|
|
if (NS_FAILED(rv)) {
|
|
|
|
// Call DidReflow() for the child frames we successfully did reflow.
|
|
|
|
DidReflowChildren(mFrames.FirstChild(), childFrame);
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
2008-02-25 20:19:36 -08:00
|
|
|
SaveReflowAndBoundingMetricsFor(childFrame, childDesiredSize,
|
|
|
|
childDesiredSize.mBoundingMetrics);
|
2007-03-22 10:30:00 -07:00
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
|
|
|
|
/////////////
|
|
|
|
// If we are a container which is entitled to stretch its children, then we
|
|
|
|
// ask our stretchy children to stretch themselves
|
|
|
|
|
|
|
|
// The stretching of siblings of an embellished child is _deferred_ until
|
|
|
|
// after finishing the stretching of the embellished child - bug 117652
|
|
|
|
|
|
|
|
if (!NS_MATHML_IS_EMBELLISH_OPERATOR(mEmbellishData.flags) &&
|
|
|
|
(NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(mPresentationData.flags) ||
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_HORIZONTALLY(mPresentationData.flags))) {
|
|
|
|
|
|
|
|
// get the stretchy direction
|
|
|
|
nsStretchDirection stretchDir =
|
|
|
|
NS_MATHML_WILL_STRETCH_ALL_CHILDREN_VERTICALLY(mPresentationData.flags)
|
|
|
|
? NS_STRETCH_DIRECTION_VERTICAL
|
|
|
|
: NS_STRETCH_DIRECTION_HORIZONTAL;
|
|
|
|
|
|
|
|
// what size should we use to stretch our stretchy children
|
|
|
|
// We don't use STRETCH_CONSIDER_ACTUAL_SIZE -- because our size is not known yet
|
|
|
|
// We don't use STRETCH_CONSIDER_EMBELLISHMENTS -- because we don't want to
|
|
|
|
// include them in the caculations of the size of stretchy elements
|
|
|
|
nsBoundingMetrics containerSize;
|
|
|
|
GetPreferredStretchSize(*aReflowState.rendContext, 0, stretchDir,
|
|
|
|
containerSize);
|
|
|
|
|
|
|
|
// fire the stretch on each child
|
|
|
|
childFrame = mFrames.FirstChild();
|
|
|
|
while (childFrame) {
|
2009-01-12 11:20:59 -08:00
|
|
|
nsIMathMLFrame* mathMLFrame = do_QueryFrame(childFrame);
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mathMLFrame) {
|
|
|
|
// retrieve the metrics that was stored at the previous pass
|
2007-12-02 16:54:23 -08:00
|
|
|
nsHTMLReflowMetrics childDesiredSize;
|
2007-03-22 10:30:00 -07:00
|
|
|
GetReflowAndBoundingMetricsFor(childFrame,
|
|
|
|
childDesiredSize, childDesiredSize.mBoundingMetrics);
|
|
|
|
|
|
|
|
mathMLFrame->Stretch(*aReflowState.rendContext, stretchDir,
|
|
|
|
containerSize, childDesiredSize);
|
|
|
|
// store the updated metrics
|
2008-02-25 20:19:36 -08:00
|
|
|
SaveReflowAndBoundingMetricsFor(childFrame, childDesiredSize,
|
|
|
|
childDesiredSize.mBoundingMetrics);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/////////////
|
|
|
|
// Place children now by re-adjusting the origins to align the baselines
|
|
|
|
FinalizeReflow(*aReflowState.rendContext, aDesiredSize);
|
|
|
|
|
|
|
|
aStatus = NS_FRAME_COMPLETE;
|
|
|
|
NS_FRAME_SET_TRUNCATION(aStatus, aReflowState, aDesiredSize);
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2008-02-27 02:45:36 -08:00
|
|
|
/* virtual */ nscoord
|
|
|
|
nsMathMLContainerFrame::GetMinWidth(nsIRenderingContext *aRenderingContext)
|
|
|
|
{
|
|
|
|
nscoord result;
|
|
|
|
DISPLAY_MIN_WIDTH(this, result);
|
|
|
|
result = GetIntrinsicWidth(aRenderingContext);
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* virtual */ nscoord
|
|
|
|
nsMathMLContainerFrame::GetPrefWidth(nsIRenderingContext *aRenderingContext)
|
|
|
|
{
|
|
|
|
nscoord result;
|
|
|
|
DISPLAY_MIN_WIDTH(this, result);
|
|
|
|
result = GetIntrinsicWidth(aRenderingContext);
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* virtual */ nscoord
|
2008-03-17 22:06:23 -07:00
|
|
|
nsMathMLContainerFrame::GetIntrinsicWidth(nsIRenderingContext* aRenderingContext)
|
2008-02-27 02:45:36 -08:00
|
|
|
{
|
|
|
|
// Get child widths
|
|
|
|
nsIFrame* childFrame = mFrames.FirstChild();
|
|
|
|
while (childFrame) {
|
|
|
|
// XXX This includes margin while Reflow currently doesn't consider
|
|
|
|
// margin, so we may end up with too much space, but, with stretchy
|
|
|
|
// characters, this is an approximation anyway.
|
|
|
|
nscoord width =
|
|
|
|
nsLayoutUtils::IntrinsicForContainer(aRenderingContext, childFrame,
|
|
|
|
nsLayoutUtils::PREF_WIDTH);
|
|
|
|
|
|
|
|
nsHTMLReflowMetrics childDesiredSize;
|
|
|
|
childDesiredSize.width = width;
|
|
|
|
childDesiredSize.mBoundingMetrics.width = width;
|
|
|
|
// TODO: we need nsIFrame::GetIntrinsicHBounds() for better values here.
|
|
|
|
childDesiredSize.mBoundingMetrics.leftBearing = 0;
|
|
|
|
childDesiredSize.mBoundingMetrics.rightBearing = width;
|
|
|
|
|
|
|
|
SaveReflowAndBoundingMetricsFor(childFrame, childDesiredSize,
|
|
|
|
childDesiredSize.mBoundingMetrics);
|
|
|
|
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
|
|
|
|
// Measure
|
|
|
|
nsHTMLReflowMetrics desiredSize;
|
2009-05-29 04:08:35 -07:00
|
|
|
nsresult rv = MeasureForWidth(*aRenderingContext, desiredSize);
|
2008-02-27 02:45:36 -08:00
|
|
|
if (NS_FAILED(rv)) {
|
|
|
|
ReflowError(*aRenderingContext, desiredSize);
|
|
|
|
}
|
|
|
|
|
|
|
|
ClearSavedChildMetrics();
|
|
|
|
|
|
|
|
return desiredSize.width;
|
|
|
|
}
|
|
|
|
|
2008-03-17 22:06:23 -07:00
|
|
|
/* virtual */ nsresult
|
2009-05-29 04:08:35 -07:00
|
|
|
nsMathMLContainerFrame::MeasureForWidth(nsIRenderingContext& aRenderingContext,
|
|
|
|
nsHTMLReflowMetrics& aDesiredSize)
|
2008-03-17 22:06:23 -07:00
|
|
|
{
|
|
|
|
return Place(aRenderingContext, PR_FALSE, aDesiredSize);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// see spacing table in Chapter 18, TeXBook (p.170)
|
|
|
|
// Our table isn't quite identical to TeX because operators have
|
|
|
|
// built-in values for lspace & rspace in the Operator Dictionary.
|
|
|
|
static PRInt32 kInterFrameSpacingTable[eMathMLFrameType_COUNT][eMathMLFrameType_COUNT] =
|
|
|
|
{
|
|
|
|
// in units of muspace.
|
|
|
|
// upper half of the byte is set if the
|
|
|
|
// spacing is not to be used for scriptlevel > 0
|
|
|
|
|
|
|
|
/* Ord OpOrd OpInv OpUsr Inner Italic Upright */
|
|
|
|
/*Ord */ {0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00},
|
|
|
|
/*OpOrd*/ {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
|
|
|
|
/*OpInv*/ {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
|
|
|
|
/*OpUsr*/ {0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01},
|
|
|
|
/*Inner*/ {0x01, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01},
|
|
|
|
/*Italic*/ {0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x01},
|
|
|
|
/*Upright*/ {0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01}
|
|
|
|
};
|
|
|
|
|
|
|
|
#define GET_INTERSPACE(scriptlevel_, frametype1_, frametype2_, space_) \
|
|
|
|
/* no space if there is a frame that we know nothing about */ \
|
|
|
|
if (frametype1_ == eMathMLFrameType_UNKNOWN || \
|
|
|
|
frametype2_ == eMathMLFrameType_UNKNOWN) \
|
|
|
|
space_ = 0; \
|
|
|
|
else { \
|
|
|
|
space_ = kInterFrameSpacingTable[frametype1_][frametype2_]; \
|
|
|
|
space_ = (scriptlevel_ > 0 && (space_ & 0xF0)) \
|
|
|
|
? 0 /* spacing is disabled */ \
|
|
|
|
: space_ & 0x0F; \
|
|
|
|
} \
|
|
|
|
|
|
|
|
// This function computes the inter-space between two frames. However,
|
|
|
|
// since invisible operators need special treatment, the inter-space may
|
|
|
|
// be delayed when an invisible operator is encountered. In this case,
|
|
|
|
// the function will carry the inter-space forward until it is determined
|
|
|
|
// that it can be applied properly (i.e., until we encounter a visible
|
|
|
|
// frame where to decide whether to accept or reject the inter-space).
|
|
|
|
// aFromFrameType: remembers the frame when the carry-forward initiated.
|
|
|
|
// aCarrySpace: keeps track of the inter-space that is delayed.
|
|
|
|
// @returns: current inter-space (which is 0 when the true inter-space is
|
|
|
|
// delayed -- and thus has no effect since the frame is invisible anyway).
|
|
|
|
static nscoord
|
|
|
|
GetInterFrameSpacing(PRInt32 aScriptLevel,
|
|
|
|
eMathMLFrameType aFirstFrameType,
|
|
|
|
eMathMLFrameType aSecondFrameType,
|
|
|
|
eMathMLFrameType* aFromFrameType, // IN/OUT
|
|
|
|
PRInt32* aCarrySpace) // IN/OUT
|
|
|
|
{
|
|
|
|
eMathMLFrameType firstType = aFirstFrameType;
|
|
|
|
eMathMLFrameType secondType = aSecondFrameType;
|
|
|
|
|
|
|
|
PRInt32 space;
|
|
|
|
GET_INTERSPACE(aScriptLevel, firstType, secondType, space);
|
|
|
|
|
|
|
|
// feedback control to avoid the inter-space to be added when not necessary
|
|
|
|
if (secondType == eMathMLFrameType_OperatorInvisible) {
|
|
|
|
// see if we should start to carry the space forward until we
|
|
|
|
// encounter a visible frame
|
|
|
|
if (*aFromFrameType == eMathMLFrameType_UNKNOWN) {
|
|
|
|
*aFromFrameType = firstType;
|
|
|
|
*aCarrySpace = space;
|
|
|
|
}
|
|
|
|
// keep carrying *aCarrySpace forward, while returning 0 for this stage
|
|
|
|
space = 0;
|
|
|
|
}
|
|
|
|
else if (*aFromFrameType != eMathMLFrameType_UNKNOWN) {
|
|
|
|
// no carry-forward anymore, get the real inter-space between
|
|
|
|
// the two frames of interest
|
|
|
|
|
|
|
|
firstType = *aFromFrameType;
|
|
|
|
|
|
|
|
// But... the invisible operator that we encountered earlier could
|
|
|
|
// be sitting between italic and upright identifiers, e.g.,
|
|
|
|
//
|
|
|
|
// 1. <mi>sin</mi> <mo>⁡</mo> <mi>x</mi>
|
|
|
|
// 2. <mi>x</mi> <mo>&InvisibileTime;</mo> <mi>sin</mi>
|
|
|
|
//
|
|
|
|
// the trick to get the inter-space in either situation
|
|
|
|
// is to promote "<mi>sin</mi><mo>⁡</mo>" and
|
|
|
|
// "<mo>&InvisibileTime;</mo><mi>sin</mi>" to user-defined operators...
|
|
|
|
if (firstType == eMathMLFrameType_UprightIdentifier) {
|
|
|
|
firstType = eMathMLFrameType_OperatorUserDefined;
|
|
|
|
}
|
|
|
|
else if (secondType == eMathMLFrameType_UprightIdentifier) {
|
|
|
|
secondType = eMathMLFrameType_OperatorUserDefined;
|
|
|
|
}
|
|
|
|
|
|
|
|
GET_INTERSPACE(aScriptLevel, firstType, secondType, space);
|
|
|
|
|
|
|
|
// Now, we have two values: the computed space and the space that
|
|
|
|
// has been carried forward until now. Which value do we pick?
|
|
|
|
// If the second type is an operator (e.g., fence), it already has
|
|
|
|
// built-in lspace & rspace, so we let them win. Otherwise we pick
|
|
|
|
// the max between the two values that we have.
|
|
|
|
if (secondType != eMathMLFrameType_OperatorOrdinary &&
|
|
|
|
space < *aCarrySpace)
|
|
|
|
space = *aCarrySpace;
|
|
|
|
|
|
|
|
// reset everything now that the carry-forward is done
|
|
|
|
*aFromFrameType = eMathMLFrameType_UNKNOWN;
|
|
|
|
*aCarrySpace = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
return space;
|
|
|
|
}
|
|
|
|
|
2008-01-02 20:33:21 -08:00
|
|
|
static nscoord GetThinSpace(const nsStyleFont* aStyleFont)
|
|
|
|
{
|
|
|
|
return NSToCoordRound(float(aStyleFont->mFont.size)*float(3) / float(18));
|
|
|
|
}
|
|
|
|
|
|
|
|
class nsMathMLContainerFrame::RowChildFrameIterator {
|
|
|
|
public:
|
|
|
|
explicit RowChildFrameIterator(nsMathMLContainerFrame* aParentFrame) :
|
|
|
|
mParentFrame(aParentFrame),
|
|
|
|
mChildFrame(aParentFrame->mFrames.FirstChild()),
|
|
|
|
mX(0),
|
|
|
|
mCarrySpace(0),
|
|
|
|
mFromFrameType(eMathMLFrameType_UNKNOWN)
|
|
|
|
{
|
|
|
|
if (!mChildFrame)
|
|
|
|
return;
|
|
|
|
|
|
|
|
InitMetricsForChild();
|
|
|
|
// Remove left correction in <msqrt> because the sqrt glyph itself is
|
|
|
|
// there first.
|
|
|
|
if (mParentFrame->GetContent()->Tag() == nsGkAtoms::msqrt_) {
|
|
|
|
mX = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
RowChildFrameIterator& operator++()
|
|
|
|
{
|
|
|
|
// add child size + italic correction
|
|
|
|
mX += mSize.mBoundingMetrics.width + mItalicCorrection;
|
|
|
|
|
|
|
|
mChildFrame = mChildFrame->GetNextSibling();
|
|
|
|
if (!mChildFrame)
|
|
|
|
return *this;
|
|
|
|
|
|
|
|
eMathMLFrameType prevFrameType = mChildFrameType;
|
|
|
|
InitMetricsForChild();
|
|
|
|
|
|
|
|
// add inter frame spacing
|
2008-01-09 01:38:28 -08:00
|
|
|
const nsStyleFont* font = mParentFrame->GetStyleFont();
|
2008-01-02 20:33:21 -08:00
|
|
|
nscoord space =
|
2008-01-09 01:38:28 -08:00
|
|
|
GetInterFrameSpacing(font->mScriptLevel,
|
2008-01-02 20:33:21 -08:00
|
|
|
prevFrameType, mChildFrameType,
|
|
|
|
&mFromFrameType, &mCarrySpace);
|
2008-01-09 01:38:28 -08:00
|
|
|
mX += space * GetThinSpace(font);
|
2008-01-02 20:33:21 -08:00
|
|
|
return *this;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsIFrame* Frame() const { return mChildFrame; }
|
|
|
|
nscoord X() const { return mX; }
|
|
|
|
const nsHTMLReflowMetrics& ReflowMetrics() const { return mSize; }
|
|
|
|
nscoord Ascent() const { return mSize.ascent; }
|
|
|
|
nscoord Descent() const { return mSize.height - mSize.ascent; }
|
|
|
|
const nsBoundingMetrics& BoundingMetrics() const {
|
|
|
|
return mSize.mBoundingMetrics;
|
|
|
|
}
|
|
|
|
|
|
|
|
private:
|
|
|
|
const nsMathMLContainerFrame* mParentFrame;
|
|
|
|
nsIFrame* mChildFrame;
|
|
|
|
nsHTMLReflowMetrics mSize;
|
|
|
|
nscoord mX;
|
|
|
|
|
|
|
|
nscoord mItalicCorrection;
|
|
|
|
eMathMLFrameType mChildFrameType;
|
|
|
|
PRInt32 mCarrySpace;
|
|
|
|
eMathMLFrameType mFromFrameType;
|
|
|
|
|
|
|
|
void InitMetricsForChild()
|
|
|
|
{
|
|
|
|
GetReflowAndBoundingMetricsFor(mChildFrame, mSize, mSize.mBoundingMetrics,
|
|
|
|
&mChildFrameType);
|
|
|
|
nscoord leftCorrection;
|
|
|
|
GetItalicCorrection(mSize.mBoundingMetrics, leftCorrection,
|
|
|
|
mItalicCorrection);
|
|
|
|
// add left correction -- this fixes the problem of the italic 'f'
|
|
|
|
// e.g., <mo>q</mo> <mi>f</mi> <mo>I</mo>
|
|
|
|
mX += leftCorrection;
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
2008-03-17 21:52:48 -07:00
|
|
|
/* virtual */ nsresult
|
2007-03-22 10:30:00 -07:00
|
|
|
nsMathMLContainerFrame::Place(nsIRenderingContext& aRenderingContext,
|
|
|
|
PRBool aPlaceOrigin,
|
|
|
|
nsHTMLReflowMetrics& aDesiredSize)
|
|
|
|
{
|
2008-01-02 20:33:21 -08:00
|
|
|
// This is needed in case this frame is empty (i.e., no child frames)
|
2007-03-22 10:30:00 -07:00
|
|
|
mBoundingMetrics.Clear();
|
|
|
|
|
2008-01-02 20:33:21 -08:00
|
|
|
RowChildFrameIterator child(this);
|
2007-03-22 10:30:00 -07:00
|
|
|
nscoord ascent = 0, descent = 0;
|
2008-01-02 20:33:21 -08:00
|
|
|
while (child.Frame()) {
|
|
|
|
if (descent < child.Descent())
|
|
|
|
descent = child.Descent();
|
|
|
|
if (ascent < child.Ascent())
|
|
|
|
ascent = child.Ascent();
|
|
|
|
// add the child size
|
|
|
|
mBoundingMetrics.width = child.X();
|
|
|
|
mBoundingMetrics += child.BoundingMetrics();
|
|
|
|
++child;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2008-01-02 20:33:21 -08:00
|
|
|
// Add the italic correction at the end (including the last child).
|
|
|
|
// This gives a nice gap between math and non-math frames, and still
|
|
|
|
// gives the same math inter-spacing in case this frame connects to
|
|
|
|
// another math frame
|
|
|
|
mBoundingMetrics.width = child.X();
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
aDesiredSize.width = mBoundingMetrics.width;
|
|
|
|
aDesiredSize.height = ascent + descent;
|
|
|
|
aDesiredSize.ascent = ascent;
|
|
|
|
aDesiredSize.mBoundingMetrics = mBoundingMetrics;
|
|
|
|
|
|
|
|
mReference.x = 0;
|
|
|
|
mReference.y = aDesiredSize.ascent;
|
|
|
|
|
|
|
|
//////////////////
|
|
|
|
// Place Children
|
|
|
|
|
|
|
|
if (aPlaceOrigin) {
|
2008-01-02 20:33:21 -08:00
|
|
|
PositionRowChildFrames(0, aDesiredSize.ascent);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2008-01-02 20:33:21 -08:00
|
|
|
void
|
|
|
|
nsMathMLContainerFrame::PositionRowChildFrames(nscoord aOffsetX,
|
|
|
|
nscoord aBaseline)
|
|
|
|
{
|
|
|
|
RowChildFrameIterator child(this);
|
|
|
|
while (child.Frame()) {
|
|
|
|
nscoord dx = aOffsetX + child.X();
|
|
|
|
nscoord dy = aBaseline - child.Ascent();
|
|
|
|
FinishReflowChild(child.Frame(), PresContext(), nsnull,
|
|
|
|
child.ReflowMetrics(), dx, dy, 0);
|
|
|
|
++child;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-01-09 01:38:28 -08:00
|
|
|
class ForceReflow : public nsIReflowCallback {
|
|
|
|
public:
|
|
|
|
virtual PRBool ReflowFinished() {
|
|
|
|
return PR_TRUE;
|
|
|
|
}
|
|
|
|
virtual void ReflowCallbackCanceled() {}
|
|
|
|
};
|
|
|
|
|
|
|
|
// We only need one of these so we just make it a static global, no need
|
|
|
|
// to dynamically allocate/destroy it.
|
|
|
|
static ForceReflow gForceReflow;
|
|
|
|
|
|
|
|
void
|
|
|
|
nsMathMLContainerFrame::SetIncrementScriptLevel(PRInt32 aChildIndex, PRBool aIncrement)
|
|
|
|
{
|
2009-09-18 04:09:36 -07:00
|
|
|
nsIFrame* child = GetChildList(nsnull).FrameAt(aChildIndex);
|
2008-01-09 01:38:28 -08:00
|
|
|
if (!child)
|
|
|
|
return;
|
|
|
|
nsIContent* content = child->GetContent();
|
2009-08-24 13:02:07 -07:00
|
|
|
if (!content->IsMathML())
|
2008-01-09 01:38:28 -08:00
|
|
|
return;
|
|
|
|
nsMathMLElement* element = static_cast<nsMathMLElement*>(content);
|
|
|
|
|
|
|
|
if (element->GetIncrementScriptLevel() == aIncrement)
|
|
|
|
return;
|
|
|
|
|
|
|
|
// XXXroc this does a ContentStatesChanged, is it safe to call here? If
|
|
|
|
// not we should do it in a post-reflow callback.
|
|
|
|
element->SetIncrementScriptLevel(aIncrement, PR_TRUE);
|
|
|
|
PresContext()->PresShell()->PostReflowCallback(&gForceReflow);
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// helpers to fix the inter-spacing when <math> is the only parent
|
|
|
|
// e.g., it fixes <math> <mi>f</mi> <mo>q</mo> <mi>f</mi> <mo>I</mo> </math>
|
|
|
|
|
|
|
|
static nscoord
|
|
|
|
GetInterFrameSpacingFor(PRInt32 aScriptLevel,
|
|
|
|
nsIFrame* aParentFrame,
|
|
|
|
nsIFrame* aChildFrame)
|
|
|
|
{
|
|
|
|
nsIFrame* childFrame = aParentFrame->GetFirstChild(nsnull);
|
|
|
|
if (!childFrame || aChildFrame == childFrame)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
PRInt32 carrySpace = 0;
|
|
|
|
eMathMLFrameType fromFrameType = eMathMLFrameType_UNKNOWN;
|
|
|
|
eMathMLFrameType prevFrameType = eMathMLFrameType_UNKNOWN;
|
|
|
|
eMathMLFrameType childFrameType = nsMathMLFrame::GetMathMLFrameTypeFor(childFrame);
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
while (childFrame) {
|
|
|
|
prevFrameType = childFrameType;
|
|
|
|
childFrameType = nsMathMLFrame::GetMathMLFrameTypeFor(childFrame);
|
|
|
|
nscoord space = GetInterFrameSpacing(aScriptLevel,
|
|
|
|
prevFrameType, childFrameType, &fromFrameType, &carrySpace);
|
|
|
|
if (aChildFrame == childFrame) {
|
|
|
|
// get thinspace
|
|
|
|
nsStyleContext* parentContext = aParentFrame->GetStyleContext();
|
2008-01-02 20:33:21 -08:00
|
|
|
nscoord thinSpace = GetThinSpace(parentContext->GetStyleFont());
|
2007-03-22 10:30:00 -07:00
|
|
|
// we are done
|
|
|
|
return space * thinSpace;
|
|
|
|
}
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_NOTREACHED("child not in the childlist of its parent");
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
nscoord
|
|
|
|
nsMathMLContainerFrame::FixInterFrameSpacing(nsHTMLReflowMetrics& aDesiredSize)
|
|
|
|
{
|
|
|
|
nscoord gap = 0;
|
|
|
|
nsIContent* parentContent = mParent->GetContent();
|
|
|
|
if (NS_UNLIKELY(!parentContent)) {
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
// XXXldb This should check namespaces too.
|
|
|
|
nsIAtom *parentTag = parentContent->Tag();
|
|
|
|
if (parentTag == nsGkAtoms::math ||
|
|
|
|
parentTag == nsGkAtoms::mtd_) {
|
2008-01-09 01:38:28 -08:00
|
|
|
gap = GetInterFrameSpacingFor(GetStyleFont()->mScriptLevel, mParent, this);
|
2007-03-22 10:30:00 -07:00
|
|
|
// add our own italic correction
|
|
|
|
nscoord leftCorrection = 0, italicCorrection = 0;
|
|
|
|
GetItalicCorrection(mBoundingMetrics, leftCorrection, italicCorrection);
|
|
|
|
gap += leftCorrection;
|
|
|
|
// see if we should shift our children to account for the correction
|
|
|
|
if (gap) {
|
|
|
|
nsIFrame* childFrame = mFrames.FirstChild();
|
|
|
|
while (childFrame) {
|
|
|
|
childFrame->SetPosition(childFrame->GetPosition() + nsPoint(gap, 0));
|
|
|
|
childFrame = childFrame->GetNextSibling();
|
|
|
|
}
|
|
|
|
mBoundingMetrics.leftBearing += gap;
|
|
|
|
mBoundingMetrics.rightBearing += gap;
|
|
|
|
mBoundingMetrics.width += gap;
|
|
|
|
aDesiredSize.width += gap;
|
|
|
|
}
|
|
|
|
mBoundingMetrics.width += italicCorrection;
|
|
|
|
aDesiredSize.width += italicCorrection;
|
|
|
|
}
|
|
|
|
return gap;
|
|
|
|
}
|
|
|
|
|
2008-12-11 11:08:35 -08:00
|
|
|
/* static */ void
|
2007-03-22 10:30:00 -07:00
|
|
|
nsMathMLContainerFrame::DidReflowChildren(nsIFrame* aFirst, nsIFrame* aStop)
|
|
|
|
|
|
|
|
{
|
|
|
|
if (NS_UNLIKELY(!aFirst))
|
|
|
|
return;
|
|
|
|
|
|
|
|
for (nsIFrame* frame = aFirst;
|
|
|
|
frame != aStop;
|
|
|
|
frame = frame->GetNextSibling()) {
|
|
|
|
NS_ASSERTION(frame, "aStop isn't a sibling");
|
|
|
|
if (frame->GetStateBits() & NS_FRAME_IN_REFLOW) {
|
2008-12-11 11:08:35 -08:00
|
|
|
// finish off principal descendants, too
|
|
|
|
nsIFrame* grandchild = frame->GetFirstChild(nsnull);
|
|
|
|
if (grandchild)
|
|
|
|
DidReflowChildren(grandchild, nsnull);
|
|
|
|
|
2007-03-30 14:11:41 -07:00
|
|
|
frame->DidReflow(frame->PresContext(), nsnull,
|
2007-03-22 10:30:00 -07:00
|
|
|
NS_FRAME_REFLOW_FINISHED);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//==========================
|
|
|
|
|
|
|
|
nsIFrame*
|
2007-10-12 01:30:54 -07:00
|
|
|
NS_NewMathMLmathBlockFrame(nsIPresShell* aPresShell, nsStyleContext* aContext,
|
|
|
|
PRUint32 aFlags)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2007-10-12 01:30:54 -07:00
|
|
|
nsMathMLmathBlockFrame* it = new (aPresShell) nsMathMLmathBlockFrame(aContext);
|
|
|
|
if (it) {
|
|
|
|
it->SetFlags(aFlags);
|
|
|
|
}
|
|
|
|
return it;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-09-12 09:49:24 -07:00
|
|
|
NS_IMPL_FRAMEARENA_HELPERS(nsMathMLmathBlockFrame)
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIFrame*
|
|
|
|
NS_NewMathMLmathInlineFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
|
|
|
|
{
|
|
|
|
return new (aPresShell) nsMathMLmathInlineFrame(aContext);
|
|
|
|
}
|
2009-09-12 09:49:24 -07:00
|
|
|
|
|
|
|
NS_IMPL_FRAMEARENA_HELPERS(nsMathMLmathInlineFrame)
|