2007-03-22 10:30:00 -07:00
|
|
|
/* -*- Mode: objc; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 04:12:37 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-10-10 22:50:08 -07:00
|
|
|
#include "mozilla/Util.h"
|
|
|
|
|
2010-06-27 17:25:04 -07:00
|
|
|
#ifdef MOZ_LOGGING
|
|
|
|
#define FORCE_PR_LOG
|
|
|
|
#endif
|
|
|
|
#include "prlog.h"
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#include <unistd.h>
|
2011-08-11 10:42:23 -07:00
|
|
|
#include <math.h>
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#include "nsChildView.h"
|
2007-07-17 13:29:39 -07:00
|
|
|
#include "nsCocoaWindow.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-02-20 15:47:05 -08:00
|
|
|
#include "nsObjCExceptions.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
#include "nsCOMPtr.h"
|
|
|
|
#include "nsToolkit.h"
|
|
|
|
#include "nsCRT.h"
|
|
|
|
|
2011-04-07 18:05:49 -07:00
|
|
|
#include "nsFontMetrics.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
#include "nsIRollupListener.h"
|
2013-01-04 19:12:24 -08:00
|
|
|
#include "nsViewManager.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
#include "nsIInterfaceRequestor.h"
|
2012-06-05 19:08:30 -07:00
|
|
|
#include "nsIFile.h"
|
2007-07-16 19:24:05 -07:00
|
|
|
#include "nsILocalFileMac.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
#include "nsGfxCIID.h"
|
2009-06-17 20:39:22 -07:00
|
|
|
#include "nsIDOMSimpleGestureEvent.h"
|
2011-05-17 18:48:34 -07:00
|
|
|
#include "nsNPAPIPluginInstance.h"
|
2011-01-11 05:03:16 -08:00
|
|
|
#include "nsThemeConstants.h"
|
2012-08-15 11:52:42 -07:00
|
|
|
#include "nsIWidgetListener.h"
|
2012-10-17 12:50:06 -07:00
|
|
|
#include "nsIPresShell.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#include "nsDragService.h"
|
2009-03-17 19:04:01 -07:00
|
|
|
#include "nsClipboard.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
#include "nsCursorManager.h"
|
|
|
|
#include "nsWindowMap.h"
|
2012-05-17 00:53:20 -07:00
|
|
|
#include "nsCocoaFeatures.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
#include "nsCocoaUtils.h"
|
2008-10-29 22:36:01 -07:00
|
|
|
#include "nsMenuUtilsX.h"
|
2008-01-28 22:11:06 -08:00
|
|
|
#include "nsMenuBarX.h"
|
2010-06-09 17:56:17 -07:00
|
|
|
#ifdef __LP64__
|
|
|
|
#include "ComplexTextInputPanel.h"
|
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#include "gfxContext.h"
|
|
|
|
#include "gfxQuartzSurface.h"
|
2009-11-09 17:00:36 -08:00
|
|
|
#include "nsRegion.h"
|
2010-04-27 15:29:29 -07:00
|
|
|
#include "Layers.h"
|
|
|
|
#include "LayerManagerOGL.h"
|
2013-04-25 15:25:33 -07:00
|
|
|
#include "mozilla/layers/LayerManagerComposite.h"
|
2013-04-16 14:35:57 -07:00
|
|
|
#include "GLTextureImage.h"
|
|
|
|
#include "mozilla/layers/GLManager.h"
|
2012-01-19 06:45:37 -08:00
|
|
|
#include "mozilla/layers/CompositorCocoaWidgetHelper.h"
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 02:20:52 -07:00
|
|
|
#include "mozilla/layers/CompositorOGL.h"
|
2012-06-06 17:26:45 -07:00
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
#include "nsAccessibilityService.h"
|
2012-12-01 16:58:25 -08:00
|
|
|
#include "mozilla/a11y/Platform.h"
|
2012-06-06 17:26:45 -07:00
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-05-27 01:15:20 -07:00
|
|
|
#include "mozilla/Preferences.h"
|
|
|
|
|
2008-05-08 15:03:46 -07:00
|
|
|
#include <dlfcn.h>
|
|
|
|
|
2009-04-21 16:53:52 -07:00
|
|
|
#include <ApplicationServices/ApplicationServices.h>
|
|
|
|
|
2013-03-18 07:25:50 -07:00
|
|
|
#include "GeckoProfiler.h"
|
2012-01-17 12:33:04 -08:00
|
|
|
|
2012-08-11 18:42:37 -07:00
|
|
|
#include "nsIDOMWheelEvent.h"
|
|
|
|
|
2011-10-10 22:50:08 -07:00
|
|
|
using namespace mozilla;
|
2010-04-27 15:29:29 -07:00
|
|
|
using namespace mozilla::layers;
|
2011-02-19 14:22:12 -08:00
|
|
|
using namespace mozilla::gl;
|
2011-05-08 03:19:15 -07:00
|
|
|
using namespace mozilla::widget;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#undef DEBUG_UPDATE
|
|
|
|
#undef INVALIDATE_DEBUGGING // flash areas as they are invalidated
|
|
|
|
|
2009-02-15 17:06:52 -08:00
|
|
|
// Don't put more than this many rects in the dirty region, just fluff
|
|
|
|
// out to the bounding-box if there are more
|
|
|
|
#define MAX_RECTS_IN_REGION 100
|
|
|
|
|
2007-07-16 19:24:05 -07:00
|
|
|
#ifdef PR_LOGGING
|
2012-07-30 07:20:58 -07:00
|
|
|
PRLogModuleInfo* sCocoaLog = nullptr;
|
2007-07-16 19:24:05 -07:00
|
|
|
#endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
extern "C" {
|
|
|
|
CG_EXTERN void CGContextResetCTM(CGContextRef);
|
|
|
|
CG_EXTERN void CGContextSetCTM(CGContextRef, CGAffineTransform);
|
|
|
|
CG_EXTERN void CGContextResetClip(CGContextRef);
|
2013-03-27 08:49:02 -07:00
|
|
|
|
|
|
|
typedef CFTypeRef CGSRegionObj;
|
|
|
|
CGError CGSNewRegionWithRect(const CGRect *rect, CGSRegionObj *outRegion);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-08-16 20:26:17 -07:00
|
|
|
// defined in nsMenuBarX.mm
|
|
|
|
extern NSMenu* sApplicationMenu; // Application menu shared by all menubars
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool gChildViewMethodsSwizzled = false;
|
2009-02-06 09:36:04 -08:00
|
|
|
|
2007-07-17 16:02:40 -07:00
|
|
|
extern nsISupportsArray *gDraggedTransferables;
|
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
ChildView* ChildViewMouseTracker::sLastMouseEventView = nil;
|
2011-08-13 07:25:39 -07:00
|
|
|
NSEvent* ChildViewMouseTracker::sLastMouseMoveEvent = nil;
|
2011-08-08 07:43:13 -07:00
|
|
|
NSWindow* ChildViewMouseTracker::sWindowUnderMouse = nil;
|
2011-08-17 15:30:52 -07:00
|
|
|
NSPoint ChildViewMouseTracker::sLastScrollEventScreenLocation = NSZeroPoint;
|
2007-04-15 06:43:55 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#ifdef INVALIDATE_DEBUGGING
|
|
|
|
static void blinkRect(Rect* r);
|
|
|
|
static void blinkRgn(RgnHandle rgn);
|
|
|
|
#endif
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool gUserCancelledDrag = false;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t nsChildView::sLastInputEventCount = 0;
|
2009-04-21 16:53:52 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
@interface ChildView(Private)
|
|
|
|
|
|
|
|
// sets up our view, attaching it to its owning gecko view
|
2007-10-09 11:46:30 -07:00
|
|
|
- (id)initWithFrame:(NSRect)inFrame geckoChild:(nsChildView*)inChild;
|
2011-02-03 13:12:33 -08:00
|
|
|
- (void)forceRefreshOpenGL;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-06-12 13:28:26 -07:00
|
|
|
// set up a gecko mouse event based on a cocoa mouse event
|
|
|
|
- (void) convertCocoaMouseEvent:(NSEvent*)aMouseEvent toGeckoEvent:(nsInputEvent*)outGeckoEvent;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
- (NSMenu*)contextMenu;
|
|
|
|
|
|
|
|
- (void)setIsPluginView:(BOOL)aIsPlugin;
|
2009-08-31 18:00:13 -07:00
|
|
|
- (void)setPluginEventModel:(NPEventModel)eventModel;
|
2010-09-17 10:55:39 -07:00
|
|
|
- (void)setPluginDrawingModel:(NPDrawingModel)drawingModel;
|
|
|
|
- (NPDrawingModel)pluginDrawingModel;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
- (BOOL)isRectObscuredBySubview:(NSRect)inRect;
|
|
|
|
|
|
|
|
- (void)processPendingRedraws;
|
|
|
|
|
2012-10-14 21:53:37 -07:00
|
|
|
- (void)drawRect:(NSRect)aRect inContext:(CGContextRef)aContext alternate:(BOOL)aIsAlternate;
|
2010-10-15 03:34:29 -07:00
|
|
|
|
2013-03-05 07:21:28 -08:00
|
|
|
- (BOOL)isUsingOpenGL;
|
|
|
|
- (void)drawUsingOpenGL;
|
|
|
|
- (void)drawUsingOpenGLCallback;
|
|
|
|
|
2013-03-27 08:49:02 -07:00
|
|
|
- (BOOL)hasRoundedBottomCorners;
|
|
|
|
- (CGFloat)bottomCornerRadius;
|
|
|
|
- (void)maybeClearBottomCorners;
|
|
|
|
|
2011-01-25 13:21:35 -08:00
|
|
|
// Called using performSelector:withObject:afterDelay:0 to release
|
|
|
|
// aWidgetArray (and its contents) the next time through the run loop.
|
|
|
|
- (void)releaseWidgets:(NSArray*)aWidgetArray;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#if USE_CLICK_HOLD_CONTEXTMENU
|
|
|
|
// called on a timer two seconds after a mouse down to see if we should display
|
|
|
|
// a context menu (click-hold)
|
|
|
|
- (void)clickHoldCallback:(id)inEvent;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
- (id<mozAccessible>)accessible;
|
|
|
|
#endif
|
|
|
|
|
2010-07-16 05:48:02 -07:00
|
|
|
- (BOOL)inactiveWindowAcceptsMouseEvent:(NSEvent*)aEvent;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
@end
|
|
|
|
|
2013-03-27 08:49:02 -07:00
|
|
|
@interface NSView(NSThemeFrameCornerRadius)
|
|
|
|
- (float)roundedCornerRadius;
|
|
|
|
@end
|
|
|
|
|
|
|
|
// Starting with 10.7 the bottom corners of all windows are rounded.
|
|
|
|
// Unfortunately, the standard rounding that OS X applies to OpenGL views
|
|
|
|
// does not use anti-aliasing and looks very crude. Since we want a smooth,
|
|
|
|
// anti-aliased curve, we'll draw it ourselves.
|
|
|
|
// Additionally, we need to turn off the OS-supplied rounding because it
|
|
|
|
// eats into our corner's curve. We do that by overriding an NSSurface method.
|
|
|
|
@interface NSSurface @end
|
|
|
|
|
|
|
|
@implementation NSSurface(DontCutOffCorners)
|
|
|
|
- (CGSRegionObj)_createRoundedBottomRegionForRect:(CGRect)rect
|
|
|
|
{
|
|
|
|
// Create a normal rect region without rounded bottom corners.
|
|
|
|
CGSRegionObj region;
|
|
|
|
CGSNewRegionWithRect(&rect, ®ion);
|
|
|
|
return region;
|
|
|
|
}
|
|
|
|
@end
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
/* Convenience routines to go from a gecko rect to cocoa NSRects and back
|
|
|
|
*
|
|
|
|
* Gecko rects (nsRect) contain an origin (x,y) in a coordinate
|
|
|
|
* system with (0,0) in the top-left of the screen. Cocoa rects
|
|
|
|
* (NSRect) contain an origin (x,y) in a coordinate system with
|
|
|
|
* (0,0) in the bottom-left of the screen. Both nsRect and NSRect
|
|
|
|
* contain width/height info, with no difference in their use.
|
|
|
|
* If a Cocoa rect is from a flipped view, there is no need to
|
|
|
|
* convert coordinate systems.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static inline void
|
2009-01-14 19:27:09 -08:00
|
|
|
NSRectToGeckoRect(const NSRect & inCocoaRect, nsIntRect & outGeckoRect)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2009-01-14 19:27:09 -08:00
|
|
|
outGeckoRect.x = NSToIntRound(inCocoaRect.origin.x);
|
|
|
|
outGeckoRect.y = NSToIntRound(inCocoaRect.origin.y);
|
|
|
|
outGeckoRect.width = NSToIntRound(inCocoaRect.origin.x + inCocoaRect.size.width) - outGeckoRect.x;
|
|
|
|
outGeckoRect.height = NSToIntRound(inCocoaRect.origin.y + inCocoaRect.size.height) - outGeckoRect.y;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline void
|
2009-01-14 19:27:09 -08:00
|
|
|
ConvertGeckoRectToMacRect(const nsIntRect& aRect, Rect& outMacRect)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
outMacRect.left = aRect.x;
|
|
|
|
outMacRect.top = aRect.y;
|
|
|
|
outMacRect.right = aRect.x + aRect.width;
|
|
|
|
outMacRect.bottom = aRect.y + aRect.height;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Flips a screen coordinate from a point in the cocoa coordinate system (bottom-left rect) to a point
|
|
|
|
// that is a "flipped" cocoa coordinate system (starts in the top-left).
|
|
|
|
static inline void
|
2009-06-19 09:15:23 -07:00
|
|
|
FlipCocoaScreenCoordinate(NSPoint &inPoint)
|
2012-09-29 04:36:09 -07:00
|
|
|
{
|
2007-12-05 15:17:08 -08:00
|
|
|
inPoint.y = nsCocoaUtils::FlippedScreenY(inPoint.y);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-07-05 20:41:27 -07:00
|
|
|
void EnsureLogInitialized()
|
|
|
|
{
|
|
|
|
#ifdef PR_LOGGING
|
|
|
|
if (!sCocoaLog) {
|
|
|
|
sCocoaLog = PR_NewLogModule("nsCocoaWidgets");
|
|
|
|
}
|
|
|
|
#endif // PR_LOGGING
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
nsChildView::nsChildView() : nsBaseWidget()
|
2012-07-30 07:20:58 -07:00
|
|
|
, mView(nullptr)
|
|
|
|
, mParentView(nullptr)
|
|
|
|
, mParentWidget(nullptr)
|
2013-04-21 19:40:51 -07:00
|
|
|
, mEffectsLock("WidgetEffects")
|
|
|
|
, mShowsResizeIndicator(false)
|
|
|
|
, mHasRoundedBottomCorners(false)
|
2013-03-27 08:49:02 -07:00
|
|
|
, mFailedResizerImage(false)
|
|
|
|
, mFailedCornerMaskImage(false)
|
2013-04-21 19:40:51 -07:00
|
|
|
, mBackingScaleFactor(0.0)
|
2011-09-30 17:20:33 -07:00
|
|
|
, mVisible(false)
|
|
|
|
, mDrawing(false)
|
|
|
|
, mPluginDrawing(false)
|
|
|
|
, mIsDispatchPaint(false)
|
2012-07-30 07:20:58 -07:00
|
|
|
, mPluginInstanceOwner(nullptr)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2011-07-05 20:41:27 -07:00
|
|
|
EnsureLogInitialized();
|
2007-07-16 19:24:05 -07:00
|
|
|
|
2010-03-25 12:36:44 -07:00
|
|
|
memset(&mPluginCGContext, 0, sizeof(mPluginCGContext));
|
|
|
|
|
2007-09-04 23:58:16 -07:00
|
|
|
SetBackgroundColor(NS_RGB(255, 255, 255));
|
|
|
|
SetForegroundColor(NS_RGB(0, 0, 0));
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
nsChildView::~nsChildView()
|
|
|
|
{
|
2009-07-20 08:02:31 -07:00
|
|
|
// Notify the children that we're gone. childView->ResetParent() can change
|
|
|
|
// our list of children while it's being iterated, so the way we iterate the
|
|
|
|
// list must allow for this.
|
|
|
|
for (nsIWidget* kid = mLastChild; kid;) {
|
2007-07-08 00:08:04 -07:00
|
|
|
nsChildView* childView = static_cast<nsChildView*>(kid);
|
2009-07-20 08:02:31 -07:00
|
|
|
kid = kid->GetPrevSibling();
|
2009-04-23 08:54:50 -07:00
|
|
|
childView->ResetParent();
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2013-03-27 08:49:02 -07:00
|
|
|
|
2008-06-27 10:11:24 -07:00
|
|
|
NS_WARN_IF_FALSE(mOnDestroyCalled, "nsChildView object destroyed without calling Destroy()");
|
|
|
|
|
2013-04-21 19:40:51 -07:00
|
|
|
DestroyCompositor();
|
2011-02-19 14:23:02 -08:00
|
|
|
|
2008-06-27 10:11:24 -07:00
|
|
|
// An nsChildView object that was in use can be destroyed without Destroy()
|
|
|
|
// ever being called on it. So we also need to do a quick, safe cleanup
|
|
|
|
// here (it's too late to just call Destroy(), which can cause crashes).
|
|
|
|
// It's particularly important to make sure widgetDestroyed is called on our
|
|
|
|
// mView -- this method NULLs mView's mGeckoChild, and NULL checks on
|
|
|
|
// mGeckoChild are used throughout the ChildView class to tell if it's safe
|
|
|
|
// to use a ChildView object.
|
|
|
|
[mView widgetDestroyed]; // Safe if mView is nil.
|
|
|
|
mParentWidget = nil;
|
|
|
|
TearDownView(); // Safe if called twice.
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-07-13 19:56:18 -07:00
|
|
|
NS_IMPL_ISUPPORTS_INHERITED1(nsChildView, nsBaseWidget, nsIPluginWidget)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-09-23 23:18:10 -07:00
|
|
|
nsresult nsChildView::Create(nsIWidget *aParent,
|
|
|
|
nsNativeWidget aNativeParent,
|
|
|
|
const nsIntRect &aRect,
|
2011-04-16 18:22:44 -07:00
|
|
|
nsDeviceContext *aContext,
|
2009-09-23 23:18:10 -07:00
|
|
|
nsWidgetInitData *aInitData)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2010-04-13 13:36:03 -07:00
|
|
|
// Because the hidden window is created outside of an event loop,
|
|
|
|
// we need to provide an autorelease pool to avoid leaking cocoa objects
|
|
|
|
// (see bug 559075).
|
|
|
|
nsAutoreleasePool localPool;
|
|
|
|
|
2009-02-06 09:36:04 -08:00
|
|
|
// See NSView (MethodSwizzling) below.
|
2010-02-23 12:10:25 -08:00
|
|
|
if (!gChildViewMethodsSwizzled) {
|
2009-02-06 09:36:04 -08:00
|
|
|
nsToolkit::SwizzleMethods([NSView class], @selector(mouseDownCanMoveWindow),
|
|
|
|
@selector(nsChildView_NSView_mouseDownCanMoveWindow));
|
2011-08-18 13:39:54 -07:00
|
|
|
#ifdef __LP64__
|
2012-05-17 00:53:20 -07:00
|
|
|
if (nsCocoaFeatures::OnLionOrLater()) {
|
2011-08-18 13:39:54 -07:00
|
|
|
nsToolkit::SwizzleMethods([NSEvent class], @selector(addLocalMonitorForEventsMatchingMask:handler:),
|
|
|
|
@selector(nsChildView_NSEvent_addLocalMonitorForEventsMatchingMask:handler:),
|
2011-09-30 17:20:33 -07:00
|
|
|
true);
|
2011-08-18 13:39:54 -07:00
|
|
|
nsToolkit::SwizzleMethods([NSEvent class], @selector(removeMonitor:),
|
2011-09-30 17:20:33 -07:00
|
|
|
@selector(nsChildView_NSEvent_removeMonitor:), true);
|
2011-08-18 13:39:54 -07:00
|
|
|
}
|
2012-10-15 05:38:34 -07:00
|
|
|
#else
|
2011-02-23 20:48:12 -08:00
|
|
|
TextInputHandler::SwizzleMethods();
|
2011-01-20 17:08:11 -08:00
|
|
|
#endif
|
2011-09-30 17:20:33 -07:00
|
|
|
gChildViewMethodsSwizzled = true;
|
2009-02-06 09:36:04 -08:00
|
|
|
}
|
2008-02-13 07:57:12 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
mBounds = aRect;
|
|
|
|
|
2011-10-25 08:05:32 -07:00
|
|
|
// Ensure that the toolkit is created.
|
|
|
|
nsToolkit::GetToolkit();
|
|
|
|
|
2012-08-15 11:53:09 -07:00
|
|
|
BaseCreate(aParent, aRect, aContext, aInitData);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// inherit things from the parent view and create our parallel
|
|
|
|
// NSView in the Cocoa display system
|
|
|
|
mParentView = nil;
|
|
|
|
if (aParent) {
|
2009-09-23 23:18:10 -07:00
|
|
|
// This is the case when we're the popup content view of a popup window.
|
2007-03-22 10:30:00 -07:00
|
|
|
SetBackgroundColor(aParent->GetBackgroundColor());
|
|
|
|
SetForegroundColor(aParent->GetForegroundColor());
|
|
|
|
|
|
|
|
// inherit the top-level window. NS_NATIVE_WIDGET is always a NSView
|
|
|
|
// regardless of if we're asking a window or a view (for compatibility
|
|
|
|
// with windows).
|
2012-06-20 12:48:50 -07:00
|
|
|
mParentView = (NSView<mozView>*)aParent->GetNativeData(NS_NATIVE_WIDGET);
|
2007-03-22 10:30:00 -07:00
|
|
|
mParentWidget = aParent;
|
2009-09-23 23:18:10 -07:00
|
|
|
} else {
|
|
|
|
// This is the normal case. When we're the root widget of the view hiararchy,
|
|
|
|
// aNativeParent will be the contentView of our window, since that's what
|
|
|
|
// nsCocoaWindow returns when asked for an NS_NATIVE_VIEW.
|
2012-06-20 12:48:50 -07:00
|
|
|
mParentView = reinterpret_cast<NSView<mozView>*>(aNativeParent);
|
2009-09-23 23:18:10 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// create our parallel NSView and hook it up to our parent. Recall
|
|
|
|
// that NS_NATIVE_WIDGET is the NSView.
|
2012-09-29 04:36:09 -07:00
|
|
|
CGFloat scaleFactor = nsCocoaUtils::GetBackingScaleFactor(mParentView);
|
|
|
|
NSRect r = nsCocoaUtils::DevPixelsToCocoaPoints(mBounds, scaleFactor);
|
2012-06-20 12:48:50 -07:00
|
|
|
mView = [(NSView<mozView>*)CreateCocoaView(r) retain];
|
2012-09-29 04:36:09 -07:00
|
|
|
if (!mView) {
|
|
|
|
return NS_ERROR_FAILURE;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-01-23 22:00:39 -08:00
|
|
|
[(ChildView*)mView setIsPluginView:(mWindowType == eWindowType_plugin)];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// If this view was created in a Gecko view hierarchy, the initial state
|
|
|
|
// is hidden. If the view is attached only to a native NSView but has
|
|
|
|
// no Gecko parent (as in embedding), the initial state is visible.
|
|
|
|
if (mParentWidget)
|
|
|
|
[mView setHidden:YES];
|
|
|
|
else
|
2011-09-30 17:20:33 -07:00
|
|
|
mVisible = true;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
// Hook it up in the NSView hierarchy.
|
|
|
|
if (mParentView) {
|
|
|
|
[mParentView addSubview:mView];
|
|
|
|
}
|
|
|
|
|
|
|
|
// if this is a ChildView, make sure that our per-window data
|
|
|
|
// is set up
|
|
|
|
if ([mView isKindOfClass:[ChildView class]])
|
2009-06-17 11:13:12 -07:00
|
|
|
[[WindowDataMap sharedWindowDataMap] ensureDataForWindow:[mView window]];
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ASSERTION(!mTextInputHandler, "mTextInputHandler has already existed");
|
|
|
|
mTextInputHandler = new TextInputHandler(this, mView);
|
2009-09-30 19:52:50 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// Creates the appropriate child view. Override to create something other than
|
|
|
|
// our |ChildView| object. Autoreleases, so caller must retain.
|
|
|
|
NSView*
|
|
|
|
nsChildView::CreateCocoaView(NSRect inFrame)
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
2007-10-09 11:46:30 -07:00
|
|
|
return [[[ChildView alloc] initWithFrame:inFrame geckoChild:this] autorelease];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
void nsChildView::TearDownView()
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (!mView)
|
|
|
|
return;
|
|
|
|
|
|
|
|
NSWindow* win = [mView window];
|
|
|
|
NSResponder* responder = [win firstResponder];
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 11:00:39 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// We're being unhooked from the view hierarchy, don't leave our view
|
|
|
|
// or a child view as the window first responder.
|
|
|
|
if (responder && [responder isKindOfClass:[NSView class]] &&
|
|
|
|
[(NSView*)responder isDescendantOf:mView]) {
|
2008-01-15 15:11:55 -08:00
|
|
|
[win makeFirstResponder:[mView superview]];
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2007-05-30 11:25:44 -07:00
|
|
|
|
|
|
|
// If mView is win's contentView, win (mView's NSWindow) "owns" mView --
|
|
|
|
// win has retained mView, and will detach it from the view hierarchy and
|
|
|
|
// release it when necessary (when win is itself destroyed (in a call to
|
|
|
|
// [win dealloc])). So all we need to do here is call [mView release] (to
|
|
|
|
// match the call to [mView retain] in nsChildView::StandardCreate()).
|
|
|
|
// Also calling [mView removeFromSuperviewWithoutNeedingDisplay] causes
|
|
|
|
// mView to be released again and dealloced, while remaining win's
|
|
|
|
// contentView. So if we do that here, win will (for a short while) have
|
|
|
|
// an invalid contentView (for the consequences see bmo bugs 381087 and
|
|
|
|
// 374260).
|
|
|
|
if ([mView isEqual:[win contentView]]) {
|
|
|
|
[mView release];
|
|
|
|
} else {
|
|
|
|
// Stop NSView hierarchy being changed during [ChildView drawRect:]
|
|
|
|
[mView performSelectorOnMainThread:@selector(delayedTearDown) withObject:nil waitUntilDone:false];
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
mView = nil;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-08-13 15:06:49 -07:00
|
|
|
nsCocoaWindow*
|
|
|
|
nsChildView::GetXULWindowWidget()
|
|
|
|
{
|
2009-09-15 14:56:44 -07:00
|
|
|
id windowDelegate = [[mView window] delegate];
|
2009-08-13 15:06:49 -07:00
|
|
|
if (windowDelegate && [windowDelegate isKindOfClass:[WindowDelegate class]]) {
|
|
|
|
return [(WindowDelegate *)windowDelegate geckoWidget];
|
|
|
|
}
|
2012-07-30 07:20:58 -07:00
|
|
|
return nullptr;
|
2009-08-13 15:06:49 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
NS_IMETHODIMP nsChildView::Destroy()
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mOnDestroyCalled)
|
|
|
|
return NS_OK;
|
2011-09-30 17:20:33 -07:00
|
|
|
mOnDestroyCalled = true;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
[mView widgetDestroyed];
|
|
|
|
|
|
|
|
nsBaseWidget::Destroy();
|
|
|
|
|
2012-08-15 11:52:41 -07:00
|
|
|
NotifyWindowDestroyed();
|
2007-03-22 10:30:00 -07:00
|
|
|
mParentWidget = nil;
|
|
|
|
|
|
|
|
TearDownView();
|
|
|
|
|
2009-03-09 09:59:29 -07:00
|
|
|
nsBaseWidget::OnDestroy();
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
static void PrintViewHierarchy(NSView *view)
|
|
|
|
{
|
|
|
|
while (view) {
|
|
|
|
NSLog(@" view is %x, frame %@", view, NSStringFromRect([view frame]));
|
|
|
|
view = [view superview];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// Return native data according to aDataType
|
2012-08-22 08:56:38 -07:00
|
|
|
void* nsChildView::GetNativeData(uint32_t aDataType)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSNULL;
|
|
|
|
|
2012-07-30 07:20:58 -07:00
|
|
|
void* retVal = nullptr;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
switch (aDataType)
|
|
|
|
{
|
2007-09-17 15:55:20 -07:00
|
|
|
case NS_NATIVE_WIDGET:
|
2007-03-22 10:30:00 -07:00
|
|
|
case NS_NATIVE_DISPLAY:
|
|
|
|
retVal = (void*)mView;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case NS_NATIVE_WINDOW:
|
2009-09-15 14:56:44 -07:00
|
|
|
retVal = [mView window];
|
2007-03-22 10:30:00 -07:00
|
|
|
break;
|
2007-09-17 15:55:20 -07:00
|
|
|
|
|
|
|
case NS_NATIVE_GRAPHIC:
|
2009-08-14 07:09:00 -07:00
|
|
|
NS_ERROR("Requesting NS_NATIVE_GRAPHIC on a Mac OS X child view!");
|
2012-07-30 07:20:58 -07:00
|
|
|
retVal = nullptr;
|
2007-03-22 10:30:00 -07:00
|
|
|
break;
|
2007-09-17 15:55:20 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
case NS_NATIVE_OFFSETX:
|
|
|
|
retVal = 0;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case NS_NATIVE_OFFSETY:
|
|
|
|
retVal = 0;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case NS_NATIVE_PLUGIN_PORT:
|
2007-03-26 18:07:57 -07:00
|
|
|
case NS_NATIVE_PLUGIN_PORT_CG:
|
|
|
|
{
|
2010-01-23 22:00:39 -08:00
|
|
|
// The NP_CGContext pointer should always be NULL in the Cocoa event model.
|
|
|
|
if ([(ChildView*)mView pluginEventModel] == NPEventModelCocoa)
|
2012-07-30 07:20:58 -07:00
|
|
|
return nullptr;
|
2007-03-26 18:07:57 -07:00
|
|
|
|
2009-07-22 01:57:39 -07:00
|
|
|
UpdatePluginPort();
|
2010-09-17 10:55:39 -07:00
|
|
|
retVal = (void*)&mPluginCGContext;
|
2007-03-22 10:30:00 -07:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return retVal;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSNULL;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
2008-08-12 17:44:14 -07:00
|
|
|
nsTransparencyMode nsChildView::GetTransparencyMode()
|
2007-12-19 11:40:18 -08:00
|
|
|
{
|
2009-11-13 14:58:15 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2009-11-13 14:58:15 -08:00
|
|
|
nsCocoaWindow* windowWidget = GetXULWindowWidget();
|
|
|
|
return windowWidget ? windowWidget->GetTransparencyMode() : eTransparencyOpaque;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2009-11-13 14:58:15 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(eTransparencyOpaque);
|
2007-12-19 11:40:18 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
// This is called by nsContainerFrame on the root widget for all window types
|
2008-08-12 17:44:14 -07:00
|
|
|
// except popup windows (when nsCocoaWindow::SetTransparencyMode is used instead).
|
|
|
|
void nsChildView::SetTransparencyMode(nsTransparencyMode aMode)
|
2007-12-19 11:40:18 -08:00
|
|
|
{
|
2008-08-12 17:44:14 -07:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2009-11-13 14:58:15 -08:00
|
|
|
nsCocoaWindow* windowWidget = GetXULWindowWidget();
|
|
|
|
if (windowWidget) {
|
|
|
|
windowWidget->SetTransparencyMode(aMode);
|
2007-12-19 11:40:18 -08:00
|
|
|
}
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2008-08-12 17:44:14 -07:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-12-19 11:40:18 -08:00
|
|
|
}
|
|
|
|
|
2012-07-19 01:57:50 -07:00
|
|
|
bool nsChildView::IsVisible() const
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2012-07-19 01:57:50 -07:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (!mVisible) {
|
2012-07-19 01:57:50 -07:00
|
|
|
return mVisible;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2012-07-19 01:57:50 -07:00
|
|
|
// mVisible does not accurately reflect the state of a hidden tabbed view
|
|
|
|
// so verify that the view has a window as well
|
|
|
|
// then check native widget hierarchy visibility
|
|
|
|
return ([mView window] != nil) && !NSIsEmptyRect([mView visibleRect]);
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2012-07-19 01:57:50 -07:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(false);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-04-23 15:56:40 -07:00
|
|
|
void nsChildView::HidePlugin()
|
|
|
|
{
|
2009-09-24 02:32:20 -07:00
|
|
|
NS_ASSERTION(mWindowType == eWindowType_plugin,
|
|
|
|
"HidePlugin called on non-plugin view");
|
2008-04-23 15:56:40 -07:00
|
|
|
}
|
|
|
|
|
2009-07-22 01:57:39 -07:00
|
|
|
void nsChildView::UpdatePluginPort()
|
|
|
|
{
|
2009-09-24 02:32:20 -07:00
|
|
|
NS_ASSERTION(mWindowType == eWindowType_plugin,
|
|
|
|
"UpdatePluginPort called on non-plugin view");
|
2009-07-22 01:57:39 -07:00
|
|
|
|
2012-08-30 12:10:55 -07:00
|
|
|
// [NSGraphicsContext currentContext] is supposed to "return the
|
|
|
|
// current graphics context of the current thread." But sometimes
|
|
|
|
// (when called while mView isn't focused for drawing) it returns a
|
|
|
|
// graphics context for the wrong window. [window graphicsContext]
|
|
|
|
// (which "provides the graphics context associated with the window
|
|
|
|
// for the current thread") seems always to return the "right"
|
|
|
|
// graphics context. See bug 500130.
|
|
|
|
mPluginCGContext.context = NULL;
|
|
|
|
mPluginCGContext.window = NULL;
|
2009-07-22 01:57:39 -07:00
|
|
|
}
|
|
|
|
|
2008-04-23 15:56:40 -07:00
|
|
|
static void HideChildPluginViews(NSView* aView)
|
|
|
|
{
|
|
|
|
NSArray* subviews = [aView subviews];
|
|
|
|
|
|
|
|
for (unsigned int i = 0; i < [subviews count]; ++i) {
|
|
|
|
NSView* view = [subviews objectAtIndex: i];
|
|
|
|
|
|
|
|
if (![view isKindOfClass:[ChildView class]])
|
|
|
|
continue;
|
|
|
|
|
|
|
|
ChildView* childview = static_cast<ChildView*>(view);
|
|
|
|
if ([childview isPluginView]) {
|
|
|
|
nsChildView* widget = static_cast<nsChildView*>([childview widget]);
|
|
|
|
if (widget) {
|
|
|
|
widget->HidePlugin();
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
HideChildPluginViews(view);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// Hide or show this component
|
2011-09-28 23:19:26 -07:00
|
|
|
NS_IMETHODIMP nsChildView::Show(bool aState)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (aState != mVisible) {
|
2010-04-13 13:36:03 -07:00
|
|
|
// Provide an autorelease pool because this gets called during startup
|
|
|
|
// on the "hidden window", resulting in cocoa object leakage if there's
|
|
|
|
// no pool in place.
|
|
|
|
nsAutoreleasePool localPool;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
[mView setHidden:!aState];
|
|
|
|
mVisible = aState;
|
2010-09-07 10:20:03 -07:00
|
|
|
if (!mVisible && IsPluginView())
|
|
|
|
HidePlugin();
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-04-23 08:54:50 -07:00
|
|
|
// Change the parent of this widget
|
2008-10-28 22:19:42 -07:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsChildView::SetParent(nsIWidget* aNewParent)
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
|
|
|
if (mOnDestroyCalled)
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
nsCOMPtr<nsIWidget> kungFuDeathGrip(this);
|
|
|
|
|
2011-11-21 12:15:38 -08:00
|
|
|
if (mParentWidget) {
|
2008-10-28 22:19:42 -07:00
|
|
|
mParentWidget->RemoveChild(this);
|
2011-11-21 12:15:38 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
if (aNewParent) {
|
|
|
|
ReparentNativeWidget(aNewParent);
|
|
|
|
} else {
|
|
|
|
[mView removeFromSuperview];
|
|
|
|
mParentView = nil;
|
|
|
|
}
|
|
|
|
|
|
|
|
mParentWidget = aNewParent;
|
2010-09-18 04:28:50 -07:00
|
|
|
|
2011-11-21 12:15:38 -08:00
|
|
|
if (mParentWidget) {
|
|
|
|
mParentWidget->AddChild(this);
|
|
|
|
}
|
2010-09-18 04:28:50 -07:00
|
|
|
|
|
|
|
return NS_OK;
|
2011-11-21 12:15:38 -08:00
|
|
|
|
2010-09-18 04:28:50 -07:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsChildView::ReparentNativeWidget(nsIWidget* aNewParent)
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
|
|
|
NS_PRECONDITION(aNewParent, "");
|
|
|
|
|
|
|
|
if (mOnDestroyCalled)
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
NSView<mozView>* newParentView =
|
2012-06-20 12:48:50 -07:00
|
|
|
(NSView<mozView>*)aNewParent->GetNativeData(NS_NATIVE_WIDGET);
|
2010-09-18 04:28:50 -07:00
|
|
|
NS_ENSURE_TRUE(newParentView, NS_ERROR_FAILURE);
|
|
|
|
|
2008-10-28 22:19:42 -07:00
|
|
|
// we hold a ref to mView, so this is safe
|
|
|
|
[mView removeFromSuperview];
|
2011-11-21 12:15:38 -08:00
|
|
|
mParentView = newParentView;
|
2008-10-28 22:19:42 -07:00
|
|
|
[mParentView addSubview:mView];
|
|
|
|
return NS_OK;
|
2010-09-18 04:28:50 -07:00
|
|
|
|
2008-10-28 22:19:42 -07:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2013-04-18 16:40:40 -07:00
|
|
|
CGContextRef
|
|
|
|
nsChildView::GetCGContextForTitlebarDrawing(NSSize aSize)
|
2013-01-16 14:59:23 -08:00
|
|
|
{
|
2013-04-18 16:40:40 -07:00
|
|
|
gfxSize titlebarSize(aSize.width, aSize.height);
|
2013-01-16 14:59:23 -08:00
|
|
|
if (!mTitlebarSurf || mTitlebarSize != titlebarSize) {
|
|
|
|
mTitlebarSize = titlebarSize;
|
|
|
|
mTitlebarSurf = new gfxQuartzSurface(titlebarSize, gfxASurface::ImageFormatARGB32);
|
|
|
|
}
|
2013-04-18 16:40:40 -07:00
|
|
|
return mTitlebarSurf->GetCGContext();
|
|
|
|
}
|
2013-01-18 17:07:32 -08:00
|
|
|
|
2013-04-18 16:40:40 -07:00
|
|
|
void
|
|
|
|
nsChildView::WillPaint()
|
|
|
|
{
|
|
|
|
[mView maybeDrawInTitlebar];
|
2013-01-16 14:59:23 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsChildView::CompositeTitlebar(const gfxSize& aSize, CGContextRef aContext)
|
|
|
|
{
|
|
|
|
NS_ASSERTION(mTitlebarSurf, "Must have titlebar surface");
|
|
|
|
if (!mTitlebarSurf) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
CGImageRef image = CGBitmapContextCreateImage(mTitlebarSurf->GetCGContext());
|
|
|
|
|
|
|
|
CGContextDrawImage(aContext,
|
|
|
|
CGRectMake(0, 0, mTitlebarSize.width, mTitlebarSize.height),
|
|
|
|
image);
|
|
|
|
|
|
|
|
CGImageRelease(image);
|
|
|
|
}
|
|
|
|
|
2009-04-23 08:54:50 -07:00
|
|
|
void nsChildView::ResetParent()
|
|
|
|
{
|
|
|
|
if (!mOnDestroyCalled) {
|
|
|
|
if (mParentWidget)
|
|
|
|
mParentWidget->RemoveChild(this);
|
|
|
|
if (mView)
|
|
|
|
[mView removeFromSuperview];
|
|
|
|
}
|
2012-07-30 07:20:58 -07:00
|
|
|
mParentWidget = nullptr;
|
2009-04-23 08:54:50 -07:00
|
|
|
}
|
|
|
|
|
2008-10-21 07:56:35 -07:00
|
|
|
nsIWidget*
|
2010-04-25 13:58:03 -07:00
|
|
|
nsChildView::GetParent()
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
return mParentWidget;
|
|
|
|
}
|
|
|
|
|
2010-08-13 02:57:55 -07:00
|
|
|
float
|
|
|
|
nsChildView::GetDPI()
|
|
|
|
{
|
|
|
|
NSWindow* window = [mView window];
|
2010-08-19 02:35:08 -07:00
|
|
|
if (window && [window isKindOfClass:[BaseWindow class]]) {
|
|
|
|
return [(BaseWindow*)window getDPI];
|
|
|
|
}
|
|
|
|
|
|
|
|
return 96.0;
|
2010-08-13 02:57:55 -07:00
|
|
|
}
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
NS_IMETHODIMP nsChildView::Enable(bool aState)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2012-07-22 22:19:08 -07:00
|
|
|
bool nsChildView::IsEnabled() const
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2012-07-22 22:19:08 -07:00
|
|
|
return true;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
NS_IMETHODIMP nsChildView::SetFocus(bool aRaise)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2010-09-07 10:20:03 -07:00
|
|
|
NSWindow* window = [mView window];
|
|
|
|
if (window)
|
|
|
|
[window makeFirstResponder:mView];
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// Override to set the cursor on the mac
|
|
|
|
NS_IMETHODIMP nsChildView::SetCursor(nsCursor aCursor)
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2010-03-08 04:35:25 -08:00
|
|
|
if ([mView isDragInProgress])
|
|
|
|
return NS_OK; // Don't change the cursor during dragging.
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
nsBaseWidget::SetCursor(aCursor);
|
2010-03-11 08:44:31 -08:00
|
|
|
return [[nsCursorManager sharedInstance] setCursor:aCursor];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// implement to fix "hidden virtual function" warning
|
|
|
|
NS_IMETHODIMP nsChildView::SetCursor(imgIContainer* aCursor,
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t aHotspotX, uint32_t aHotspotY)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2010-03-11 08:44:31 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
|
|
|
nsBaseWidget::SetCursor(aCursor, aHotspotX, aHotspotY);
|
|
|
|
return [[nsCursorManager sharedInstance] setCursorWithImage:aCursor hotSpotX:aHotspotX hotSpotY:aHotspotY];
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
// Get this component dimension
|
2009-01-14 19:27:09 -08:00
|
|
|
NS_IMETHODIMP nsChildView::GetBounds(nsIntRect &aRect)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2010-09-16 09:30:28 -07:00
|
|
|
if (!mView) {
|
|
|
|
aRect = mBounds;
|
|
|
|
} else {
|
2012-09-29 04:36:09 -07:00
|
|
|
aRect = CocoaPointsToDevPixels([mView frame]);
|
2010-09-16 09:30:28 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2013-01-15 12:47:42 -08:00
|
|
|
NS_IMETHODIMP nsChildView::GetClientBounds(nsIntRect &aRect)
|
|
|
|
{
|
|
|
|
GetBounds(aRect);
|
|
|
|
if (!mParentWidget) {
|
|
|
|
// For top level widgets we want the position on screen, not the position
|
|
|
|
// of this view inside the window.
|
|
|
|
MOZ_ASSERT(mWindowType != eWindowType_plugin, "plugin widgets should have parents");
|
|
|
|
aRect.MoveTo(WidgetToScreenOffset());
|
|
|
|
}
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2013-02-10 14:31:00 -08:00
|
|
|
NS_IMETHODIMP nsChildView::GetScreenBounds(nsIntRect &aRect)
|
|
|
|
{
|
|
|
|
GetBounds(aRect);
|
|
|
|
aRect.MoveTo(WidgetToScreenOffset());
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2012-09-29 04:36:09 -07:00
|
|
|
double
|
2012-10-30 17:31:35 -07:00
|
|
|
nsChildView::GetDefaultScaleInternal()
|
2012-09-29 04:36:09 -07:00
|
|
|
{
|
|
|
|
return BackingScaleFactor();
|
|
|
|
}
|
|
|
|
|
|
|
|
CGFloat
|
|
|
|
nsChildView::BackingScaleFactor()
|
|
|
|
{
|
|
|
|
if (mBackingScaleFactor > 0.0) {
|
|
|
|
return mBackingScaleFactor;
|
|
|
|
}
|
|
|
|
if (!mView) {
|
|
|
|
return 1.0;
|
|
|
|
}
|
|
|
|
mBackingScaleFactor = nsCocoaUtils::GetBackingScaleFactor(mView);
|
|
|
|
return mBackingScaleFactor;
|
|
|
|
}
|
|
|
|
|
2012-10-16 12:41:20 -07:00
|
|
|
void
|
|
|
|
nsChildView::BackingScaleFactorChanged()
|
|
|
|
{
|
|
|
|
CGFloat newScale = nsCocoaUtils::GetBackingScaleFactor(mView);
|
|
|
|
|
|
|
|
// ignore notification if it hasn't really changed (or maybe we have
|
|
|
|
// disabled HiDPI mode via prefs)
|
|
|
|
if (mBackingScaleFactor == newScale) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
mBackingScaleFactor = newScale;
|
|
|
|
|
2012-10-16 12:41:21 -07:00
|
|
|
if (mWidgetListener && !mWidgetListener->GetXULWindow()) {
|
|
|
|
nsIPresShell* presShell = mWidgetListener->GetPresShell();
|
|
|
|
if (presShell) {
|
|
|
|
presShell->BackingScaleFactorChanged();
|
|
|
|
}
|
2012-10-16 12:41:20 -07:00
|
|
|
}
|
|
|
|
|
2012-10-16 12:41:21 -07:00
|
|
|
if (IsPluginView()) {
|
|
|
|
nsEventStatus status = nsEventStatus_eIgnore;
|
|
|
|
nsGUIEvent guiEvent(true, NS_PLUGIN_RESOLUTION_CHANGED, this);
|
|
|
|
guiEvent.time = PR_IntervalNow();
|
|
|
|
DispatchEvent(&guiEvent, status);
|
2012-10-16 12:41:20 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
NS_IMETHODIMP nsChildView::ConstrainPosition(bool aAllowSlop,
|
2012-08-22 08:56:38 -07:00
|
|
|
int32_t *aX, int32_t *aY)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Move this component, aX and aY are in the parent widget coordinate system
|
2012-12-12 01:57:38 -08:00
|
|
|
NS_IMETHODIMP nsChildView::Move(double aX, double aY)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2012-12-12 01:57:38 -08:00
|
|
|
int32_t x = NSToIntRound(aX);
|
|
|
|
int32_t y = NSToIntRound(aY);
|
|
|
|
|
|
|
|
if (!mView || (mBounds.x == x && mBounds.y == y))
|
2007-11-06 23:36:10 -08:00
|
|
|
return NS_OK;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-12-12 01:57:38 -08:00
|
|
|
mBounds.x = x;
|
|
|
|
mBounds.y = y;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-09-29 04:36:09 -07:00
|
|
|
[mView setFrame:DevPixelsToCocoaPoints(mBounds)];
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-11-06 23:36:10 -08:00
|
|
|
if (mVisible)
|
|
|
|
[mView setNeedsDisplay:YES];
|
|
|
|
|
2012-10-26 06:15:22 -07:00
|
|
|
NotifyRollupGeometryChange();
|
2007-11-06 23:36:10 -08:00
|
|
|
ReportMoveEvent();
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2012-12-12 01:57:38 -08:00
|
|
|
NS_IMETHODIMP nsChildView::Resize(double aWidth, double aHeight, bool aRepaint)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2012-12-12 01:57:38 -08:00
|
|
|
int32_t width = NSToIntRound(aWidth);
|
|
|
|
int32_t height = NSToIntRound(aHeight);
|
|
|
|
|
|
|
|
if (!mView || (mBounds.width == width && mBounds.height == height))
|
2007-11-06 23:36:10 -08:00
|
|
|
return NS_OK;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-12-12 01:57:38 -08:00
|
|
|
mBounds.width = width;
|
|
|
|
mBounds.height = height;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-09-29 04:36:09 -07:00
|
|
|
[mView setFrame:DevPixelsToCocoaPoints(mBounds)];
|
2007-11-06 23:36:10 -08:00
|
|
|
|
|
|
|
if (mVisible && aRepaint)
|
|
|
|
[mView setNeedsDisplay:YES];
|
|
|
|
|
2012-10-26 06:15:22 -07:00
|
|
|
NotifyRollupGeometryChange();
|
2007-11-06 23:36:10 -08:00
|
|
|
ReportSizeEvent();
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2012-12-12 01:57:38 -08:00
|
|
|
NS_IMETHODIMP nsChildView::Resize(double aX, double aY,
|
|
|
|
double aWidth, double aHeight, bool aRepaint)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2012-12-12 01:57:38 -08:00
|
|
|
int32_t x = NSToIntRound(aX);
|
|
|
|
int32_t y = NSToIntRound(aY);
|
|
|
|
int32_t width = NSToIntRound(aWidth);
|
|
|
|
int32_t height = NSToIntRound(aHeight);
|
|
|
|
|
|
|
|
BOOL isMoving = (mBounds.x != x || mBounds.y != y);
|
|
|
|
BOOL isResizing = (mBounds.width != width || mBounds.height != height);
|
2007-11-06 23:36:10 -08:00
|
|
|
if (!mView || (!isMoving && !isResizing))
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
if (isMoving) {
|
2012-12-12 01:57:38 -08:00
|
|
|
mBounds.x = x;
|
|
|
|
mBounds.y = y;
|
2007-11-06 23:36:10 -08:00
|
|
|
}
|
|
|
|
if (isResizing) {
|
2012-12-12 01:57:38 -08:00
|
|
|
mBounds.width = width;
|
|
|
|
mBounds.height = height;
|
2007-11-06 23:36:10 -08:00
|
|
|
}
|
|
|
|
|
2012-09-29 04:36:09 -07:00
|
|
|
[mView setFrame:DevPixelsToCocoaPoints(mBounds)];
|
2007-11-06 23:36:10 -08:00
|
|
|
|
|
|
|
if (mVisible && aRepaint)
|
|
|
|
[mView setNeedsDisplay:YES];
|
|
|
|
|
2012-10-26 06:15:22 -07:00
|
|
|
NotifyRollupGeometryChange();
|
2008-01-15 15:11:55 -08:00
|
|
|
if (isMoving) {
|
2007-11-06 23:36:10 -08:00
|
|
|
ReportMoveEvent();
|
2008-01-15 15:11:55 -08:00
|
|
|
if (mOnDestroyCalled)
|
|
|
|
return NS_OK;
|
|
|
|
}
|
2007-11-06 23:36:10 -08:00
|
|
|
if (isResizing)
|
|
|
|
ReportSizeEvent();
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
static const int32_t resizeIndicatorWidth = 15;
|
|
|
|
static const int32_t resizeIndicatorHeight = 15;
|
2011-09-28 23:19:26 -07:00
|
|
|
bool nsChildView::ShowsResizeIndicator(nsIntRect* aResizerRect)
|
2008-08-08 09:11:54 -07:00
|
|
|
{
|
|
|
|
NSView *topLevelView = mView, *superView = nil;
|
2008-08-19 21:23:19 -07:00
|
|
|
while ((superView = [topLevelView superview]))
|
2008-08-08 09:11:54 -07:00
|
|
|
topLevelView = superView;
|
|
|
|
|
2009-09-07 14:52:59 -07:00
|
|
|
if (![[topLevelView window] showsResizeIndicator] ||
|
|
|
|
!([[topLevelView window] styleMask] & NSResizableWindowMask))
|
2011-09-30 17:20:33 -07:00
|
|
|
return false;
|
2008-08-08 09:11:54 -07:00
|
|
|
|
|
|
|
if (aResizerRect) {
|
|
|
|
NSSize bounds = [topLevelView bounds].size;
|
|
|
|
NSPoint corner = NSMakePoint(bounds.width, [topLevelView isFlipped] ? bounds.height : 0);
|
|
|
|
corner = [topLevelView convertPoint:corner toView:mView];
|
|
|
|
aResizerRect->SetRect(NSToIntRound(corner.x) - resizeIndicatorWidth,
|
|
|
|
NSToIntRound(corner.y) - resizeIndicatorHeight,
|
|
|
|
resizeIndicatorWidth, resizeIndicatorHeight);
|
|
|
|
}
|
2011-09-30 17:20:33 -07:00
|
|
|
return true;
|
2008-08-08 09:11:54 -07:00
|
|
|
}
|
|
|
|
|
2009-02-05 15:31:00 -08:00
|
|
|
// In QuickDraw mode the coordinate system used here should be that of the
|
|
|
|
// browser window's content region (defined as everything but the 22-pixel
|
|
|
|
// high titlebar). But in CoreGraphics mode the coordinate system should be
|
|
|
|
// that of the browser window as a whole (including its titlebar). Both
|
|
|
|
// coordinate systems have a top-left origin. See bmo bug 474491.
|
|
|
|
//
|
|
|
|
// There's a bug in this method's code -- it currently uses the QuickDraw
|
|
|
|
// coordinate system for both the QuickDraw and CoreGraphics drawing modes.
|
|
|
|
// This bug is fixed by the patch for bug 474491. But the Flash plugin (both
|
|
|
|
// version 10.0.12.36 from Adobe and version 9.0 r151 from Apple) has Mozilla-
|
|
|
|
// specific code to work around this bug, which breaks when we fix it (see bmo
|
|
|
|
// bug 477077). So we'll need to coordinate releasing a fix for this bug with
|
|
|
|
// Adobe and other major plugin vendors that support the CoreGraphics mode.
|
2013-01-04 14:39:22 -08:00
|
|
|
//
|
|
|
|
// outClipRect and outOrigin are in display pixels, not device pixels.
|
2011-09-28 23:19:26 -07:00
|
|
|
NS_IMETHODIMP nsChildView::GetPluginClipRect(nsIntRect& outClipRect, nsIntPoint& outOrigin, bool& outWidgetVisible)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2009-09-24 02:32:20 -07:00
|
|
|
NS_ASSERTION(mWindowType == eWindowType_plugin,
|
|
|
|
"GetPluginClipRect must only be called on a plugin widget");
|
|
|
|
if (mWindowType != eWindowType_plugin) return NS_ERROR_FAILURE;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-09-15 14:56:44 -07:00
|
|
|
NSWindow* window = [mView window];
|
2007-03-22 10:30:00 -07:00
|
|
|
if (!window) return NS_ERROR_FAILURE;
|
|
|
|
|
|
|
|
NSPoint viewOrigin = [mView convertPoint:NSZeroPoint toView:nil];
|
2009-02-05 15:05:53 -08:00
|
|
|
NSRect frame = [[window contentView] frame];
|
2007-03-22 10:30:00 -07:00
|
|
|
viewOrigin.y = frame.size.height - viewOrigin.y;
|
|
|
|
|
|
|
|
// set up the clipping region for plugins.
|
|
|
|
NSRect visibleBounds = [mView visibleRect];
|
|
|
|
NSPoint clipOrigin = [mView convertPoint:visibleBounds.origin toView:nil];
|
|
|
|
|
2009-02-05 15:05:53 -08:00
|
|
|
// Convert from cocoa to QuickDraw coordinates
|
2007-03-22 10:30:00 -07:00
|
|
|
clipOrigin.y = frame.size.height - clipOrigin.y;
|
|
|
|
|
2009-01-14 19:27:09 -08:00
|
|
|
outClipRect.x = NSToIntRound(clipOrigin.x);
|
|
|
|
outClipRect.y = NSToIntRound(clipOrigin.y);
|
2009-07-21 17:44:55 -07:00
|
|
|
|
|
|
|
// need to convert view's origin to window coordinates.
|
|
|
|
// then, encode as "SetOrigin" ready values.
|
|
|
|
outOrigin.x = -NSToIntRound(viewOrigin.x);
|
|
|
|
outOrigin.y = -NSToIntRound(viewOrigin.y);
|
|
|
|
|
2012-07-19 01:57:50 -07:00
|
|
|
if (IsVisible() && [mView window] != nil) {
|
2009-01-14 19:27:09 -08:00
|
|
|
outClipRect.width = NSToIntRound(visibleBounds.origin.x + visibleBounds.size.width) - NSToIntRound(visibleBounds.origin.x);
|
|
|
|
outClipRect.height = NSToIntRound(visibleBounds.origin.y + visibleBounds.size.height) - NSToIntRound(visibleBounds.origin.y);
|
2009-07-21 17:44:55 -07:00
|
|
|
|
|
|
|
if (mClipRects) {
|
|
|
|
nsIntRect clipBounds;
|
2012-08-22 08:56:38 -07:00
|
|
|
for (uint32_t i = 0; i < mClipRectCount; ++i) {
|
2013-01-04 14:39:22 -08:00
|
|
|
NSRect cocoaPoints = DevPixelsToCocoaPoints(mClipRects[i]);
|
|
|
|
clipBounds.UnionRect(clipBounds, nsIntRect(NSToIntRound(cocoaPoints.origin.x),
|
|
|
|
NSToIntRound(cocoaPoints.origin.y),
|
|
|
|
NSToIntRound(cocoaPoints.size.width),
|
|
|
|
NSToIntRound(cocoaPoints.size.height)));
|
2009-07-21 17:44:55 -07:00
|
|
|
}
|
|
|
|
outClipRect.IntersectRect(outClipRect, clipBounds - outOrigin);
|
|
|
|
}
|
|
|
|
|
|
|
|
// XXXroc should this be !outClipRect.IsEmpty()?
|
2011-09-30 17:20:33 -07:00
|
|
|
outWidgetVisible = true;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
else {
|
|
|
|
outClipRect.width = 0;
|
|
|
|
outClipRect.height = 0;
|
2011-09-30 17:20:33 -07:00
|
|
|
outWidgetVisible = false;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsChildView::StartDrawPlugin()
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2009-09-24 02:32:20 -07:00
|
|
|
NS_ASSERTION(mWindowType == eWindowType_plugin,
|
|
|
|
"StartDrawPlugin must only be called on a plugin widget");
|
|
|
|
if (mWindowType != eWindowType_plugin) return NS_ERROR_FAILURE;
|
2007-03-26 18:07:57 -07:00
|
|
|
|
2012-08-30 12:10:55 -07:00
|
|
|
// This code is necessary for CoreGraphics in 32-bit builds.
|
2009-08-31 18:00:13 -07:00
|
|
|
// See comments below about why. In 64-bit CoreGraphics mode we will not keep
|
|
|
|
// this region up to date, plugins should not depend on it.
|
|
|
|
#ifndef __LP64__
|
2009-09-15 14:56:44 -07:00
|
|
|
NSWindow* window = [mView window];
|
2007-03-22 10:30:00 -07:00
|
|
|
if (!window)
|
|
|
|
return NS_ERROR_FAILURE;
|
2009-08-26 17:29:47 -07:00
|
|
|
|
2012-08-30 12:10:55 -07:00
|
|
|
// In QuickDraw drawing mode we used to prevent reentrant handling of any
|
|
|
|
// plugin event. But in CoreGraphics drawing mode only do this if the current
|
2009-08-26 17:29:47 -07:00
|
|
|
// plugin event isn't an update/paint event. This allows popupcontextmenu()
|
|
|
|
// to work properly from a plugin that supports the Cocoa event model,
|
|
|
|
// without regressing bug 409615. See bug 435041. (StartDrawPlugin() and
|
|
|
|
// EndDrawPlugin() wrap every call to nsIPluginInstance::HandleEvent() --
|
|
|
|
// not just calls that "draw" or paint.)
|
2012-08-30 12:10:55 -07:00
|
|
|
if (mIsDispatchPaint && mPluginDrawing) {
|
|
|
|
return NS_ERROR_FAILURE;
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// It appears that the WindowRef from which we get the plugin port undergoes the
|
|
|
|
// traditional BeginUpdate/EndUpdate cycle, which, if you recall, sets the visible
|
|
|
|
// region to the intersection of the visible region and the update region. Since
|
|
|
|
// we don't know here if we're being drawn inside a BeginUpdate/EndUpdate pair
|
|
|
|
// (which seem to occur in [NSWindow display]), and we don't want to have the burden
|
|
|
|
// of correctly doing Carbon invalidates of the plugin rect, we manually set the
|
2008-04-07 22:45:06 -07:00
|
|
|
// visible region to be the entire port every time. It is necessary to set up our
|
|
|
|
// window's port even for CoreGraphics plugins, because they may still use Carbon
|
|
|
|
// internally (see bug #420527 for details).
|
2011-06-11 00:12:58 -07:00
|
|
|
//
|
|
|
|
// Don't use this code if any of the QuickDraw APIs it currently requires are
|
|
|
|
// missing (as they probably will be on OS X 10.8 and up).
|
|
|
|
if (::NewRgn && ::GetQDGlobalsThePort && ::GetGWorld && ::SetGWorld &&
|
|
|
|
::IsPortOffscreen && ::GetMainDevice && ::SetOrigin && ::RectRgn &&
|
|
|
|
::SetPortVisibleRegion && ::SetPortClipRegion && ::DisposeRgn) {
|
|
|
|
RgnHandle pluginRegion = ::NewRgn();
|
|
|
|
if (pluginRegion) {
|
2012-08-30 12:10:55 -07:00
|
|
|
CGrafPtr port = ::GetWindowPort(WindowRef([window windowRef]));
|
2011-09-28 23:19:26 -07:00
|
|
|
bool portChanged = (port != CGrafPtr(::GetQDGlobalsThePort()));
|
2011-06-11 00:12:58 -07:00
|
|
|
CGrafPtr oldPort;
|
|
|
|
GDHandle oldDevice;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-06-11 00:12:58 -07:00
|
|
|
if (portChanged) {
|
|
|
|
::GetGWorld(&oldPort, &oldDevice);
|
2012-07-30 07:20:58 -07:00
|
|
|
::SetGWorld(port, ::IsPortOffscreen(port) ? nullptr : ::GetMainDevice());
|
2011-06-11 00:12:58 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-06-11 00:12:58 -07:00
|
|
|
::SetOrigin(0, 0);
|
|
|
|
|
|
|
|
nsIntRect clipRect; // this is in native window coordinates
|
|
|
|
nsIntPoint origin;
|
2011-09-28 23:19:26 -07:00
|
|
|
bool visible;
|
2011-06-11 00:12:58 -07:00
|
|
|
GetPluginClipRect(clipRect, origin, visible);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-06-11 00:12:58 -07:00
|
|
|
// XXX if we're not visible, set an empty clip region?
|
|
|
|
Rect pluginRect;
|
|
|
|
ConvertGeckoRectToMacRect(clipRect, pluginRect);
|
|
|
|
|
|
|
|
::RectRgn(pluginRegion, &pluginRect);
|
|
|
|
::SetPortVisibleRegion(port, pluginRegion);
|
|
|
|
::SetPortClipRegion(port, pluginRegion);
|
|
|
|
|
|
|
|
// now set up the origin for the plugin
|
|
|
|
::SetOrigin(origin.x, origin.y);
|
|
|
|
|
|
|
|
::DisposeRgn(pluginRegion);
|
|
|
|
|
|
|
|
if (portChanged) {
|
|
|
|
::SetGWorld(oldPort, oldDevice);
|
|
|
|
}
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2009-08-31 18:00:13 -07:00
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-09-30 17:20:33 -07:00
|
|
|
mPluginDrawing = true;
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsChildView::EndDrawPlugin()
|
|
|
|
{
|
2009-09-24 02:32:20 -07:00
|
|
|
NS_ASSERTION(mWindowType == eWindowType_plugin,
|
|
|
|
"EndDrawPlugin must only be called on a plugin widget");
|
|
|
|
if (mWindowType != eWindowType_plugin) return NS_ERROR_FAILURE;
|
2007-03-26 18:07:57 -07:00
|
|
|
|
2011-09-30 17:20:33 -07:00
|
|
|
mPluginDrawing = false;
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2008-04-23 15:56:40 -07:00
|
|
|
NS_IMETHODIMP nsChildView::SetPluginInstanceOwner(nsIPluginInstanceOwner* aInstanceOwner)
|
|
|
|
{
|
|
|
|
mPluginInstanceOwner = aInstanceOwner;
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
NS_IMETHODIMP nsChildView::SetPluginEventModel(int inEventModel)
|
|
|
|
{
|
2009-08-31 18:00:13 -07:00
|
|
|
[(ChildView*)mView setPluginEventModel:(NPEventModel)inEventModel];
|
2009-08-26 17:29:47 -07:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsChildView::GetPluginEventModel(int* outEventModel)
|
|
|
|
{
|
2009-08-31 18:00:13 -07:00
|
|
|
*outEventModel = [(ChildView*)mView pluginEventModel];
|
2009-08-26 17:29:47 -07:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2010-09-17 10:55:39 -07:00
|
|
|
NS_IMETHODIMP nsChildView::SetPluginDrawingModel(int inDrawingModel)
|
|
|
|
{
|
|
|
|
[(ChildView*)mView setPluginDrawingModel:(NPDrawingModel)inDrawingModel];
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2010-06-09 17:56:17 -07:00
|
|
|
NS_IMETHODIMP nsChildView::StartComplexTextInputForCurrentEvent()
|
|
|
|
{
|
2011-02-23 20:48:12 -08:00
|
|
|
return mTextInputHandler->StartComplexTextInputForCurrentEvent();
|
2010-06-09 17:56:17 -07:00
|
|
|
}
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
nsresult nsChildView::SynthesizeNativeKeyEvent(int32_t aNativeKeyboardLayout,
|
|
|
|
int32_t aNativeKeyCode,
|
|
|
|
uint32_t aModifierFlags,
|
2008-05-06 22:17:40 -07:00
|
|
|
const nsAString& aCharacters,
|
|
|
|
const nsAString& aUnmodifiedCharacters)
|
2008-05-05 16:01:07 -07:00
|
|
|
{
|
2011-02-23 09:25:11 -08:00
|
|
|
return mTextInputHandler->SynthesizeNativeKeyEvent(aNativeKeyboardLayout,
|
|
|
|
aNativeKeyCode,
|
|
|
|
aModifierFlags,
|
|
|
|
aCharacters,
|
|
|
|
aUnmodifiedCharacters);
|
2008-05-05 16:01:07 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
nsresult nsChildView::SynthesizeNativeMouseEvent(nsIntPoint aPoint,
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t aNativeMessage,
|
|
|
|
uint32_t aModifierFlags)
|
2009-09-22 19:31:37 -07:00
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2013-03-06 09:16:44 -08:00
|
|
|
NSPoint pt =
|
|
|
|
nsCocoaUtils::DevPixelsToCocoaPoints(aPoint, BackingScaleFactor());
|
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
// Move the mouse cursor to the requested position and reconnect it to the mouse.
|
2013-03-06 09:16:44 -08:00
|
|
|
CGWarpMouseCursorPosition(NSPointToCGPoint(pt));
|
2009-09-22 19:31:37 -07:00
|
|
|
CGAssociateMouseAndMouseCursorPosition(true);
|
|
|
|
|
|
|
|
// aPoint is given with the origin on the top left, but convertScreenToBase
|
|
|
|
// expects a point in a coordinate system that has its origin on the bottom left.
|
2013-03-06 09:16:44 -08:00
|
|
|
NSPoint screenPoint = NSMakePoint(pt.x, nsCocoaUtils::FlippedScreenY(pt.y));
|
2009-09-22 19:31:37 -07:00
|
|
|
NSPoint windowPoint = [[mView window] convertScreenToBase:screenPoint];
|
|
|
|
|
2009-10-21 08:09:19 -07:00
|
|
|
NSEvent* event = [NSEvent mouseEventWithType:aNativeMessage
|
|
|
|
location:windowPoint
|
|
|
|
modifierFlags:aModifierFlags
|
|
|
|
timestamp:[NSDate timeIntervalSinceReferenceDate]
|
|
|
|
windowNumber:[[mView window] windowNumber]
|
|
|
|
context:nil
|
|
|
|
eventNumber:0
|
|
|
|
clickCount:1
|
|
|
|
pressure:0.0];
|
2009-09-22 19:31:37 -07:00
|
|
|
|
|
|
|
if (!event)
|
|
|
|
return NS_ERROR_FAILURE;
|
|
|
|
|
2011-08-08 07:43:13 -07:00
|
|
|
if ([[mView window] isKindOfClass:[BaseWindow class]]) {
|
|
|
|
// Tracking area events don't end up in their tracking areas when sent
|
|
|
|
// through [NSApp sendEvent:], so pass them directly to the right methods.
|
|
|
|
BaseWindow* window = (BaseWindow*)[mView window];
|
|
|
|
if (aNativeMessage == NSMouseEntered) {
|
|
|
|
[window mouseEntered:event];
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
if (aNativeMessage == NSMouseExited) {
|
|
|
|
[window mouseExited:event];
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
if (aNativeMessage == NSMouseMoved) {
|
|
|
|
[window mouseMoved:event];
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
[NSApp sendEvent:event];
|
|
|
|
return NS_OK;
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
}
|
|
|
|
|
2008-10-29 22:36:01 -07:00
|
|
|
// First argument has to be an NSMenu representing the application's top-level
|
|
|
|
// menu bar. The returned item is *not* retained.
|
|
|
|
static NSMenuItem* NativeMenuItemWithLocation(NSMenu* menubar, NSString* locationString)
|
|
|
|
{
|
|
|
|
NSArray* indexes = [locationString componentsSeparatedByString:@"|"];
|
2008-06-28 00:55:30 -07:00
|
|
|
unsigned int indexCount = [indexes count];
|
|
|
|
if (indexCount == 0)
|
2008-10-29 22:36:01 -07:00
|
|
|
return nil;
|
|
|
|
|
2008-06-28 00:55:30 -07:00
|
|
|
NSMenu* currentSubmenu = [NSApp mainMenu];
|
2008-10-29 22:36:01 -07:00
|
|
|
for (unsigned int i = 0; i < indexCount; i++) {
|
2008-06-28 00:55:30 -07:00
|
|
|
int targetIndex;
|
|
|
|
// We remove the application menu from consideration for the top-level menu
|
|
|
|
if (i == 0)
|
|
|
|
targetIndex = [[indexes objectAtIndex:i] intValue] + 1;
|
|
|
|
else
|
|
|
|
targetIndex = [[indexes objectAtIndex:i] intValue];
|
|
|
|
int itemCount = [currentSubmenu numberOfItems];
|
|
|
|
if (targetIndex < itemCount) {
|
|
|
|
NSMenuItem* menuItem = [currentSubmenu itemAtIndex:targetIndex];
|
2008-10-29 22:36:01 -07:00
|
|
|
// if this is the last index just return the menu item
|
|
|
|
if (i == (indexCount - 1))
|
|
|
|
return menuItem;
|
|
|
|
// if this is not the last index find the submenu and keep going
|
2008-06-28 00:55:30 -07:00
|
|
|
if ([menuItem hasSubmenu])
|
2008-10-29 22:36:01 -07:00
|
|
|
currentSubmenu = [menuItem submenu];
|
|
|
|
else
|
|
|
|
return nil;
|
2008-06-28 00:55:30 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-10-29 22:36:01 -07:00
|
|
|
return nil;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Used for testing native menu system structure and event handling.
|
|
|
|
NS_IMETHODIMP nsChildView::ActivateNativeMenuItemAt(const nsAString& indexString)
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
|
|
|
NSString* locationString = [NSString stringWithCharacters:indexString.BeginReading() length:indexString.Length()];
|
|
|
|
NSMenuItem* item = NativeMenuItemWithLocation([NSApp mainMenu], locationString);
|
2008-07-27 21:46:33 -07:00
|
|
|
// We can't perform an action on an item with a submenu, that will raise
|
|
|
|
// an obj-c exception.
|
2008-10-29 22:36:01 -07:00
|
|
|
if (item && ![item hasSubmenu]) {
|
|
|
|
NSMenu* parent = [item menu];
|
|
|
|
if (parent) {
|
2008-07-27 21:46:33 -07:00
|
|
|
// NSLog(@"Performing action for native menu item titled: %@\n",
|
|
|
|
// [[currentSubmenu itemAtIndex:targetIndex] title]);
|
2008-10-29 22:36:01 -07:00
|
|
|
[parent performActionForItemAtIndex:[parent indexOfItem:item]];
|
|
|
|
return NS_OK;
|
|
|
|
}
|
2008-06-28 00:55:30 -07:00
|
|
|
}
|
2008-10-29 22:36:01 -07:00
|
|
|
return NS_ERROR_FAILURE;
|
2008-07-27 21:46:33 -07:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
}
|
|
|
|
|
2008-10-29 22:36:01 -07:00
|
|
|
// Used for testing native menu system structure and event handling.
|
|
|
|
NS_IMETHODIMP nsChildView::ForceUpdateNativeMenuAt(const nsAString& indexString)
|
2008-07-27 21:46:33 -07:00
|
|
|
{
|
2008-10-29 22:36:01 -07:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2009-08-13 15:06:49 -07:00
|
|
|
nsCocoaWindow *widget = GetXULWindowWidget();
|
|
|
|
if (widget) {
|
|
|
|
nsMenuBarX* mb = widget->GetMenuBar();
|
|
|
|
if (mb) {
|
|
|
|
if (indexString.IsEmpty())
|
|
|
|
mb->ForceNativeMenuReload();
|
|
|
|
else
|
|
|
|
mb->ForceUpdateNativeMenuAt(indexString);
|
2008-07-27 21:46:33 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
return NS_OK;
|
2008-10-29 22:36:01 -07:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2008-06-28 00:55:30 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
#ifdef INVALIDATE_DEBUGGING
|
|
|
|
|
|
|
|
static Boolean KeyDown(const UInt8 theKey)
|
|
|
|
{
|
|
|
|
KeyMap map;
|
|
|
|
GetKeys(map);
|
|
|
|
return ((*((UInt8 *)map + (theKey >> 3)) >> (theKey & 7)) & 1) != 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static Boolean caps_lock()
|
|
|
|
{
|
|
|
|
return KeyDown(0x39);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void blinkRect(Rect* r)
|
|
|
|
{
|
|
|
|
StRegionFromPool oldClip;
|
|
|
|
if (oldClip != NULL)
|
|
|
|
::GetClip(oldClip);
|
|
|
|
|
|
|
|
::ClipRect(r);
|
|
|
|
::InvertRect(r);
|
|
|
|
UInt32 end = ::TickCount() + 5;
|
|
|
|
while (::TickCount() < end) ;
|
|
|
|
::InvertRect(r);
|
|
|
|
|
|
|
|
if (oldClip != NULL)
|
|
|
|
::SetClip(oldClip);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void blinkRgn(RgnHandle rgn)
|
|
|
|
{
|
|
|
|
StRegionFromPool oldClip;
|
|
|
|
if (oldClip != NULL)
|
|
|
|
::GetClip(oldClip);
|
|
|
|
|
|
|
|
::SetClip(rgn);
|
|
|
|
::InvertRgn(rgn);
|
|
|
|
UInt32 end = ::TickCount() + 5;
|
|
|
|
while (::TickCount() < end) ;
|
|
|
|
::InvertRgn(rgn);
|
|
|
|
|
|
|
|
if (oldClip != NULL)
|
|
|
|
::SetClip(oldClip);
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// Invalidate this component's visible area
|
2011-12-23 19:52:21 -08:00
|
|
|
NS_IMETHODIMP nsChildView::Invalidate(const nsIntRect &aRect)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (!mView || !mVisible)
|
|
|
|
return NS_OK;
|
|
|
|
|
2011-12-23 19:52:21 -08:00
|
|
|
if ([NSView focusView]) {
|
2007-03-22 10:30:00 -07:00
|
|
|
// if a view is focussed (i.e. being drawn), then postpone the invalidate so that we
|
|
|
|
// don't lose it.
|
2012-09-29 04:36:09 -07:00
|
|
|
[mView setNeedsPendingDisplayInRect:DevPixelsToCocoaPoints(aRect)];
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
else {
|
2012-09-29 04:36:09 -07:00
|
|
|
[mView setNeedsDisplayInRect:DevPixelsToCocoaPoints(aRect)];
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool
|
2012-11-15 10:55:15 -08:00
|
|
|
nsChildView::ComputeShouldAccelerate(bool aDefault)
|
2010-09-29 11:38:39 -07:00
|
|
|
{
|
2011-02-08 04:42:06 -08:00
|
|
|
// Don't use OpenGL for transparent windows or for popup windows.
|
|
|
|
if (!mView || ![[mView window] isOpaque] ||
|
|
|
|
[[mView window] isKindOfClass:[PopupWindow class]])
|
2011-09-30 17:20:33 -07:00
|
|
|
return false;
|
2010-09-29 11:38:39 -07:00
|
|
|
|
2012-11-15 10:55:15 -08:00
|
|
|
return nsBaseWidget::ComputeShouldAccelerate(aDefault);
|
2010-09-29 11:38:39 -07:00
|
|
|
}
|
|
|
|
|
2012-06-13 12:53:11 -07:00
|
|
|
bool
|
2013-03-04 10:32:20 -08:00
|
|
|
nsChildView::ShouldUseOffMainThreadCompositing()
|
2012-06-13 12:53:11 -07:00
|
|
|
{
|
|
|
|
// OMTC doesn't work with Basic Layers on OS X right now. Once it works, we'll
|
|
|
|
// still want to disable it for certain kinds of windows (e.g. popups).
|
2013-03-04 10:32:20 -08:00
|
|
|
return nsBaseWidget::ShouldUseOffMainThreadCompositing() &&
|
2012-11-15 10:55:15 -08:00
|
|
|
ComputeShouldAccelerate(mUseLayersAcceleration);
|
2012-06-13 12:53:11 -07:00
|
|
|
}
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
inline uint16_t COLOR8TOCOLOR16(uint8_t color8)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
// return (color8 == 0xFF ? 0xFFFF : (color8 << 8));
|
|
|
|
return (color8 << 8) | color8; /* (color8 * 257) == (color8 * 0x0101) */
|
|
|
|
}
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
2009-07-21 17:44:55 -07:00
|
|
|
nsresult nsChildView::ConfigureChildren(const nsTArray<Configuration>& aConfigurations)
|
|
|
|
{
|
2012-08-22 08:56:38 -07:00
|
|
|
for (uint32_t i = 0; i < aConfigurations.Length(); ++i) {
|
2010-10-10 17:58:21 -07:00
|
|
|
const Configuration& config = aConfigurations[i];
|
|
|
|
nsChildView* child = static_cast<nsChildView*>(config.mChild);
|
|
|
|
#ifdef DEBUG
|
|
|
|
nsWindowType kidType;
|
|
|
|
child->GetWindowType(kidType);
|
|
|
|
#endif
|
|
|
|
NS_ASSERTION(kidType == eWindowType_plugin,
|
|
|
|
"Configured widget is not a plugin type");
|
|
|
|
NS_ASSERTION(child->GetParent() == this,
|
|
|
|
"Configured widget is not a child of the right widget");
|
|
|
|
|
|
|
|
// nsIWidget::Show() doesn't get called on plugin widgets unless we call
|
|
|
|
// it from here. See bug 592563.
|
|
|
|
child->Show(!config.mClipRegion.IsEmpty());
|
|
|
|
|
|
|
|
child->Resize(
|
|
|
|
config.mBounds.x, config.mBounds.y,
|
|
|
|
config.mBounds.width, config.mBounds.height,
|
2012-08-30 12:10:55 -07:00
|
|
|
false);
|
2010-10-10 17:58:21 -07:00
|
|
|
|
|
|
|
// Store the clip region here in case GetPluginClipRect needs it.
|
|
|
|
child->StoreWindowClipRegion(config.mClipRegion);
|
2009-07-21 17:44:55 -07:00
|
|
|
}
|
|
|
|
return NS_OK;
|
2010-10-10 17:58:21 -07:00
|
|
|
}
|
2009-07-21 17:44:55 -07:00
|
|
|
|
2007-09-19 15:15:48 -07:00
|
|
|
// Invokes callback and ProcessEvent methods on Event Listener object
|
2007-03-22 10:30:00 -07:00
|
|
|
NS_IMETHODIMP nsChildView::DispatchEvent(nsGUIEvent* event, nsEventStatus& aStatus)
|
|
|
|
{
|
2008-03-12 15:44:45 -07:00
|
|
|
#ifdef DEBUG
|
2012-09-01 19:35:17 -07:00
|
|
|
debug_DumpEvent(stdout, event->widget, event, nsAutoCString("something"), 0);
|
2008-03-12 15:44:45 -07:00
|
|
|
#endif
|
|
|
|
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ASSERTION(!(mTextInputHandler && mTextInputHandler->IsIMEComposing() &&
|
|
|
|
NS_IS_KEY_EVENT(event)),
|
2008-12-06 01:23:55 -08:00
|
|
|
"Any key events should not be fired during IME composing");
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
aStatus = nsEventStatus_eIgnore;
|
|
|
|
|
2012-08-15 11:53:09 -07:00
|
|
|
nsIWidgetListener* listener = mWidgetListener;
|
|
|
|
|
|
|
|
// If the listener is NULL, check if the parent is a popup. If it is, then
|
|
|
|
// this child is the popup content view attached to a popup. Get the
|
|
|
|
// listener from the parent popup instead.
|
2009-07-01 11:41:34 -07:00
|
|
|
nsCOMPtr<nsIWidget> kungFuDeathGrip = do_QueryInterface(mParentWidget ? mParentWidget : this);
|
2012-08-15 11:53:09 -07:00
|
|
|
if (!listener && mParentWidget) {
|
2007-03-22 10:30:00 -07:00
|
|
|
nsWindowType type;
|
|
|
|
mParentWidget->GetWindowType(type);
|
|
|
|
if (type == eWindowType_popup) {
|
2012-08-15 11:53:09 -07:00
|
|
|
// Check just in case event->widget isn't this widget
|
2007-08-02 11:43:31 -07:00
|
|
|
if (event->widget)
|
2012-08-15 11:52:42 -07:00
|
|
|
listener = event->widget->GetWidgetListener();
|
2012-08-15 11:53:09 -07:00
|
|
|
if (!listener) {
|
2007-08-02 11:43:31 -07:00
|
|
|
event->widget = mParentWidget;
|
2012-08-15 11:53:09 -07:00
|
|
|
listener = mParentWidget->GetWidgetListener();
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
}
|
2007-09-20 01:56:42 -07:00
|
|
|
|
2012-08-15 11:53:09 -07:00
|
|
|
if (listener)
|
|
|
|
aStatus = listener->HandleEvent(event, mUseAttachedEvents);
|
2007-09-20 01:56:42 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool nsChildView::DispatchWindowEvent(nsGUIEvent &event)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
nsEventStatus status;
|
|
|
|
DispatchEvent(&event, status);
|
|
|
|
return ConvertStatus(status);
|
|
|
|
}
|
|
|
|
|
2013-02-25 13:18:48 -08:00
|
|
|
nsIWidget*
|
|
|
|
nsChildView::GetWidgetForListenerEvents()
|
2012-08-15 11:52:42 -07:00
|
|
|
{
|
|
|
|
// If there is no listener, use the parent popup's listener if that exists.
|
2013-01-28 11:34:03 -08:00
|
|
|
if (!mWidgetListener && mParentWidget) {
|
2012-08-15 11:52:42 -07:00
|
|
|
nsWindowType type;
|
|
|
|
mParentWidget->GetWindowType(type);
|
|
|
|
if (type == eWindowType_popup) {
|
2013-02-25 13:18:48 -08:00
|
|
|
return mParentWidget;
|
2012-08-15 11:52:42 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-02-25 13:18:48 -08:00
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
void nsChildView::WillPaintWindow()
|
|
|
|
{
|
|
|
|
nsCOMPtr<nsIWidget> widget = GetWidgetForListenerEvents();
|
|
|
|
|
|
|
|
nsIWidgetListener* listener = widget->GetWidgetListener();
|
|
|
|
if (listener) {
|
|
|
|
listener->WillPaintWindow(widget);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bool nsChildView::PaintWindow(nsIntRegion aRegion, bool aIsAlternate)
|
|
|
|
{
|
|
|
|
nsCOMPtr<nsIWidget> widget = GetWidgetForListenerEvents();
|
|
|
|
|
2013-01-28 11:34:03 -08:00
|
|
|
nsIWidgetListener* listener = widget->GetWidgetListener();
|
2012-08-15 11:52:42 -07:00
|
|
|
if (!listener)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
bool returnValue = false;
|
|
|
|
bool oldDispatchPaint = mIsDispatchPaint;
|
|
|
|
mIsDispatchPaint = true;
|
2013-01-28 11:34:06 -08:00
|
|
|
uint32_t flags = 0;
|
2012-10-14 21:53:37 -07:00
|
|
|
if (aIsAlternate) {
|
|
|
|
flags |= nsIWidgetListener::PAINT_IS_ALTERNATE;
|
|
|
|
}
|
|
|
|
returnValue = listener->PaintWindow(widget, aRegion, flags);
|
2013-01-28 11:34:03 -08:00
|
|
|
|
|
|
|
listener = widget->GetWidgetListener();
|
|
|
|
if (listener) {
|
|
|
|
listener->DidPaintWindow();
|
|
|
|
}
|
|
|
|
|
2012-08-15 11:52:42 -07:00
|
|
|
mIsDispatchPaint = oldDispatchPaint;
|
|
|
|
return returnValue;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#pragma mark -
|
|
|
|
|
2012-08-15 11:52:42 -07:00
|
|
|
void nsChildView::ReportMoveEvent()
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2012-08-15 11:52:42 -07:00
|
|
|
if (mWidgetListener)
|
|
|
|
mWidgetListener->WindowMoved(this, mBounds.x, mBounds.y);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2012-08-15 11:52:42 -07:00
|
|
|
void nsChildView::ReportSizeEvent()
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2012-08-15 11:52:42 -07:00
|
|
|
if (mWidgetListener)
|
|
|
|
mWidgetListener->WindowResized(this, mBounds.width, mBounds.height);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
2009-02-18 16:11:49 -08:00
|
|
|
// Return the offset between this child view and the screen.
|
2012-09-29 04:36:09 -07:00
|
|
|
// @return -- widget origin in device-pixel coords
|
2009-02-18 16:11:49 -08:00
|
|
|
nsIntPoint nsChildView::WidgetToScreenOffset()
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2009-02-18 16:11:49 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2012-09-29 04:36:09 -07:00
|
|
|
NSPoint origin = NSMakePoint(0, 0);
|
|
|
|
|
|
|
|
// 1. First translate view origin point into window coords.
|
|
|
|
// The returned point is in bottom-left coordinates.
|
|
|
|
origin = [mView convertPoint:origin toView:nil];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// 2. We turn the window-coord rect's origin into screen (still bottom-left) coords.
|
2012-09-29 04:36:09 -07:00
|
|
|
origin = [[mView window] convertBaseToScreen:origin];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// 3. Since we're dealing in bottom-left coords, we need to make it top-left coords
|
|
|
|
// before we pass it back to Gecko.
|
2012-09-29 04:36:09 -07:00
|
|
|
FlipCocoaScreenCoordinate(origin);
|
|
|
|
|
|
|
|
// convert to device pixels
|
|
|
|
return CocoaPointsToDevPixels(origin);
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2009-02-18 16:11:49 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(nsIntPoint(0,0));
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2012-10-26 06:15:22 -07:00
|
|
|
NS_IMETHODIMP nsChildView::CaptureRollupEvents(nsIRollupListener * aListener,
|
|
|
|
bool aDoCapture)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
// this never gets called, only top-level windows can be rollup widgets
|
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP nsChildView::SetTitle(const nsAString& title)
|
|
|
|
{
|
2007-07-18 17:56:33 -07:00
|
|
|
// child views don't have titles
|
2007-03-22 10:30:00 -07:00
|
|
|
return NS_OK;
|
|
|
|
}
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
NS_IMETHODIMP nsChildView::GetAttention(int32_t aCycleCount)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
[NSApp requestUserAttention:NSInformationalRequest];
|
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-04-21 16:53:52 -07:00
|
|
|
/* static */
|
2011-09-28 23:19:26 -07:00
|
|
|
bool nsChildView::DoHasPendingInputEvent()
|
2009-04-21 16:53:52 -07:00
|
|
|
{
|
|
|
|
return sLastInputEventCount != GetCurrentInputEventCount();
|
|
|
|
}
|
|
|
|
|
|
|
|
/* static */
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t nsChildView::GetCurrentInputEventCount()
|
2009-04-21 16:53:52 -07:00
|
|
|
{
|
|
|
|
// Can't use kCGAnyInputEventType because that updates too rarely for us (and
|
|
|
|
// always in increments of 30+!) and because apparently it's sort of broken
|
|
|
|
// on Tiger. So just go ahead and query the counters we care about.
|
|
|
|
static const CGEventType eventTypes[] = {
|
|
|
|
kCGEventLeftMouseDown,
|
|
|
|
kCGEventLeftMouseUp,
|
|
|
|
kCGEventRightMouseDown,
|
|
|
|
kCGEventRightMouseUp,
|
|
|
|
kCGEventMouseMoved,
|
|
|
|
kCGEventLeftMouseDragged,
|
|
|
|
kCGEventRightMouseDragged,
|
|
|
|
kCGEventKeyDown,
|
|
|
|
kCGEventKeyUp,
|
|
|
|
kCGEventScrollWheel,
|
|
|
|
kCGEventTabletPointer,
|
|
|
|
kCGEventOtherMouseDown,
|
|
|
|
kCGEventOtherMouseUp,
|
|
|
|
kCGEventOtherMouseDragged
|
|
|
|
};
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t eventCount = 0;
|
|
|
|
for (uint32_t i = 0; i < ArrayLength(eventTypes); ++i) {
|
2009-04-21 16:53:52 -07:00
|
|
|
eventCount +=
|
|
|
|
CGEventSourceCounterForEventType(kCGEventSourceStateCombinedSessionState,
|
|
|
|
eventTypes[i]);
|
|
|
|
}
|
|
|
|
return eventCount;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* static */
|
|
|
|
void nsChildView::UpdateCurrentInputEventCount()
|
|
|
|
{
|
|
|
|
sLastInputEventCount = GetCurrentInputEventCount();
|
|
|
|
}
|
|
|
|
|
2011-09-28 23:19:26 -07:00
|
|
|
bool nsChildView::HasPendingInputEvent()
|
2009-04-21 16:53:52 -07:00
|
|
|
{
|
|
|
|
return DoHasPendingInputEvent();
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
2013-03-05 22:14:34 -08:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsChildView::NotifyIME(NotificationToIME aNotification)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2013-03-05 22:14:34 -08:00
|
|
|
switch (aNotification) {
|
|
|
|
case REQUEST_TO_COMMIT_COMPOSITION:
|
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, NS_ERROR_NOT_AVAILABLE);
|
|
|
|
mTextInputHandler->CommitIMEComposition();
|
|
|
|
return NS_OK;
|
|
|
|
case REQUEST_TO_CANCEL_COMPOSITION:
|
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, NS_ERROR_NOT_AVAILABLE);
|
|
|
|
mTextInputHandler->CancelIMEComposition();
|
|
|
|
return NS_OK;
|
|
|
|
case NOTIFY_IME_OF_FOCUS:
|
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, NS_ERROR_NOT_AVAILABLE);
|
|
|
|
mTextInputHandler->OnFocusChangeInGecko(true);
|
|
|
|
return NS_OK;
|
|
|
|
case NOTIFY_IME_OF_BLUR:
|
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, NS_ERROR_NOT_AVAILABLE);
|
|
|
|
mTextInputHandler->OnFocusChangeInGecko(false);
|
|
|
|
return NS_OK;
|
|
|
|
default:
|
|
|
|
return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-11-27 03:51:52 -08:00
|
|
|
NS_IMETHODIMP_(void)
|
|
|
|
nsChildView::SetInputContext(const InputContext& aContext,
|
|
|
|
const InputContextAction& aAction)
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2011-11-27 03:51:52 -08:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, );
|
2011-11-27 03:51:52 -08:00
|
|
|
mInputContext = aContext;
|
2011-11-27 03:51:53 -08:00
|
|
|
switch (aContext.mIMEState.mEnabled) {
|
|
|
|
case IMEState::ENABLED:
|
|
|
|
case IMEState::PLUGIN:
|
2011-09-30 17:20:33 -07:00
|
|
|
mTextInputHandler->SetASCIICapableOnly(false);
|
|
|
|
mTextInputHandler->EnableIME(true);
|
2011-11-27 03:51:53 -08:00
|
|
|
if (mInputContext.mIMEState.mOpen != IMEState::DONT_CHANGE_OPEN_STATE) {
|
|
|
|
mTextInputHandler->SetIMEOpenState(
|
|
|
|
mInputContext.mIMEState.mOpen == IMEState::OPEN);
|
|
|
|
}
|
2007-04-15 06:43:55 -07:00
|
|
|
break;
|
2011-11-27 03:51:53 -08:00
|
|
|
case IMEState::DISABLED:
|
2011-09-30 17:20:33 -07:00
|
|
|
mTextInputHandler->SetASCIICapableOnly(false);
|
|
|
|
mTextInputHandler->EnableIME(false);
|
2007-04-15 06:43:55 -07:00
|
|
|
break;
|
2011-11-27 03:51:53 -08:00
|
|
|
case IMEState::PASSWORD:
|
2011-09-30 17:20:33 -07:00
|
|
|
mTextInputHandler->SetASCIICapableOnly(true);
|
|
|
|
mTextInputHandler->EnableIME(false);
|
2007-04-15 06:43:55 -07:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
NS_ERROR("not implemented!");
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-11-27 03:51:52 -08:00
|
|
|
NS_IMETHODIMP_(InputContext)
|
|
|
|
nsChildView::GetInputContext()
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2011-11-27 03:51:53 -08:00
|
|
|
switch (mInputContext.mIMEState.mEnabled) {
|
|
|
|
case IMEState::ENABLED:
|
|
|
|
case IMEState::PLUGIN:
|
|
|
|
if (mTextInputHandler) {
|
|
|
|
mInputContext.mIMEState.mOpen =
|
|
|
|
mTextInputHandler->IsIMEOpened() ? IMEState::OPEN : IMEState::CLOSED;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
// If mTextInputHandler is null, set CLOSED instead...
|
|
|
|
default:
|
|
|
|
mInputContext.mIMEState.mOpen = IMEState::CLOSED;
|
|
|
|
break;
|
|
|
|
}
|
2012-10-26 16:35:21 -07:00
|
|
|
mInputContext.mNativeIMEContext = [mView inputContext];
|
|
|
|
// If input context isn't available on this widget, we should set |this|
|
|
|
|
// instead of nullptr since nullptr means that the platform has only one
|
|
|
|
// context per process.
|
|
|
|
if (!mInputContext.mNativeIMEContext) {
|
|
|
|
mInputContext.mNativeIMEContext = this;
|
|
|
|
}
|
2011-11-27 03:51:52 -08:00
|
|
|
return mInputContext;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
NS_IMETHODIMP nsChildView::GetToggledKeyState(uint32_t aKeyCode,
|
2011-09-28 23:19:26 -07:00
|
|
|
bool* aLEDState)
|
2007-06-16 12:19:46 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2007-06-16 12:19:46 -07:00
|
|
|
NS_ENSURE_ARG_POINTER(aLEDState);
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t key;
|
2007-06-16 12:19:46 -07:00
|
|
|
switch (aKeyCode) {
|
|
|
|
case NS_VK_CAPS_LOCK:
|
|
|
|
key = alphaLock;
|
|
|
|
break;
|
|
|
|
case NS_VK_NUM_LOCK:
|
|
|
|
key = kEventKeyModifierNumLockMask;
|
|
|
|
break;
|
|
|
|
// Mac doesn't support SCROLL_LOCK state.
|
|
|
|
default:
|
|
|
|
return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
}
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t modifierFlags = ::GetCurrentKeyModifiers();
|
2007-06-16 12:19:46 -07:00
|
|
|
*aLEDState = (modifierFlags & key) != 0;
|
|
|
|
return NS_OK;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-06-16 12:19:46 -07:00
|
|
|
}
|
|
|
|
|
2009-09-30 19:52:50 -07:00
|
|
|
NSView<mozView>* nsChildView::GetEditorView()
|
|
|
|
{
|
|
|
|
NSView<mozView>* editorView = mView;
|
|
|
|
// We need to get editor's view. E.g., when the focus is in the bookmark
|
|
|
|
// dialog, the view is <panel> element of the dialog. At this time, the key
|
|
|
|
// events are processed the parent window's view that has native focus.
|
2011-09-30 17:20:33 -07:00
|
|
|
nsQueryContentEvent textContent(true, NS_QUERY_TEXT_CONTENT, this);
|
2009-09-30 19:52:50 -07:00
|
|
|
textContent.InitForQueryTextContent(0, 0);
|
|
|
|
DispatchWindowEvent(textContent);
|
|
|
|
if (textContent.mSucceeded && textContent.mReply.mFocusedWidget) {
|
|
|
|
NSView<mozView>* view = static_cast<NSView<mozView>*>(
|
|
|
|
textContent.mReply.mFocusedWidget->GetNativeData(NS_NATIVE_WIDGET));
|
|
|
|
if (view)
|
|
|
|
editorView = view;
|
|
|
|
}
|
|
|
|
return editorView;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#pragma mark -
|
|
|
|
|
2012-01-19 06:45:37 -08:00
|
|
|
void
|
|
|
|
nsChildView::CreateCompositor()
|
|
|
|
{
|
|
|
|
nsBaseWidget::CreateCompositor();
|
|
|
|
if (mCompositorChild) {
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 02:20:52 -07:00
|
|
|
LayerManagerComposite *manager =
|
|
|
|
compositor::GetLayerManager(mCompositorParent);
|
|
|
|
Compositor *compositor = manager->GetCompositor();
|
2012-01-19 06:45:37 -08:00
|
|
|
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 02:20:52 -07:00
|
|
|
LayersBackend backend = compositor->GetBackend();
|
2013-04-30 17:42:05 -07:00
|
|
|
if (backend == LAYERS_OPENGL) {
|
|
|
|
CompositorOGL *compositorOGL = static_cast<CompositorOGL*>(compositor);
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 02:20:52 -07:00
|
|
|
|
2013-04-30 17:42:05 -07:00
|
|
|
NSOpenGLContext *glContext = (NSOpenGLContext *)compositorOGL->gl()->GetNativeData(GLContext::NativeGLContext);
|
2012-01-19 06:45:37 -08:00
|
|
|
|
2013-04-30 17:42:05 -07:00
|
|
|
[(ChildView *)mView setGLContext:glContext];
|
|
|
|
}
|
2012-01-19 06:45:37 -08:00
|
|
|
[(ChildView *)mView setUsingOMTCompositor:true];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
gfxASurface*
|
|
|
|
nsChildView::GetThebesSurface()
|
|
|
|
{
|
|
|
|
if (!mTempThebesSurface) {
|
|
|
|
mTempThebesSurface = new gfxQuartzSurface(gfxSize(1, 1), gfxASurface::ImageFormatARGB32);
|
|
|
|
}
|
|
|
|
|
2007-05-16 23:52:35 -07:00
|
|
|
return mTempThebesSurface;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2013-04-21 19:40:51 -07:00
|
|
|
void
|
|
|
|
nsChildView::PrepareWindowEffects()
|
|
|
|
{
|
|
|
|
MutexAutoLock lock(mEffectsLock);
|
|
|
|
mShowsResizeIndicator = ShowsResizeIndicator(&mResizeIndicatorRect);
|
|
|
|
mHasRoundedBottomCorners = [mView isKindOfClass:[ChildView class]] &&
|
|
|
|
[(ChildView*)mView hasRoundedBottomCorners];
|
|
|
|
CGFloat cornerRadius = [(ChildView*)mView bottomCornerRadius];
|
|
|
|
mDevPixelCornerRadius = cornerRadius * BackingScaleFactor();
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
nsChildView::CleanupWindowEffects()
|
|
|
|
{
|
|
|
|
mResizerImage = nullptr;
|
|
|
|
mCornerMaskImage = nullptr;
|
|
|
|
}
|
|
|
|
|
2013-03-27 08:49:02 -07:00
|
|
|
void
|
|
|
|
nsChildView::DrawWindowOverlay(LayerManager* aManager, nsIntRect aRect)
|
|
|
|
{
|
2013-04-30 17:42:05 -07:00
|
|
|
nsAutoPtr<GLManager> manager(GLManager::CreateGLManager(aManager));
|
|
|
|
if (!manager) {
|
2013-03-27 08:49:02 -07:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
MaybeDrawResizeIndicator(manager, aRect);
|
|
|
|
MaybeDrawRoundedBottomCorners(manager, aRect);
|
|
|
|
}
|
|
|
|
|
2011-02-19 14:23:02 -08:00
|
|
|
static void
|
|
|
|
DrawResizer(CGContextRef aCtx)
|
2011-01-07 12:32:42 -08:00
|
|
|
{
|
2011-02-19 14:23:02 -08:00
|
|
|
CGContextSetShouldAntialias(aCtx, false);
|
2011-02-19 14:22:12 -08:00
|
|
|
CGPoint points[6];
|
|
|
|
points[0] = CGPointMake(13.0f, 4.0f);
|
|
|
|
points[1] = CGPointMake(3.0f, 14.0f);
|
|
|
|
points[2] = CGPointMake(13.0f, 8.0f);
|
|
|
|
points[3] = CGPointMake(7.0f, 14.0f);
|
|
|
|
points[4] = CGPointMake(13.0f, 12.0f);
|
|
|
|
points[5] = CGPointMake(11.0f, 14.0f);
|
2011-02-19 14:23:02 -08:00
|
|
|
CGContextSetRGBStrokeColor(aCtx, 0.00f, 0.00f, 0.00f, 0.15f);
|
|
|
|
CGContextStrokeLineSegments(aCtx, points, 6);
|
2011-02-19 14:22:12 -08:00
|
|
|
|
|
|
|
points[0] = CGPointMake(13.0f, 5.0f);
|
|
|
|
points[1] = CGPointMake(4.0f, 14.0f);
|
|
|
|
points[2] = CGPointMake(13.0f, 9.0f);
|
|
|
|
points[3] = CGPointMake(8.0f, 14.0f);
|
|
|
|
points[4] = CGPointMake(13.0f, 13.0f);
|
|
|
|
points[5] = CGPointMake(12.0f, 14.0f);
|
2011-02-19 14:23:02 -08:00
|
|
|
CGContextSetRGBStrokeColor(aCtx, 0.13f, 0.13f, 0.13f, 0.54f);
|
|
|
|
CGContextStrokeLineSegments(aCtx, points, 6);
|
2011-02-19 14:22:12 -08:00
|
|
|
|
|
|
|
points[0] = CGPointMake(13.0f, 6.0f);
|
|
|
|
points[1] = CGPointMake(5.0f, 14.0f);
|
|
|
|
points[2] = CGPointMake(13.0f, 10.0f);
|
|
|
|
points[3] = CGPointMake(9.0f, 14.0f);
|
|
|
|
points[5] = CGPointMake(13.0f, 13.9f);
|
|
|
|
points[4] = CGPointMake(13.0f, 14.0f);
|
2011-02-19 14:23:02 -08:00
|
|
|
CGContextSetRGBStrokeColor(aCtx, 0.84f, 0.84f, 0.84f, 0.55f);
|
|
|
|
CGContextStrokeLineSegments(aCtx, points, 6);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2013-04-16 14:35:57 -07:00
|
|
|
nsChildView::MaybeDrawResizeIndicator(GLManager* aManager, nsIntRect aRect)
|
2011-02-19 14:23:02 -08:00
|
|
|
{
|
2013-04-21 19:40:51 -07:00
|
|
|
if (!mShowsResizeIndicator || mFailedResizerImage) {
|
2011-02-19 14:23:02 -08:00
|
|
|
return;
|
|
|
|
}
|
2011-02-19 14:22:12 -08:00
|
|
|
|
2011-02-19 14:23:02 -08:00
|
|
|
if (!mResizerImage) {
|
2013-04-21 19:40:51 -07:00
|
|
|
MutexAutoLock lock(mEffectsLock);
|
2013-03-27 08:49:02 -07:00
|
|
|
mResizerImage =
|
2013-04-21 19:40:51 -07:00
|
|
|
aManager->gl()->CreateTextureImage(nsIntSize(mResizeIndicatorRect.width,
|
|
|
|
mResizeIndicatorRect.height),
|
2013-04-16 14:35:57 -07:00
|
|
|
gfxASurface::CONTENT_COLOR_ALPHA,
|
|
|
|
LOCAL_GL_CLAMP_TO_EDGE,
|
|
|
|
TextureImage::UseNearestFilter);
|
2011-02-19 14:23:02 -08:00
|
|
|
|
|
|
|
// Creation of texture images can fail.
|
|
|
|
if (!mResizerImage)
|
|
|
|
return;
|
|
|
|
|
2013-04-21 19:40:51 -07:00
|
|
|
nsIntRegion update(nsIntRect(0, 0, mResizeIndicatorRect.width, mResizeIndicatorRect.height));
|
2011-02-19 14:23:02 -08:00
|
|
|
gfxASurface *asurf = mResizerImage->BeginUpdate(update);
|
|
|
|
if (!asurf) {
|
2012-07-30 07:20:58 -07:00
|
|
|
mResizerImage = nullptr;
|
2011-02-19 14:23:02 -08:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-03-27 08:49:02 -07:00
|
|
|
// is the CairoSurface of a non QuartzSurface usable in the gfxQuartzSurface constructor ?
|
|
|
|
// answer seems to be NO (see comments on bug 675410
|
|
|
|
// this should not work for instance: new gfxQuartzSurface(asurf->CairoSurface(), false))
|
|
|
|
if (asurf->GetType() != gfxASurface::SurfaceTypeQuartz) {
|
|
|
|
NS_WARN_IF_FALSE(FALSE, "mResizerImage's surface is not Quartz");
|
|
|
|
mResizerImage = nullptr;
|
|
|
|
mFailedResizerImage = true;
|
|
|
|
return;
|
|
|
|
}
|
2011-02-19 14:23:02 -08:00
|
|
|
nsRefPtr<gfxQuartzSurface> image = static_cast<gfxQuartzSurface*>(asurf);
|
2013-03-27 08:49:02 -07:00
|
|
|
|
2011-02-19 14:23:02 -08:00
|
|
|
DrawResizer(image->GetCGContext());
|
|
|
|
|
|
|
|
mResizerImage->EndUpdate();
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_ABORT_IF_FALSE(mResizerImage, "Must have a texture allocated by now!");
|
|
|
|
|
|
|
|
float bottomX = aRect.x + aRect.width;
|
|
|
|
float bottomY = aRect.y + aRect.height;
|
|
|
|
|
2011-07-06 11:00:47 -07:00
|
|
|
TextureImage::ScopedBindTexture texBind(mResizerImage, LOCAL_GL_TEXTURE0);
|
2011-02-19 14:22:12 -08:00
|
|
|
|
2012-03-18 13:07:25 -07:00
|
|
|
ShaderProgramOGL *program =
|
2013-04-16 14:35:57 -07:00
|
|
|
aManager->GetProgram(mResizerImage->GetShaderProgramType());
|
2011-02-19 14:22:12 -08:00
|
|
|
program->Activate();
|
2013-03-27 08:49:02 -07:00
|
|
|
program->SetLayerQuadRect(nsIntRect(bottomX - resizeIndicatorWidth,
|
|
|
|
bottomY - resizeIndicatorHeight,
|
|
|
|
resizeIndicatorWidth,
|
|
|
|
resizeIndicatorHeight));
|
2011-02-19 14:22:12 -08:00
|
|
|
program->SetLayerTransform(gfx3DMatrix());
|
|
|
|
program->SetLayerOpacity(1.0);
|
|
|
|
program->SetRenderOffset(nsIntPoint(0,0));
|
|
|
|
program->SetTextureUnit(0);
|
|
|
|
|
2013-03-27 08:49:02 -07:00
|
|
|
aManager->BindAndDrawQuad(program);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
DrawTopLeftCornerMask(CGContextRef aCtx, int aRadius)
|
|
|
|
{
|
|
|
|
CGContextSetRGBFillColor(aCtx, 1.0, 1.0, 1.0, 1.0);
|
|
|
|
CGContextFillEllipseInRect(aCtx, CGRectMake(0, 0, aRadius * 2, aRadius * 2));
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2013-04-16 14:35:57 -07:00
|
|
|
nsChildView::MaybeDrawRoundedBottomCorners(GLManager* aManager, nsIntRect aRect)
|
2013-03-27 08:49:02 -07:00
|
|
|
{
|
2013-04-21 19:40:51 -07:00
|
|
|
if (!mHasRoundedBottomCorners ||
|
2013-03-27 08:49:02 -07:00
|
|
|
mFailedCornerMaskImage)
|
|
|
|
return;
|
|
|
|
|
2013-04-21 19:40:51 -07:00
|
|
|
MutexAutoLock lock(mEffectsLock);
|
2013-03-27 08:49:02 -07:00
|
|
|
|
|
|
|
if (!mCornerMaskImage) {
|
|
|
|
mCornerMaskImage =
|
2013-04-21 19:40:51 -07:00
|
|
|
aManager->gl()->CreateTextureImage(nsIntSize(mDevPixelCornerRadius,
|
|
|
|
mDevPixelCornerRadius),
|
2013-03-27 08:49:02 -07:00
|
|
|
gfxASurface::CONTENT_COLOR_ALPHA,
|
|
|
|
LOCAL_GL_CLAMP_TO_EDGE,
|
|
|
|
TextureImage::UseNearestFilter);
|
|
|
|
|
|
|
|
// Creation of texture images can fail.
|
|
|
|
if (!mCornerMaskImage)
|
|
|
|
return;
|
|
|
|
|
2013-04-21 19:40:51 -07:00
|
|
|
nsIntRegion update(nsIntRect(0, 0, mDevPixelCornerRadius, mDevPixelCornerRadius));
|
2013-03-27 08:49:02 -07:00
|
|
|
gfxASurface *asurf = mCornerMaskImage->BeginUpdate(update);
|
|
|
|
if (!asurf) {
|
|
|
|
mCornerMaskImage = nullptr;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// is the CairoSurface of a non QuartzSurface usable in the gfxQuartzSurface constructor ?
|
|
|
|
// answer seems to be NO (see comments on bug 675410
|
|
|
|
// this should not work for instance: new gfxQuartzSurface(asurf->CairoSurface(), false))
|
|
|
|
if (asurf->GetType() != gfxASurface::SurfaceTypeQuartz) {
|
|
|
|
NS_WARN_IF_FALSE(FALSE, "mCornerMaskImage's surface is not Quartz");
|
|
|
|
mCornerMaskImage = nullptr;
|
|
|
|
mFailedCornerMaskImage = true;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
nsRefPtr<gfxQuartzSurface> image = static_cast<gfxQuartzSurface*>(asurf);
|
|
|
|
|
2013-04-21 19:40:51 -07:00
|
|
|
DrawTopLeftCornerMask(image->GetCGContext(), mDevPixelCornerRadius);
|
2013-03-27 08:49:02 -07:00
|
|
|
|
|
|
|
mCornerMaskImage->EndUpdate();
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_ABORT_IF_FALSE(mCornerMaskImage, "Must have a texture allocated by now!");
|
|
|
|
|
|
|
|
TextureImage::ScopedBindTexture texBind(mCornerMaskImage, LOCAL_GL_TEXTURE0);
|
|
|
|
|
2013-04-16 14:35:57 -07:00
|
|
|
ShaderProgramOGL *program = aManager->GetProgram(mCornerMaskImage->GetShaderProgramType());
|
2013-03-27 08:49:02 -07:00
|
|
|
program->Activate();
|
|
|
|
program->SetLayerQuadRect(nsIntRect(0, 0, // aRect.x, aRect.y,
|
2013-04-21 19:40:51 -07:00
|
|
|
mDevPixelCornerRadius,
|
|
|
|
mDevPixelCornerRadius));
|
2013-03-27 08:49:02 -07:00
|
|
|
program->SetLayerOpacity(1.0);
|
|
|
|
program->SetRenderOffset(nsIntPoint(0,0));
|
|
|
|
program->SetTextureUnit(0);
|
|
|
|
|
|
|
|
// Use operator destination in: multiply all 4 channels with source alpha.
|
|
|
|
aManager->gl()->fBlendFuncSeparate(LOCAL_GL_ZERO, LOCAL_GL_SRC_ALPHA,
|
|
|
|
LOCAL_GL_ZERO, LOCAL_GL_SRC_ALPHA);
|
|
|
|
|
|
|
|
// Draw; first bottom left, then bottom right.
|
|
|
|
program->SetLayerTransform(gfx3DMatrix::ScalingMatrix(1, -1, 1) *
|
|
|
|
gfx3DMatrix::Translation(0, aRect.height, 0));
|
|
|
|
aManager->BindAndDrawQuad(program);
|
|
|
|
program->SetLayerTransform(gfx3DMatrix::ScalingMatrix(-1, -1, 1) *
|
|
|
|
gfx3DMatrix::Translation(aRect.width, aRect.height, 0));
|
|
|
|
aManager->BindAndDrawQuad(program);
|
|
|
|
|
|
|
|
// Reset blend mode.
|
|
|
|
aManager->gl()->fBlendFuncSeparate(LOCAL_GL_ONE, LOCAL_GL_ONE_MINUS_SRC_ALPHA,
|
|
|
|
LOCAL_GL_ONE, LOCAL_GL_ONE);
|
2011-01-07 12:32:42 -08:00
|
|
|
}
|
|
|
|
|
2011-01-11 05:03:16 -08:00
|
|
|
void
|
|
|
|
nsChildView::UpdateThemeGeometries(const nsTArray<ThemeGeometry>& aThemeGeometries)
|
|
|
|
{
|
2013-03-01 10:48:18 -08:00
|
|
|
if (![mView window] || ![[mView window] isKindOfClass:[ToolbarWindow class]])
|
2011-01-11 05:03:16 -08:00
|
|
|
return;
|
|
|
|
|
2013-03-01 10:48:18 -08:00
|
|
|
ToolbarWindow* win = (ToolbarWindow*)[mView window];
|
|
|
|
bool drawsContentsIntoWindowFrame = [win drawsContentsIntoWindowFrame];
|
|
|
|
int32_t windowWidth = mBounds.width;
|
|
|
|
int32_t titlebarHeight = CocoaPointsToDevPixels([win titlebarHeight]);
|
|
|
|
int32_t underTitlebarPos = drawsContentsIntoWindowFrame ? titlebarHeight : 0;
|
|
|
|
int32_t unifiedToolbarBottom = 0;
|
2011-01-11 05:03:16 -08:00
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
for (uint32_t i = 0; i < aThemeGeometries.Length(); ++i) {
|
2011-01-11 05:03:16 -08:00
|
|
|
const ThemeGeometry& g = aThemeGeometries[i];
|
|
|
|
if ((g.mWidgetType == NS_THEME_MOZ_MAC_UNIFIED_TOOLBAR ||
|
|
|
|
g.mWidgetType == NS_THEME_TOOLBAR) &&
|
2013-03-01 10:48:18 -08:00
|
|
|
g.mRect.X() <= 0 &&
|
|
|
|
g.mRect.XMost() >= windowWidth &&
|
|
|
|
g.mRect.Y() <= underTitlebarPos) {
|
|
|
|
unifiedToolbarBottom = g.mRect.YMost();
|
2011-01-11 05:03:16 -08:00
|
|
|
}
|
|
|
|
}
|
2013-03-01 10:48:18 -08:00
|
|
|
|
|
|
|
CGFloat unifiedHeight = DevPixelsToCocoaPoints(titlebarHeight + unifiedToolbarBottom - underTitlebarPos);
|
|
|
|
[win setUnifiedToolbarHeight:unifiedHeight];
|
2011-01-11 05:03:16 -08:00
|
|
|
}
|
|
|
|
|
2007-09-27 09:01:32 -07:00
|
|
|
NS_IMETHODIMP
|
|
|
|
nsChildView::BeginSecureKeyboardInput()
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2007-09-27 09:01:32 -07:00
|
|
|
nsresult rv = nsBaseWidget::BeginSecureKeyboardInput();
|
2011-02-09 11:00:58 -08:00
|
|
|
if (NS_SUCCEEDED(rv)) {
|
2007-09-27 09:01:32 -07:00
|
|
|
::EnableSecureEventInput();
|
2011-02-09 11:00:58 -08:00
|
|
|
}
|
2007-09-27 09:01:32 -07:00
|
|
|
return rv;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-09-27 09:01:32 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
NS_IMETHODIMP
|
|
|
|
nsChildView::EndSecureKeyboardInput()
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
|
|
|
|
2007-09-27 09:01:32 -07:00
|
|
|
nsresult rv = nsBaseWidget::EndSecureKeyboardInput();
|
2011-02-09 11:00:58 -08:00
|
|
|
if (NS_SUCCEEDED(rv)) {
|
2007-09-27 09:01:32 -07:00
|
|
|
::DisableSecureEventInput();
|
2011-02-09 11:00:58 -08:00
|
|
|
}
|
2007-09-27 09:01:32 -07:00
|
|
|
return rv;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT;
|
2007-09-27 09:01:32 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#ifdef ACCESSIBILITY
|
2012-11-17 18:01:44 -08:00
|
|
|
already_AddRefed<a11y::Accessible>
|
2010-05-11 23:47:35 -07:00
|
|
|
nsChildView::GetDocumentAccessible()
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2012-06-06 17:26:45 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
2012-07-30 07:20:58 -07:00
|
|
|
return nullptr;
|
2012-06-06 17:26:45 -07:00
|
|
|
|
2012-11-17 18:01:44 -08:00
|
|
|
a11y::Accessible* docAccessible = nullptr;
|
2010-05-11 23:47:35 -07:00
|
|
|
if (mAccessible) {
|
|
|
|
CallQueryReferent(mAccessible.get(), &docAccessible);
|
|
|
|
return docAccessible;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-05-11 23:47:35 -07:00
|
|
|
// need to fetch the accessible anew, because it has gone away.
|
|
|
|
// cache the accessible in our weak ptr
|
2012-11-17 18:01:44 -08:00
|
|
|
a11y::Accessible* acc = GetAccessible();
|
2012-08-15 11:52:37 -07:00
|
|
|
mAccessible = do_GetWeakReference(static_cast<nsIAccessible *>(acc));
|
2010-05-11 23:47:35 -07:00
|
|
|
|
2012-08-15 11:52:37 -07:00
|
|
|
NS_IF_ADDREF(acc);
|
|
|
|
return acc;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
@implementation ChildView
|
|
|
|
|
|
|
|
// globalDragPboard is non-null during native drag sessions that did not originate
|
|
|
|
// in our native NSView (it is set in |draggingEntered:|). It is unset when the
|
|
|
|
// drag session ends for this view, either with the mouse exiting or when a drop
|
|
|
|
// occurs in this view.
|
|
|
|
NSPasteboard* globalDragPboard = nil;
|
|
|
|
|
2009-11-06 02:21:41 -08:00
|
|
|
// gLastDragView and gLastDragMouseDownEvent are used to communicate information
|
|
|
|
// to the drag service during drag invocation (starting a drag in from the view).
|
|
|
|
// gLastDragView is only non-null while mouseDragged is on the call stack.
|
2007-09-23 17:01:04 -07:00
|
|
|
NSView* gLastDragView = nil;
|
2009-11-06 02:21:41 -08:00
|
|
|
NSEvent* gLastDragMouseDownEvent = nil;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-12-15 12:56:29 -08:00
|
|
|
+ (void)initialize
|
|
|
|
{
|
|
|
|
static BOOL initialized = NO;
|
|
|
|
|
|
|
|
if (!initialized) {
|
|
|
|
// Inform the OS about the types of services (from the "Services" menu)
|
|
|
|
// that we can handle.
|
2009-03-17 19:04:01 -07:00
|
|
|
|
|
|
|
NSArray *sendTypes = [[NSArray alloc] initWithObjects:NSStringPboardType,NSHTMLPboardType,nil];
|
2010-01-10 17:45:45 -08:00
|
|
|
NSArray *returnTypes = [[NSArray alloc] initWithObjects:NSStringPboardType,NSHTMLPboardType,nil];
|
|
|
|
|
2008-12-15 12:56:29 -08:00
|
|
|
[NSApp registerServicesMenuSendTypes:sendTypes returnTypes:returnTypes];
|
|
|
|
|
2009-03-17 19:04:01 -07:00
|
|
|
[sendTypes release];
|
|
|
|
[returnTypes release];
|
|
|
|
|
2008-12-15 12:56:29 -08:00
|
|
|
initialized = YES;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-02-05 13:40:34 -08:00
|
|
|
+ (void)registerViewForDraggedTypes:(NSView*)aView
|
|
|
|
{
|
|
|
|
[aView registerForDraggedTypes:[NSArray arrayWithObjects:NSFilenamesPboardType,
|
|
|
|
NSStringPboardType,
|
|
|
|
NSHTMLPboardType,
|
|
|
|
NSURLPboardType,
|
|
|
|
NSFilesPromisePboardType,
|
|
|
|
kWildcardPboardType,
|
|
|
|
kCorePboardType_url,
|
|
|
|
kCorePboardType_urld,
|
|
|
|
kCorePboardType_urln,
|
|
|
|
nil]];
|
|
|
|
}
|
|
|
|
|
2007-10-09 11:46:30 -07:00
|
|
|
// initWithFrame:geckoChild:
|
|
|
|
- (id)initWithFrame:(NSRect)inFrame geckoChild:(nsChildView*)inChild
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if ((self = [super initWithFrame:inFrame])) {
|
|
|
|
mGeckoChild = inChild;
|
|
|
|
mIsPluginView = NO;
|
2009-08-31 18:00:13 -07:00
|
|
|
#ifndef NP_NO_CARBON
|
2012-10-15 05:38:34 -07:00
|
|
|
// We don't support the Carbon event model but it's still the default
|
|
|
|
// model for i386 per NPAPI.
|
2009-08-31 18:00:13 -07:00
|
|
|
mPluginEventModel = NPEventModelCarbon;
|
|
|
|
#else
|
|
|
|
mPluginEventModel = NPEventModelCocoa;
|
2010-09-17 10:55:39 -07:00
|
|
|
#endif
|
|
|
|
#ifndef NP_NO_QUICKDRAW
|
2012-08-30 12:10:55 -07:00
|
|
|
// We don't support the Quickdraw drawing model any more but it's still
|
|
|
|
// the default model for i386 per NPAPI.
|
2010-09-17 10:55:39 -07:00
|
|
|
mPluginDrawingModel = NPDrawingModelQuickDraw;
|
|
|
|
#else
|
|
|
|
mPluginDrawingModel = NPDrawingModelCoreGraphics;
|
2009-08-31 18:00:13 -07:00
|
|
|
#endif
|
2010-06-08 21:11:42 -07:00
|
|
|
mPendingDisplay = NO;
|
2010-07-16 05:48:02 -07:00
|
|
|
mBlockedLastMouseDown = NO;
|
2008-02-28 21:47:41 -08:00
|
|
|
|
2008-04-06 16:52:05 -07:00
|
|
|
mLastMouseDownEvent = nil;
|
2010-07-16 05:48:02 -07:00
|
|
|
mClickThroughMouseDownEvent = nil;
|
2012-07-30 07:20:58 -07:00
|
|
|
mDragService = nullptr;
|
2008-06-30 09:30:22 -07:00
|
|
|
|
2008-10-23 13:15:20 -07:00
|
|
|
mGestureState = eGestureState_None;
|
|
|
|
mCumulativeMagnification = 0.0;
|
|
|
|
mCumulativeRotation = 0.0;
|
2009-09-16 15:06:16 -07:00
|
|
|
|
2011-02-03 13:12:33 -08:00
|
|
|
// We can't call forceRefreshOpenGL here because, in order to work around
|
|
|
|
// the bug, it seems we need to have a draw already happening. Therefore,
|
|
|
|
// we call it in drawRect:inContext:, when we know that a draw is in
|
|
|
|
// progress.
|
|
|
|
mDidForceRefreshOpenGL = NO;
|
|
|
|
|
2009-09-16 15:06:16 -07:00
|
|
|
[self setFocusRingType:NSFocusRingTypeNone];
|
2011-08-11 10:42:23 -07:00
|
|
|
|
|
|
|
#ifdef __LP64__
|
2013-04-09 12:44:01 -07:00
|
|
|
mCancelSwipeAnimation = nil;
|
2013-04-12 20:04:52 -07:00
|
|
|
mCurrentSwipeDir = 0;
|
2011-08-11 10:42:23 -07:00
|
|
|
#endif
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2013-04-09 12:44:01 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// register for things we'll take from other applications
|
2013-02-05 13:40:34 -08:00
|
|
|
[ChildView registerViewForDraggedTypes:self];
|
|
|
|
|
2010-04-20 23:21:46 -07:00
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
|
|
|
selector:@selector(windowBecameMain:)
|
|
|
|
name:NSWindowDidBecomeMainNotification
|
|
|
|
object:nil];
|
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
|
|
|
selector:@selector(windowResignedMain:)
|
|
|
|
name:NSWindowDidResignMainNotification
|
|
|
|
object:nil];
|
2008-09-17 09:26:57 -07:00
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
2008-10-14 06:31:09 -07:00
|
|
|
selector:@selector(systemMetricsChanged)
|
2008-09-17 09:26:57 -07:00
|
|
|
name:NSControlTintDidChangeNotification
|
|
|
|
object:nil];
|
2008-09-22 02:09:32 -07:00
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
2008-10-14 06:31:09 -07:00
|
|
|
selector:@selector(systemMetricsChanged)
|
2008-09-22 02:09:32 -07:00
|
|
|
name:NSSystemColorsDidChangeNotification
|
|
|
|
object:nil];
|
2008-10-14 06:31:09 -07:00
|
|
|
[[NSDistributedNotificationCenter defaultCenter] addObserver:self
|
|
|
|
selector:@selector(systemMetricsChanged)
|
|
|
|
name:@"AppleAquaScrollBarVariantChanged"
|
|
|
|
object:nil
|
|
|
|
suspensionBehavior:NSNotificationSuspensionBehaviorDeliverImmediately];
|
2010-04-27 15:29:29 -07:00
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
|
|
|
selector:@selector(_surfaceNeedsUpdate:)
|
|
|
|
name:NSViewGlobalFrameDidChangeNotification
|
|
|
|
object:self];
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
return self;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-05-08 03:19:23 -07:00
|
|
|
- (void)installTextInputHandler:(TextInputHandler*)aHandler
|
|
|
|
{
|
|
|
|
mTextInputHandler = aHandler;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)uninstallTextInputHandler
|
|
|
|
{
|
2012-07-30 07:20:58 -07:00
|
|
|
mTextInputHandler = nullptr;
|
2011-05-08 03:19:23 -07:00
|
|
|
}
|
|
|
|
|
2011-02-03 13:12:33 -08:00
|
|
|
// Work around bug 603134.
|
|
|
|
// OS X has a bug that causes new OpenGL windows to only paint once or twice,
|
|
|
|
// then stop painting altogether. By clearing the drawable from the GL context,
|
|
|
|
// and then resetting the view to ourselves, we convince OS X to start updating
|
|
|
|
// again.
|
|
|
|
// This can cause a flash in new windows - bug 631339 - but it's very hard to
|
|
|
|
// fix that while maintaining this workaround.
|
|
|
|
- (void)forceRefreshOpenGL
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
[mGLContext clearDrawable];
|
|
|
|
[mGLContext setView:self];
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
2012-01-19 06:45:37 -08:00
|
|
|
- (void)setGLContext:(NSOpenGLContext *)aGLContext
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
mGLContext = aGLContext;
|
|
|
|
[mGLContext retain];
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
- (void)dealloc
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2010-06-18 02:22:01 -07:00
|
|
|
[mGLContext release];
|
2007-03-22 10:30:00 -07:00
|
|
|
[mPendingDirtyRects release];
|
2008-04-06 16:52:05 -07:00
|
|
|
[mLastMouseDownEvent release];
|
2010-07-16 05:48:02 -07:00
|
|
|
[mClickThroughMouseDownEvent release];
|
2009-10-21 00:02:13 -07:00
|
|
|
ChildViewMouseTracker::OnDestroyView(self);
|
2007-09-17 15:55:20 -07:00
|
|
|
|
2008-09-17 09:26:57 -07:00
|
|
|
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
2008-10-14 06:31:09 -07:00
|
|
|
[[NSDistributedNotificationCenter defaultCenter] removeObserver:self];
|
2008-09-17 09:26:57 -07:00
|
|
|
|
2012-08-30 12:10:55 -07:00
|
|
|
[super dealloc];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-04-20 23:21:46 -07:00
|
|
|
- (void)updatePluginTopLevelWindowStatus:(BOOL)hasMain
|
|
|
|
{
|
2010-04-25 13:58:03 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2011-09-30 17:20:33 -07:00
|
|
|
nsPluginEvent pluginEvent(true, NS_PLUGIN_FOCUS_EVENT, mGeckoChild);
|
2010-04-20 23:21:46 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2010-04-20 23:21:46 -07:00
|
|
|
cocoaEvent.type = NPCocoaEventWindowFocusChanged;
|
|
|
|
cocoaEvent.data.focus.hasFocus = hasMain;
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitPluginEvent(pluginEvent, cocoaEvent);
|
2010-04-20 23:21:46 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(pluginEvent);
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)windowBecameMain:(NSNotification*)inNotification
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
if (mIsPluginView && mPluginEventModel == NPEventModelCocoa) {
|
|
|
|
if ((NSWindow*)[inNotification object] == [self window]) {
|
|
|
|
[self updatePluginTopLevelWindowStatus:YES];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)windowResignedMain:(NSNotification*)inNotification
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
if (mIsPluginView && mPluginEventModel == NPEventModelCocoa) {
|
|
|
|
if ((NSWindow*)[inNotification object] == [self window]) {
|
|
|
|
[self updatePluginTopLevelWindowStatus:NO];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
- (void)widgetDestroyed
|
|
|
|
{
|
2011-05-08 03:19:23 -07:00
|
|
|
if (mTextInputHandler) {
|
|
|
|
mTextInputHandler->OnDestroyWidget(mGeckoChild);
|
2012-07-30 07:20:58 -07:00
|
|
|
mTextInputHandler = nullptr;
|
2011-05-08 03:19:23 -07:00
|
|
|
}
|
2012-07-30 07:20:58 -07:00
|
|
|
mGeckoChild = nullptr;
|
2008-10-21 15:15:08 -07:00
|
|
|
|
2007-10-10 05:19:47 -07:00
|
|
|
// Just in case we're destroyed abruptly and missed the draggingExited
|
|
|
|
// or performDragOperation message.
|
|
|
|
NS_IF_RELEASE(mDragService);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// mozView method, return our gecko child view widget. Note this does not AddRef.
|
|
|
|
- (nsIWidget*) widget
|
|
|
|
{
|
2007-07-08 00:08:04 -07:00
|
|
|
return static_cast<nsIWidget*>(mGeckoChild);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-10-14 06:31:09 -07:00
|
|
|
- (void)systemMetricsChanged
|
2008-09-17 09:26:57 -07:00
|
|
|
{
|
2012-08-15 11:52:35 -07:00
|
|
|
if (mGeckoChild)
|
|
|
|
mGeckoChild->NotifyThemeChanged();
|
2008-09-17 09:26:57 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
- (void)setNeedsPendingDisplay
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
mPendingFullDisplay = YES;
|
2010-06-08 21:11:42 -07:00
|
|
|
if (!mPendingDisplay) {
|
|
|
|
[self performSelector:@selector(processPendingRedraws) withObject:nil afterDelay:0];
|
|
|
|
mPendingDisplay = YES;
|
|
|
|
}
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)setNeedsPendingDisplayInRect:(NSRect)invalidRect
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (!mPendingDirtyRects)
|
|
|
|
mPendingDirtyRects = [[NSMutableArray alloc] initWithCapacity:1];
|
|
|
|
[mPendingDirtyRects addObject:[NSValue valueWithRect:invalidRect]];
|
2010-06-08 21:11:42 -07:00
|
|
|
if (!mPendingDisplay) {
|
|
|
|
[self performSelector:@selector(processPendingRedraws) withObject:nil afterDelay:0];
|
|
|
|
mPendingDisplay = YES;
|
|
|
|
}
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// Clears the queue of any pending invalides
|
|
|
|
- (void)processPendingRedraws
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (mPendingFullDisplay) {
|
|
|
|
[self setNeedsDisplay:YES];
|
|
|
|
}
|
2010-06-08 21:11:42 -07:00
|
|
|
else if (mPendingDirtyRects) {
|
2007-03-22 10:30:00 -07:00
|
|
|
unsigned int count = [mPendingDirtyRects count];
|
|
|
|
for (unsigned int i = 0; i < count; ++i) {
|
|
|
|
[self setNeedsDisplayInRect:[[mPendingDirtyRects objectAtIndex:i] rectValue]];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
mPendingFullDisplay = NO;
|
2010-06-08 21:11:42 -07:00
|
|
|
mPendingDisplay = NO;
|
2007-03-22 10:30:00 -07:00
|
|
|
[mPendingDirtyRects release];
|
|
|
|
mPendingDirtyRects = nil;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-10-21 00:05:39 -07:00
|
|
|
- (void)setNeedsDisplayInRect:(NSRect)aRect
|
|
|
|
{
|
2013-03-05 07:21:28 -08:00
|
|
|
if (![[self window] isVisible])
|
|
|
|
return;
|
|
|
|
|
|
|
|
if ([self isUsingOpenGL]) {
|
|
|
|
// Draw the frame outside of setNeedsDisplayInRect to prevent us from
|
|
|
|
// needing to access the normal window buffer surface unnecessarily, so we
|
|
|
|
// waste less time synchronizing the two surfaces. (These synchronizations
|
|
|
|
// show up in a profiler as CGSDeviceLock / _CGSLockWindow /
|
|
|
|
// _CGSSynchronizeWindowBackingStore.) It also means that Cocoa doesn't
|
|
|
|
// have any potentially expensive invalid rect management for us.
|
|
|
|
if (!mWaitingForPaint) {
|
|
|
|
mWaitingForPaint = YES;
|
2013-04-05 01:18:06 -07:00
|
|
|
// Use NSRunLoopCommonModes instead of the default NSDefaultRunLoopMode
|
|
|
|
// so that the timer also fires while a native menu is open.
|
|
|
|
[self performSelector:@selector(drawUsingOpenGLCallback)
|
|
|
|
withObject:nil
|
|
|
|
afterDelay:0
|
|
|
|
inModes:[NSArray arrayWithObject:NSRunLoopCommonModes]];
|
2013-03-05 07:21:28 -08:00
|
|
|
}
|
|
|
|
} else {
|
|
|
|
[super setNeedsDisplayInRect:aRect];
|
|
|
|
}
|
2009-10-21 00:05:39 -07:00
|
|
|
|
|
|
|
if ([[self window] isKindOfClass:[ToolbarWindow class]]) {
|
|
|
|
ToolbarWindow* window = (ToolbarWindow*)[self window];
|
|
|
|
if ([window drawsContentsIntoWindowFrame]) {
|
|
|
|
// Tell it to mark the rect in the titlebar as dirty.
|
|
|
|
NSView* borderView = [[window contentView] superview];
|
|
|
|
[window setTitlebarNeedsDisplayInRect:[self convertRect:aRect toView:borderView]];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
- (NSString*)description
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [NSString stringWithFormat:@"ChildView %p, gecko child %p, frame %@", self, mGeckoChild, NSStringFromRect([self frame])];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// Make the origin of this view the topLeft corner (gecko origin) rather
|
|
|
|
// than the bottomLeft corner (standard cocoa origin).
|
|
|
|
- (BOOL)isFlipped
|
|
|
|
{
|
|
|
|
return YES;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (BOOL)isOpaque
|
|
|
|
{
|
2010-09-17 11:04:14 -07:00
|
|
|
return [[self window] isOpaque] && !mIsPluginView;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
-(void)setIsPluginView:(BOOL)aIsPlugin
|
|
|
|
{
|
|
|
|
mIsPluginView = aIsPlugin;
|
|
|
|
}
|
|
|
|
|
2007-03-26 18:07:57 -07:00
|
|
|
-(BOOL)isPluginView
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
|
|
|
return mIsPluginView;
|
|
|
|
}
|
|
|
|
|
2010-11-15 13:12:50 -08:00
|
|
|
// Are we processing an NSLeftMouseDown event that will fail to click through?
|
|
|
|
// If so, we shouldn't focus or unfocus a plugin.
|
|
|
|
- (BOOL)isInFailingLeftClickThrough
|
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return NO;
|
|
|
|
|
|
|
|
if (!mClickThroughMouseDownEvent ||
|
|
|
|
[mClickThroughMouseDownEvent type] != NSLeftMouseDown)
|
|
|
|
return NO;
|
|
|
|
|
|
|
|
BOOL retval =
|
|
|
|
!ChildViewMouseTracker::WindowAcceptsEvent([self window],
|
|
|
|
mClickThroughMouseDownEvent,
|
2011-09-30 17:20:33 -07:00
|
|
|
self, true);
|
2010-11-15 13:12:50 -08:00
|
|
|
|
|
|
|
// If we return YES here, this will result in us not being focused,
|
|
|
|
// which will stop us receiving mClickThroughMouseDownEvent in
|
|
|
|
// [ChildView mouseDown:]. So we need to release and null-out
|
|
|
|
// mClickThroughMouseDownEvent here.
|
|
|
|
if (retval) {
|
|
|
|
[mClickThroughMouseDownEvent release];
|
|
|
|
mClickThroughMouseDownEvent = nil;
|
|
|
|
}
|
|
|
|
|
|
|
|
return retval;
|
|
|
|
}
|
|
|
|
|
2009-08-31 18:00:13 -07:00
|
|
|
- (void)setPluginEventModel:(NPEventModel)eventModel
|
2009-08-26 17:29:47 -07:00
|
|
|
{
|
2009-08-31 18:00:13 -07:00
|
|
|
mPluginEventModel = eventModel;
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
|
|
|
|
2010-09-17 10:55:39 -07:00
|
|
|
- (void)setPluginDrawingModel:(NPDrawingModel)drawingModel
|
|
|
|
{
|
|
|
|
mPluginDrawingModel = drawingModel;
|
|
|
|
}
|
|
|
|
|
2011-01-20 17:08:11 -08:00
|
|
|
- (NPEventModel)pluginEventModel
|
2009-08-26 17:29:47 -07:00
|
|
|
{
|
2009-08-31 18:00:13 -07:00
|
|
|
return mPluginEventModel;
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
|
|
|
|
2011-01-20 17:08:11 -08:00
|
|
|
- (NPDrawingModel)pluginDrawingModel
|
2010-09-17 10:55:39 -07:00
|
|
|
{
|
|
|
|
return mPluginDrawingModel;
|
|
|
|
}
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
- (void)sendFocusEvent:(uint32_t)eventType
|
2007-08-02 16:01:32 -07:00
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
|
|
|
nsEventStatus status = nsEventStatus_eIgnore;
|
2011-09-30 17:20:33 -07:00
|
|
|
nsGUIEvent focusGuiEvent(true, eventType, mGeckoChild);
|
2007-08-02 16:01:32 -07:00
|
|
|
focusGuiEvent.time = PR_IntervalNow();
|
|
|
|
mGeckoChild->DispatchEvent(&focusGuiEvent, status);
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// We accept key and mouse events, so don't keep passing them up the chain. Allow
|
2010-04-25 13:58:03 -07:00
|
|
|
// this to be a 'focused' widget for event dispatch.
|
2007-03-22 10:30:00 -07:00
|
|
|
- (BOOL)acceptsFirstResponder
|
|
|
|
{
|
|
|
|
return YES;
|
|
|
|
}
|
|
|
|
|
2010-07-16 05:48:02 -07:00
|
|
|
// Accept mouse down events on background windows
|
|
|
|
- (BOOL)acceptsFirstMouse:(NSEvent*)aEvent
|
|
|
|
{
|
|
|
|
if (![[self window] isKindOfClass:[PopupWindow class]]) {
|
|
|
|
// We rely on this function to tell us that the mousedown was on a
|
|
|
|
// background window. Inside mouseDown we can't tell whether we were
|
|
|
|
// inactive because at that point we've already been made active.
|
|
|
|
// Unfortunately, acceptsFirstMouse is called for PopupWindows even when
|
|
|
|
// their parent window is active, so ignore this on them for now.
|
|
|
|
mClickThroughMouseDownEvent = [aEvent retain];
|
|
|
|
}
|
|
|
|
return YES;
|
|
|
|
}
|
|
|
|
|
2008-11-14 02:24:16 -08:00
|
|
|
- (void)viewWillMoveToWindow:(NSWindow *)newWindow
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
if (!newWindow)
|
|
|
|
HideChildPluginViews(self);
|
|
|
|
|
|
|
|
[super viewWillMoveToWindow:newWindow];
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
2009-09-15 14:56:44 -07:00
|
|
|
- (void)viewDidMoveToWindow
|
|
|
|
{
|
2010-01-23 22:00:39 -08:00
|
|
|
if (mPluginEventModel == NPEventModelCocoa &&
|
|
|
|
[self window] && [self isPluginView] && mGeckoChild) {
|
2009-09-15 14:56:44 -07:00
|
|
|
mGeckoChild->UpdatePluginPort();
|
|
|
|
}
|
|
|
|
|
|
|
|
[super viewDidMoveToWindow];
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
- (void)scrollRect:(NSRect)aRect by:(NSSize)offset
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// Update any pending dirty rects to reflect the new scroll position
|
|
|
|
if (mPendingDirtyRects) {
|
|
|
|
unsigned int count = [mPendingDirtyRects count];
|
|
|
|
for (unsigned int i = 0; i < count; ++i) {
|
|
|
|
NSRect oldRect = [[mPendingDirtyRects objectAtIndex:i] rectValue];
|
|
|
|
NSRect newRect = NSOffsetRect(oldRect, offset.width, offset.height);
|
|
|
|
[mPendingDirtyRects replaceObjectAtIndex:i
|
|
|
|
withObject:[NSValue valueWithRect:newRect]];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[super scrollRect:aRect by:offset];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (BOOL)mouseDownCanMoveWindow
|
|
|
|
{
|
2013-02-05 13:40:34 -08:00
|
|
|
return [[self window] isMovableByWindowBackground];
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)lockFocus
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
[super lockFocus];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2010-06-18 02:22:01 -07:00
|
|
|
if (mGLContext) {
|
|
|
|
if ([mGLContext view] != self) {
|
|
|
|
[mGLContext setView:self];
|
2010-04-27 15:29:29 -07:00
|
|
|
}
|
|
|
|
|
2010-06-18 02:22:01 -07:00
|
|
|
[mGLContext makeCurrentContext];
|
2010-04-27 15:29:29 -07:00
|
|
|
}
|
|
|
|
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-04-27 15:29:29 -07:00
|
|
|
-(void)update
|
|
|
|
{
|
2010-06-18 02:22:01 -07:00
|
|
|
if (mGLContext) {
|
|
|
|
[mGLContext update];
|
2010-04-27 15:29:29 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void) _surfaceNeedsUpdate:(NSNotification*)notification
|
|
|
|
{
|
|
|
|
[self update];
|
|
|
|
}
|
|
|
|
|
2012-09-29 04:36:09 -07:00
|
|
|
- (BOOL)wantsBestResolutionOpenGLSurface
|
|
|
|
{
|
|
|
|
return nsCocoaUtils::HiDPIEnabled() ? YES : NO;
|
|
|
|
}
|
|
|
|
|
2012-10-16 12:41:20 -07:00
|
|
|
- (void)viewDidChangeBackingProperties
|
|
|
|
{
|
|
|
|
[super viewDidChangeBackingProperties];
|
|
|
|
if (mGeckoChild) {
|
|
|
|
// actually, it could be the color space that's changed,
|
|
|
|
// but we can't tell the difference here except by retrieving
|
|
|
|
// the backing scale factor and comparing to the old value
|
|
|
|
mGeckoChild->BackingScaleFactorChanged();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-04-18 16:40:40 -07:00
|
|
|
- (void)maybeDrawInTitlebar
|
|
|
|
{
|
|
|
|
if (!mGeckoChild) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
ToolbarWindow* win = [self window];
|
|
|
|
if (!win || ![win isKindOfClass:[ToolbarWindow class]]) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
if (![win drawsContentsIntoWindowFrame]) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Check the parts of the frame view occupied by the titlebar to see if all
|
|
|
|
// or part of it is "dirty" (needs to be redrawn). This is effectively the
|
|
|
|
// top 22 pixels of the frame view, and is not the same thing as the
|
|
|
|
// "unified toolbar". Our ChildView ('self') is the same size as the frame
|
|
|
|
// view and covers it. Our ChildView has a flipped coordinate system, but
|
|
|
|
// the frame view doesn't.
|
|
|
|
NSRect titlebarRect = [win titlebarRect];
|
|
|
|
NSView* frameView = [[win contentView] superview];
|
|
|
|
NSRect dirtyRect = NSIntersectionRect([frameView _dirtyRect], titlebarRect);
|
|
|
|
// Flip dirtyRect's coordinate system.
|
|
|
|
dirtyRect.origin.y = [frameView bounds].size.height -
|
|
|
|
dirtyRect.origin.y - dirtyRect.size.height;
|
|
|
|
if (NSIsEmptyRect(dirtyRect)) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
CGContextRef context = mGeckoChild->GetCGContextForTitlebarDrawing(titlebarRect.size);
|
|
|
|
CGContextSaveGState(context);
|
|
|
|
[self drawRect:dirtyRect inTitlebarContext:context];
|
|
|
|
CGContextRestoreGState(context);
|
|
|
|
}
|
|
|
|
|
2013-01-16 14:59:23 -08:00
|
|
|
- (void)drawTitlebar:(NSRect)aRect inTitlebarContext:(CGContextRef)aContext
|
|
|
|
{
|
|
|
|
if (mGeckoChild) {
|
|
|
|
gfxSize size(aRect.size.width, aRect.size.height);
|
|
|
|
mGeckoChild->CompositeTitlebar(size, aContext);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// The display system has told us that a portion of our view is dirty. Tell
|
|
|
|
// gecko to paint it
|
|
|
|
- (void)drawRect:(NSRect)aRect
|
|
|
|
{
|
2009-10-21 00:05:39 -07:00
|
|
|
CGContextRef cgContext = (CGContextRef)[[NSGraphicsContext currentContext] graphicsPort];
|
2012-10-14 21:53:37 -07:00
|
|
|
[self drawRect:aRect inContext:cgContext alternate:false];
|
2009-10-21 00:05:39 -07:00
|
|
|
|
2009-12-11 13:53:22 -08:00
|
|
|
// If we're a transparent window and our contents have changed, we need
|
2009-10-21 00:05:39 -07:00
|
|
|
// to make sure the shadow is updated to the new contents.
|
2009-12-11 13:53:22 -08:00
|
|
|
if ([[self window] isKindOfClass:[BaseWindow class]]) {
|
|
|
|
[(BaseWindow*)[self window] deferredInvalidateShadow];
|
|
|
|
}
|
2009-10-21 00:05:39 -07:00
|
|
|
}
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2010-10-15 03:34:29 -07:00
|
|
|
- (void)drawRect:(NSRect)aRect inTitlebarContext:(CGContextRef)aContext
|
|
|
|
{
|
2010-11-19 09:37:18 -08:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2010-10-15 03:34:29 -07:00
|
|
|
// Title bar drawing only works if we really draw into aContext, which only
|
|
|
|
// the basic layer manager will do.
|
|
|
|
nsBaseWidget::AutoUseBasicLayerManager setupLayerManager(mGeckoChild);
|
2012-10-14 21:53:37 -07:00
|
|
|
[self drawRect:aRect inContext:aContext alternate:true];
|
2010-10-15 03:34:29 -07:00
|
|
|
}
|
|
|
|
|
2012-10-14 21:53:37 -07:00
|
|
|
- (void)drawRect:(NSRect)aRect inContext:(CGContextRef)aContext alternate:(BOOL)aIsAlternate
|
2009-10-21 00:05:39 -07:00
|
|
|
{
|
2012-07-19 01:57:50 -07:00
|
|
|
if (!mGeckoChild || !mGeckoChild->IsVisible())
|
2007-03-22 10:30:00 -07:00
|
|
|
return;
|
|
|
|
|
2012-08-30 12:10:55 -07:00
|
|
|
// Don't ever draw plugin views explicitly; they'll be drawn as part of their parent widget.
|
2010-09-17 11:04:14 -07:00
|
|
|
if (mIsPluginView)
|
|
|
|
return;
|
|
|
|
|
2009-10-21 00:05:39 -07:00
|
|
|
#ifdef DEBUG_UPDATE
|
2009-01-14 19:27:09 -08:00
|
|
|
nsIntRect geckoBounds;
|
2007-03-22 10:30:00 -07:00
|
|
|
mGeckoChild->GetBounds(geckoBounds);
|
|
|
|
|
|
|
|
fprintf (stderr, "---- Update[%p][%p] [%f %f %f %f] cgc: %p\n gecko bounds: [%d %d %d %d]\n",
|
|
|
|
self, mGeckoChild,
|
2009-10-21 00:05:39 -07:00
|
|
|
aRect.origin.x, aRect.origin.y, aRect.size.width, aRect.size.height, aContext,
|
2007-03-22 10:30:00 -07:00
|
|
|
geckoBounds.x, geckoBounds.y, geckoBounds.width, geckoBounds.height);
|
|
|
|
|
2009-10-21 00:05:39 -07:00
|
|
|
CGAffineTransform xform = CGContextGetCTM(aContext);
|
2007-03-22 10:30:00 -07:00
|
|
|
fprintf (stderr, " xform in: [%f %f %f %f %f %f]\n", xform.a, xform.b, xform.c, xform.d, xform.tx, xform.ty);
|
|
|
|
#endif
|
|
|
|
|
2013-03-05 07:21:28 -08:00
|
|
|
if ([self isUsingOpenGL]) {
|
|
|
|
// We usually don't get here for Gecko-initiated repaints. Instead, those
|
|
|
|
// eventually call drawUsingOpenGL, and don't go through drawRect.
|
|
|
|
// Paints that come through here are triggered by something that Cocoa
|
|
|
|
// controls, for example by window resizing or window focus changes.
|
|
|
|
|
2013-03-27 08:49:02 -07:00
|
|
|
// Since our window is usually declared as opaque, the window's pixel
|
|
|
|
// buffer may now contain garbage which we need to prevent from reaching
|
|
|
|
// the screen. The only place where garbage can show is in the bottom
|
|
|
|
// corners - the rest of the window is covered by our OpenGL surface.
|
|
|
|
// So we need to clear the pixel buffer contents in the corners.
|
|
|
|
[self maybeClearBottomCorners];
|
|
|
|
|
2013-03-05 07:21:28 -08:00
|
|
|
// Do GL composition and return.
|
|
|
|
[self drawUsingOpenGL];
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-03-15 21:47:02 -07:00
|
|
|
PROFILER_LABEL("widget", "ChildView::drawRect");
|
2013-03-05 07:21:28 -08:00
|
|
|
|
|
|
|
nsIntRegion region;
|
2012-09-29 04:36:09 -07:00
|
|
|
nsIntRect boundingRect = mGeckoChild->CocoaPointsToDevPixels(aRect);
|
2007-03-22 10:30:00 -07:00
|
|
|
const NSRect *rects;
|
2009-08-31 18:00:13 -07:00
|
|
|
NSInteger count, i;
|
2009-10-21 00:05:39 -07:00
|
|
|
[[NSView focusView] getRectsBeingDrawn:&rects count:&count];
|
2013-01-18 17:07:32 -08:00
|
|
|
if (count < MAX_RECTS_IN_REGION && !aIsAlternate) {
|
2009-02-15 17:06:52 -08:00
|
|
|
for (i = 0; i < count; ++i) {
|
2009-10-21 00:05:39 -07:00
|
|
|
// Add the rect to the region.
|
2012-09-29 04:36:09 -07:00
|
|
|
NSRect r = [self convertRect:rects[i] fromView:[NSView focusView]];
|
|
|
|
region.Or(region, mGeckoChild->CocoaPointsToDevPixels(r));
|
2009-02-15 17:06:52 -08:00
|
|
|
}
|
2012-08-15 11:52:42 -07:00
|
|
|
region.And(region, boundingRect);
|
2009-02-15 17:06:52 -08:00
|
|
|
} else {
|
2012-08-15 11:52:42 -07:00
|
|
|
region = boundingRect;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
2009-07-21 17:44:55 -07:00
|
|
|
|
2010-04-27 15:29:29 -07:00
|
|
|
// Create Cairo objects.
|
2009-07-21 17:44:55 -07:00
|
|
|
|
2012-09-29 04:36:09 -07:00
|
|
|
// The CGContext that drawRect supplies us with comes with a transform that
|
|
|
|
// scales one user space unit to one Cocoa point, which can consist of
|
|
|
|
// multiple dev pixels. But Gecko expects its supplied context to be scaled
|
|
|
|
// to device pixels, so we need to reverse the scaling.
|
2012-11-06 09:01:58 -08:00
|
|
|
double scale = mGeckoChild->BackingScaleFactor();
|
|
|
|
CGContextScaleCTM(aContext, 1.0 / scale, 1.0 / scale);
|
|
|
|
|
|
|
|
NSSize viewSize = [self bounds].size;
|
|
|
|
nsIntSize backingSize(viewSize.width * scale, viewSize.height * scale);
|
|
|
|
|
|
|
|
nsRefPtr<gfxQuartzSurface> targetSurface =
|
|
|
|
new gfxQuartzSurface(aContext, backingSize);
|
|
|
|
targetSurface->SetAllowUseAsSource(false);
|
|
|
|
|
|
|
|
nsRefPtr<gfxContext> targetContext = new gfxContext(targetSurface);
|
|
|
|
|
2012-09-29 04:36:09 -07:00
|
|
|
gfxContextMatrixAutoSaveRestore save(targetContext);
|
|
|
|
|
2009-10-21 00:05:39 -07:00
|
|
|
// Set up the clip region.
|
2012-08-15 11:52:42 -07:00
|
|
|
nsIntRegionRectIterator iter(region);
|
2010-03-01 00:03:49 -08:00
|
|
|
targetContext->NewPath();
|
|
|
|
for (;;) {
|
|
|
|
const nsIntRect* r = iter.Next();
|
|
|
|
if (!r)
|
|
|
|
break;
|
|
|
|
targetContext->Rectangle(gfxRect(r->x, r->y, r->width, r->height));
|
2009-10-21 00:05:39 -07:00
|
|
|
}
|
|
|
|
targetContext->Clip();
|
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2011-09-28 23:19:26 -07:00
|
|
|
bool painted;
|
2013-04-30 22:03:25 -07:00
|
|
|
if (mGeckoChild->GetLayerManager()->GetBackendType() == LAYERS_BASIC) {
|
2010-07-15 14:08:04 -07:00
|
|
|
nsBaseWidget::AutoLayerManagerSetup
|
2012-07-30 17:42:26 -07:00
|
|
|
setupLayerManager(mGeckoChild, targetContext, BUFFER_NONE);
|
2012-10-14 21:53:37 -07:00
|
|
|
painted = mGeckoChild->PaintWindow(region, aIsAlternate);
|
2010-03-01 00:03:49 -08:00
|
|
|
}
|
|
|
|
|
2012-01-19 06:45:37 -08:00
|
|
|
// Force OpenGL to refresh the very first time we draw. This works around a
|
|
|
|
// Mac OS X bug that stops windows updating on OS X when we use OpenGL.
|
2013-03-05 07:21:28 -08:00
|
|
|
LayerManager *layerManager = mGeckoChild->GetLayerManager(nullptr);
|
|
|
|
if (mUsingOMTCompositor && painted && !mDidForceRefreshOpenGL &&
|
2013-04-25 15:25:33 -07:00
|
|
|
layerManager->AsLayerManagerComposite()) {
|
2012-01-19 06:45:37 -08:00
|
|
|
if (!mDidForceRefreshOpenGL) {
|
|
|
|
[self performSelector:@selector(forceRefreshOpenGL) withObject:nil afterDelay:0];
|
|
|
|
mDidForceRefreshOpenGL = YES;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-11-06 02:17:45 -08:00
|
|
|
if (!painted && [self isOpaque]) {
|
|
|
|
// Gecko refused to draw, but we've claimed to be opaque, so we have to
|
|
|
|
// draw something--fill with white.
|
|
|
|
CGContextSetRGBFillColor(aContext, 1, 1, 1, 1);
|
2012-09-29 04:36:09 -07:00
|
|
|
CGContextFillRect(aContext, NSRectToCGRect(aRect));
|
2009-11-06 02:17:45 -08:00
|
|
|
}
|
2010-01-13 08:08:06 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// note that the cairo surface *MUST* be destroyed at this point,
|
|
|
|
// or bad things will happen (since we can't keep the cgContext around
|
|
|
|
// beyond this drawRect message handler)
|
|
|
|
|
|
|
|
#ifdef DEBUG_UPDATE
|
|
|
|
fprintf (stderr, "---- update done ----\n");
|
|
|
|
|
|
|
|
#if 0
|
2009-10-21 00:05:39 -07:00
|
|
|
CGContextSetRGBStrokeColor (aContext,
|
2007-03-22 10:30:00 -07:00
|
|
|
((((unsigned long)self) & 0xff)) / 255.0,
|
|
|
|
((((unsigned long)self) & 0xff00) >> 8) / 255.0,
|
|
|
|
((((unsigned long)self) & 0xff0000) >> 16) / 255.0,
|
|
|
|
0.5);
|
2012-09-29 04:36:09 -07:00
|
|
|
#endif
|
2009-10-21 00:05:39 -07:00
|
|
|
CGContextSetRGBStrokeColor(aContext, 1, 0, 0, 0.8);
|
|
|
|
CGContextSetLineWidth(aContext, 4.0);
|
2012-09-29 04:36:09 -07:00
|
|
|
CGContextStrokeRect(aContext, NSRectToCGRect(aRect));
|
2007-03-22 10:30:00 -07:00
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
2013-03-05 07:21:28 -08:00
|
|
|
- (BOOL)isUsingOpenGL
|
|
|
|
{
|
|
|
|
if (!mGeckoChild || ![self window])
|
|
|
|
return NO;
|
|
|
|
|
|
|
|
return mGeckoChild->GetLayerManager(nullptr)->GetBackendType() == mozilla::layers::LAYERS_OPENGL;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)drawUsingOpenGL
|
|
|
|
{
|
2013-03-15 21:47:02 -07:00
|
|
|
PROFILER_LABEL("widget", "ChildView::drawUsingOpenGL");
|
2013-03-05 07:21:28 -08:00
|
|
|
|
|
|
|
if (![self isUsingOpenGL] || !mGeckoChild->IsVisible())
|
|
|
|
return;
|
|
|
|
|
|
|
|
mWaitingForPaint = NO;
|
|
|
|
|
|
|
|
nsIntRect geckoBounds;
|
|
|
|
mGeckoChild->GetBounds(geckoBounds);
|
|
|
|
nsIntRegion region(geckoBounds);
|
|
|
|
|
|
|
|
LayerManagerOGL *manager = static_cast<LayerManagerOGL*>(mGeckoChild->GetLayerManager(nullptr));
|
|
|
|
manager->SetClippingRegion(region);
|
|
|
|
NSOpenGLContext *glContext = (NSOpenGLContext *)manager->GetNSOpenGLContext();
|
|
|
|
|
|
|
|
if (!mGLContext) {
|
|
|
|
[self setGLContext:glContext];
|
|
|
|
}
|
|
|
|
|
|
|
|
[glContext setView:self];
|
|
|
|
[glContext update];
|
|
|
|
|
|
|
|
mGeckoChild->PaintWindow(region, false);
|
|
|
|
|
|
|
|
// Force OpenGL to refresh the very first time we draw. This works around a
|
|
|
|
// Mac OS X bug that stops windows updating on OS X when we use OpenGL.
|
|
|
|
if (!mDidForceRefreshOpenGL) {
|
|
|
|
[self performSelector:@selector(forceRefreshOpenGL) withObject:nil afterDelay:0];
|
|
|
|
mDidForceRefreshOpenGL = YES;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Called asynchronously after setNeedsDisplay in order to avoid entering the
|
|
|
|
// normal drawing machinery.
|
|
|
|
- (void)drawUsingOpenGLCallback
|
|
|
|
{
|
|
|
|
if (mWaitingForPaint) {
|
|
|
|
[self drawUsingOpenGL];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-03-27 08:49:02 -07:00
|
|
|
- (BOOL)hasRoundedBottomCorners
|
|
|
|
{
|
|
|
|
return [[self window] respondsToSelector:@selector(bottomCornerRounded)] &&
|
|
|
|
[[self window] bottomCornerRounded];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (CGFloat)bottomCornerRadius
|
|
|
|
{
|
|
|
|
if (![self hasRoundedBottomCorners])
|
|
|
|
return 0.0f;
|
|
|
|
NSView* borderView = [[[self window] contentView] superview];
|
|
|
|
if (!borderView || ![borderView respondsToSelector:@selector(roundedCornerRadius)])
|
|
|
|
return 4.0f;
|
|
|
|
return [borderView roundedCornerRadius];
|
|
|
|
}
|
|
|
|
|
|
|
|
// Accelerated windows have two NSSurfaces:
|
|
|
|
// (1) The window's pixel buffer in the back and
|
|
|
|
// (2) the OpenGL view in the front.
|
|
|
|
// These two surfaces are composited by the window manager. Drawing with the
|
|
|
|
// usual CGContext functions ends up in (1).
|
|
|
|
// When our window has rounded bottom corners, the OpenGL view has transparent
|
|
|
|
// pixels in the corners. In these places the contents of the window's pixel
|
|
|
|
// buffer can show through. So we need to make sure that the pixel buffer is
|
|
|
|
// transparent in the corners so that no garbage reaches the screen.
|
|
|
|
// The contents of the pixel buffer in the rest of the window don't matter
|
|
|
|
// because they're covered by the OpenGL view.
|
|
|
|
// Making the bottom corners transparent works even though our window is
|
|
|
|
// declared "opaque" (in the NSWindow's isOpaque method).
|
|
|
|
- (void)maybeClearBottomCorners
|
|
|
|
{
|
|
|
|
if (![self hasRoundedBottomCorners])
|
|
|
|
return;
|
|
|
|
|
|
|
|
int radius = [self bottomCornerRadius];
|
|
|
|
int w = [self bounds].size.width, h = [self bounds].size.height;
|
|
|
|
[[NSColor clearColor] set];
|
|
|
|
NSRectFill(NSMakeRect(0, h - radius, radius, radius));
|
|
|
|
NSRectFill(NSMakeRect(w - radius, h - radius, radius, radius));
|
|
|
|
}
|
|
|
|
|
2011-01-25 13:21:35 -08:00
|
|
|
- (void)releaseWidgets:(NSArray*)aWidgetArray
|
|
|
|
{
|
|
|
|
if (!aWidgetArray) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
NSInteger count = [aWidgetArray count];
|
|
|
|
for (NSInteger i = 0; i < count; ++i) {
|
|
|
|
NSNumber* pointer = (NSNumber*) [aWidgetArray objectAtIndex:i];
|
|
|
|
nsIWidget* widget = (nsIWidget*) [pointer unsignedIntegerValue];
|
|
|
|
NS_RELEASE(widget);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-11-13 15:03:46 -08:00
|
|
|
- (void)viewWillDraw
|
|
|
|
{
|
2009-12-11 11:31:42 -08:00
|
|
|
if (mGeckoChild) {
|
2011-01-25 13:21:35 -08:00
|
|
|
// The OS normally *will* draw our NSWindow, no matter what we do here.
|
|
|
|
// But Gecko can delete our parent widget(s) (along with mGeckoChild)
|
2012-08-15 11:52:42 -07:00
|
|
|
// while processing a paint request, which closes our NSWindow and
|
2011-01-25 13:21:35 -08:00
|
|
|
// makes the OS throw an NSInternalInconsistencyException assertion when
|
|
|
|
// it tries to draw it. Sometimes the OS also aborts the browser process.
|
|
|
|
// So we need to retain our parent(s) here and not release it/them until
|
|
|
|
// the next time through the main thread's run loop. When we do this we
|
|
|
|
// also need to retain and release mGeckoChild, which holds a strong
|
|
|
|
// reference to us (otherwise we might have been deleted by the time
|
|
|
|
// releaseWidgets: is called on us). See bug 550392.
|
|
|
|
nsIWidget* parent = mGeckoChild->GetParent();
|
|
|
|
if (parent) {
|
|
|
|
NSMutableArray* widgetArray = [NSMutableArray arrayWithCapacity:3];
|
|
|
|
while (parent) {
|
|
|
|
NS_ADDREF(parent);
|
|
|
|
[widgetArray addObject:[NSNumber numberWithUnsignedInteger:(NSUInteger)parent]];
|
|
|
|
parent = parent->GetParent();
|
|
|
|
}
|
|
|
|
NS_ADDREF(mGeckoChild);
|
|
|
|
[widgetArray addObject:[NSNumber numberWithUnsignedInteger:(NSUInteger)mGeckoChild]];
|
|
|
|
[self performSelector:@selector(releaseWidgets:)
|
|
|
|
withObject:widgetArray
|
|
|
|
afterDelay:0];
|
|
|
|
}
|
2012-08-15 11:52:42 -07:00
|
|
|
|
2013-02-25 13:18:48 -08:00
|
|
|
mGeckoChild->WillPaintWindow();
|
2009-12-11 11:31:42 -08:00
|
|
|
}
|
|
|
|
[super viewWillDraw];
|
2009-11-13 15:03:46 -08:00
|
|
|
}
|
|
|
|
|
2007-07-17 17:07:36 -07:00
|
|
|
// Allows us to turn off setting up the clip region
|
2007-03-22 10:30:00 -07:00
|
|
|
// before each drawRect. We already clip within gecko.
|
|
|
|
- (BOOL)wantsDefaultClipping
|
|
|
|
{
|
|
|
|
return NO;
|
|
|
|
}
|
|
|
|
|
|
|
|
#if USE_CLICK_HOLD_CONTEXTMENU
|
|
|
|
//
|
|
|
|
// -clickHoldCallback:
|
|
|
|
//
|
|
|
|
// called from a timer two seconds after a mouse down to see if we should display
|
|
|
|
// a context menu (click-hold). |anEvent| is the original mouseDown event. If we're
|
|
|
|
// still in that mouseDown by this time, put up the context menu, otherwise just
|
|
|
|
// fuhgeddaboutit. |anEvent| has been retained by the OS until after this callback
|
|
|
|
// fires so we're ok there.
|
|
|
|
//
|
|
|
|
// This code currently messes in a bunch of edge cases (bugs 234751, 232964, 232314)
|
|
|
|
// so removing it until we get it straightened out.
|
|
|
|
//
|
|
|
|
- (void)clickHoldCallback:(id)theEvent;
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if( theEvent == [NSApp currentEvent] ) {
|
|
|
|
// we're still in the middle of the same mousedown event here, activate
|
|
|
|
// click-hold context menu by triggering the right mouseDown action.
|
|
|
|
NSEvent* clickHoldEvent = [NSEvent mouseEventWithType:NSRightMouseDown
|
|
|
|
location:[theEvent locationInWindow]
|
2010-02-23 15:30:39 -08:00
|
|
|
modifierFlags:[theEvent modifierFlags]
|
2007-03-22 10:30:00 -07:00
|
|
|
timestamp:[theEvent timestamp]
|
|
|
|
windowNumber:[theEvent windowNumber]
|
|
|
|
context:[theEvent context]
|
|
|
|
eventNumber:[theEvent eventNumber]
|
|
|
|
clickCount:[theEvent clickCount]
|
|
|
|
pressure:[theEvent pressure]];
|
|
|
|
[self rightMouseDown:clickHoldEvent];
|
|
|
|
}
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2007-07-17 13:29:39 -07:00
|
|
|
// If we've just created a non-native context menu, we need to mark it as
|
|
|
|
// such and let the OS (and other programs) know when it opens and closes
|
|
|
|
// (this is how the OS knows to close other programs' context menus when
|
|
|
|
// ours open). We send the initial notification here, but others are sent
|
|
|
|
// in nsCocoaWindow::Show().
|
|
|
|
- (void)maybeInitContextMenuTracking
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2011-06-21 14:00:47 -07:00
|
|
|
#ifdef MOZ_USE_NATIVE_POPUP_WINDOWS
|
|
|
|
return;
|
|
|
|
#endif /* MOZ_USE_NATIVE_POPUP_WINDOWS */
|
2008-03-04 00:06:47 -08:00
|
|
|
|
2012-10-26 06:15:22 -07:00
|
|
|
nsIRollupListener* rollupListener = nsBaseWidget::GetActiveRollupListener();
|
2012-12-31 09:27:04 -08:00
|
|
|
NS_ENSURE_TRUE_VOID(rollupListener);
|
2012-10-26 06:15:22 -07:00
|
|
|
nsCOMPtr<nsIWidget> widget = rollupListener->GetRollupWidget();
|
2012-12-31 09:27:04 -08:00
|
|
|
NS_ENSURE_TRUE_VOID(widget);
|
2012-10-26 06:15:22 -07:00
|
|
|
|
|
|
|
NSWindow *popupWindow = (NSWindow*)widget->GetNativeData(NS_NATIVE_WINDOW);
|
2007-11-06 23:53:24 -08:00
|
|
|
if (!popupWindow || ![popupWindow isKindOfClass:[PopupWindow class]])
|
2007-07-17 13:29:39 -07:00
|
|
|
return;
|
2007-11-06 23:53:24 -08:00
|
|
|
|
2007-07-17 13:29:39 -07:00
|
|
|
[[NSDistributedNotificationCenter defaultCenter]
|
|
|
|
postNotificationName:@"com.apple.HIToolbox.beginMenuTrackingNotification"
|
|
|
|
object:@"org.mozilla.gecko.PopupWindow"];
|
2007-11-06 23:53:24 -08:00
|
|
|
[(PopupWindow*)popupWindow setIsContextMenu:YES];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-07-17 13:29:39 -07:00
|
|
|
}
|
|
|
|
|
2009-05-14 13:13:22 -07:00
|
|
|
// Returns true if the event should no longer be processed, false otherwise.
|
|
|
|
// This does not return whether or not anything was rolled up.
|
2007-11-26 15:19:04 -08:00
|
|
|
- (BOOL)maybeRollup:(NSEvent*)theEvent
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
2009-05-14 13:13:22 -07:00
|
|
|
BOOL consumeEvent = NO;
|
|
|
|
|
2012-10-26 06:15:22 -07:00
|
|
|
nsIRollupListener* rollupListener = nsBaseWidget::GetActiveRollupListener();
|
2012-12-31 09:27:04 -08:00
|
|
|
NS_ENSURE_TRUE(rollupListener, false);
|
2012-10-26 06:15:22 -07:00
|
|
|
nsCOMPtr<nsIWidget> rollupWidget = rollupListener->GetRollupWidget();
|
|
|
|
if (rollupWidget) {
|
|
|
|
NSWindow* currentPopup = static_cast<NSWindow*>(rollupWidget->GetNativeData(NS_NATIVE_WINDOW));
|
2007-12-05 15:17:08 -08:00
|
|
|
if (!nsCocoaUtils::IsEventOverWindow(theEvent, currentPopup)) {
|
2009-05-14 13:13:22 -07:00
|
|
|
// event is not over the rollup window, default is to roll up
|
2011-09-28 23:19:26 -07:00
|
|
|
bool shouldRollup = true;
|
2009-05-14 13:13:22 -07:00
|
|
|
|
|
|
|
// check to see if scroll events should roll up the popup
|
2007-11-26 15:19:04 -08:00
|
|
|
if ([theEvent type] == NSScrollWheel) {
|
2012-10-26 06:15:22 -07:00
|
|
|
shouldRollup = rollupListener->ShouldRollupOnMouseWheelEvent();
|
2013-03-08 11:48:48 -08:00
|
|
|
// consume scroll events that aren't over the popup
|
|
|
|
// unless the popup is an arrow panel
|
|
|
|
consumeEvent = rollupListener->ShouldConsumeOnMouseWheelEvent();
|
2007-11-26 15:19:04 -08:00
|
|
|
}
|
2009-05-14 13:13:22 -07:00
|
|
|
|
2007-11-26 15:19:04 -08:00
|
|
|
// if we're dealing with menus, we probably have submenus and
|
2008-04-06 16:52:05 -07:00
|
|
|
// we don't want to rollup if the click is in a parent menu of
|
2007-11-26 15:19:04 -08:00
|
|
|
// the current submenu
|
2012-09-27 23:57:33 -07:00
|
|
|
uint32_t popupsToRollup = UINT32_MAX;
|
2012-10-26 06:15:22 -07:00
|
|
|
nsAutoTArray<nsIWidget*, 5> widgetChain;
|
|
|
|
uint32_t sameTypeCount = rollupListener->GetSubmenuWidgetChain(&widgetChain);
|
|
|
|
for (uint32_t i = 0; i < widgetChain.Length(); i++) {
|
|
|
|
nsIWidget* widget = widgetChain[i];
|
|
|
|
NSWindow* currWindow = (NSWindow*)widget->GetNativeData(NS_NATIVE_WINDOW);
|
|
|
|
if (nsCocoaUtils::IsEventOverWindow(theEvent, currWindow)) {
|
|
|
|
// don't roll up if the mouse event occurred within a menu of the
|
|
|
|
// same type. If the mouse event occurred in a menu higher than
|
|
|
|
// that, roll up, but pass the number of popups to Rollup so
|
|
|
|
// that only those of the same type close up.
|
|
|
|
if (i < sameTypeCount) {
|
|
|
|
shouldRollup = false;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
popupsToRollup = sameTypeCount;
|
2008-01-16 23:06:43 -08:00
|
|
|
}
|
2012-10-26 06:15:22 -07:00
|
|
|
break;
|
2009-05-14 13:13:22 -07:00
|
|
|
}
|
|
|
|
}
|
2007-11-06 23:53:24 -08:00
|
|
|
|
2009-05-14 13:13:22 -07:00
|
|
|
if (shouldRollup) {
|
2012-10-26 06:15:22 -07:00
|
|
|
consumeEvent = (BOOL)rollupListener->Rollup(popupsToRollup, nullptr);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2007-11-26 15:19:04 -08:00
|
|
|
|
2009-05-14 13:13:22 -07:00
|
|
|
return consumeEvent;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(NO);
|
2007-11-26 15:19:04 -08:00
|
|
|
}
|
|
|
|
|
2008-10-23 13:15:20 -07:00
|
|
|
/*
|
2013-04-29 08:24:26 -07:00
|
|
|
* In OS X Mountain Lion and above, smart zoom gestures are implemented in
|
|
|
|
* smartMagnifyWithEvent. In OS X Lion, they are implemented in
|
|
|
|
* magnifyWithEvent. See inline comments for more info.
|
2008-10-23 13:15:20 -07:00
|
|
|
*
|
2013-04-29 08:24:26 -07:00
|
|
|
* The prototypes swipeWithEvent, beginGestureWithEvent, magnifyWithEvent,
|
|
|
|
* smartMagnifyWithEvent, rotateWithEvent, and endGestureWithEvent were
|
|
|
|
* obtained from the following links:
|
|
|
|
* https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSResponder_Class/Reference/Reference.html
|
|
|
|
* https://developer.apple.com/library/mac/#releasenotes/Cocoa/AppKit.html
|
2008-10-23 13:15:20 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
- (void)swipeWithEvent:(NSEvent *)anEvent
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
if (!anEvent || !mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
|
|
|
float deltaX = [anEvent deltaX]; // left=1.0, right=-1.0
|
|
|
|
float deltaY = [anEvent deltaY]; // up=1.0, down=-1.0
|
|
|
|
|
|
|
|
// Setup the "swipe" event.
|
2011-09-30 17:20:33 -07:00
|
|
|
nsSimpleGestureEvent geckoEvent(true, NS_SIMPLE_GESTURE_SWIPE, mGeckoChild, 0, 0.0);
|
2009-01-03 04:40:26 -08:00
|
|
|
[self convertCocoaMouseEvent:anEvent toGeckoEvent:&geckoEvent];
|
2008-10-23 13:15:20 -07:00
|
|
|
|
|
|
|
// Record the left/right direction.
|
|
|
|
if (deltaX > 0.0)
|
|
|
|
geckoEvent.direction |= nsIDOMSimpleGestureEvent::DIRECTION_LEFT;
|
|
|
|
else if (deltaX < 0.0)
|
|
|
|
geckoEvent.direction |= nsIDOMSimpleGestureEvent::DIRECTION_RIGHT;
|
|
|
|
|
|
|
|
// Record the up/down direction.
|
|
|
|
if (deltaY > 0.0)
|
|
|
|
geckoEvent.direction |= nsIDOMSimpleGestureEvent::DIRECTION_UP;
|
|
|
|
else if (deltaY < 0.0)
|
|
|
|
geckoEvent.direction |= nsIDOMSimpleGestureEvent::DIRECTION_DOWN;
|
|
|
|
|
|
|
|
// Send the event.
|
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)beginGestureWithEvent:(NSEvent *)anEvent
|
|
|
|
{
|
|
|
|
if (!anEvent)
|
|
|
|
return;
|
|
|
|
|
|
|
|
mGestureState = eGestureState_StartGesture;
|
|
|
|
mCumulativeMagnification = 0;
|
|
|
|
mCumulativeRotation = 0.0;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)magnifyWithEvent:(NSEvent *)anEvent
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
if (!anEvent || !mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2013-04-29 08:24:26 -07:00
|
|
|
/*
|
|
|
|
* In OS X 10.7.* (Lion), smart zoom events come through magnifyWithEvent,
|
|
|
|
* instead of smartMagnifyWithEvent. See bug 863841.
|
|
|
|
*/
|
|
|
|
if ([ChildView isLionSmartMagnifyEvent: anEvent]) {
|
|
|
|
[self smartMagnifyWithEvent: anEvent];
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2008-10-23 13:15:20 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
|
|
|
float deltaZ = [anEvent deltaZ];
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t msg;
|
2008-10-23 13:15:20 -07:00
|
|
|
switch (mGestureState) {
|
|
|
|
case eGestureState_StartGesture:
|
|
|
|
msg = NS_SIMPLE_GESTURE_MAGNIFY_START;
|
|
|
|
mGestureState = eGestureState_MagnifyGesture;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case eGestureState_MagnifyGesture:
|
|
|
|
msg = NS_SIMPLE_GESTURE_MAGNIFY_UPDATE;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case eGestureState_None:
|
|
|
|
case eGestureState_RotateGesture:
|
|
|
|
default:
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Setup the event.
|
2011-09-30 17:20:33 -07:00
|
|
|
nsSimpleGestureEvent geckoEvent(true, msg, mGeckoChild, 0, deltaZ);
|
2009-01-03 04:40:26 -08:00
|
|
|
[self convertCocoaMouseEvent:anEvent toGeckoEvent:&geckoEvent];
|
2008-10-23 13:15:20 -07:00
|
|
|
|
|
|
|
// Send the event.
|
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
|
|
|
|
|
|
|
// Keep track of the cumulative magnification for the final "magnify" event.
|
|
|
|
mCumulativeMagnification += deltaZ;
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
2013-04-29 08:24:26 -07:00
|
|
|
- (void)smartMagnifyWithEvent:(NSEvent *)anEvent
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
if (!anEvent || !mGeckoChild) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
|
|
|
// Setup the "double tap" event.
|
|
|
|
nsSimpleGestureEvent geckoEvent(true, NS_SIMPLE_GESTURE_TAP,
|
|
|
|
mGeckoChild, 0, 0.0);
|
|
|
|
[self convertCocoaMouseEvent:anEvent toGeckoEvent:&geckoEvent];
|
|
|
|
geckoEvent.clickCount = 1;
|
|
|
|
|
|
|
|
// Send the event.
|
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
|
|
|
|
|
|
|
// Clear the gesture state
|
|
|
|
mGestureState = eGestureState_None;
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
2008-10-23 13:15:20 -07:00
|
|
|
- (void)rotateWithEvent:(NSEvent *)anEvent
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
if (!anEvent || !mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
|
|
|
float rotation = [anEvent rotation];
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t msg;
|
2008-10-23 13:15:20 -07:00
|
|
|
switch (mGestureState) {
|
|
|
|
case eGestureState_StartGesture:
|
|
|
|
msg = NS_SIMPLE_GESTURE_ROTATE_START;
|
|
|
|
mGestureState = eGestureState_RotateGesture;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case eGestureState_RotateGesture:
|
|
|
|
msg = NS_SIMPLE_GESTURE_ROTATE_UPDATE;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case eGestureState_None:
|
|
|
|
case eGestureState_MagnifyGesture:
|
|
|
|
default:
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Setup the event.
|
2011-09-30 17:20:33 -07:00
|
|
|
nsSimpleGestureEvent geckoEvent(true, msg, mGeckoChild, 0, 0.0);
|
2009-01-03 04:40:26 -08:00
|
|
|
[self convertCocoaMouseEvent:anEvent toGeckoEvent:&geckoEvent];
|
2008-10-23 13:15:20 -07:00
|
|
|
geckoEvent.delta = -rotation;
|
|
|
|
if (rotation > 0.0) {
|
2009-04-02 12:34:31 -07:00
|
|
|
geckoEvent.direction = nsIDOMSimpleGestureEvent::ROTATION_COUNTERCLOCKWISE;
|
2008-10-23 13:15:20 -07:00
|
|
|
} else {
|
2009-04-02 12:34:31 -07:00
|
|
|
geckoEvent.direction = nsIDOMSimpleGestureEvent::ROTATION_CLOCKWISE;
|
2008-10-23 13:15:20 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// Send the event.
|
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
|
|
|
|
|
|
|
// Keep track of the cumulative rotation for the final "rotate" event.
|
|
|
|
mCumulativeRotation += rotation;
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)endGestureWithEvent:(NSEvent *)anEvent
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
|
|
|
if (!anEvent || !mGeckoChild) {
|
|
|
|
// Clear the gestures state if we cannot send an event.
|
|
|
|
mGestureState = eGestureState_None;
|
|
|
|
mCumulativeMagnification = 0.0;
|
|
|
|
mCumulativeRotation = 0.0;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
|
|
|
switch (mGestureState) {
|
|
|
|
case eGestureState_MagnifyGesture:
|
|
|
|
{
|
|
|
|
// Setup the "magnify" event.
|
2011-09-30 17:20:33 -07:00
|
|
|
nsSimpleGestureEvent geckoEvent(true, NS_SIMPLE_GESTURE_MAGNIFY,
|
2008-10-23 13:15:20 -07:00
|
|
|
mGeckoChild, 0, mCumulativeMagnification);
|
2009-01-03 04:40:26 -08:00
|
|
|
[self convertCocoaMouseEvent:anEvent toGeckoEvent:&geckoEvent];
|
2008-10-23 13:15:20 -07:00
|
|
|
|
|
|
|
// Send the event.
|
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case eGestureState_RotateGesture:
|
|
|
|
{
|
|
|
|
// Setup the "rotate" event.
|
2011-09-30 17:20:33 -07:00
|
|
|
nsSimpleGestureEvent geckoEvent(true, NS_SIMPLE_GESTURE_ROTATE, mGeckoChild, 0, 0.0);
|
2009-01-03 04:40:26 -08:00
|
|
|
[self convertCocoaMouseEvent:anEvent toGeckoEvent:&geckoEvent];
|
2008-10-23 13:15:20 -07:00
|
|
|
geckoEvent.delta = -mCumulativeRotation;
|
|
|
|
if (mCumulativeRotation > 0.0) {
|
2009-04-02 12:34:31 -07:00
|
|
|
geckoEvent.direction = nsIDOMSimpleGestureEvent::ROTATION_COUNTERCLOCKWISE;
|
2008-10-23 13:15:20 -07:00
|
|
|
} else {
|
2009-04-02 12:34:31 -07:00
|
|
|
geckoEvent.direction = nsIDOMSimpleGestureEvent::ROTATION_CLOCKWISE;
|
2008-10-23 13:15:20 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// Send the event.
|
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case eGestureState_None:
|
|
|
|
case eGestureState_StartGesture:
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Clear the gestures state.
|
|
|
|
mGestureState = eGestureState_None;
|
|
|
|
mCumulativeMagnification = 0.0;
|
|
|
|
mCumulativeRotation = 0.0;
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
|
|
|
}
|
|
|
|
|
2013-04-29 08:24:26 -07:00
|
|
|
+ (BOOL)isLionSmartMagnifyEvent:(NSEvent*)anEvent
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
* On Lion, smart zoom events have type NSEventTypeGesture, subtype 0x16,
|
|
|
|
* whereas pinch zoom events have type NSEventTypeMagnify. So, use that to
|
|
|
|
* discriminate between the two. Smart zoom gestures do not call
|
|
|
|
* beginGestureWithEvent or endGestureWithEvent, so mGestureState is not
|
|
|
|
* changed. Documentation couldn't be found for the meaning of the subtype
|
|
|
|
* 0x16, but it will probably never change. See bug 863841.
|
|
|
|
*/
|
|
|
|
return nsCocoaFeatures::OnLionOrLater() &&
|
|
|
|
!nsCocoaFeatures::OnMountainLionOrLater() &&
|
|
|
|
[anEvent type] == NSEventTypeGesture &&
|
|
|
|
[anEvent subtype] == 0x16;
|
|
|
|
}
|
|
|
|
|
2013-04-09 12:44:01 -07:00
|
|
|
#ifdef __LP64__
|
|
|
|
- (bool)sendSwipeEvent:(NSEvent*)aEvent
|
|
|
|
withKind:(PRUint32)aMsg
|
|
|
|
allowedDirections:(PRUint32*)aAllowedDirections
|
|
|
|
direction:(PRUint32)aDirection
|
|
|
|
delta:(PRFloat64)aDelta
|
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
nsSimpleGestureEvent geckoEvent(true, aMsg, mGeckoChild, aDirection, aDelta);
|
|
|
|
geckoEvent.allowedDirections = *aAllowedDirections;
|
|
|
|
[self convertCocoaMouseEvent:aEvent toGeckoEvent:&geckoEvent];
|
|
|
|
bool eventCancelled = mGeckoChild->DispatchWindowEvent(geckoEvent);
|
|
|
|
*aAllowedDirections = geckoEvent.allowedDirections;
|
|
|
|
return eventCancelled; // event cancelled == swipe should start
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)sendSwipeEndEvent:(NSEvent *)anEvent
|
|
|
|
allowedDirections:(PRUint32)aAllowedDirections
|
|
|
|
{
|
|
|
|
// Tear down animation overlay by sending a swipe end event.
|
|
|
|
PRUint32 allowedDirectionsCopy = aAllowedDirections;
|
|
|
|
[self sendSwipeEvent:anEvent
|
|
|
|
withKind:NS_SIMPLE_GESTURE_SWIPE_END
|
|
|
|
allowedDirections:&allowedDirectionsCopy
|
|
|
|
direction:0
|
|
|
|
delta:0.0];
|
|
|
|
}
|
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
// Support fluid swipe tracking on OS X 10.7 and higher. We must be careful
|
|
|
|
// to only invoke this support on a two-finger gesture that really
|
2011-08-11 10:42:23 -07:00
|
|
|
// is a swipe (and not a scroll) -- in other words, the app is responsible
|
2013-04-12 20:04:52 -07:00
|
|
|
// for deciding which is which. But once the decision is made, the OS tracks
|
2011-08-11 10:42:23 -07:00
|
|
|
// the swipe until it has finished, and decides whether or not it succeeded.
|
2013-04-12 20:04:52 -07:00
|
|
|
// A horizontal swipe has the same functionality as the Back and Forward
|
|
|
|
// buttons.
|
|
|
|
// This method is partly based on Apple sample code available at
|
|
|
|
// developer.apple.com/library/mac/#releasenotes/Cocoa/AppKitOlderNotes.html
|
2011-08-11 10:42:23 -07:00
|
|
|
// (under Fluid Swipe Tracking API).
|
|
|
|
- (void)maybeTrackScrollEventAsSwipe:(NSEvent *)anEvent
|
2013-04-12 20:04:52 -07:00
|
|
|
scrollOverflowX:(double)overflowX
|
|
|
|
scrollOverflowY:(double)overflowY
|
2011-08-11 10:42:23 -07:00
|
|
|
{
|
2012-05-17 00:53:20 -07:00
|
|
|
if (!nsCocoaFeatures::OnLionOrLater()) {
|
2011-08-11 10:42:23 -07:00
|
|
|
return;
|
|
|
|
}
|
2013-04-12 20:04:52 -07:00
|
|
|
|
2011-08-11 10:42:23 -07:00
|
|
|
// This method checks whether the AppleEnableSwipeNavigateWithScrolls global
|
|
|
|
// preference is set. If it isn't, fluid swipe tracking is disabled, and a
|
|
|
|
// horizontal two-finger gesture is always a scroll (even in Safari). This
|
|
|
|
// preference can't (currently) be set from the Preferences UI -- only using
|
|
|
|
// 'defaults write'.
|
|
|
|
if (![NSEvent isSwipeTrackingFromScrollEventsEnabled]) {
|
|
|
|
return;
|
|
|
|
}
|
2013-04-12 20:04:52 -07:00
|
|
|
|
|
|
|
// Verify that this is a scroll wheel event with proper phase to be tracked
|
|
|
|
// by the OS.
|
|
|
|
if ([anEvent type] != NSScrollWheel || [anEvent phase] == NSEventPhaseNone) {
|
2011-08-11 10:42:23 -07:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Only initiate tracking if the user has tried to scroll past the edge of
|
2013-04-12 20:04:52 -07:00
|
|
|
// the current page (as indicated by 'overflowX' or 'overflowY' being
|
|
|
|
// non-zero). Gecko only sets nsMouseScrollEvent.scrollOverflow when it's
|
|
|
|
// processing NS_MOUSE_PIXEL_SCROLL events (not NS_MOUSE_SCROLL events).
|
|
|
|
if (overflowX == 0.0 && overflowY == 0.0) {
|
2011-08-11 10:42:23 -07:00
|
|
|
return;
|
|
|
|
}
|
2013-04-12 20:04:52 -07:00
|
|
|
|
2011-08-11 10:42:23 -07:00
|
|
|
CGFloat deltaX, deltaY;
|
|
|
|
if ([anEvent hasPreciseScrollingDeltas]) {
|
|
|
|
deltaX = [anEvent scrollingDeltaX];
|
|
|
|
deltaY = [anEvent scrollingDeltaY];
|
2013-04-12 20:04:52 -07:00
|
|
|
}
|
|
|
|
else {
|
2011-08-11 10:42:23 -07:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
PRUint32 vDirs = (PRUint32)nsIDOMSimpleGestureEvent::DIRECTION_DOWN |
|
|
|
|
(PRUint32)nsIDOMSimpleGestureEvent::DIRECTION_UP;
|
|
|
|
PRUint32 direction = 0;
|
|
|
|
// Only initiate horizontal tracking for events whose horizontal element is
|
|
|
|
// at least eight times larger than its vertical element. This minimizes
|
|
|
|
// performance problems with vertical scrolls (by minimizing the possibility
|
|
|
|
// that they'll be misinterpreted as horizontal swipes), while still
|
|
|
|
// tolerating a small vertical element to a true horizontal swipe. The number
|
|
|
|
// '8' was arrived at by trial and error.
|
|
|
|
if (overflowX != 0.0 && deltaX != 0.0 &&
|
|
|
|
fabsf(deltaX) > fabsf(deltaY) * 8) {
|
|
|
|
// Only initiate horizontal tracking for gestures that have just begun --
|
|
|
|
// otherwise a scroll to one side of the page can have a swipe tacked on
|
|
|
|
// to it.
|
|
|
|
if ([anEvent phase] != NSEventPhaseBegan)
|
|
|
|
return;
|
2013-04-09 12:44:01 -07:00
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
if (deltaX < 0.0)
|
|
|
|
direction = (PRUint32)nsIDOMSimpleGestureEvent::DIRECTION_RIGHT;
|
|
|
|
else
|
|
|
|
direction = (PRUint32)nsIDOMSimpleGestureEvent::DIRECTION_LEFT;
|
|
|
|
}
|
|
|
|
// Only initiate vertical tracking for events whose vertical element is
|
|
|
|
// at least two times larger than its horizontal element. This minimizes
|
|
|
|
// performance problems. The number '2' was arrived at by trial and error.
|
|
|
|
else if (overflowY != 0.0 && deltaY != 0.0 &&
|
|
|
|
fabsf(deltaY) > fabsf(deltaX) * 2) {
|
|
|
|
if (deltaY < 0.0)
|
|
|
|
direction = (PRUint32)nsIDOMSimpleGestureEvent::DIRECTION_DOWN;
|
|
|
|
else
|
|
|
|
direction = (PRUint32)nsIDOMSimpleGestureEvent::DIRECTION_UP;
|
|
|
|
|
|
|
|
if ((mCurrentSwipeDir & vDirs) && (mCurrentSwipeDir != direction)) {
|
|
|
|
// If a swipe is currently being tracked kill it -- it's been interrupted
|
|
|
|
// by another gesture event.
|
|
|
|
if (mCancelSwipeAnimation && *mCancelSwipeAnimation == NO) {
|
|
|
|
*mCancelSwipeAnimation = YES;
|
|
|
|
mCancelSwipeAnimation = nil;
|
|
|
|
[self sendSwipeEndEvent:anEvent allowedDirections:0];
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Track the direction we're going in.
|
|
|
|
mCurrentSwipeDir = direction;
|
|
|
|
|
|
|
|
// If a swipe is currently being tracked kill it -- it's been interrupted
|
|
|
|
// by another gesture event.
|
|
|
|
if (mCancelSwipeAnimation && *mCancelSwipeAnimation == NO) {
|
|
|
|
*mCancelSwipeAnimation = YES;
|
|
|
|
mCancelSwipeAnimation = nil;
|
|
|
|
}
|
|
|
|
|
|
|
|
PRUint32 allowedDirections = 0;
|
2013-04-09 12:44:01 -07:00
|
|
|
// We're ready to start the animation. Tell Gecko about it, and at the same
|
|
|
|
// time ask it if it really wants to start an animation for this event.
|
|
|
|
// This event also reports back the directions that we can swipe in.
|
|
|
|
bool shouldStartSwipe = [self sendSwipeEvent:anEvent
|
2013-04-12 20:04:52 -07:00
|
|
|
withKind:NS_SIMPLE_GESTURE_SWIPE_START
|
|
|
|
allowedDirections:&allowedDirections
|
|
|
|
direction:direction
|
|
|
|
delta:0.0];
|
2013-04-09 12:44:01 -07:00
|
|
|
|
|
|
|
if (!shouldStartSwipe) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
CGFloat min = 0.0;
|
|
|
|
CGFloat max = 0.0;
|
|
|
|
if (!(direction & vDirs)) {
|
|
|
|
min = (allowedDirections & nsIDOMSimpleGestureEvent::DIRECTION_RIGHT) ?
|
|
|
|
-1.0 : 0.0;
|
|
|
|
max = (allowedDirections & nsIDOMSimpleGestureEvent::DIRECTION_LEFT) ?
|
|
|
|
1.0 : 0.0;
|
|
|
|
}
|
2013-04-09 12:44:01 -07:00
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
__block BOOL animationCanceled = NO;
|
2013-04-12 20:04:52 -07:00
|
|
|
__block BOOL geckoSwipeEventSent = NO;
|
2011-08-11 10:42:23 -07:00
|
|
|
// At this point, anEvent is the first scroll wheel event in a two-finger
|
|
|
|
// horizontal gesture that we've decided to treat as a swipe. When we call
|
|
|
|
// [NSEvent trackSwipeEventWithOptions:...], the OS interprets all
|
|
|
|
// subsequent scroll wheel events that are part of this gesture as a swipe,
|
|
|
|
// and stops sending them to us. The OS calls the trackingHandler "block"
|
|
|
|
// multiple times, asynchronously (sometimes after [NSEvent
|
|
|
|
// maybeTrackScrollEventAsSwipe:...] has returned). The OS determines when
|
|
|
|
// the gesture has finished, and whether or not it was "successful" -- this
|
|
|
|
// information is passed to trackingHandler. We must be careful to only
|
|
|
|
// call [NSEvent maybeTrackScrollEventAsSwipe:...] on a "real" swipe --
|
|
|
|
// otherwise two-finger scrolling performance will suffer significantly.
|
2011-09-08 06:31:09 -07:00
|
|
|
// Note that we use anEvent inside the block. This extends the lifetime of
|
|
|
|
// the anEvent object because it's retained by the block, see bug 682445.
|
|
|
|
// The block will release it when the block goes away at the end of the
|
|
|
|
// animation, or when the animation is canceled.
|
2013-04-12 20:04:52 -07:00
|
|
|
[anEvent trackSwipeEventWithOptions:NSEventSwipeTrackingLockDirection |
|
|
|
|
NSEventSwipeTrackingClampGestureAmount
|
2013-04-09 12:44:01 -07:00
|
|
|
dampenAmountThresholdMin:min
|
|
|
|
max:max
|
2013-04-12 20:04:52 -07:00
|
|
|
usingHandler:^(CGFloat gestureAmount,
|
|
|
|
NSEventPhase phase,
|
|
|
|
BOOL isComplete,
|
|
|
|
BOOL *stop) {
|
|
|
|
PRUint32 allowedDirectionsCopy = allowedDirections;
|
|
|
|
// Since this tracking handler can be called asynchronously, mGeckoChild
|
|
|
|
// might have become NULL here (our child widget might have been
|
|
|
|
// destroyed).
|
|
|
|
// Checking for gestureAmount == 0.0 also works around bug 770626, which
|
|
|
|
// happens when DispatchWindowEvent() triggers a modal dialog, which spins
|
|
|
|
// the event loop and confuses the OS. This results in several re-entrant
|
|
|
|
// calls to this handler.
|
|
|
|
if (animationCanceled || !mGeckoChild || gestureAmount == 0.0) {
|
|
|
|
*stop = YES;
|
|
|
|
animationCanceled = YES;
|
|
|
|
if (gestureAmount == 0.0 ||
|
|
|
|
((direction & vDirs) && (direction != mCurrentSwipeDir))) {
|
|
|
|
if (mCancelSwipeAnimation)
|
|
|
|
*mCancelSwipeAnimation = YES;
|
|
|
|
mCancelSwipeAnimation = nil;
|
|
|
|
[self sendSwipeEndEvent:anEvent
|
|
|
|
allowedDirections:allowedDirectionsCopy];
|
2011-08-11 10:42:23 -07:00
|
|
|
}
|
2013-04-12 20:04:52 -07:00
|
|
|
mCurrentSwipeDir = 0;
|
|
|
|
return;
|
|
|
|
}
|
2013-04-09 12:44:01 -07:00
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
// Update animation overlay to match gestureAmount.
|
|
|
|
[self sendSwipeEvent:anEvent
|
|
|
|
withKind:NS_SIMPLE_GESTURE_SWIPE_UPDATE
|
|
|
|
allowedDirections:&allowedDirectionsCopy
|
|
|
|
direction:0.0
|
|
|
|
delta:gestureAmount];
|
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
if (phase == NSEventPhaseEnded && !geckoSwipeEventSent) {
|
2013-04-12 20:04:52 -07:00
|
|
|
// The result of the swipe is now known, so the main event can be sent.
|
|
|
|
// The animation might continue even after this event was sent, so
|
|
|
|
// don't tear down the animation overlay yet.
|
|
|
|
|
|
|
|
PRUint32 directionCopy = direction;
|
|
|
|
|
|
|
|
// gestureAmount is documented to be '-1', '0' or '1' when isComplete
|
|
|
|
// is TRUE, but the docs don't say anything about its value at other
|
|
|
|
// times. However, tests show that, when phase == NSEventPhaseEnded,
|
|
|
|
// gestureAmount is negative when it will be '-1' at isComplete, and
|
|
|
|
// positive when it will be '1'. And phase is never equal to
|
|
|
|
// NSEventPhaseEnded when gestureAmount will be '0' at isComplete.
|
2013-04-12 20:04:52 -07:00
|
|
|
geckoSwipeEventSent = YES;
|
2013-04-09 12:44:01 -07:00
|
|
|
[self sendSwipeEvent:anEvent
|
2013-04-12 20:04:52 -07:00
|
|
|
withKind:NS_SIMPLE_GESTURE_SWIPE
|
2013-04-09 12:44:01 -07:00
|
|
|
allowedDirections:&allowedDirectionsCopy
|
2013-04-12 20:04:52 -07:00
|
|
|
direction:directionCopy
|
|
|
|
delta:0.0];
|
|
|
|
}
|
2013-04-09 12:44:01 -07:00
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
if (isComplete) {
|
|
|
|
[self sendSwipeEndEvent:anEvent allowedDirections:allowedDirectionsCopy];
|
|
|
|
mCurrentSwipeDir = 0;
|
|
|
|
mCancelSwipeAnimation = nil;
|
|
|
|
}
|
|
|
|
}];
|
2011-08-11 10:42:23 -07:00
|
|
|
|
2013-04-12 20:04:52 -07:00
|
|
|
mCancelSwipeAnimation = &animationCanceled;
|
2011-08-11 10:42:23 -07:00
|
|
|
}
|
|
|
|
#endif // #ifdef __LP64__
|
|
|
|
|
2012-01-19 06:45:37 -08:00
|
|
|
- (void)setUsingOMTCompositor:(BOOL)aUseOMTC
|
|
|
|
{
|
|
|
|
mUsingOMTCompositor = aUseOMTC;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-12-11 13:57:40 -08:00
|
|
|
// Returning NO from this method only disallows ordering on mousedown - in order
|
|
|
|
// to prevent it for mouseup too, we need to call [NSApp preventWindowOrdering]
|
|
|
|
// when handling the mousedown event.
|
|
|
|
- (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent*)aEvent
|
|
|
|
{
|
|
|
|
// Always using system-provided window ordering for normal windows.
|
|
|
|
if (![[self window] isKindOfClass:[PopupWindow class]])
|
|
|
|
return NO;
|
|
|
|
|
2010-07-16 05:48:02 -07:00
|
|
|
// Don't reorder when we don't have a parent window, like when we're a
|
|
|
|
// context menu or a tooltip.
|
|
|
|
return ![[self window] parentWindow];
|
2009-12-11 13:57:40 -08:00
|
|
|
}
|
|
|
|
|
2007-11-26 15:19:04 -08:00
|
|
|
- (void)mouseDown:(NSEvent*)theEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2009-12-11 13:57:40 -08:00
|
|
|
if ([self shouldDelayWindowOrderingForEvent:theEvent]) {
|
|
|
|
[NSApp preventWindowOrdering];
|
|
|
|
}
|
|
|
|
|
2008-04-06 16:52:05 -07:00
|
|
|
// If we've already seen this event due to direct dispatch from menuForEvent:
|
|
|
|
// just bail; if not, remember it.
|
|
|
|
if (mLastMouseDownEvent == theEvent) {
|
|
|
|
[mLastMouseDownEvent release];
|
|
|
|
mLastMouseDownEvent = nil;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
[mLastMouseDownEvent release];
|
|
|
|
mLastMouseDownEvent = [theEvent retain];
|
|
|
|
}
|
|
|
|
|
2009-11-06 02:21:41 -08:00
|
|
|
[gLastDragMouseDownEvent release];
|
|
|
|
gLastDragMouseDownEvent = [theEvent retain];
|
|
|
|
|
2010-07-16 05:48:02 -07:00
|
|
|
// We need isClickThrough because at this point the window we're in might
|
|
|
|
// already have become main, so the check for isMainWindow in
|
|
|
|
// WindowAcceptsEvent isn't enough. It also has to check isClickThrough.
|
|
|
|
BOOL isClickThrough = (theEvent == mClickThroughMouseDownEvent);
|
|
|
|
[mClickThroughMouseDownEvent release];
|
|
|
|
mClickThroughMouseDownEvent = nil;
|
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-01-15 15:11:55 -08:00
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
if ([self maybeRollup:theEvent] ||
|
2010-07-16 05:48:02 -07:00
|
|
|
!ChildViewMouseTracker::WindowAcceptsEvent([self window], theEvent, self, isClickThrough)) {
|
|
|
|
// Remember blocking because that means we want to block mouseup as well.
|
|
|
|
mBlockedLastMouseDown = YES;
|
2007-11-26 15:19:04 -08:00
|
|
|
return;
|
2010-07-16 05:48:02 -07:00
|
|
|
}
|
2007-11-26 15:19:04 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#if USE_CLICK_HOLD_CONTEXTMENU
|
|
|
|
// fire off timer to check for click-hold after two seconds. retains |theEvent|
|
|
|
|
[self performSelector:@selector(clickHoldCallback:) withObject:theEvent afterDelay:2.0];
|
|
|
|
#endif
|
|
|
|
|
2007-04-19 13:18:46 -07:00
|
|
|
// in order to send gecko events we'll need a gecko widget
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2010-02-23 15:30:39 -08:00
|
|
|
NSUInteger modifierFlags = [theEvent modifierFlags];
|
2009-08-26 17:29:47 -07:00
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_BUTTON_DOWN, mGeckoChild, nsMouseEvent::eReal);
|
2007-06-12 13:28:26 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
2010-07-16 05:48:02 -07:00
|
|
|
|
|
|
|
NSInteger clickCount = [theEvent clickCount];
|
|
|
|
if (mBlockedLastMouseDown && clickCount > 1) {
|
|
|
|
// Don't send a double click if the first click of the double click was
|
|
|
|
// blocked.
|
|
|
|
clickCount--;
|
|
|
|
}
|
|
|
|
geckoEvent.clickCount = clickCount;
|
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
if (modifierFlags & NSControlKeyMask)
|
2007-03-22 10:30:00 -07:00
|
|
|
geckoEvent.button = nsMouseEvent::eRightButton;
|
|
|
|
else
|
|
|
|
geckoEvent.button = nsMouseEvent::eLeftButton;
|
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
// Create event for use by plugins.
|
|
|
|
// This is going to our child view so we don't need to look up the destination
|
|
|
|
// event type.
|
2009-08-31 18:00:13 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2009-08-26 17:29:47 -07:00
|
|
|
NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
|
|
|
|
cocoaEvent.type = NPCocoaEventMouseDown;
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = modifierFlags;
|
|
|
|
cocoaEvent.data.mouse.pluginX = point.x;
|
|
|
|
cocoaEvent.data.mouse.pluginY = point.y;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [theEvent buttonNumber];
|
2010-07-16 05:48:02 -07:00
|
|
|
cocoaEvent.data.mouse.clickCount = clickCount;
|
2009-08-26 17:29:47 -07:00
|
|
|
cocoaEvent.data.mouse.deltaX = [theEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [theEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [theEvent deltaZ];
|
2009-11-10 13:55:38 -08:00
|
|
|
geckoEvent.pluginEvent = &cocoaEvent;
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2010-07-16 05:48:02 -07:00
|
|
|
mBlockedLastMouseDown = NO;
|
2007-04-19 13:18:46 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// XXX maybe call markedTextSelectionChanged:client: here?
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)mouseUp:(NSEvent *)theEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2010-07-16 05:48:02 -07:00
|
|
|
if (!mGeckoChild || mBlockedLastMouseDown)
|
2007-06-12 13:28:26 -07:00
|
|
|
return;
|
|
|
|
|
2010-01-22 12:57:04 -08:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
2011-03-31 16:31:32 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
2013-04-12 20:04:52 -07:00
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_BUTTON_UP, mGeckoChild, nsMouseEvent::eReal);
|
2007-06-12 13:28:26 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
2010-02-23 15:30:39 -08:00
|
|
|
if ([theEvent modifierFlags] & NSControlKeyMask)
|
2008-09-15 05:50:59 -07:00
|
|
|
geckoEvent.button = nsMouseEvent::eRightButton;
|
|
|
|
else
|
|
|
|
geckoEvent.button = nsMouseEvent::eLeftButton;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
// Create event for use by plugins.
|
|
|
|
// This is going to our child view so we don't need to look up the destination
|
|
|
|
// event type.
|
2010-01-22 12:57:04 -08:00
|
|
|
if (mIsPluginView) {
|
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2010-01-22 12:57:04 -08:00
|
|
|
NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
|
|
|
|
cocoaEvent.type = NPCocoaEventMouseUp;
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = [theEvent modifierFlags];
|
|
|
|
cocoaEvent.data.mouse.pluginX = point.x;
|
|
|
|
cocoaEvent.data.mouse.pluginY = point.y;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [theEvent buttonNumber];
|
|
|
|
cocoaEvent.data.mouse.clickCount = [theEvent clickCount];
|
|
|
|
cocoaEvent.data.mouse.deltaX = [theEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [theEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [theEvent deltaZ];
|
|
|
|
geckoEvent.pluginEvent = &cocoaEvent;
|
|
|
|
}
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-03-02 14:04:13 -08:00
|
|
|
// This might destroy our widget (and null out mGeckoChild).
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2010-01-22 12:57:04 -08:00
|
|
|
// If our mouse-up event's location is over some other object (as might
|
|
|
|
// happen if it came at the end of a dragging operation), also send our
|
|
|
|
// Gecko frame a mouse-exit event.
|
2010-03-02 14:04:13 -08:00
|
|
|
if (mGeckoChild && mIsPluginView) {
|
2012-10-15 05:38:34 -07:00
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2010-01-22 12:57:04 -08:00
|
|
|
if (ChildViewMouseTracker::ViewForEvent(theEvent) != self) {
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoExitEvent(true, NS_MOUSE_EXIT, mGeckoChild, nsMouseEvent::eReal);
|
2010-01-22 12:57:04 -08:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoExitEvent];
|
|
|
|
|
|
|
|
NPCocoaEvent cocoaEvent;
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2010-01-22 12:57:04 -08:00
|
|
|
NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
|
|
|
|
cocoaEvent.type = NPCocoaEventMouseExited;
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = [theEvent modifierFlags];
|
|
|
|
cocoaEvent.data.mouse.pluginX = point.x;
|
|
|
|
cocoaEvent.data.mouse.pluginY = point.y;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [theEvent buttonNumber];
|
|
|
|
cocoaEvent.data.mouse.deltaX = [theEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [theEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [theEvent deltaZ];
|
|
|
|
geckoExitEvent.pluginEvent = &cocoaEvent;
|
|
|
|
|
|
|
|
mGeckoChild->DispatchWindowEvent(geckoExitEvent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
- (void)sendMouseEnterOrExitEvent:(NSEvent*)aEvent
|
|
|
|
enter:(BOOL)aEnter
|
|
|
|
type:(nsMouseEvent::exitType)aType
|
2007-04-10 13:07:49 -07:00
|
|
|
{
|
2009-09-22 19:31:37 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
NSPoint windowEventLocation = nsCocoaUtils::EventLocationForWindow(aEvent, [self window]);
|
|
|
|
NSPoint localEventLocation = [self convertPoint:windowEventLocation fromView:nil];
|
2007-06-12 13:28:26 -07:00
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t msg = aEnter ? NS_MOUSE_ENTER : NS_MOUSE_EXIT;
|
2011-09-30 17:20:33 -07:00
|
|
|
nsMouseEvent event(true, msg, mGeckoChild, nsMouseEvent::eReal);
|
2012-09-29 04:36:09 -07:00
|
|
|
event.refPoint = mGeckoChild->CocoaPointsToDevPixels(localEventLocation);
|
2007-06-12 13:28:26 -07:00
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
// Create event for use by plugins.
|
2009-09-22 19:31:37 -07:00
|
|
|
// This is going to our child view so we don't need to look up the destination
|
|
|
|
// event type.
|
2009-08-31 18:00:13 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
2009-11-09 15:08:42 -08:00
|
|
|
if (mIsPluginView) {
|
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2009-11-09 15:08:42 -08:00
|
|
|
cocoaEvent.type = ((msg == NS_MOUSE_ENTER) ? NPCocoaEventMouseEntered : NPCocoaEventMouseExited);
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = [aEvent modifierFlags];
|
|
|
|
cocoaEvent.data.mouse.pluginX = 5;
|
|
|
|
cocoaEvent.data.mouse.pluginY = 5;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [aEvent buttonNumber];
|
|
|
|
cocoaEvent.data.mouse.deltaX = [aEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [aEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [aEvent deltaZ];
|
2009-11-10 13:55:38 -08:00
|
|
|
event.pluginEvent = &cocoaEvent;
|
2010-05-14 10:24:42 -07:00
|
|
|
}
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
2007-09-05 22:11:35 -07:00
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
event.exit = aType;
|
2008-04-09 10:23:34 -07:00
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
nsEventStatus status; // ignored
|
|
|
|
mGeckoChild->DispatchEvent(&event, status);
|
|
|
|
}
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2013-02-05 13:40:34 -08:00
|
|
|
- (void)updateWindowDraggableStateOnMouseMove:(NSEvent*)theEvent
|
|
|
|
{
|
|
|
|
if (!theEvent || !mGeckoChild) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
nsCocoaWindow* windowWidget = mGeckoChild->GetXULWindowWidget();
|
|
|
|
if (!windowWidget) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
// We assume later on that sending a hit test event won't cause widget destruction.
|
|
|
|
nsMouseEvent hitTestEvent(true, NS_MOUSE_MOZHITTEST, mGeckoChild, nsMouseEvent::eReal);
|
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&hitTestEvent];
|
|
|
|
bool result = mGeckoChild->DispatchWindowEvent(hitTestEvent);
|
|
|
|
|
|
|
|
[windowWidget->GetCocoaWindow() setMovableByWindowBackground:result];
|
|
|
|
}
|
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
- (void)handleMouseMoved:(NSEvent*)theEvent
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-06-15 15:34:48 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_MOVE, mGeckoChild, nsMouseEvent::eReal);
|
2007-06-12 13:28:26 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
// Create event for use by plugins.
|
|
|
|
// This is going to our child view so we don't need to look up the destination
|
|
|
|
// event type.
|
2009-08-31 18:00:13 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
2009-11-09 15:08:42 -08:00
|
|
|
if (mIsPluginView) {
|
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2009-11-09 15:08:42 -08:00
|
|
|
NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
|
|
|
|
cocoaEvent.type = NPCocoaEventMouseMoved;
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = [theEvent modifierFlags];
|
|
|
|
cocoaEvent.data.mouse.pluginX = point.x;
|
|
|
|
cocoaEvent.data.mouse.pluginY = point.y;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [theEvent buttonNumber];
|
|
|
|
cocoaEvent.data.mouse.clickCount = [theEvent clickCount];
|
|
|
|
cocoaEvent.data.mouse.deltaX = [theEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [theEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [theEvent deltaZ];
|
2009-11-10 13:55:38 -08:00
|
|
|
geckoEvent.pluginEvent = &cocoaEvent;
|
2009-11-09 15:08:42 -08:00
|
|
|
}
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)mouseDragged:(NSEvent*)theEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-06-15 15:34:48 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2007-09-23 17:01:04 -07:00
|
|
|
gLastDragView = self;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-03-31 16:31:32 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_MOVE, mGeckoChild, nsMouseEvent::eReal);
|
2007-06-12 13:28:26 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
// create event for use by plugins
|
2010-01-22 12:57:04 -08:00
|
|
|
if (mIsPluginView) {
|
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2010-01-22 12:57:04 -08:00
|
|
|
NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
|
|
|
|
cocoaEvent.type = NPCocoaEventMouseDragged;
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = [theEvent modifierFlags];
|
|
|
|
cocoaEvent.data.mouse.pluginX = point.x;
|
|
|
|
cocoaEvent.data.mouse.pluginY = point.y;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [theEvent buttonNumber];
|
|
|
|
cocoaEvent.data.mouse.clickCount = [theEvent clickCount];
|
|
|
|
cocoaEvent.data.mouse.deltaX = [theEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [theEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [theEvent deltaZ];
|
|
|
|
geckoEvent.pluginEvent = &cocoaEvent;
|
|
|
|
}
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
2007-06-12 13:28:26 -07:00
|
|
|
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2008-01-15 15:11:55 -08:00
|
|
|
|
|
|
|
// Note, sending the above event might have destroyed our widget since we didn't retain.
|
|
|
|
// Fine so long as we don't access any local variables from here on.
|
2007-09-23 17:01:04 -07:00
|
|
|
gLastDragView = nil;
|
2009-11-06 02:21:41 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// XXX maybe call markedTextSelectionChanged:client: here?
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)rightMouseDown:(NSEvent *)theEvent
|
2007-11-06 23:53:24 -08:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-01-15 15:11:21 -08:00
|
|
|
|
2008-01-15 15:11:55 -08:00
|
|
|
[self maybeRollup:theEvent];
|
2007-06-15 15:34:48 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
2007-11-26 15:19:04 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// The right mouse went down, fire off a right mouse down event to gecko
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_BUTTON_DOWN, mGeckoChild, nsMouseEvent::eReal);
|
2007-06-12 13:28:26 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
2007-03-22 10:30:00 -07:00
|
|
|
geckoEvent.button = nsMouseEvent::eRightButton;
|
2007-06-12 13:28:26 -07:00
|
|
|
geckoEvent.clickCount = [theEvent clickCount];
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
// create event for use by plugins
|
2009-08-31 18:00:13 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2009-08-26 17:29:47 -07:00
|
|
|
NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
|
|
|
|
cocoaEvent.type = NPCocoaEventMouseDown;
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = [theEvent modifierFlags];
|
|
|
|
cocoaEvent.data.mouse.pluginX = point.x;
|
|
|
|
cocoaEvent.data.mouse.pluginY = point.y;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [theEvent buttonNumber];
|
|
|
|
cocoaEvent.data.mouse.clickCount = [theEvent clickCount];
|
|
|
|
cocoaEvent.data.mouse.deltaX = [theEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [theEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [theEvent deltaZ];
|
2009-11-10 13:55:38 -08:00
|
|
|
geckoEvent.pluginEvent = &cocoaEvent;
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-06-01 18:18:27 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2008-01-15 15:11:55 -08:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2011-06-01 18:18:27 -07:00
|
|
|
// Let the superclass do the context menu stuff.
|
|
|
|
[super rightMouseDown:theEvent];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)rightMouseUp:(NSEvent *)theEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-06-15 15:34:48 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
2008-01-15 15:11:55 -08:00
|
|
|
|
2011-03-31 16:31:32 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_BUTTON_UP, mGeckoChild, nsMouseEvent::eReal);
|
2007-06-12 13:28:26 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
2007-03-22 10:30:00 -07:00
|
|
|
geckoEvent.button = nsMouseEvent::eRightButton;
|
2007-06-12 13:28:26 -07:00
|
|
|
geckoEvent.clickCount = [theEvent clickCount];
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
// create event for use by plugins
|
2010-01-22 12:57:04 -08:00
|
|
|
if (mIsPluginView) {
|
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2010-01-22 12:57:04 -08:00
|
|
|
NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
|
|
|
|
cocoaEvent.type = NPCocoaEventMouseUp;
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = [theEvent modifierFlags];
|
|
|
|
cocoaEvent.data.mouse.pluginX = point.x;
|
|
|
|
cocoaEvent.data.mouse.pluginY = point.y;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [theEvent buttonNumber];
|
|
|
|
cocoaEvent.data.mouse.clickCount = [theEvent clickCount];
|
|
|
|
cocoaEvent.data.mouse.deltaX = [theEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [theEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [theEvent deltaZ];
|
|
|
|
geckoEvent.pluginEvent = &cocoaEvent;
|
|
|
|
}
|
2009-08-26 17:29:47 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-07-17 13:29:39 -07:00
|
|
|
- (void)rightMouseDragged:(NSEvent*)theEvent
|
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_MOVE, mGeckoChild, nsMouseEvent::eReal);
|
2007-07-17 13:29:39 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
|
|
|
geckoEvent.button = nsMouseEvent::eRightButton;
|
|
|
|
|
|
|
|
// send event into Gecko by going directly to the
|
|
|
|
// the widget.
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2007-07-17 13:29:39 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
- (void)otherMouseDown:(NSEvent *)theEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-01-15 15:11:55 -08:00
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
if ([self maybeRollup:theEvent] ||
|
2010-07-16 05:48:02 -07:00
|
|
|
!ChildViewMouseTracker::WindowAcceptsEvent([self window], theEvent, self))
|
2007-11-26 15:19:04 -08:00
|
|
|
return;
|
2007-07-17 13:29:39 -07:00
|
|
|
|
2007-06-15 15:34:48 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_BUTTON_DOWN, mGeckoChild, nsMouseEvent::eReal);
|
2007-06-12 13:28:26 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
2007-03-22 10:30:00 -07:00
|
|
|
geckoEvent.button = nsMouseEvent::eMiddleButton;
|
2007-06-12 13:28:26 -07:00
|
|
|
geckoEvent.clickCount = [theEvent clickCount];
|
|
|
|
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)otherMouseUp:(NSEvent *)theEvent
|
|
|
|
{
|
2007-06-15 15:34:48 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_BUTTON_UP, mGeckoChild, nsMouseEvent::eReal);
|
2007-06-12 13:28:26 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
2007-03-22 10:30:00 -07:00
|
|
|
geckoEvent.button = nsMouseEvent::eMiddleButton;
|
|
|
|
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-07-17 13:29:39 -07:00
|
|
|
- (void)otherMouseDragged:(NSEvent*)theEvent
|
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_MOVE, mGeckoChild, nsMouseEvent::eReal);
|
2007-07-17 13:29:39 -07:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
|
|
|
geckoEvent.button = nsMouseEvent::eMiddleButton;
|
|
|
|
|
|
|
|
// send event into Gecko by going directly to the
|
|
|
|
// the widget.
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2007-07-17 13:29:39 -07:00
|
|
|
}
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
static int32_t RoundUp(double aDouble)
|
2012-08-11 18:42:37 -07:00
|
|
|
{
|
2012-08-22 08:56:38 -07:00
|
|
|
return aDouble < 0 ? static_cast<int32_t>(floor(aDouble)) :
|
|
|
|
static_cast<int32_t>(ceil(aDouble));
|
2012-08-11 18:42:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)scrollWheel:(NSEvent*)theEvent
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2012-08-11 18:42:37 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
|
|
|
ChildViewMouseTracker::MouseScrolled(theEvent);
|
|
|
|
|
|
|
|
if ([self maybeRollup:theEvent]) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!mGeckoChild) {
|
2007-06-15 15:34:48 -07:00
|
|
|
return;
|
2012-08-11 18:42:37 -07:00
|
|
|
}
|
2007-06-15 15:34:48 -07:00
|
|
|
|
2012-08-11 18:42:37 -07:00
|
|
|
WheelEvent wheelEvent(true, NS_WHEEL_WHEEL, mGeckoChild);
|
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&wheelEvent];
|
|
|
|
wheelEvent.deltaMode =
|
|
|
|
Preferences::GetBool("mousewheel.enable_pixel_scrolling", true) ?
|
|
|
|
nsIDOMWheelEvent::DOM_DELTA_PIXEL : nsIDOMWheelEvent::DOM_DELTA_LINE;
|
2008-09-17 04:27:19 -07:00
|
|
|
|
|
|
|
// Calling deviceDeltaX or deviceDeltaY on theEvent will trigger a Cocoa
|
|
|
|
// assertion and an Objective-C NSInternalInconsistencyException if the
|
|
|
|
// underlying "Carbon" event doesn't contain pixel scrolling information.
|
|
|
|
// For these events, carbonEventKind is kEventMouseWheelMoved instead of
|
|
|
|
// kEventMouseScroll.
|
2012-08-11 18:42:37 -07:00
|
|
|
if (wheelEvent.deltaMode == nsIDOMWheelEvent::DOM_DELTA_PIXEL) {
|
2009-09-27 23:01:05 -07:00
|
|
|
EventRef theCarbonEvent = [theEvent _eventRef];
|
|
|
|
UInt32 carbonEventKind = theCarbonEvent ? ::GetEventKind(theCarbonEvent) : 0;
|
2012-08-11 18:42:37 -07:00
|
|
|
if (carbonEventKind != kEventMouseScroll) {
|
|
|
|
wheelEvent.deltaMode = nsIDOMWheelEvent::DOM_DELTA_LINE;
|
2008-09-17 04:27:19 -07:00
|
|
|
}
|
2012-08-11 18:42:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
wheelEvent.lineOrPageDeltaX = RoundUp(-[theEvent deltaX]);
|
|
|
|
wheelEvent.lineOrPageDeltaY = RoundUp(-[theEvent deltaY]);
|
|
|
|
|
|
|
|
if (wheelEvent.deltaMode == nsIDOMWheelEvent::DOM_DELTA_PIXEL) {
|
|
|
|
// Some scrolling devices supports pixel scrolling, e.g. a Macbook
|
|
|
|
// touchpad or a Mighty Mouse. On those devices, [theEvent deviceDeltaX/Y]
|
|
|
|
// contains the amount of pixels to scroll. Since Lion this has changed
|
|
|
|
// to [theEvent scrollingDeltaX/Y].
|
2012-09-29 04:36:09 -07:00
|
|
|
double scale = mGeckoChild->BackingScaleFactor();
|
2012-08-11 18:42:37 -07:00
|
|
|
if ([theEvent respondsToSelector:@selector(scrollingDeltaX)]) {
|
2012-09-29 04:36:09 -07:00
|
|
|
wheelEvent.deltaX = -[theEvent scrollingDeltaX] * scale;
|
|
|
|
wheelEvent.deltaY = -[theEvent scrollingDeltaY] * scale;
|
2012-08-11 18:42:37 -07:00
|
|
|
} else {
|
2012-09-29 04:36:09 -07:00
|
|
|
wheelEvent.deltaX = -[theEvent deviceDeltaX] * scale;
|
|
|
|
wheelEvent.deltaY = -[theEvent deviceDeltaY] * scale;
|
2008-09-17 04:27:19 -07:00
|
|
|
}
|
|
|
|
} else {
|
2012-08-11 18:42:37 -07:00
|
|
|
wheelEvent.deltaX = -[theEvent deltaX];
|
|
|
|
wheelEvent.deltaY = -[theEvent deltaY];
|
2008-09-17 04:27:19 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-11 18:42:37 -07:00
|
|
|
// TODO: We should not set deltaZ for now because we're not sure if we should
|
|
|
|
// revert the sign.
|
|
|
|
// wheelEvent.deltaZ = [theEvent deltaZ];
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-11 18:42:37 -07:00
|
|
|
if (!wheelEvent.deltaX && !wheelEvent.deltaY && !wheelEvent.deltaZ) {
|
2008-09-17 04:27:19 -07:00
|
|
|
// No sense in firing off a Gecko event.
|
2012-08-11 18:42:37 -07:00
|
|
|
return;
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-11 18:42:37 -07:00
|
|
|
wheelEvent.isMomentum = nsCocoaUtils::IsMomentumScrollEvent(theEvent);
|
2008-09-17 04:27:19 -07:00
|
|
|
|
2012-08-11 18:42:37 -07:00
|
|
|
NPCocoaEvent cocoaEvent;
|
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
|
|
|
NSPoint point = [self convertPoint:[theEvent locationInWindow] fromView:nil];
|
|
|
|
cocoaEvent.type = NPCocoaEventScrollWheel;
|
|
|
|
cocoaEvent.data.mouse.modifierFlags = [theEvent modifierFlags];
|
|
|
|
cocoaEvent.data.mouse.pluginX = point.x;
|
|
|
|
cocoaEvent.data.mouse.pluginY = point.y;
|
|
|
|
cocoaEvent.data.mouse.buttonNumber = [theEvent buttonNumber];
|
|
|
|
cocoaEvent.data.mouse.clickCount = 0;
|
|
|
|
cocoaEvent.data.mouse.deltaX = [theEvent deltaX];
|
|
|
|
cocoaEvent.data.mouse.deltaY = [theEvent deltaY];
|
|
|
|
cocoaEvent.data.mouse.deltaZ = [theEvent deltaZ];
|
|
|
|
wheelEvent.pluginEvent = &cocoaEvent;
|
|
|
|
}
|
2010-11-05 09:04:28 -07:00
|
|
|
|
2012-08-11 18:42:37 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(wheelEvent);
|
|
|
|
if (!mGeckoChild) {
|
|
|
|
return;
|
|
|
|
}
|
2008-09-17 04:27:19 -07:00
|
|
|
|
2011-08-11 10:42:23 -07:00
|
|
|
#ifdef __LP64__
|
2013-04-12 20:04:52 -07:00
|
|
|
// overflowDeltaX and overflowDeltaY tell us when the user has tried to
|
|
|
|
// scroll past the edge of a page (in those cases it's non-zero).
|
|
|
|
if ((wheelEvent.deltaMode == nsIDOMWheelEvent::DOM_DELTA_PIXEL) &&
|
|
|
|
(wheelEvent.viewPortIsScrollTargetParent) &&
|
|
|
|
(wheelEvent.deltaX != 0.0 || wheelEvent.deltaY != 0.0)) {
|
2012-08-11 18:42:37 -07:00
|
|
|
[self maybeTrackScrollEventAsSwipe:theEvent
|
2013-04-12 20:04:52 -07:00
|
|
|
scrollOverflowX:wheelEvent.overflowDeltaX
|
|
|
|
scrollOverflowY:wheelEvent.overflowDeltaY];
|
2008-09-17 04:27:19 -07:00
|
|
|
}
|
2012-08-11 18:42:37 -07:00
|
|
|
#endif // #ifdef __LP64__
|
2008-09-17 04:27:19 -07:00
|
|
|
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
-(NSMenu*)menuForEvent:(NSEvent*)theEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
2007-06-15 15:34:48 -07:00
|
|
|
if (!mGeckoChild || [self isPluginView])
|
2007-03-22 10:30:00 -07:00
|
|
|
return nil;
|
2007-08-20 18:02:09 -07:00
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-01-15 15:11:55 -08:00
|
|
|
|
2007-11-26 15:19:04 -08:00
|
|
|
[self maybeRollup:theEvent];
|
2008-01-15 15:11:55 -08:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return nil;
|
2007-11-26 15:19:04 -08:00
|
|
|
|
2008-04-06 16:52:05 -07:00
|
|
|
// Cocoa doesn't always dispatch a mouseDown: for a control-click event,
|
|
|
|
// depends on what we return from menuForEvent:. Gecko always expects one
|
|
|
|
// and expects the mouse down event before the context menu event, so
|
|
|
|
// get that event sent first if this is a left mouse click.
|
|
|
|
if ([theEvent type] == NSLeftMouseDown) {
|
|
|
|
[self mouseDown:theEvent];
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return nil;
|
|
|
|
}
|
2008-01-16 20:59:43 -08:00
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_CONTEXTMENU, mGeckoChild, nsMouseEvent::eReal);
|
2008-01-16 20:59:43 -08:00
|
|
|
[self convertCocoaMouseEvent:theEvent toGeckoEvent:&geckoEvent];
|
|
|
|
geckoEvent.button = nsMouseEvent::eRightButton;
|
2008-08-25 17:02:26 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2008-01-16 20:59:43 -08:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return nil;
|
|
|
|
|
2008-03-04 00:06:47 -08:00
|
|
|
[self maybeInitContextMenuTracking];
|
2008-02-28 07:58:33 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// Go up our view chain to fetch the correct menu to return.
|
|
|
|
return [self contextMenu];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSMenu*)contextMenu
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
NSView* superView = [self superview];
|
|
|
|
if ([superView respondsToSelector:@selector(contextMenu)])
|
|
|
|
return [(NSView<mozView>*)superView contextMenu];
|
|
|
|
|
|
|
|
return nil;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-06-12 13:28:26 -07:00
|
|
|
- (void) convertCocoaMouseEvent:(NSEvent*)aMouseEvent toGeckoEvent:(nsInputEvent*)outGeckoEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2010-07-16 05:48:02 -07:00
|
|
|
NS_ASSERTION(outGeckoEvent, "convertCocoaMouseEvent:toGeckoEvent: requires non-null aoutGeckoEvent");
|
|
|
|
if (!outGeckoEvent)
|
2007-06-12 13:28:26 -07:00
|
|
|
return;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsCocoaUtils::InitInputEvent(*outGeckoEvent, aMouseEvent);
|
2007-06-12 13:28:26 -07:00
|
|
|
|
|
|
|
// convert point to view coordinate system
|
2009-09-15 14:56:44 -07:00
|
|
|
NSPoint locationInWindow = nsCocoaUtils::EventLocationForWindow(aMouseEvent, [self window]);
|
2009-08-17 19:36:15 -07:00
|
|
|
NSPoint localPoint = [self convertPoint:locationInWindow fromView:nil];
|
2012-09-29 04:36:09 -07:00
|
|
|
|
|
|
|
outGeckoEvent->refPoint = mGeckoChild->CocoaPointsToDevPixels(localPoint);
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2012-04-24 20:00:01 -07:00
|
|
|
nsMouseEvent_base* mouseEvent =
|
|
|
|
static_cast<nsMouseEvent_base*>(outGeckoEvent);
|
|
|
|
mouseEvent->buttons = 0;
|
2012-11-09 02:22:36 -08:00
|
|
|
NSUInteger mouseButtons = [NSEvent pressedMouseButtons];
|
2012-04-24 20:00:01 -07:00
|
|
|
|
|
|
|
if (mouseButtons & 0x01) {
|
|
|
|
mouseEvent->buttons |= nsMouseEvent::eLeftButtonFlag;
|
|
|
|
}
|
|
|
|
if (mouseButtons & 0x02) {
|
|
|
|
mouseEvent->buttons |= nsMouseEvent::eRightButtonFlag;
|
|
|
|
}
|
|
|
|
if (mouseButtons & 0x04) {
|
|
|
|
mouseEvent->buttons |= nsMouseEvent::eMiddleButtonFlag;
|
|
|
|
}
|
|
|
|
if (mouseButtons & 0x08) {
|
|
|
|
mouseEvent->buttons |= nsMouseEvent::e4thButtonFlag;
|
|
|
|
}
|
|
|
|
if (mouseButtons & 0x10) {
|
|
|
|
mouseEvent->buttons |= nsMouseEvent::e5thButtonFlag;
|
|
|
|
}
|
|
|
|
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-06-12 13:28:26 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
// NSTextInput implementation
|
|
|
|
|
|
|
|
- (void)insertText:(id)insertString
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2011-02-23 10:06:26 -08:00
|
|
|
NS_ENSURE_TRUE(mGeckoChild, );
|
2009-09-30 19:52:50 -07:00
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2007-08-16 13:30:50 -07:00
|
|
|
|
2011-02-23 10:06:26 -08:00
|
|
|
NSAttributedString* attrStr;
|
|
|
|
if ([insertString isKindOfClass:[NSAttributedString class]]) {
|
|
|
|
attrStr = static_cast<NSAttributedString*>(insertString);
|
|
|
|
} else {
|
|
|
|
attrStr =
|
|
|
|
[[[NSAttributedString alloc] initWithString:insertString] autorelease];
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2011-02-23 10:06:26 -08:00
|
|
|
mTextInputHandler->InsertText(attrStr);
|
2007-08-16 13:30:50 -07:00
|
|
|
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)insertNewline:(id)sender
|
|
|
|
{
|
2008-03-04 14:32:55 -08:00
|
|
|
[self insertText:@"\n"];
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void) doCommandBySelector:(SEL)aSelector
|
2008-02-20 15:47:05 -08:00
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
2008-03-04 14:32:55 -08:00
|
|
|
|
2011-07-20 17:33:16 -07:00
|
|
|
if (!mGeckoChild || !mTextInputHandler) {
|
|
|
|
return;
|
|
|
|
}
|
2007-04-21 17:37:27 -07:00
|
|
|
|
2011-07-20 17:33:16 -07:00
|
|
|
const char* sel = reinterpret_cast<const char*>(aSelector);
|
|
|
|
if (!mTextInputHandler->DoCommandBySelector(sel)) {
|
2008-03-04 14:32:55 -08:00
|
|
|
[super doCommandBySelector:aSelector];
|
2011-02-23 10:06:26 -08:00
|
|
|
}
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void) setMarkedText:(id)aString selectedRange:(NSRange)selRange
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, );
|
2009-09-30 19:52:50 -07:00
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2007-08-16 13:30:50 -07:00
|
|
|
|
2011-02-18 20:55:34 -08:00
|
|
|
NSAttributedString* attrStr;
|
|
|
|
if ([aString isKindOfClass:[NSAttributedString class]]) {
|
|
|
|
attrStr = static_cast<NSAttributedString*>(aString);
|
|
|
|
} else {
|
|
|
|
attrStr = [[[NSAttributedString alloc] initWithString:aString] autorelease];
|
2008-01-15 15:11:55 -08:00
|
|
|
}
|
2008-04-21 20:30:45 -07:00
|
|
|
|
2011-05-08 03:19:23 -07:00
|
|
|
mTextInputHandler->SetMarkedText(attrStr, selRange);
|
2007-08-16 13:30:50 -07:00
|
|
|
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void) unmarkText
|
|
|
|
{
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, );
|
|
|
|
mTextInputHandler->CommitIMEComposition();
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (BOOL) hasMarkedText
|
|
|
|
{
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, NO);
|
|
|
|
return mTextInputHandler->HasMarkedText();
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-08-31 18:00:13 -07:00
|
|
|
- (NSInteger) conversationIdentifier
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, reinterpret_cast<NSInteger>(self));
|
|
|
|
return mTextInputHandler->ConversationIdentifier();
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSAttributedString *) attributedSubstringFromRange:(NSRange)theRange
|
|
|
|
{
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, nil);
|
|
|
|
return mTextInputHandler->GetAttributedSubstringFromRange(theRange);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSRange) markedRange
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, NSMakeRange(NSNotFound, 0));
|
|
|
|
return mTextInputHandler->MarkedRange();
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(NSMakeRange(0, 0));
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSRange) selectedRange
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, NSMakeRange(NSNotFound, 0));
|
|
|
|
return mTextInputHandler->SelectedRange();
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(NSMakeRange(0, 0));
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSRect) firstRectForCharacterRange:(NSRange)theRange
|
|
|
|
{
|
2008-02-19 23:40:04 -08:00
|
|
|
NSRect rect;
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, rect);
|
|
|
|
return mTextInputHandler->FirstRectForCharacterRange(theRange);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2009-08-31 18:00:13 -07:00
|
|
|
- (NSUInteger)characterIndexForPoint:(NSPoint)thePoint
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, 0);
|
|
|
|
return mTextInputHandler->CharacterIndexForPoint(thePoint);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSArray*) validAttributesForMarkedText
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
2011-05-08 03:19:23 -07:00
|
|
|
NS_ENSURE_TRUE(mTextInputHandler, [NSArray array]);
|
|
|
|
return mTextInputHandler->GetValidAttributesForMarkedText();
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
2012-10-15 05:38:34 -07:00
|
|
|
#ifdef __LP64__
|
2010-06-09 17:56:17 -07:00
|
|
|
- (NSTextInputContext *)inputContext
|
|
|
|
{
|
|
|
|
if (mIsPluginView && mPluginEventModel == NPEventModelCocoa)
|
|
|
|
return [[ComplexTextInputPanel sharedComplexTextInputPanel] inputContext];
|
|
|
|
else
|
|
|
|
return [super inputContext];
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2010-08-16 20:26:17 -07:00
|
|
|
// This is a private API that Cocoa uses.
|
|
|
|
// Cocoa will call this after the menu system returns "NO" for "performKeyEquivalent:".
|
|
|
|
// We want all they key events we can get so just return YES. In particular, this fixes
|
|
|
|
// ctrl-tab - we don't get a "keyDown:" call for that without this.
|
|
|
|
- (BOOL)_wantsKeyDownForEvent:(NSEvent*)event
|
|
|
|
{
|
|
|
|
return YES;
|
|
|
|
}
|
|
|
|
|
2008-02-28 21:47:41 -08:00
|
|
|
- (void)keyDown:(NSEvent*)theEvent
|
|
|
|
{
|
2008-06-30 09:30:22 -07:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2011-07-20 17:33:16 -07:00
|
|
|
if (mGeckoChild && mTextInputHandler && mIsPluginView) {
|
2011-02-23 20:48:12 -08:00
|
|
|
mTextInputHandler->HandleKeyDownEventForPlugin(theEvent);
|
2008-06-30 09:30:22 -07:00
|
|
|
return;
|
2010-06-09 17:56:17 -07:00
|
|
|
}
|
2008-06-30 09:30:22 -07:00
|
|
|
|
2011-07-20 17:33:16 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2011-09-28 23:19:26 -07:00
|
|
|
bool handled = false;
|
2011-07-20 17:33:16 -07:00
|
|
|
if (mGeckoChild && mTextInputHandler) {
|
|
|
|
handled = mTextInputHandler->HandleKeyDownEvent(theEvent);
|
|
|
|
}
|
|
|
|
|
2010-08-16 20:26:17 -07:00
|
|
|
// We always allow keyboard events to propagate to keyDown: but if they are not
|
|
|
|
// handled we give special Application menu items a chance to act.
|
|
|
|
if (!handled && sApplicationMenu) {
|
|
|
|
[sApplicationMenu performKeyEquivalent:theEvent];
|
|
|
|
}
|
2008-06-30 09:30:22 -07:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2008-02-28 21:47:41 -08:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
- (void)keyUp:(NSEvent*)theEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2011-07-20 17:33:16 -07:00
|
|
|
NS_ENSURE_TRUE(mGeckoChild, );
|
2011-01-20 17:08:11 -08:00
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-01-15 15:11:55 -08:00
|
|
|
|
2008-06-30 09:30:22 -07:00
|
|
|
if (mIsPluginView) {
|
2011-02-23 20:48:12 -08:00
|
|
|
mTextInputHandler->HandleKeyUpEventForPlugin(theEvent);
|
2008-06-30 09:30:22 -07:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2011-07-20 17:33:16 -07:00
|
|
|
mTextInputHandler->HandleKeyUpEvent(theEvent);
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)flagsChanged:(NSEvent*)theEvent
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2011-07-20 17:33:16 -07:00
|
|
|
NS_ENSURE_TRUE(mGeckoChild, );
|
2007-06-15 15:34:48 -07:00
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2011-07-20 17:33:16 -07:00
|
|
|
mTextInputHandler->HandleFlagsChanged(theEvent);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2008-10-13 11:07:27 -07:00
|
|
|
- (BOOL) isFirstResponder
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
|
|
|
NSResponder* resp = [[self window] firstResponder];
|
|
|
|
return (resp == (NSResponder*)self);
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(NO);
|
|
|
|
}
|
|
|
|
|
2010-03-08 04:35:25 -08:00
|
|
|
- (BOOL)isDragInProgress
|
|
|
|
{
|
|
|
|
if (!mDragService)
|
|
|
|
return NO;
|
|
|
|
|
|
|
|
nsCOMPtr<nsIDragSession> dragSession;
|
|
|
|
mDragService->GetCurrentSession(getter_AddRefs(dragSession));
|
2012-07-30 07:20:58 -07:00
|
|
|
return dragSession != nullptr;
|
2010-03-08 04:35:25 -08:00
|
|
|
}
|
|
|
|
|
2010-07-16 05:48:02 -07:00
|
|
|
- (BOOL)inactiveWindowAcceptsMouseEvent:(NSEvent*)aEvent
|
|
|
|
{
|
2010-08-09 09:12:50 -07:00
|
|
|
// If we're being destroyed assume the default -- return YES.
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return YES;
|
|
|
|
|
2012-04-24 20:00:02 -07:00
|
|
|
nsMouseEvent geckoEvent(true, NS_MOUSE_ACTIVATE, mGeckoChild, nsMouseEvent::eReal);
|
2010-07-16 05:48:02 -07:00
|
|
|
[self convertCocoaMouseEvent:aEvent toGeckoEvent:&geckoEvent];
|
|
|
|
return !mGeckoChild->DispatchWindowEvent(geckoEvent);
|
|
|
|
}
|
|
|
|
|
2011-03-01 13:15:23 -08:00
|
|
|
// Don't focus a plugin if the user has clicked on a DOM element above it.
|
|
|
|
// In this case the user has actually clicked on the plugin's ChildView
|
|
|
|
// (underneath the non-plugin DOM element). But we shouldn't allow the
|
|
|
|
// ChildView to be focused. See bug 627649.
|
|
|
|
- (BOOL)currentEventShouldFocusPlugin
|
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return NO;
|
|
|
|
|
|
|
|
NSEvent* currentEvent = [NSApp currentEvent];
|
|
|
|
if ([currentEvent type] != NSLeftMouseDown)
|
|
|
|
return YES;
|
|
|
|
|
2011-03-31 05:44:00 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
2012-10-18 08:53:32 -07:00
|
|
|
// hitTest needs coordinates in device pixels
|
2011-03-01 13:15:23 -08:00
|
|
|
NSPoint eventLoc = nsCocoaUtils::ScreenLocationForEvent(currentEvent);
|
|
|
|
eventLoc.y = nsCocoaUtils::FlippedScreenY(eventLoc.y);
|
2012-10-18 08:53:32 -07:00
|
|
|
nsIntPoint widgetLoc = mGeckoChild->CocoaPointsToDevPixels(eventLoc) -
|
|
|
|
mGeckoChild->WidgetToScreenOffset();
|
2011-03-01 13:15:23 -08:00
|
|
|
|
2011-09-30 17:20:33 -07:00
|
|
|
nsQueryContentEvent hitTest(true, NS_QUERY_DOM_WIDGET_HITTEST, mGeckoChild);
|
2011-03-01 13:15:23 -08:00
|
|
|
hitTest.InitForQueryDOMWidgetHittest(widgetLoc);
|
2011-03-31 05:44:00 -07:00
|
|
|
// This might destroy our widget (and null out mGeckoChild).
|
2011-03-01 13:15:23 -08:00
|
|
|
mGeckoChild->DispatchWindowEvent(hitTest);
|
2011-03-31 05:44:00 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return NO;
|
2011-03-01 13:15:23 -08:00
|
|
|
if (hitTest.mSucceeded && !hitTest.mReply.mWidgetIsHit)
|
|
|
|
return NO;
|
|
|
|
|
|
|
|
return YES;
|
|
|
|
}
|
|
|
|
|
2010-11-15 13:12:50 -08:00
|
|
|
// Don't focus a plugin if we're in a left click-through that will fail (see
|
|
|
|
// [ChildView isInFailingLeftClickThrough] above).
|
2011-03-01 13:15:23 -08:00
|
|
|
- (BOOL)shouldFocusPlugin:(BOOL)getFocus
|
2010-04-25 13:58:03 -07:00
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
2010-11-15 13:12:50 -08:00
|
|
|
return NO;
|
|
|
|
|
|
|
|
nsCocoaWindow* windowWidget = mGeckoChild->GetXULWindowWidget();
|
|
|
|
if (windowWidget && !windowWidget->ShouldFocusPlugin())
|
|
|
|
return NO;
|
|
|
|
|
2011-03-01 13:15:23 -08:00
|
|
|
if (getFocus && ![self currentEventShouldFocusPlugin])
|
|
|
|
return NO;
|
|
|
|
|
2010-11-15 13:12:50 -08:00
|
|
|
return YES;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Returns NO if the plugin shouldn't be focused/unfocused.
|
2011-03-01 13:15:23 -08:00
|
|
|
- (BOOL)updatePluginFocusStatus:(BOOL)getFocus
|
2010-11-15 13:12:50 -08:00
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
|
|
|
return NO;
|
|
|
|
|
2011-03-01 13:15:23 -08:00
|
|
|
if (![self shouldFocusPlugin:getFocus])
|
2010-11-15 13:12:50 -08:00
|
|
|
return NO;
|
2010-04-25 13:58:03 -07:00
|
|
|
|
2011-03-01 13:15:23 -08:00
|
|
|
if (mPluginEventModel == NPEventModelCocoa) {
|
2011-09-30 17:20:33 -07:00
|
|
|
nsPluginEvent pluginEvent(true, NS_PLUGIN_FOCUS_EVENT, mGeckoChild);
|
2011-03-01 13:15:23 -08:00
|
|
|
NPCocoaEvent cocoaEvent;
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitNPCocoaEvent(&cocoaEvent);
|
2011-03-01 13:15:23 -08:00
|
|
|
cocoaEvent.type = NPCocoaEventFocusChanged;
|
|
|
|
cocoaEvent.data.focus.hasFocus = getFocus;
|
2011-07-20 17:33:16 -07:00
|
|
|
nsCocoaUtils::InitPluginEvent(pluginEvent, cocoaEvent);
|
2011-03-01 13:15:23 -08:00
|
|
|
mGeckoChild->DispatchWindowEvent(pluginEvent);
|
2010-11-15 13:12:50 -08:00
|
|
|
|
2011-03-01 13:15:23 -08:00
|
|
|
if (getFocus)
|
|
|
|
[self sendFocusEvent:NS_PLUGIN_FOCUS];
|
|
|
|
}
|
2010-11-15 13:12:50 -08:00
|
|
|
|
|
|
|
return YES;
|
2010-04-25 13:58:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
// We must always call through to our superclass, even when mGeckoChild is
|
|
|
|
// nil -- otherwise the keyboard focus can end up in the wrong NSView.
|
|
|
|
- (BOOL)becomeFirstResponder
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
2011-03-01 13:15:23 -08:00
|
|
|
if (mIsPluginView) {
|
|
|
|
if (![self updatePluginFocusStatus:YES])
|
2010-11-15 13:12:50 -08:00
|
|
|
return NO;
|
2010-04-25 13:58:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
return [super becomeFirstResponder];
|
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(YES);
|
|
|
|
}
|
|
|
|
|
2007-06-21 16:58:16 -07:00
|
|
|
// We must always call through to our superclass, even when mGeckoChild is
|
|
|
|
// nil -- otherwise the keyboard focus can end up in the wrong NSView.
|
2007-03-22 10:30:00 -07:00
|
|
|
- (BOOL)resignFirstResponder
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
2011-03-01 13:15:23 -08:00
|
|
|
if (mIsPluginView) {
|
|
|
|
if (![self updatePluginFocusStatus:NO])
|
2010-11-15 13:12:50 -08:00
|
|
|
return NO;
|
2010-04-25 13:58:03 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [super resignFirstResponder];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2010-04-25 13:58:03 -07:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(YES);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)viewsWindowDidBecomeKey
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (!mGeckoChild)
|
2007-06-15 15:34:48 -07:00
|
|
|
return;
|
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-01-15 15:11:55 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// check to see if the window implements the mozWindow protocol. This
|
|
|
|
// allows embedders to avoid re-entrant calls to -makeKeyAndOrderFront,
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 11:00:39 -07:00
|
|
|
// which can happen because these activate calls propagate out
|
2007-03-22 10:30:00 -07:00
|
|
|
// to the embedder via nsIEmbeddingSiteWindow::SetFocus().
|
|
|
|
BOOL isMozWindow = [[self window] respondsToSelector:@selector(setSuppressMakeKeyFront:)];
|
|
|
|
if (isMozWindow)
|
|
|
|
[[self window] setSuppressMakeKeyFront:YES];
|
|
|
|
|
2012-08-15 11:52:42 -07:00
|
|
|
nsIWidgetListener* listener = mGeckoChild->GetWidgetListener();
|
|
|
|
if (listener)
|
|
|
|
listener->WindowActivated();
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
if (isMozWindow)
|
|
|
|
[[self window] setSuppressMakeKeyFront:NO];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)viewsWindowDidResignKey
|
|
|
|
{
|
|
|
|
if (!mGeckoChild)
|
2007-06-15 15:34:48 -07:00
|
|
|
return;
|
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-01-15 15:11:55 -08:00
|
|
|
|
2012-08-15 11:52:42 -07:00
|
|
|
nsIWidgetListener* listener = mGeckoChild->GetWidgetListener();
|
|
|
|
if (listener)
|
|
|
|
listener->WindowDeactivated();
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-06-21 16:58:16 -07:00
|
|
|
// If the call to removeFromSuperview isn't delayed from nsChildView::
|
|
|
|
// TearDownView(), the NSView hierarchy might get changed during calls to
|
|
|
|
// [ChildView drawRect:], which leads to "beyond bounds" exceptions in
|
|
|
|
// NSCFArray. For more info see bmo bug 373122. Apple's docs claim that
|
2007-05-30 11:25:44 -07:00
|
|
|
// removeFromSuperviewWithoutNeedingDisplay "can be safely invoked during
|
|
|
|
// display" (whatever "display" means). But it's _not_ true that it can be
|
2007-06-21 16:58:16 -07:00
|
|
|
// safely invoked during calls to [NSView drawRect:]. We use
|
|
|
|
// removeFromSuperview here because there's no longer any danger of being
|
|
|
|
// "invoked during display", and because doing do clears up bmo bug 384343.
|
2007-05-30 11:25:44 -07:00
|
|
|
- (void)delayedTearDown
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2007-06-21 16:58:16 -07:00
|
|
|
[self removeFromSuperview];
|
2007-05-30 11:25:44 -07:00
|
|
|
[self release];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-05-30 11:25:44 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
// drag'n'drop stuff
|
|
|
|
#define kDragServiceContractID "@mozilla.org/widget/dragservice;1"
|
|
|
|
|
2010-03-08 04:35:25 -08:00
|
|
|
- (NSDragOperation)dragOperationForSession:(nsIDragSession*)aDragSession
|
|
|
|
{
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t dragAction;
|
2010-03-08 04:35:25 -08:00
|
|
|
aDragSession->GetDragAction(&dragAction);
|
|
|
|
if (nsIDragService::DRAGDROP_ACTION_LINK & dragAction)
|
|
|
|
return NSDragOperationLink;
|
|
|
|
if (nsIDragService::DRAGDROP_ACTION_COPY & dragAction)
|
|
|
|
return NSDragOperationCopy;
|
|
|
|
if (nsIDragService::DRAGDROP_ACTION_MOVE & dragAction)
|
|
|
|
return NSDragOperationGeneric;
|
|
|
|
return NSDragOperationNone;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// This is a utility function used by NSView drag event methods
|
|
|
|
// to send events. It contains all of the logic needed for Gecko
|
2010-03-08 04:35:25 -08:00
|
|
|
// dragging to work. Returns the appropriate cocoa drag operation code.
|
2012-08-22 08:56:38 -07:00
|
|
|
- (NSDragOperation)doDragAction:(uint32_t)aMessage sender:(id)aSender
|
2007-03-22 10:30:00 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
2007-06-29 20:19:41 -07:00
|
|
|
if (!mGeckoChild)
|
2010-03-08 04:35:25 -08:00
|
|
|
return NSDragOperationNone;
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-07-16 19:24:05 -07:00
|
|
|
PR_LOG(sCocoaLog, PR_LOG_ALWAYS, ("ChildView doDragAction: entered\n"));
|
|
|
|
|
2007-06-29 20:19:41 -07:00
|
|
|
if (!mDragService) {
|
|
|
|
CallGetService(kDragServiceContractID, &mDragService);
|
|
|
|
NS_ASSERTION(mDragService, "Couldn't get a drag service - big problem!");
|
|
|
|
if (!mDragService)
|
2010-03-08 04:35:25 -08:00
|
|
|
return NSDragOperationNone;
|
2007-06-29 20:19:41 -07:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
if (aMessage == NS_DRAGDROP_ENTER)
|
|
|
|
mDragService->StartDragSession();
|
|
|
|
|
|
|
|
nsCOMPtr<nsIDragSession> dragSession;
|
|
|
|
mDragService->GetCurrentSession(getter_AddRefs(dragSession));
|
|
|
|
if (dragSession) {
|
2007-04-11 21:37:39 -07:00
|
|
|
if (aMessage == NS_DRAGDROP_OVER) {
|
|
|
|
// fire the drag event at the source. Just ignore whether it was
|
|
|
|
// cancelled or not as there isn't actually a means to stop the drag
|
|
|
|
mDragService->FireDragEventAtSource(NS_DRAGDROP_DRAG);
|
2011-09-30 17:20:33 -07:00
|
|
|
dragSession->SetCanDrop(false);
|
2007-04-11 21:37:39 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
else if (aMessage == NS_DRAGDROP_DROP) {
|
2008-07-21 06:26:34 -07:00
|
|
|
// We make the assumption that the dragOver handlers have correctly set
|
2007-03-22 10:30:00 -07:00
|
|
|
// the |canDrop| property of the Drag Session.
|
2011-09-28 23:19:26 -07:00
|
|
|
bool canDrop = false;
|
2008-08-27 05:07:27 -07:00
|
|
|
if (!NS_SUCCEEDED(dragSession->GetCanDrop(&canDrop)) || !canDrop) {
|
2010-02-01 07:11:08 -08:00
|
|
|
[self doDragAction:NS_DRAGDROP_EXIT sender:aSender];
|
|
|
|
|
2008-08-27 05:07:27 -07:00
|
|
|
nsCOMPtr<nsIDOMNode> sourceNode;
|
|
|
|
dragSession->GetSourceNode(getter_AddRefs(sourceNode));
|
|
|
|
if (!sourceNode) {
|
2011-09-30 17:20:33 -07:00
|
|
|
mDragService->EndDragSession(false);
|
2008-08-27 05:07:27 -07:00
|
|
|
}
|
2010-03-08 04:35:25 -08:00
|
|
|
return NSDragOperationNone;
|
2008-08-27 05:07:27 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-02-23 15:30:39 -08:00
|
|
|
unsigned int modifierFlags = [[NSApp currentEvent] modifierFlags];
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t action = nsIDragService::DRAGDROP_ACTION_MOVE;
|
2007-03-22 10:30:00 -07:00
|
|
|
// force copy = option, alias = cmd-option, default is move
|
|
|
|
if (modifierFlags & NSAlternateKeyMask) {
|
|
|
|
if (modifierFlags & NSCommandKeyMask)
|
|
|
|
action = nsIDragService::DRAGDROP_ACTION_LINK;
|
|
|
|
else
|
|
|
|
action = nsIDragService::DRAGDROP_ACTION_COPY;
|
|
|
|
}
|
|
|
|
dragSession->SetDragAction(action);
|
|
|
|
}
|
|
|
|
|
2007-10-09 11:46:30 -07:00
|
|
|
// set up gecko event
|
2012-04-24 20:00:02 -07:00
|
|
|
nsDragEvent geckoEvent(true, aMessage, mGeckoChild);
|
|
|
|
nsCocoaUtils::InitInputEvent(geckoEvent, [NSApp currentEvent]);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-10-09 11:46:30 -07:00
|
|
|
// Use our own coordinates in the gecko event.
|
|
|
|
// Convert event from gecko global coords to gecko view coords.
|
2012-09-29 04:36:09 -07:00
|
|
|
NSPoint draggingLoc = [aSender draggingLocation];
|
|
|
|
NSPoint localPoint = [self convertPoint:draggingLoc fromView:nil];
|
|
|
|
|
|
|
|
geckoEvent.refPoint = mGeckoChild->CocoaPointsToDevPixels(localPoint);
|
2007-10-09 11:46:30 -07:00
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2007-10-09 11:46:30 -07:00
|
|
|
mGeckoChild->DispatchWindowEvent(geckoEvent);
|
2008-01-15 15:11:55 -08:00
|
|
|
if (!mGeckoChild)
|
2010-03-08 04:35:25 -08:00
|
|
|
return NSDragOperationNone;
|
|
|
|
|
|
|
|
if (dragSession) {
|
|
|
|
switch (aMessage) {
|
|
|
|
case NS_DRAGDROP_ENTER:
|
|
|
|
case NS_DRAGDROP_OVER:
|
|
|
|
return [self dragOperationForSession:dragSession];
|
|
|
|
case NS_DRAGDROP_EXIT:
|
|
|
|
case NS_DRAGDROP_DROP: {
|
|
|
|
nsCOMPtr<nsIDOMNode> sourceNode;
|
|
|
|
dragSession->GetSourceNode(getter_AddRefs(sourceNode));
|
|
|
|
if (!sourceNode) {
|
|
|
|
// We're leaving a window while doing a drag that was
|
|
|
|
// initiated in a different app. End the drag session,
|
|
|
|
// since we're done with it for now (until the user
|
|
|
|
// drags back into mozilla).
|
2011-09-30 17:20:33 -07:00
|
|
|
mDragService->EndDragSession(false);
|
2010-03-08 04:35:25 -08:00
|
|
|
}
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2010-03-08 04:35:25 -08:00
|
|
|
return NSDragOperationGeneric;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
2010-03-08 04:35:25 -08:00
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(NSDragOperationNone);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
2007-07-16 19:24:05 -07:00
|
|
|
PR_LOG(sCocoaLog, PR_LOG_ALWAYS, ("ChildView draggingEntered: entered\n"));
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// there should never be a globalDragPboard when "draggingEntered:" is
|
|
|
|
// called, but just in case we'll take care of it here.
|
|
|
|
[globalDragPboard release];
|
|
|
|
|
|
|
|
// Set the global drag pasteboard that will be used for this drag session.
|
|
|
|
// This will be set back to nil when the drag session ends (mouse exits
|
|
|
|
// the view or a drop happens within the view).
|
|
|
|
globalDragPboard = [[sender draggingPasteboard] retain];
|
|
|
|
|
2010-03-08 04:35:25 -08:00
|
|
|
return [self doDragAction:NS_DRAGDROP_ENTER sender:sender];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(NSDragOperationNone);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender
|
|
|
|
{
|
2007-07-16 19:24:05 -07:00
|
|
|
PR_LOG(sCocoaLog, PR_LOG_ALWAYS, ("ChildView draggingUpdated: entered\n"));
|
|
|
|
|
2010-03-08 04:35:25 -08:00
|
|
|
return [self doDragAction:NS_DRAGDROP_OVER sender:sender];
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (void)draggingExited:(id <NSDraggingInfo>)sender
|
|
|
|
{
|
2007-07-16 19:24:05 -07:00
|
|
|
PR_LOG(sCocoaLog, PR_LOG_ALWAYS, ("ChildView draggingExited: entered\n"));
|
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2007-03-22 10:30:00 -07:00
|
|
|
[self doDragAction:NS_DRAGDROP_EXIT sender:sender];
|
2007-10-10 05:19:47 -07:00
|
|
|
NS_IF_RELEASE(mDragService);
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
- (BOOL)performDragOperation:(id <NSDraggingInfo>)sender
|
|
|
|
{
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2010-03-08 04:35:25 -08:00
|
|
|
BOOL handled = [self doDragAction:NS_DRAGDROP_DROP sender:sender] != NSDragOperationNone;
|
2007-10-10 05:19:47 -07:00
|
|
|
NS_IF_RELEASE(mDragService);
|
|
|
|
return handled;
|
2007-06-29 20:19:41 -07:00
|
|
|
}
|
|
|
|
|
2011-04-25 18:37:20 -07:00
|
|
|
// NSDraggingSource
|
|
|
|
- (void)draggedImage:(NSImage *)anImage movedTo:(NSPoint)aPoint
|
|
|
|
{
|
|
|
|
// Get the drag service if it isn't already cached. The drag service
|
|
|
|
// isn't cached when dragging over a different application.
|
|
|
|
nsCOMPtr<nsIDragService> dragService = mDragService;
|
|
|
|
if (!dragService) {
|
|
|
|
dragService = do_GetService(kDragServiceContractID);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (dragService) {
|
|
|
|
NSPoint pnt = [NSEvent mouseLocation];
|
|
|
|
FlipCocoaScreenCoordinate(pnt);
|
|
|
|
dragService->DragMoved(NSToIntRound(pnt.x), NSToIntRound(pnt.y));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2007-06-29 20:19:41 -07:00
|
|
|
// NSDraggingSource
|
|
|
|
- (void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
|
|
|
|
2012-07-30 07:20:58 -07:00
|
|
|
gDraggedTransferables = nullptr;
|
2007-07-17 16:02:40 -07:00
|
|
|
|
2009-02-17 07:51:12 -08:00
|
|
|
NSEvent *currentEvent = [NSApp currentEvent];
|
|
|
|
gUserCancelledDrag = ([currentEvent type] == NSKeyDown &&
|
2012-07-03 22:59:50 -07:00
|
|
|
[currentEvent keyCode] == kVK_Escape);
|
2009-02-17 07:51:12 -08:00
|
|
|
|
2007-06-29 20:19:41 -07:00
|
|
|
if (!mDragService) {
|
|
|
|
CallGetService(kDragServiceContractID, &mDragService);
|
|
|
|
NS_ASSERTION(mDragService, "Couldn't get a drag service - big problem!");
|
|
|
|
}
|
|
|
|
|
|
|
|
if (mDragService) {
|
2009-04-13 06:00:29 -07:00
|
|
|
// set the dragend point from the current mouse location
|
|
|
|
nsDragService* dragService = static_cast<nsDragService *>(mDragService);
|
|
|
|
NSPoint pnt = [NSEvent mouseLocation];
|
|
|
|
FlipCocoaScreenCoordinate(pnt);
|
2009-04-16 08:58:23 -07:00
|
|
|
dragService->SetDragEndPoint(nsIntPoint(NSToIntRound(pnt.x), NSToIntRound(pnt.y)));
|
2009-04-13 06:00:29 -07:00
|
|
|
|
2009-05-26 16:23:15 -07:00
|
|
|
// XXX: dropEffect should be updated per |operation|.
|
|
|
|
// As things stand though, |operation| isn't well handled within "our"
|
|
|
|
// events, that is, when the drop happens within the window: it is set
|
|
|
|
// either to NSDragOperationGeneric or to NSDragOperationNone.
|
|
|
|
// For that reason, it's not yet possible to override dropEffect per the
|
|
|
|
// given OS value, and it's also unclear what's the correct dropEffect
|
|
|
|
// value for NSDragOperationGeneric that is passed by other applications.
|
|
|
|
// All that said, NSDragOperationNone is still reliable.
|
|
|
|
if (operation == NSDragOperationNone) {
|
|
|
|
nsCOMPtr<nsIDOMDataTransfer> dataTransfer;
|
|
|
|
dragService->GetDataTransfer(getter_AddRefs(dataTransfer));
|
2012-02-07 10:02:32 -08:00
|
|
|
if (dataTransfer)
|
|
|
|
dataTransfer->SetDropEffectInt(nsIDragService::DRAGDROP_ACTION_NONE);
|
2009-05-26 16:23:15 -07:00
|
|
|
}
|
|
|
|
|
2011-09-30 17:20:33 -07:00
|
|
|
mDragService->EndDragSession(true);
|
2007-06-29 20:19:41 -07:00
|
|
|
NS_RELEASE(mDragService);
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
[globalDragPboard release];
|
|
|
|
globalDragPboard = nil;
|
2009-11-06 02:21:41 -08:00
|
|
|
[gLastDragMouseDownEvent release];
|
|
|
|
gLastDragMouseDownEvent = nil;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
2007-06-29 20:19:41 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-06-29 20:19:41 -07:00
|
|
|
// NSDraggingSource
|
|
|
|
// this is just implemented so we comply with the NSDraggingSource informal protocol
|
2009-08-31 18:00:13 -07:00
|
|
|
- (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal
|
2007-06-29 20:19:41 -07:00
|
|
|
{
|
|
|
|
return UINT_MAX;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-07-16 19:24:05 -07:00
|
|
|
// This method is a callback typically invoked in response to a drag ending on the desktop
|
|
|
|
// or a Findow folder window; the argument passed is a path to the drop location, to be used
|
|
|
|
// in constructing a complete pathname for the file(s) we want to create as a result of
|
|
|
|
// the drag.
|
2009-08-31 18:00:13 -07:00
|
|
|
- (NSArray *)namesOfPromisedFilesDroppedAtDestination:(NSURL*)dropDestination
|
2007-07-16 19:24:05 -07:00
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
2007-07-16 19:24:05 -07:00
|
|
|
nsresult rv;
|
|
|
|
|
|
|
|
PR_LOG(sCocoaLog, PR_LOG_ALWAYS, ("ChildView namesOfPromisedFilesDroppedAtDestination: entering callback for promised files\n"));
|
|
|
|
|
2012-06-05 19:08:30 -07:00
|
|
|
nsCOMPtr<nsIFile> targFile;
|
2011-09-30 17:20:33 -07:00
|
|
|
NS_NewLocalFile(EmptyString(), true, getter_AddRefs(targFile));
|
2007-07-16 19:24:05 -07:00
|
|
|
nsCOMPtr<nsILocalFileMac> macLocalFile = do_QueryInterface(targFile);
|
|
|
|
if (!macLocalFile) {
|
|
|
|
NS_ERROR("No Mac local file");
|
|
|
|
return nil;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!NS_SUCCEEDED(macLocalFile->InitWithCFURL((CFURLRef)dropDestination))) {
|
|
|
|
NS_ERROR("failed InitWithCFURL");
|
|
|
|
return nil;
|
|
|
|
}
|
|
|
|
|
2007-07-17 16:02:40 -07:00
|
|
|
if (!gDraggedTransferables)
|
|
|
|
return nil;
|
2007-07-16 19:24:05 -07:00
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t transferableCount;
|
2007-07-17 16:02:40 -07:00
|
|
|
rv = gDraggedTransferables->Count(&transferableCount);
|
2007-07-16 19:24:05 -07:00
|
|
|
if (NS_FAILED(rv))
|
|
|
|
return nil;
|
|
|
|
|
2012-08-22 08:56:38 -07:00
|
|
|
for (uint32_t i = 0; i < transferableCount; i++) {
|
2007-07-16 19:24:05 -07:00
|
|
|
nsCOMPtr<nsISupports> genericItem;
|
2007-07-17 16:02:40 -07:00
|
|
|
gDraggedTransferables->GetElementAt(i, getter_AddRefs(genericItem));
|
2007-07-16 19:24:05 -07:00
|
|
|
nsCOMPtr<nsITransferable> item(do_QueryInterface(genericItem));
|
|
|
|
if (!item) {
|
|
|
|
NS_ERROR("no transferable");
|
|
|
|
return nil;
|
|
|
|
}
|
2012-07-30 07:20:58 -07:00
|
|
|
item->Init(nullptr);
|
2007-07-16 19:24:05 -07:00
|
|
|
|
2012-06-05 19:08:30 -07:00
|
|
|
item->SetTransferData(kFilePromiseDirectoryMime, macLocalFile, sizeof(nsIFile*));
|
2007-07-16 19:24:05 -07:00
|
|
|
|
|
|
|
// now request the kFilePromiseMime data, which will invoke the data provider
|
|
|
|
// If successful, the returned data is a reference to the resulting file.
|
|
|
|
nsCOMPtr<nsISupports> fileDataPrimitive;
|
2012-08-22 08:56:38 -07:00
|
|
|
uint32_t dataSize = 0;
|
2007-07-16 19:24:05 -07:00
|
|
|
item->GetTransferData(kFilePromiseMime, getter_AddRefs(fileDataPrimitive), &dataSize);
|
|
|
|
}
|
|
|
|
|
|
|
|
NSPasteboard* generalPboard = [NSPasteboard pasteboardWithName:NSDragPboard];
|
|
|
|
NSData* data = [generalPboard dataForType:@"application/x-moz-file-promise-dest-filename"];
|
|
|
|
NSString* name = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
|
|
|
|
NSArray* rslt = [NSArray arrayWithObject:name];
|
|
|
|
|
|
|
|
[name release];
|
|
|
|
|
|
|
|
return rslt;
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
2007-07-16 19:24:05 -07:00
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2008-12-15 12:56:29 -08:00
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
// Support for the "Services" menu. We currently only support sending strings
|
2009-03-17 19:04:01 -07:00
|
|
|
// and HTML to system services.
|
2008-12-15 12:56:29 -08:00
|
|
|
|
|
|
|
- (id)validRequestorForSendType:(NSString *)sendType
|
|
|
|
returnType:(NSString *)returnType
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
|
|
|
// sendType contains the type of data that the service would like this
|
|
|
|
// application to send to it. sendType is nil if the service is not
|
|
|
|
// requesting any data.
|
|
|
|
//
|
|
|
|
// returnType contains the type of data the the service would like to
|
|
|
|
// return to this application (e.g., to overwrite the selection).
|
|
|
|
// returnType is nil if the service will not return any data.
|
|
|
|
//
|
|
|
|
// The following condition thus triggers when the service expects a string
|
2010-01-10 17:45:45 -08:00
|
|
|
// or HTML from us or no data at all AND when the service will either not
|
|
|
|
// send back any data to us or will send a string or HTML back to us.
|
|
|
|
|
|
|
|
#define IsSupportedType(typeStr) ([typeStr isEqual:NSStringPboardType] || [typeStr isEqual:NSHTMLPboardType])
|
|
|
|
|
|
|
|
id result = nil;
|
2008-12-15 12:56:29 -08:00
|
|
|
|
2010-01-10 17:45:45 -08:00
|
|
|
if ((!sendType || IsSupportedType(sendType)) &&
|
|
|
|
(!returnType || IsSupportedType(returnType))) {
|
2008-12-15 12:56:29 -08:00
|
|
|
if (mGeckoChild) {
|
2010-01-10 17:45:45 -08:00
|
|
|
// Assume that this object will be able to handle this request.
|
|
|
|
result = self;
|
2009-03-17 19:04:01 -07:00
|
|
|
|
2010-01-10 17:45:45 -08:00
|
|
|
// Keep the ChildView alive during this operation.
|
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
|
|
|
|
|
|
|
// Determine if there is a selection (if sending to the service).
|
|
|
|
if (sendType) {
|
2011-09-30 17:20:33 -07:00
|
|
|
nsQueryContentEvent event(true, NS_QUERY_CONTENT_STATE, mGeckoChild);
|
2010-03-10 13:24:40 -08:00
|
|
|
// This might destroy our widget (and null out mGeckoChild).
|
2010-01-10 17:45:45 -08:00
|
|
|
mGeckoChild->DispatchWindowEvent(event);
|
2010-03-10 13:24:40 -08:00
|
|
|
if (!mGeckoChild || !event.mSucceeded || !event.mReply.mHasSelection)
|
2010-01-10 17:45:45 -08:00
|
|
|
result = nil;
|
|
|
|
}
|
2009-12-30 14:29:26 -08:00
|
|
|
|
2010-01-10 17:45:45 -08:00
|
|
|
// Determine if we can paste (if receiving data from the service).
|
2010-03-10 13:24:40 -08:00
|
|
|
if (mGeckoChild && returnType) {
|
2011-09-30 17:20:33 -07:00
|
|
|
nsContentCommandEvent command(true, NS_CONTENT_COMMAND_PASTE_TRANSFERABLE, mGeckoChild, true);
|
2010-03-10 13:24:40 -08:00
|
|
|
// This might possibly destroy our widget (and null out mGeckoChild).
|
2010-01-10 17:45:45 -08:00
|
|
|
mGeckoChild->DispatchWindowEvent(command);
|
2010-03-10 13:24:40 -08:00
|
|
|
if (!mGeckoChild || !command.mSucceeded || !command.mIsEnabled)
|
2010-01-10 17:45:45 -08:00
|
|
|
result = nil;
|
|
|
|
}
|
2009-03-17 19:04:01 -07:00
|
|
|
}
|
2008-12-15 12:56:29 -08:00
|
|
|
}
|
|
|
|
|
2010-01-10 17:45:45 -08:00
|
|
|
#undef IsSupportedType
|
|
|
|
|
|
|
|
// Give the superclass a chance if this object will not handle this request.
|
|
|
|
if (!result)
|
|
|
|
result = [super validRequestorForSendType:sendType returnType:returnType];
|
|
|
|
|
|
|
|
return result;
|
2008-12-15 12:56:29 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pboard
|
|
|
|
types:(NSArray *)types
|
|
|
|
{
|
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_RETURN;
|
|
|
|
|
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2009-03-17 19:04:01 -07:00
|
|
|
|
|
|
|
// Make sure that the service will accept strings or HTML.
|
|
|
|
if ([types containsObject:NSStringPboardType] == NO &&
|
|
|
|
[types containsObject:NSHTMLPboardType] == NO)
|
2008-12-15 12:56:29 -08:00
|
|
|
return NO;
|
|
|
|
|
2009-03-17 19:04:01 -07:00
|
|
|
// Bail out if there is no Gecko object.
|
2008-12-15 12:56:29 -08:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return NO;
|
2009-03-17 19:04:01 -07:00
|
|
|
|
|
|
|
// Obtain the current selection.
|
2011-09-30 17:20:33 -07:00
|
|
|
nsQueryContentEvent event(true,
|
2009-03-17 19:04:01 -07:00
|
|
|
NS_QUERY_SELECTION_AS_TRANSFERABLE,
|
|
|
|
mGeckoChild);
|
|
|
|
mGeckoChild->DispatchWindowEvent(event);
|
|
|
|
if (!event.mSucceeded || !event.mReply.mTransferable)
|
|
|
|
return NO;
|
|
|
|
|
|
|
|
// Transform the transferable to an NSDictionary.
|
|
|
|
NSDictionary* pasteboardOutputDict = nsClipboard::PasteboardDictFromTransferable(event.mReply.mTransferable);
|
|
|
|
if (!pasteboardOutputDict)
|
2008-12-15 12:56:29 -08:00
|
|
|
return NO;
|
|
|
|
|
2009-03-17 19:04:01 -07:00
|
|
|
// Declare the pasteboard types.
|
|
|
|
unsigned int typeCount = [pasteboardOutputDict count];
|
|
|
|
NSMutableArray * types = [NSMutableArray arrayWithCapacity:typeCount];
|
|
|
|
[types addObjectsFromArray:[pasteboardOutputDict allKeys]];
|
|
|
|
[pboard declareTypes:types owner:nil];
|
|
|
|
|
|
|
|
// Write the data to the pasteboard.
|
|
|
|
for (unsigned int i = 0; i < typeCount; i++) {
|
|
|
|
NSString* currentKey = [types objectAtIndex:i];
|
|
|
|
id currentValue = [pasteboardOutputDict valueForKey:currentKey];
|
|
|
|
|
|
|
|
if (currentKey == NSStringPboardType ||
|
|
|
|
currentKey == kCorePboardType_url ||
|
|
|
|
currentKey == kCorePboardType_urld ||
|
|
|
|
currentKey == kCorePboardType_urln) {
|
|
|
|
[pboard setString:currentValue forType:currentKey];
|
|
|
|
} else if (currentKey == NSHTMLPboardType) {
|
|
|
|
[pboard setString:(nsClipboard::WrapHtmlForSystemPasteboard(currentValue)) forType:currentKey];
|
|
|
|
} else if (currentKey == NSTIFFPboardType) {
|
|
|
|
[pboard setData:currentValue forType:currentKey];
|
|
|
|
} else if (currentKey == NSFilesPromisePboardType) {
|
|
|
|
[pboard setPropertyList:currentValue forType:currentKey];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return YES;
|
2008-12-15 12:56:29 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_RETURN(NO);
|
|
|
|
}
|
|
|
|
|
2010-01-10 17:45:45 -08:00
|
|
|
// Called if the service wants us to replace the current selection.
|
2008-12-15 12:56:29 -08:00
|
|
|
- (BOOL)readSelectionFromPasteboard:(NSPasteboard *)pboard
|
|
|
|
{
|
2010-01-10 17:45:45 -08:00
|
|
|
nsresult rv;
|
|
|
|
nsCOMPtr<nsITransferable> trans = do_CreateInstance("@mozilla.org/widget/transferable;1", &rv);
|
|
|
|
if (NS_FAILED(rv))
|
|
|
|
return NO;
|
2012-07-30 07:20:58 -07:00
|
|
|
trans->Init(nullptr);
|
2010-01-10 17:45:45 -08:00
|
|
|
|
|
|
|
trans->AddDataFlavor(kUnicodeMime);
|
|
|
|
trans->AddDataFlavor(kHTMLMime);
|
|
|
|
|
|
|
|
rv = nsClipboard::TransferableFromPasteboard(trans, pboard);
|
|
|
|
if (NS_FAILED(rv))
|
|
|
|
return NO;
|
|
|
|
|
2011-09-30 17:20:33 -07:00
|
|
|
NS_ENSURE_TRUE(mGeckoChild, false);
|
2010-01-10 17:45:45 -08:00
|
|
|
|
2011-09-30 17:20:33 -07:00
|
|
|
nsContentCommandEvent command(true,
|
2010-01-10 17:45:45 -08:00
|
|
|
NS_CONTENT_COMMAND_PASTE_TRANSFERABLE,
|
|
|
|
mGeckoChild);
|
|
|
|
command.mTransferable = trans;
|
|
|
|
mGeckoChild->DispatchWindowEvent(command);
|
|
|
|
|
|
|
|
return command.mSucceeded && command.mIsEnabled;
|
2008-12-15 12:56:29 -08:00
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
|
|
|
|
/* Every ChildView has a corresponding mozDocAccessible object that is doing all
|
|
|
|
the heavy lifting. The topmost ChildView corresponds to a mozRootAccessible
|
|
|
|
object.
|
|
|
|
|
|
|
|
All ChildView needs to do is to route all accessibility calls (from the NSAccessibility APIs)
|
|
|
|
down to its object, pretending that they are the same.
|
|
|
|
*/
|
|
|
|
- (id<mozAccessible>)accessible
|
|
|
|
{
|
2007-06-15 15:34:48 -07:00
|
|
|
if (!mGeckoChild)
|
|
|
|
return nil;
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
id<mozAccessible> nativeAccessible = nil;
|
2008-01-15 15:11:55 -08:00
|
|
|
|
2008-04-07 21:38:52 -07:00
|
|
|
nsAutoRetainCocoaObject kungFuDeathGrip(self);
|
2008-01-15 15:11:55 -08:00
|
|
|
nsCOMPtr<nsIWidget> kungFuDeathGrip2(mGeckoChild);
|
2012-11-17 18:01:44 -08:00
|
|
|
nsRefPtr<a11y::Accessible> accessible = mGeckoChild->GetDocumentAccessible();
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!accessible)
|
2008-01-15 15:11:55 -08:00
|
|
|
return nil;
|
|
|
|
|
2012-08-20 07:27:01 -07:00
|
|
|
accessible->GetNativeInterface((void**)&nativeAccessible);
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#ifdef DEBUG_hakan
|
|
|
|
NSAssert(![nativeAccessible isExpired], @"native acc is expired!!!");
|
|
|
|
#endif
|
2012-08-20 07:27:01 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return nativeAccessible;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Implementation of formal mozAccessible formal protocol (enabling mozViews
|
|
|
|
to talk to mozAccessible objects in the accessibility module). */
|
|
|
|
|
|
|
|
- (BOOL)hasRepresentedView
|
|
|
|
{
|
|
|
|
return YES;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (id)representedView
|
|
|
|
{
|
|
|
|
return self;
|
|
|
|
}
|
|
|
|
|
|
|
|
- (BOOL)isRoot
|
|
|
|
{
|
|
|
|
return [[self accessible] isRoot];
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
- (void)printHierarchy
|
|
|
|
{
|
|
|
|
[[self accessible] printHierarchy];
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
// general
|
|
|
|
|
|
|
|
- (BOOL)accessibilityIsIgnored
|
|
|
|
{
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityIsIgnored];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [[self accessible] accessibilityIsIgnored];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (id)accessibilityHitTest:(NSPoint)point
|
|
|
|
{
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityHitTest:point];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [[self accessible] accessibilityHitTest:point];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (id)accessibilityFocusedUIElement
|
|
|
|
{
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityFocusedUIElement];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [[self accessible] accessibilityFocusedUIElement];
|
|
|
|
}
|
|
|
|
|
|
|
|
// actions
|
|
|
|
|
|
|
|
- (NSArray*)accessibilityActionNames
|
|
|
|
{
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityActionNames];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [[self accessible] accessibilityActionNames];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (NSString*)accessibilityActionDescription:(NSString*)action
|
|
|
|
{
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityActionDescription:action];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [[self accessible] accessibilityActionDescription:action];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (void)accessibilityPerformAction:(NSString*)action
|
|
|
|
{
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityPerformAction:action];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [[self accessible] accessibilityPerformAction:action];
|
|
|
|
}
|
|
|
|
|
|
|
|
// attributes
|
|
|
|
|
|
|
|
- (NSArray*)accessibilityAttributeNames
|
|
|
|
{
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityAttributeNames];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [[self accessible] accessibilityAttributeNames];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (BOOL)accessibilityIsAttributeSettable:(NSString*)attribute
|
|
|
|
{
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityIsAttributeSettable:attribute];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
return [[self accessible] accessibilityIsAttributeSettable:attribute];
|
|
|
|
}
|
|
|
|
|
|
|
|
- (id)accessibilityAttributeValue:(NSString*)attribute
|
|
|
|
{
|
2008-02-20 15:47:05 -08:00
|
|
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NIL;
|
|
|
|
|
2012-08-20 07:27:01 -07:00
|
|
|
if (!mozilla::a11y::ShouldA11yBeEnabled())
|
|
|
|
return [super accessibilityAttributeValue:attribute];
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
id<mozAccessible> accessible = [self accessible];
|
2012-08-20 07:27:01 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
// if we're the root (topmost) accessible, we need to return our native AXParent as we
|
|
|
|
// traverse outside to the hierarchy of whoever embeds us. thus, fall back on NSView's
|
|
|
|
// default implementation for this attribute.
|
|
|
|
if ([attribute isEqualToString:NSAccessibilityParentAttribute] && [accessible isRoot]) {
|
|
|
|
id parentAccessible = [super accessibilityAttributeValue:attribute];
|
|
|
|
return parentAccessible;
|
|
|
|
}
|
|
|
|
|
|
|
|
return [accessible accessibilityAttributeValue:attribute];
|
2008-02-20 15:47:05 -08:00
|
|
|
|
|
|
|
NS_OBJC_END_TRY_ABORT_BLOCK_NIL;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* ACCESSIBILITY */
|
|
|
|
|
|
|
|
@end
|
2007-04-15 06:43:55 -07:00
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
#pragma mark -
|
|
|
|
|
|
|
|
void
|
|
|
|
ChildViewMouseTracker::OnDestroyView(ChildView* aView)
|
|
|
|
{
|
2011-08-08 07:43:13 -07:00
|
|
|
if (sLastMouseEventView == aView) {
|
2009-09-22 19:31:37 -07:00
|
|
|
sLastMouseEventView = nil;
|
2011-08-13 07:25:39 -07:00
|
|
|
[sLastMouseMoveEvent release];
|
|
|
|
sLastMouseMoveEvent = nil;
|
2011-08-08 07:43:13 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
ChildViewMouseTracker::OnDestroyWindow(NSWindow* aWindow)
|
|
|
|
{
|
|
|
|
if (sWindowUnderMouse == aWindow) {
|
|
|
|
sWindowUnderMouse = nil;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
ChildViewMouseTracker::MouseEnteredWindow(NSEvent* aEvent)
|
|
|
|
{
|
|
|
|
sWindowUnderMouse = [aEvent window];
|
|
|
|
ReEvaluateMouseEnterState(aEvent);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
ChildViewMouseTracker::MouseExitedWindow(NSEvent* aEvent)
|
|
|
|
{
|
|
|
|
if (sWindowUnderMouse == [aEvent window]) {
|
|
|
|
sWindowUnderMouse = nil;
|
|
|
|
ReEvaluateMouseEnterState(aEvent);
|
|
|
|
}
|
2009-09-22 19:31:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2009-12-11 13:56:59 -08:00
|
|
|
ChildViewMouseTracker::ReEvaluateMouseEnterState(NSEvent* aEvent)
|
2009-09-22 19:31:37 -07:00
|
|
|
{
|
2009-10-21 00:02:13 -07:00
|
|
|
ChildView* oldView = sLastMouseEventView;
|
2009-12-11 13:56:59 -08:00
|
|
|
sLastMouseEventView = ViewForEvent(aEvent);
|
|
|
|
if (sLastMouseEventView != oldView) {
|
2009-09-22 19:31:37 -07:00
|
|
|
// Send enter and / or exit events.
|
2009-12-11 13:56:59 -08:00
|
|
|
nsMouseEvent::exitType type = [sLastMouseEventView window] == [oldView window] ?
|
2009-09-22 19:31:37 -07:00
|
|
|
nsMouseEvent::eChild : nsMouseEvent::eTopLevel;
|
2009-10-21 00:02:13 -07:00
|
|
|
[oldView sendMouseEnterOrExitEvent:aEvent enter:NO type:type];
|
2009-09-22 19:31:37 -07:00
|
|
|
// After the cursor exits the window set it to a visible regular arrow cursor.
|
|
|
|
if (type == nsMouseEvent::eTopLevel) {
|
|
|
|
[[nsCursorManager sharedInstance] setCursor:eCursor_standard];
|
|
|
|
}
|
2009-12-11 13:56:59 -08:00
|
|
|
[sLastMouseEventView sendMouseEnterOrExitEvent:aEvent enter:YES type:type];
|
2009-09-22 19:31:37 -07:00
|
|
|
}
|
2009-12-11 13:56:59 -08:00
|
|
|
}
|
|
|
|
|
2011-08-13 07:25:39 -07:00
|
|
|
void
|
|
|
|
ChildViewMouseTracker::ResendLastMouseMoveEvent()
|
|
|
|
{
|
|
|
|
if (sLastMouseMoveEvent) {
|
|
|
|
MouseMoved(sLastMouseMoveEvent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-12-11 13:56:59 -08:00
|
|
|
void
|
|
|
|
ChildViewMouseTracker::MouseMoved(NSEvent* aEvent)
|
|
|
|
{
|
2011-08-08 07:43:13 -07:00
|
|
|
MouseEnteredWindow(aEvent);
|
2009-12-11 13:56:59 -08:00
|
|
|
[sLastMouseEventView handleMouseMoved:aEvent];
|
2011-08-13 07:25:39 -07:00
|
|
|
if (sLastMouseMoveEvent != aEvent) {
|
|
|
|
[sLastMouseMoveEvent release];
|
|
|
|
sLastMouseMoveEvent = [aEvent retain];
|
|
|
|
}
|
2009-09-22 19:31:37 -07:00
|
|
|
}
|
|
|
|
|
2011-08-17 15:30:52 -07:00
|
|
|
void
|
|
|
|
ChildViewMouseTracker::MouseScrolled(NSEvent* aEvent)
|
|
|
|
{
|
|
|
|
if (!nsCocoaUtils::IsMomentumScrollEvent(aEvent)) {
|
|
|
|
// Store the position so we can pin future momentum scroll events.
|
|
|
|
sLastScrollEventScreenLocation = nsCocoaUtils::ScreenLocationForEvent(aEvent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
ChildView*
|
|
|
|
ChildViewMouseTracker::ViewForEvent(NSEvent* aEvent)
|
|
|
|
{
|
2011-08-08 07:43:13 -07:00
|
|
|
NSWindow* window = sWindowUnderMouse;
|
2010-07-16 05:48:02 -07:00
|
|
|
if (!window)
|
2009-09-22 19:31:37 -07:00
|
|
|
return nil;
|
|
|
|
|
|
|
|
NSPoint windowEventLocation = nsCocoaUtils::EventLocationForWindow(aEvent, window);
|
|
|
|
NSView* view = [[[window contentView] superview] hitTest:windowEventLocation];
|
2013-02-05 13:40:34 -08:00
|
|
|
|
|
|
|
while([view conformsToProtocol:@protocol(EventRedirection)]) {
|
|
|
|
view = [(id<EventRedirection>)view targetView];
|
|
|
|
}
|
|
|
|
|
2010-07-16 05:48:02 -07:00
|
|
|
if (![view isKindOfClass:[ChildView class]])
|
|
|
|
return nil;
|
|
|
|
|
|
|
|
ChildView* childView = (ChildView*)view;
|
2010-08-09 09:12:50 -07:00
|
|
|
// If childView is being destroyed return nil.
|
|
|
|
if (![childView widget])
|
|
|
|
return nil;
|
2010-07-16 05:48:02 -07:00
|
|
|
return WindowAcceptsEvent(window, aEvent, childView) ? childView : nil;
|
2009-09-22 19:31:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
BOOL
|
2010-07-16 05:48:02 -07:00
|
|
|
ChildViewMouseTracker::WindowAcceptsEvent(NSWindow* aWindow, NSEvent* aEvent,
|
|
|
|
ChildView* aView, BOOL aIsClickThrough)
|
2009-09-22 19:31:37 -07:00
|
|
|
{
|
|
|
|
// Right mouse down events may get through to all windows, even to a top level
|
|
|
|
// window with an open sheet.
|
2010-05-14 03:21:25 -07:00
|
|
|
if (!aWindow || [aEvent type] == NSRightMouseDown)
|
2009-09-22 19:31:37 -07:00
|
|
|
return YES;
|
|
|
|
|
|
|
|
id delegate = [aWindow delegate];
|
|
|
|
if (!delegate || ![delegate isKindOfClass:[WindowDelegate class]])
|
|
|
|
return YES;
|
|
|
|
|
|
|
|
nsIWidget *windowWidget = [(WindowDelegate *)delegate geckoWidget];
|
|
|
|
if (!windowWidget)
|
|
|
|
return YES;
|
|
|
|
|
|
|
|
nsWindowType windowType;
|
|
|
|
windowWidget->GetWindowType(windowType);
|
|
|
|
|
2010-05-14 03:21:25 -07:00
|
|
|
NSWindow* topLevelWindow = nil;
|
|
|
|
|
2009-09-22 19:31:37 -07:00
|
|
|
switch (windowType) {
|
|
|
|
case eWindowType_popup:
|
|
|
|
// If this is a context menu, it won't have a parent. So we'll always
|
|
|
|
// accept mouse move events on context menus even when none of our windows
|
|
|
|
// is active, which is the right thing to do.
|
|
|
|
// For panels, the parent window is the XUL window that owns the panel.
|
2010-07-16 05:48:02 -07:00
|
|
|
return WindowAcceptsEvent([aWindow parentWindow], aEvent, aView, aIsClickThrough);
|
2009-09-22 19:31:37 -07:00
|
|
|
|
|
|
|
case eWindowType_toplevel:
|
|
|
|
case eWindowType_dialog:
|
2010-05-14 03:21:25 -07:00
|
|
|
if ([aWindow attachedSheet])
|
|
|
|
return NO;
|
2009-09-22 19:31:37 -07:00
|
|
|
|
2010-05-14 03:21:25 -07:00
|
|
|
topLevelWindow = aWindow;
|
|
|
|
break;
|
2009-09-22 19:31:37 -07:00
|
|
|
case eWindowType_sheet: {
|
|
|
|
nsIWidget* parentWidget = windowWidget->GetSheetWindowParent();
|
|
|
|
if (!parentWidget)
|
|
|
|
return YES;
|
|
|
|
|
2010-05-14 03:21:25 -07:00
|
|
|
topLevelWindow = (NSWindow*)parentWidget->GetNativeData(NS_NATIVE_WINDOW);
|
|
|
|
break;
|
2009-09-22 19:31:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
default:
|
|
|
|
return YES;
|
|
|
|
}
|
2010-05-14 03:21:25 -07:00
|
|
|
|
|
|
|
if (!topLevelWindow ||
|
2010-07-16 05:48:02 -07:00
|
|
|
([topLevelWindow isMainWindow] && !aIsClickThrough) ||
|
2010-05-14 03:21:25 -07:00
|
|
|
[aEvent type] == NSOtherMouseDown ||
|
|
|
|
(([aEvent modifierFlags] & NSCommandKeyMask) != 0 &&
|
|
|
|
[aEvent type] != NSMouseMoved))
|
|
|
|
return YES;
|
|
|
|
|
|
|
|
// If we're here then we're dealing with a left click or mouse move on an
|
2010-07-16 05:48:02 -07:00
|
|
|
// inactive window or something similar. Ask Gecko what to do.
|
|
|
|
return [aView inactiveWindowAcceptsMouseEvent:aEvent];
|
2009-09-22 19:31:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#pragma mark -
|
|
|
|
|
2009-02-06 09:36:04 -08:00
|
|
|
@interface NSView (MethodSwizzling)
|
|
|
|
- (BOOL)nsChildView_NSView_mouseDownCanMoveWindow;
|
|
|
|
@end
|
|
|
|
|
|
|
|
@implementation NSView (MethodSwizzling)
|
|
|
|
|
|
|
|
// All top-level browser windows belong to the ToolbarWindow class and have
|
|
|
|
// NSTexturedBackgroundWindowMask turned on in their "style" (see particularly
|
|
|
|
// [ToolbarWindow initWithContentRect:...] in nsCocoaWindow.mm). This style
|
|
|
|
// normally means the window "may be moved by clicking and dragging anywhere
|
|
|
|
// in the window background", but we've suppressed this by giving the
|
|
|
|
// ChildView class a mouseDownCanMoveWindow method that always returns NO.
|
|
|
|
// Normally a ToolbarWindow's contentView (not a ChildView) returns YES when
|
|
|
|
// NSTexturedBackgroundWindowMask is turned on. But normally this makes no
|
|
|
|
// difference. However, under some (probably very unusual) circumstances
|
|
|
|
// (and only on Leopard) it *does* make a difference -- for example it
|
|
|
|
// triggers bmo bugs 431902 and 476393. So here we make sure that a
|
|
|
|
// ToolbarWindow's contentView always returns NO from the
|
|
|
|
// mouseDownCanMoveWindow method.
|
|
|
|
- (BOOL)nsChildView_NSView_mouseDownCanMoveWindow
|
|
|
|
{
|
|
|
|
NSWindow *ourWindow = [self window];
|
|
|
|
NSView *contentView = [ourWindow contentView];
|
|
|
|
if ([ourWindow isKindOfClass:[ToolbarWindow class]] && (self == contentView))
|
2013-02-05 13:40:34 -08:00
|
|
|
return [ourWindow isMovableByWindowBackground];
|
2009-02-06 09:36:04 -08:00
|
|
|
return [self nsChildView_NSView_mouseDownCanMoveWindow];
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
2011-08-18 13:39:54 -07:00
|
|
|
|
|
|
|
#ifdef __LP64__
|
|
|
|
// When using blocks, at least on OS X 10.7, the OS sometimes calls
|
|
|
|
// +[NSEvent removeMonitor:] more than once on a single event monitor, which
|
|
|
|
// causes crashes. See bug 678607. We hook these methods to work around
|
|
|
|
// the problem.
|
|
|
|
@interface NSEvent (MethodSwizzling)
|
|
|
|
+ (id)nsChildView_NSEvent_addLocalMonitorForEventsMatchingMask:(unsigned long long)mask handler:(id)block;
|
|
|
|
+ (void)nsChildView_NSEvent_removeMonitor:(id)eventMonitor;
|
|
|
|
@end
|
|
|
|
|
|
|
|
// This is a local copy of the AppKit frameworks sEventObservers hashtable.
|
|
|
|
// It only stores "local monitors". We use it to ensure that +[NSEvent
|
|
|
|
// removeMonitor:] is never called more than once on the same local monitor.
|
|
|
|
static NSHashTable *sLocalEventObservers = nil;
|
|
|
|
|
|
|
|
@implementation NSEvent (MethodSwizzling)
|
|
|
|
|
|
|
|
+ (id)nsChildView_NSEvent_addLocalMonitorForEventsMatchingMask:(unsigned long long)mask handler:(id)block
|
|
|
|
{
|
|
|
|
if (!sLocalEventObservers) {
|
|
|
|
sLocalEventObservers = [[NSHashTable hashTableWithOptions:
|
|
|
|
NSHashTableStrongMemory | NSHashTableObjectPointerPersonality] retain];
|
|
|
|
}
|
|
|
|
id retval =
|
|
|
|
[self nsChildView_NSEvent_addLocalMonitorForEventsMatchingMask:mask handler:block];
|
|
|
|
if (sLocalEventObservers && retval && ![sLocalEventObservers containsObject:retval]) {
|
|
|
|
[sLocalEventObservers addObject:retval];
|
|
|
|
}
|
|
|
|
return retval;
|
|
|
|
}
|
|
|
|
|
|
|
|
+ (void)nsChildView_NSEvent_removeMonitor:(id)eventMonitor
|
|
|
|
{
|
|
|
|
if (sLocalEventObservers && [eventMonitor isKindOfClass: ::NSClassFromString(@"_NSLocalEventObserver")]) {
|
|
|
|
if (![sLocalEventObservers containsObject:eventMonitor]) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
[sLocalEventObservers removeObject:eventMonitor];
|
|
|
|
}
|
|
|
|
[self nsChildView_NSEvent_removeMonitor:eventMonitor];
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
#endif // #ifdef __LP64__
|