2001-09-29 00:14:13 +04:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 15:12:37 +04: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/. */
|
2001-02-15 16:22:26 +03:00
|
|
|
|
2004-06-05 21:57:00 +04:00
|
|
|
#ifndef nsCopySupport_h__
|
|
|
|
#define nsCopySupport_h__
|
|
|
|
|
2020-11-23 19:07:43 +03:00
|
|
|
#include <cstdint>
|
|
|
|
#include "ErrorList.h"
|
|
|
|
#include "mozilla/AlreadyAddRefed.h"
|
|
|
|
#include "mozilla/Attributes.h"
|
|
|
|
#include "mozilla/BasicEvents.h"
|
2017-08-17 02:48:52 +03:00
|
|
|
#include "nsStringFwd.h"
|
2001-02-15 16:22:26 +03:00
|
|
|
|
2014-08-18 18:44:50 +04:00
|
|
|
class nsINode;
|
2004-06-05 21:57:00 +04:00
|
|
|
class nsIImageLoadingContent;
|
2003-04-17 17:16:36 +04:00
|
|
|
class nsITransferable;
|
2012-04-17 06:14:01 +04:00
|
|
|
class nsILoadContext;
|
2006-03-22 21:36:36 +03:00
|
|
|
|
2018-03-27 07:35:20 +03:00
|
|
|
namespace mozilla {
|
2019-04-13 15:43:57 +03:00
|
|
|
class PresShell;
|
2018-03-27 07:35:20 +03:00
|
|
|
namespace dom {
|
2019-01-02 16:05:23 +03:00
|
|
|
class Document;
|
2018-03-27 07:35:20 +03:00
|
|
|
class Selection;
|
|
|
|
} // namespace dom
|
|
|
|
} // namespace mozilla
|
|
|
|
|
2001-02-15 16:22:26 +03:00
|
|
|
class nsCopySupport {
|
|
|
|
// class of static helper functions for copy support
|
|
|
|
public:
|
2016-06-08 21:11:39 +03:00
|
|
|
static nsresult ClearSelectionCache();
|
2019-05-15 15:14:12 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @param aDoc Needs to be not nullptr.
|
|
|
|
*/
|
2019-05-20 10:43:43 +03:00
|
|
|
static nsresult EncodeDocumentWithContextAndPutToClipboard(
|
|
|
|
mozilla::dom::Selection* aSel, mozilla::dom::Document* aDoc,
|
|
|
|
int16_t aClipboardID, bool aWithRubyAnnotation);
|
2003-04-19 00:20:04 +04:00
|
|
|
|
|
|
|
// Get the selection, or entire document, in the format specified by the mime
|
|
|
|
// type (text/html or text/plain). If aSel is non-null, use it, otherwise get
|
|
|
|
// the entire doc.
|
2018-05-08 20:52:36 +03:00
|
|
|
static nsresult GetContents(const nsACString& aMimeType, uint32_t aFlags,
|
2019-01-02 16:05:23 +03:00
|
|
|
mozilla::dom::Selection* aSel,
|
|
|
|
mozilla::dom::Document* aDoc, nsAString& outdata);
|
2017-07-06 15:00:35 +03:00
|
|
|
|
2005-01-12 07:11:26 +03:00
|
|
|
static nsresult ImageCopy(nsIImageLoadingContent* aImageElement,
|
2012-04-17 06:14:01 +04:00
|
|
|
nsILoadContext* aLoadContext, int32_t aCopyFlags);
|
2007-07-26 08:14:33 +04:00
|
|
|
|
2019-05-20 10:43:43 +03:00
|
|
|
// Get the selection as a transferable.
|
2019-05-15 15:14:12 +03:00
|
|
|
// @param aSelection Can be nullptr.
|
|
|
|
// @param aDocument Needs to be not nullptr.
|
|
|
|
// @param aTransferable Needs to be not nullptr.
|
2018-05-08 20:52:36 +03:00
|
|
|
static nsresult GetTransferableForSelection(
|
2019-01-02 16:05:23 +03:00
|
|
|
mozilla::dom::Selection* aSelection, mozilla::dom::Document* aDocument,
|
2018-05-08 20:52:36 +03:00
|
|
|
nsITransferable** aTransferable);
|
2010-03-19 21:32:13 +03:00
|
|
|
|
2010-07-13 00:24:25 +04:00
|
|
|
// Same as GetTransferableForSelection, but doesn't skip invisible content.
|
2019-05-15 15:14:12 +03:00
|
|
|
// @param aNode Needs to be not nullptr.
|
|
|
|
// @param aDoc Needs to be not nullptr.
|
|
|
|
// @param aTransferable Needs to be not nullptr.
|
2018-09-01 00:19:44 +03:00
|
|
|
MOZ_CAN_RUN_SCRIPT_BOUNDARY
|
2019-01-02 16:05:23 +03:00
|
|
|
static nsresult GetTransferableForNode(nsINode* aNode,
|
|
|
|
mozilla::dom::Document* aDoc,
|
2010-07-13 00:24:25 +04:00
|
|
|
nsITransferable** aTransferable);
|
2010-03-19 21:32:13 +03:00
|
|
|
/**
|
|
|
|
* Retrieve the selection for the given document. If the current focus
|
|
|
|
* within the document has its own selection, aSelection will be set to it
|
|
|
|
* and this focused content node returned. Otherwise, aSelection will be
|
|
|
|
* set to the document's selection and null will be returned.
|
|
|
|
*/
|
2020-03-19 16:18:16 +03:00
|
|
|
static already_AddRefed<mozilla::dom::Selection> GetSelectionForCopy(
|
|
|
|
mozilla::dom::Document* aDocument);
|
2010-03-19 21:32:13 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns true if a copy operation is currently permitted based on the
|
|
|
|
* current focus and selection within the specified document.
|
|
|
|
*/
|
2019-01-02 16:05:23 +03:00
|
|
|
static bool CanCopy(mozilla::dom::Document* aDocument);
|
2010-03-19 21:32:13 +03:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Fires a cut, copy or paste event, on the given presshell, depending
|
2015-09-08 17:33:35 +03:00
|
|
|
* on the value of aEventMessage, which should be either eCut, eCopy or
|
2015-09-08 17:33:35 +03:00
|
|
|
* ePaste, and perform the default copy action if the event was not
|
2010-03-19 21:32:13 +03:00
|
|
|
* cancelled.
|
|
|
|
*
|
|
|
|
* If aSelection is specified, then this selection is used as the target
|
|
|
|
* of the operation. Otherwise, GetSelectionForCopy is used to retrieve
|
|
|
|
* the current selection.
|
|
|
|
*
|
|
|
|
* This will fire a cut, copy or paste event at the node at the start
|
|
|
|
* point of the selection. If a cut or copy event is not cancelled, the
|
|
|
|
* selection is copied to the clipboard and true is returned. Paste events
|
|
|
|
* have no default behaviour but true will be returned. It is expected
|
|
|
|
* that the caller will execute any needed default paste behaviour. Also,
|
|
|
|
* note that this method only copies text to the clipboard, the caller is
|
|
|
|
* responsible for removing the content during a cut operation if true is
|
|
|
|
* returned.
|
|
|
|
*
|
2013-08-07 22:52:38 +04:00
|
|
|
* aClipboardType specifies which clipboard to use, from nsIClipboard.
|
|
|
|
*
|
2015-05-13 09:51:00 +03:00
|
|
|
* If aActionTaken is non-NULL, it will be set to true if an action was
|
|
|
|
* taken, whether it be the default action or the default being prevented.
|
|
|
|
*
|
2010-03-19 21:32:13 +03:00
|
|
|
* If the event is cancelled or an error occurs, false will be returned.
|
|
|
|
*/
|
2019-04-13 15:43:57 +03:00
|
|
|
MOZ_CAN_RUN_SCRIPT_BOUNDARY
|
2015-08-26 15:56:59 +03:00
|
|
|
static bool FireClipboardEvent(mozilla::EventMessage aEventMessage,
|
2013-08-07 22:52:38 +04:00
|
|
|
int32_t aClipboardType,
|
2019-04-13 15:43:57 +03:00
|
|
|
mozilla::PresShell* aPresShell,
|
2018-03-27 07:35:20 +03:00
|
|
|
mozilla::dom::Selection* aSelection,
|
2015-05-13 09:51:00 +03:00
|
|
|
bool* aActionTaken = nullptr);
|
2001-02-15 18:22:22 +03:00
|
|
|
};
|
2004-06-05 21:57:00 +04:00
|
|
|
|
|
|
|
#endif
|