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.org code.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is
|
|
|
|
* Netscape Communications Corporation.
|
|
|
|
* Portions created by the Initial Developer are Copyright (C) 1998
|
|
|
|
* the Initial Developer. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
|
|
|
*
|
|
|
|
* 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 ***** */
|
|
|
|
|
|
|
|
/* rendering objects for replaced elements implemented by a plugin */
|
|
|
|
|
|
|
|
#ifndef nsObjectFrame_h___
|
|
|
|
#define nsObjectFrame_h___
|
|
|
|
|
2011-05-31 21:37:54 -07:00
|
|
|
#include "nsPluginInstanceOwner.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
#include "nsIObjectFrame.h"
|
|
|
|
#include "nsFrame.h"
|
2009-07-21 17:45:00 -07:00
|
|
|
#include "nsRegion.h"
|
|
|
|
#include "nsDisplayList.h"
|
2010-09-07 17:36:59 -07:00
|
|
|
#include "nsIReflowCallback.h"
|
2010-09-16 21:09:25 -07:00
|
|
|
#include "Layers.h"
|
|
|
|
#include "ImageLayers.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
class nsIAccessible;
|
|
|
|
#endif
|
|
|
|
|
2011-04-28 13:08:33 -07:00
|
|
|
class nsPluginHost;
|
2007-03-22 10:30:00 -07:00
|
|
|
class nsPresContext;
|
2009-07-21 17:45:00 -07:00
|
|
|
class nsDisplayPlugin;
|
2011-02-12 08:09:03 -08:00
|
|
|
class nsIOSurface;
|
2011-02-16 14:43:30 -08:00
|
|
|
class PluginBackgroundSink;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#define nsObjectFrameSuper nsFrame
|
|
|
|
|
2010-09-07 17:36:59 -07:00
|
|
|
class nsObjectFrame : public nsObjectFrameSuper,
|
|
|
|
public nsIObjectFrame,
|
|
|
|
public nsIReflowCallback {
|
2007-03-22 10:30:00 -07:00
|
|
|
public:
|
2010-09-16 21:09:25 -07:00
|
|
|
typedef mozilla::LayerState LayerState;
|
|
|
|
typedef mozilla::layers::Layer Layer;
|
|
|
|
typedef mozilla::layers::LayerManager LayerManager;
|
|
|
|
typedef mozilla::layers::ImageContainer ImageContainer;
|
|
|
|
|
2009-09-12 09:49:24 -07:00
|
|
|
NS_DECL_FRAMEARENA_HELPERS
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
friend nsIFrame* NS_NewObjectFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
|
|
|
|
|
2009-01-12 11:20:59 -08:00
|
|
|
NS_DECL_QUERYFRAME
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
NS_IMETHOD Init(nsIContent* aContent,
|
|
|
|
nsIFrame* aParent,
|
|
|
|
nsIFrame* aPrevInFlow);
|
2011-04-07 18:04:40 -07:00
|
|
|
virtual nscoord GetMinWidth(nsRenderingContext *aRenderingContext);
|
|
|
|
virtual nscoord GetPrefWidth(nsRenderingContext *aRenderingContext);
|
2007-03-22 10:30:00 -07:00
|
|
|
NS_IMETHOD Reflow(nsPresContext* aPresContext,
|
|
|
|
nsHTMLReflowMetrics& aDesiredSize,
|
|
|
|
const nsHTMLReflowState& aReflowState,
|
|
|
|
nsReflowStatus& aStatus);
|
|
|
|
NS_IMETHOD DidReflow(nsPresContext* aPresContext,
|
|
|
|
const nsHTMLReflowState* aReflowState,
|
|
|
|
nsDidReflowStatus aStatus);
|
|
|
|
NS_IMETHOD BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
|
|
|
const nsRect& aDirtyRect,
|
|
|
|
const nsDisplayListSet& aLists);
|
|
|
|
|
|
|
|
NS_IMETHOD HandleEvent(nsPresContext* aPresContext,
|
|
|
|
nsGUIEvent* aEvent,
|
|
|
|
nsEventStatus* aEventStatus);
|
|
|
|
|
2010-01-22 12:57:04 -08:00
|
|
|
#ifdef XP_MACOSX
|
|
|
|
NS_IMETHOD HandlePress(nsPresContext* aPresContext,
|
|
|
|
nsGUIEvent* aEvent,
|
|
|
|
nsEventStatus* aEventStatus);
|
|
|
|
#endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
virtual nsIAtom* GetType() const;
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
virtual bool IsFrameOfType(PRUint32 aFlags) const
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
return nsObjectFrameSuper::IsFrameOfType(aFlags & ~(nsIFrame::eReplaced));
|
|
|
|
}
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
virtual bool NeedsView() { return true; }
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
NS_IMETHOD GetFrameName(nsAString& aResult) const;
|
|
|
|
#endif
|
|
|
|
|
2009-12-23 21:21:15 -08:00
|
|
|
virtual void DestroyFrom(nsIFrame* aDestructRoot);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-10-26 03:11:34 -07:00
|
|
|
virtual void DidSetStyleContext(nsStyleContext* aOldStyleContext);
|
2007-10-18 20:41:07 -07:00
|
|
|
|
2011-05-17 18:48:34 -07:00
|
|
|
NS_METHOD GetPluginInstance(nsNPAPIPluginInstance** aPluginInstance);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-01-31 13:55:54 -08:00
|
|
|
virtual void SetIsDocumentActive(bool aIsActive);
|
2011-08-29 23:09:56 -07:00
|
|
|
|
2011-04-08 12:58:04 -07:00
|
|
|
NS_IMETHOD GetCursor(const nsPoint& aPoint, nsIFrame::Cursor& aCursor);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-07-21 17:45:00 -07:00
|
|
|
// Compute the desired position of the plugin's widget, on the assumption
|
|
|
|
// that it is not visible (clipped out or covered by opaque content).
|
|
|
|
// This will only be called for plugins which have been registered
|
|
|
|
// with the root pres context for geometry updates.
|
|
|
|
// The widget, its new position, size and (empty) clip region are appended
|
|
|
|
// as a Configuration record to aConfigurations.
|
|
|
|
// If there is no widget associated with the plugin, this
|
|
|
|
// simply does nothing.
|
|
|
|
void GetEmptyClipConfiguration(nsTArray<nsIWidget::Configuration>* aConfigurations) {
|
|
|
|
ComputeWidgetGeometry(nsRegion(), nsPoint(0,0), aConfigurations);
|
|
|
|
}
|
|
|
|
|
2009-07-21 17:45:02 -07:00
|
|
|
void DidSetWidgetGeometry();
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// accessibility support
|
|
|
|
#ifdef ACCESSIBILITY
|
2010-06-28 05:02:03 -07:00
|
|
|
virtual already_AddRefed<nsAccessible> CreateAccessible();
|
2007-03-22 10:30:00 -07:00
|
|
|
#ifdef XP_WIN
|
|
|
|
NS_IMETHOD GetPluginPort(HWND *aPort);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//local methods
|
2012-01-31 13:55:54 -08:00
|
|
|
nsresult PrepForDrawing(nsIWidget *aWidget);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// for a given aRoot, this walks the frame tree looking for the next outFrame
|
|
|
|
static nsIObjectFrame* GetNextObjectFrame(nsPresContext* aPresContext,
|
|
|
|
nsIFrame* aRoot);
|
|
|
|
|
2010-09-07 17:36:59 -07:00
|
|
|
// nsIReflowCallback
|
2011-09-28 23:19:26 -07:00
|
|
|
virtual bool ReflowFinished();
|
2010-09-07 17:36:59 -07:00
|
|
|
virtual void ReflowCallbackCanceled();
|
|
|
|
|
2012-02-08 07:34:27 -08:00
|
|
|
void UpdateImageLayer(const gfxRect& aRect);
|
2011-02-16 19:56:06 -08:00
|
|
|
|
2011-02-16 14:43:30 -08:00
|
|
|
/**
|
|
|
|
* Builds either an ImageLayer or a ReadbackLayer, depending on the type
|
|
|
|
* of aItem (TYPE_PLUGIN or TYPE_PLUGIN_READBACK respectively).
|
|
|
|
*/
|
2010-09-16 21:09:25 -07:00
|
|
|
already_AddRefed<Layer> BuildLayer(nsDisplayListBuilder* aBuilder,
|
|
|
|
LayerManager* aManager,
|
|
|
|
nsDisplayItem* aItem);
|
|
|
|
|
|
|
|
virtual LayerState GetLayerState(nsDisplayListBuilder* aBuilder,
|
|
|
|
LayerManager* aManager);
|
|
|
|
|
2012-01-31 18:18:30 -08:00
|
|
|
already_AddRefed<ImageContainer> GetImageContainer();
|
2011-02-22 21:38:09 -08:00
|
|
|
/**
|
|
|
|
* Get the rectangle (relative to this frame) which it will paint. Normally
|
|
|
|
* the frame's content-box but may be smaller if the plugin is rendering
|
|
|
|
* asynchronously and has a different-sized image temporarily.
|
|
|
|
*/
|
|
|
|
nsRect GetPaintedRect(nsDisplayPlugin* aItem);
|
2010-09-16 21:09:25 -07:00
|
|
|
|
2010-09-18 04:28:49 -07:00
|
|
|
/**
|
|
|
|
* If aContent has a nsObjectFrame, then prepare it for a DocShell swap.
|
|
|
|
* @see nsSubDocumentFrame::BeginSwapDocShells.
|
|
|
|
* There will be a call to EndSwapDocShells after we were moved to the
|
|
|
|
* new view tree.
|
|
|
|
*/
|
|
|
|
static void BeginSwapDocShells(nsIContent* aContent, void*);
|
|
|
|
/**
|
|
|
|
* If aContent has a nsObjectFrame, then set it up after a DocShell swap.
|
|
|
|
* @see nsSubDocumentFrame::EndSwapDocShells.
|
|
|
|
*/
|
|
|
|
static void EndSwapDocShells(nsIContent* aContent, void*);
|
|
|
|
|
2012-03-23 11:21:57 -07:00
|
|
|
bool PaintedByGecko();
|
|
|
|
|
2011-03-31 14:33:46 -07:00
|
|
|
nsIWidget* GetWidget() { return mWidget; }
|
|
|
|
|
2011-08-29 23:09:56 -07:00
|
|
|
/**
|
|
|
|
* Adjust the plugin's idea of its size, using aSize as its new size.
|
|
|
|
* (aSize must be in twips)
|
|
|
|
*/
|
|
|
|
void FixupWindow(const nsSize& aSize);
|
|
|
|
|
2012-01-31 13:55:54 -08:00
|
|
|
/*
|
2011-08-29 23:09:56 -07:00
|
|
|
* Sets up the plugin window and calls SetWindow on the plugin.
|
|
|
|
*/
|
2011-09-28 23:19:26 -07:00
|
|
|
nsresult CallSetWindow(bool aCheckIsHidden = true);
|
2011-08-29 23:09:56 -07:00
|
|
|
|
2012-01-31 13:55:54 -08:00
|
|
|
void SetInstanceOwner(nsPluginInstanceOwner* aOwner);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
nsObjectFrame(nsStyleContext* aContext);
|
|
|
|
virtual ~nsObjectFrame();
|
|
|
|
|
|
|
|
// NOTE: This frame class does not inherit from |nsLeafFrame|, so
|
|
|
|
// this is not a virtual method implementation.
|
|
|
|
void GetDesiredSize(nsPresContext* aPresContext,
|
|
|
|
const nsHTMLReflowState& aReflowState,
|
|
|
|
nsHTMLReflowMetrics& aDesiredSize);
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool IsFocusable(PRInt32 *aTabIndex = nsnull, bool aWithMouse = false);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// check attributes and optionally CSS to see if we should display anything
|
2011-09-28 23:19:26 -07:00
|
|
|
bool IsHidden(bool aCheckVisibilityStyle = true) const;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool IsOpaque() const;
|
|
|
|
bool IsTransparentMode() const;
|
2009-07-21 17:45:00 -07:00
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
nsIntPoint GetWindowOriginInPixels(bool aWindowless);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-07-06 19:49:38 -07:00
|
|
|
static void PaintPrintPlugin(nsIFrame* aFrame,
|
2011-04-07 18:04:40 -07:00
|
|
|
nsRenderingContext* aRenderingContext,
|
2008-07-06 19:49:38 -07:00
|
|
|
const nsRect& aDirtyRect, nsPoint aPt);
|
2011-04-07 18:04:40 -07:00
|
|
|
void PrintPlugin(nsRenderingContext& aRenderingContext,
|
2008-07-06 19:49:38 -07:00
|
|
|
const nsRect& aDirtyRect);
|
2010-10-25 07:38:09 -07:00
|
|
|
void PaintPlugin(nsDisplayListBuilder* aBuilder,
|
2011-04-07 18:04:40 -07:00
|
|
|
nsRenderingContext& aRenderingContext,
|
2009-09-10 18:44:20 -07:00
|
|
|
const nsRect& aDirtyRect, const nsRect& aPluginRect);
|
2008-07-06 19:49:38 -07:00
|
|
|
|
2009-07-21 17:45:00 -07:00
|
|
|
/**
|
|
|
|
* Get the widget geometry for the plugin. aRegion is in some appunits
|
|
|
|
* coordinate system whose origin is device-pixel-aligned (if possible),
|
2009-09-10 18:44:20 -07:00
|
|
|
* and aPluginOrigin gives the top-left of the plugin frame's content-rect
|
|
|
|
* in that coordinate system. It doesn't matter what that coordinate
|
|
|
|
* system actually is, as long as aRegion and aPluginOrigin are consistent.
|
2009-07-21 17:45:00 -07:00
|
|
|
* This will append a Configuration object to aConfigurations
|
|
|
|
* containing the widget, its desired position, size and clip region.
|
|
|
|
*/
|
|
|
|
void ComputeWidgetGeometry(const nsRegion& aRegion,
|
|
|
|
const nsPoint& aPluginOrigin,
|
|
|
|
nsTArray<nsIWidget::Configuration>* aConfigurations);
|
|
|
|
|
2010-01-21 07:17:52 -08:00
|
|
|
void NotifyPluginReflowObservers();
|
2009-11-20 14:59:27 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
friend class nsPluginInstanceOwner;
|
2009-07-21 17:45:00 -07:00
|
|
|
friend class nsDisplayPlugin;
|
2011-02-16 14:43:30 -08:00
|
|
|
friend class PluginBackgroundSink;
|
2009-07-21 17:45:00 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
private:
|
2010-01-21 07:17:52 -08:00
|
|
|
|
|
|
|
class PluginEventNotifier : public nsRunnable {
|
|
|
|
public:
|
|
|
|
PluginEventNotifier(const nsString &aEventType) :
|
|
|
|
mEventType(aEventType) {}
|
|
|
|
|
|
|
|
NS_IMETHOD Run();
|
|
|
|
private:
|
|
|
|
nsString mEventType;
|
|
|
|
};
|
2012-01-31 13:55:54 -08:00
|
|
|
|
|
|
|
nsPluginInstanceOwner* mInstanceOwner; // WEAK
|
2009-09-10 18:44:20 -07:00
|
|
|
nsIView* mInnerView;
|
2009-07-21 17:45:00 -07:00
|
|
|
nsCOMPtr<nsIWidget> mWidget;
|
2009-01-14 19:27:09 -08:00
|
|
|
nsIntRect mWindowlessRect;
|
2011-02-16 14:43:30 -08:00
|
|
|
/**
|
|
|
|
* This is owned by the ReadbackLayer for this nsObjectFrame. It is
|
|
|
|
* automatically cleared if the PluginBackgroundSink is destroyed.
|
|
|
|
*/
|
|
|
|
PluginBackgroundSink* mBackgroundSink;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool mReflowCallbackPosted;
|
2010-09-16 21:09:25 -07:00
|
|
|
|
|
|
|
// A reference to the ImageContainer which contains the current frame
|
|
|
|
// of plugin to display.
|
|
|
|
nsRefPtr<ImageContainer> mImageContainer;
|
2007-03-22 10:30:00 -07:00
|
|
|
};
|
|
|
|
|
2009-07-21 17:45:00 -07:00
|
|
|
class nsDisplayPlugin : public nsDisplayItem {
|
|
|
|
public:
|
2010-08-13 03:01:13 -07:00
|
|
|
nsDisplayPlugin(nsDisplayListBuilder* aBuilder, nsIFrame* aFrame)
|
|
|
|
: nsDisplayItem(aBuilder, aFrame)
|
2009-07-21 17:45:00 -07:00
|
|
|
{
|
|
|
|
MOZ_COUNT_CTOR(nsDisplayPlugin);
|
|
|
|
}
|
|
|
|
#ifdef NS_BUILD_REFCNT_LOGGING
|
|
|
|
virtual ~nsDisplayPlugin() {
|
|
|
|
MOZ_COUNT_DTOR(nsDisplayPlugin);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2012-04-10 04:24:18 -07:00
|
|
|
virtual nsRect GetBounds(nsDisplayListBuilder* aBuilder, bool* aSnap);
|
2011-01-02 17:48:09 -08:00
|
|
|
virtual nsRegion GetOpaqueRegion(nsDisplayListBuilder* aBuilder,
|
2012-05-02 21:29:05 -07:00
|
|
|
bool* aSnap);
|
2009-09-06 17:35:14 -07:00
|
|
|
virtual void Paint(nsDisplayListBuilder* aBuilder,
|
2011-04-07 18:04:40 -07:00
|
|
|
nsRenderingContext* aCtx);
|
2011-09-28 23:19:26 -07:00
|
|
|
virtual bool ComputeVisibility(nsDisplayListBuilder* aBuilder,
|
2011-01-27 14:58:50 -08:00
|
|
|
nsRegion* aVisibleRegion,
|
2011-05-13 09:40:46 -07:00
|
|
|
const nsRect& aAllowVisibleRegionExpansion);
|
2009-07-21 17:45:00 -07:00
|
|
|
|
2010-07-15 14:07:49 -07:00
|
|
|
NS_DISPLAY_DECL_NAME("Plugin", TYPE_PLUGIN)
|
2009-07-21 17:45:00 -07:00
|
|
|
|
|
|
|
// Compute the desired position and clip region of the plugin's widget.
|
|
|
|
// This will only be called for plugins which have been registered
|
|
|
|
// with the root pres context for geometry updates.
|
|
|
|
// The widget, its new position, size and clip region are appended as
|
|
|
|
// a Configuration record to aConfigurations.
|
2011-03-31 14:33:46 -07:00
|
|
|
// If the plugin has no widget, no configuration is added, but
|
|
|
|
// the plugin visibility state may be adjusted.
|
2009-07-21 17:45:00 -07:00
|
|
|
void GetWidgetConfiguration(nsDisplayListBuilder* aBuilder,
|
|
|
|
nsTArray<nsIWidget::Configuration>* aConfigurations);
|
|
|
|
|
2010-09-16 21:09:25 -07:00
|
|
|
virtual already_AddRefed<Layer> BuildLayer(nsDisplayListBuilder* aBuilder,
|
2011-06-22 05:11:27 -07:00
|
|
|
LayerManager* aManager,
|
|
|
|
const ContainerParameters& aContainerParameters)
|
2010-09-16 21:09:25 -07:00
|
|
|
{
|
2011-02-12 08:09:03 -08:00
|
|
|
return static_cast<nsObjectFrame*>(mFrame)->BuildLayer(aBuilder,
|
|
|
|
aManager,
|
|
|
|
this);
|
2010-09-16 21:09:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
virtual LayerState GetLayerState(nsDisplayListBuilder* aBuilder,
|
|
|
|
LayerManager* aManager)
|
|
|
|
{
|
2011-02-16 14:43:30 -08:00
|
|
|
return static_cast<nsObjectFrame*>(mFrame)->GetLayerState(aBuilder,
|
|
|
|
aManager);
|
2010-09-16 21:09:25 -07:00
|
|
|
}
|
|
|
|
|
2009-07-21 17:45:00 -07:00
|
|
|
private:
|
|
|
|
nsRegion mVisibleRegion;
|
|
|
|
};
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#endif /* nsObjectFrame_h___ */
|