mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
d64e96b4a0
- Bug 448064 - Add crashtest. (d7e9a3f9bb)
- Minor cleanup (cbab3e1ede)
- Bug 1222829: Remove URIChecker. r=mcmanus (74c16ae58c)
- Bug 1220682 - Clear exceptions on single-arg init. r=bz # Please enter the commit message for your changes. Lines starting (4736e0fb57)
- Bug 1229237 (part 1) - Make nsIWidget::{Create,CreateChildren}() take a LayoutDeviceIntRect. r=botond. (992ec123ff)
- Bug 1229237 (part 2) - Make nsIWidget::DrawWindowUnderlay() take a LayoutDeviceIntRect. r=botond. (ad4f13440d)
- Bug 1229237 (part 3) - Make nsIWidget::Invalidate() take a LayoutDeviceIntRect. r=botond. (19f10846a3)
- Bug 1229237 (part 4) - Make ThemeGeometry::mRect a LayoutDeviceIntRect. r=botond. (5f17f6be14)
- Bug 1228125 (part 1) - Remove nsIWidget::GetBoundsUntyped(). r=botond. (5e4d0811e7)
- Bug 1228125 (part 2) - Remove nsIWidget::GetScreenBoundsUntyped(). r=botond. (3ac4b3271b)
- Bug 1228125 (part 3) - Remove nsIWidget::GetClientBoundsUntyped(). r=botond. (7163a1a6e6)
- Bug 1229237 (part 5) - Make Update{Opaque,WindowDragging}Region() take a LayoutDeviceIntRegion. r=botond. (907aafd4c0)
- missing bit Bug 1229237 (part 1) (c160f227b3)
- missing bit Bug 1229237 (part 1) (edc4237028)
- Bug 1215959 - (GeckoCaret2) update experimental prefs, r=snorp (df3a19e142)
- Bug 1168881 - Enabling AccessibleCarets crashes Firefox when trying to input text, r=tylin (abbd401672)
- Bug 1215959 - (GeckoCaret2) Remove experimental bits added to Touch/Selection carets, r=tylin (291385ad0e)
- Bug 1219236 - Part 1: Flush throttle styles for all descendant sub documents and *root* document itself. r=roc (b6c4d4c815)
- Bug 1153130 - Prevent FireFox crashes when pointer events are enabled. r=smaug (a7093fae15)
- Bug 1226041 - Remove mFirstPaint hack for JPZC when the C++ APZ is enabled. r=kats (6af6102f1f)
- Bug 1223228 - Remove unused nsFrameManagerBase::mStyleSet. r=dholbert (9145f9cb38)
- Bug 1189353 - Change NS_ macro prefix to MOZ_ in AccessibleCaretEventHub. r=mtseng (820920546e)
- Bug 1210315 - Use preference to control whether to use long tap injector. r=roc (00ee7e8874)
- Bug 1206545 - Store nsIPresShell pointer in constructor instead of Init(). r=roc (6a9f8216f7)
- Bug 1194063 - Update link to point to the diagram directly. r=mtseng (3d627f37da)
- Bug 1225701 - Update comments in AccessibleCaret files. r=mtseng (fe1d296655)
- Bug 1211365 - Remove NS_IMPL_STATE_UTILITIES. r=mtseng (79713764b9)
- Bug 1211365 - Make deleted functions in class State public. r=mtseng (da2df347b3)
- Bug 1211365 - Delete wheel event handling. r=mtseng (7bacb7e8f5)
- Bug 1200194 - Tweak formatting and debug logging. r=roc (148a22ce3c)
- Bug 1082425 - Commit composition string before changing focus by long tap. r=masayuki (1452e46511)
- Bug 1196176 - No need to test mLastUpdateCaretMode. r=mtseng (fc93c83698)
- Bug 1196176 - Hide carets for mouse down reason. r=mtseng (3c13762b86)
- Bug 1209841 - Merge test_selectioncarets2.py into test_selectioncarets.py. r=automatedtester (35575914b9)
- Bug 1209841 - Simplify functions related to select word. r=automatedtester (56bf6052e1)
- Bug 1209841 - Send synthesized mouse long tap to gecko. r=automatedtester (e83509d49b)
- Bug 1210315 - Inline selectors in carets tests. r=automatedtester (cebad9b688)
- Bug 1163490 - Remove SpecialPowers from marionette carets test. r=jgriffin (fd1e4b6442)
- Bug 1210315 - Use pref utilities in test_selectioncarets.py. r=automatedtester (09efee2a80)
- Bug 1207934 - Add marionette test for appearance changing. r=automatedtester (6e1c5aea60)
- Bug 1210315 - Use pref utilities in test_touchcaret.py. r=automatedtester (a17a92808e)
- Bug 1200364 - Fix AccessibleCaret jumps when dragging. r=roc (66c36347f7)
- Bug 1203074: Move caret to end of textual input field before sending keys (1a8cf55bd7)
- Bug 1164233 - Enlarge the timeout margin from 1.5x to 3x. r=mtseng (188b17550d)
- Bug 1196176 - Fix CaretStateChanged not dispatch on empty content. r=mtseng (5d6930c1e1)
- Bug 1196176 - Do not fire extra CaretStateChanged event when typing. r=mtseng (93f4ccdc97)
- Bug 1211365 - Add test case for scrolling in selection mode. r=mtseng (bfd69f4337)
- Bug 1212732 - Update caret in cursor mode on scroll-end if it was logically visible. r=roc (07ddba2c15)
- Bug 1215959 - (GeckoCaret2) Upgrade Core and AccessibleCaret, r=smaug (fe388a4b37)
- Bug 1216857 - Notify selection dialog to update its position if carets are logically visible. r=TYLin (e759cbe5cd)
- Bug 1215798 nsContentIterator::Init(nsIDOMRange*) should not skip empty start node when mPre is true r=smaug (013857d99d)
- Bug 1215816 nsContentIterator::Init(nsIDOMRange*) should not include end node if it's an empty element and the end offset is 0 when mPre is true r=smaug (5276c84afb)
227 lines
7.5 KiB
C++
227 lines
7.5 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
* vim:cindent:ts=2:et:sw=2:
|
|
*
|
|
* 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/.
|
|
*
|
|
* This Original Code has been modified by IBM Corporation. Modifications made
|
|
* by IBM described herein are Copyright (c) International Business Machines
|
|
* Corporation, 2000. Modifications to Mozilla code or documentation identified
|
|
* per MPL Section 3.3
|
|
*
|
|
* Date Modified by Description of modification
|
|
* 04/20/2000 IBM Corp. OS/2 VisualAge build.
|
|
*/
|
|
|
|
/* storage of the frame tree and information about it */
|
|
|
|
#ifndef _nsFrameManager_h_
|
|
#define _nsFrameManager_h_
|
|
|
|
#include "nsFrameManagerBase.h"
|
|
|
|
#include "nsAutoPtr.h"
|
|
#include "nsFrameList.h"
|
|
#include "nsIContent.h"
|
|
#include "nsStyleContext.h"
|
|
|
|
class nsContainerFrame;
|
|
class nsPlaceholderFrame;
|
|
|
|
namespace mozilla {
|
|
/**
|
|
* Node in a linked list, containing the style for an element that
|
|
* does not have a frame but whose parent does have a frame.
|
|
*/
|
|
struct UndisplayedNode {
|
|
UndisplayedNode(nsIContent* aContent, nsStyleContext* aStyle)
|
|
: mContent(aContent),
|
|
mStyle(aStyle),
|
|
mNext(nullptr)
|
|
{
|
|
MOZ_COUNT_CTOR(mozilla::UndisplayedNode);
|
|
}
|
|
|
|
~UndisplayedNode()
|
|
{
|
|
MOZ_COUNT_DTOR(mozilla::UndisplayedNode);
|
|
|
|
// Delete mNext iteratively to avoid blowing up the stack (bug 460461).
|
|
UndisplayedNode* cur = mNext;
|
|
while (cur) {
|
|
UndisplayedNode* next = cur->mNext;
|
|
cur->mNext = nullptr;
|
|
delete cur;
|
|
cur = next;
|
|
}
|
|
}
|
|
|
|
nsCOMPtr<nsIContent> mContent;
|
|
RefPtr<nsStyleContext> mStyle;
|
|
UndisplayedNode* mNext;
|
|
};
|
|
|
|
} // namespace mozilla
|
|
|
|
/**
|
|
* Frame manager interface. The frame manager serves two purposes:
|
|
* <li>provides a service for mapping from content to frame and from
|
|
* out-of-flow frame to placeholder frame.
|
|
* <li>handles structural modifications to the frame model. If the frame model
|
|
* lock can be acquired, then the changes are processed immediately; otherwise,
|
|
* they're queued and processed later.
|
|
*
|
|
* Do not add virtual methods (a vtable pointer) or members to this class, or
|
|
* else you'll break the validity of the reinterpret_cast in nsIPresShell's
|
|
* FrameManager() method.
|
|
*/
|
|
|
|
class nsFrameManager : public nsFrameManagerBase
|
|
{
|
|
typedef mozilla::layout::FrameChildListID ChildListID;
|
|
|
|
public:
|
|
explicit nsFrameManager(nsIPresShell* aPresShell) {
|
|
mPresShell = aPresShell;
|
|
MOZ_ASSERT(mPresShell, "need a pres shell");
|
|
}
|
|
~nsFrameManager();
|
|
|
|
/*
|
|
* After Destroy is called, it is an error to call any FrameManager methods.
|
|
* Destroy should be called when the frame tree managed by the frame
|
|
* manager is no longer being displayed.
|
|
*/
|
|
void Destroy();
|
|
|
|
// Placeholder frame functions
|
|
nsPlaceholderFrame* GetPlaceholderFrameFor(const nsIFrame* aFrame);
|
|
nsresult
|
|
RegisterPlaceholderFrame(nsPlaceholderFrame* aPlaceholderFrame);
|
|
|
|
void
|
|
UnregisterPlaceholderFrame(nsPlaceholderFrame* aPlaceholderFrame);
|
|
|
|
void ClearPlaceholderFrameMap();
|
|
|
|
// Mapping undisplayed content
|
|
nsStyleContext* GetUndisplayedContent(nsIContent* aContent)
|
|
{
|
|
if (!mUndisplayedMap) {
|
|
return nullptr;
|
|
}
|
|
return GetStyleContextInMap(mUndisplayedMap, aContent);
|
|
}
|
|
mozilla::UndisplayedNode*
|
|
GetAllUndisplayedContentIn(nsIContent* aParentContent);
|
|
void SetUndisplayedContent(nsIContent* aContent,
|
|
nsStyleContext* aStyleContext);
|
|
void ChangeUndisplayedContent(nsIContent* aContent,
|
|
nsStyleContext* aStyleContext)
|
|
{
|
|
ChangeStyleContextInMap(mUndisplayedMap, aContent, aStyleContext);
|
|
}
|
|
|
|
void ClearUndisplayedContentIn(nsIContent* aContent,
|
|
nsIContent* aParentContent);
|
|
void ClearAllUndisplayedContentIn(nsIContent* aParentContent);
|
|
|
|
// display:contents related methods:
|
|
/**
|
|
* Return the registered display:contents style context for aContent, if any.
|
|
*/
|
|
nsStyleContext* GetDisplayContentsStyleFor(nsIContent* aContent)
|
|
{
|
|
if (!mDisplayContentsMap) {
|
|
return nullptr;
|
|
}
|
|
return GetStyleContextInMap(mDisplayContentsMap, aContent);
|
|
}
|
|
|
|
/**
|
|
* Return the linked list of UndisplayedNodes containing the registered
|
|
* display:contents children of aParentContent, if any.
|
|
*/
|
|
mozilla::UndisplayedNode* GetAllDisplayContentsIn(nsIContent* aParentContent);
|
|
/**
|
|
* Register aContent having a display:contents style context.
|
|
*/
|
|
void SetDisplayContents(nsIContent* aContent,
|
|
nsStyleContext* aStyleContext);
|
|
/**
|
|
* Change the registered style context for aContent to aStyleContext.
|
|
*/
|
|
void ChangeDisplayContents(nsIContent* aContent,
|
|
nsStyleContext* aStyleContext)
|
|
{
|
|
ChangeStyleContextInMap(mDisplayContentsMap, aContent, aStyleContext);
|
|
}
|
|
|
|
/**
|
|
* Unregister the display:contents style context for aContent, if any.
|
|
* If found, then also unregister any display:contents and display:none
|
|
* style contexts for its descendants.
|
|
*/
|
|
void ClearDisplayContentsIn(nsIContent* aContent,
|
|
nsIContent* aParentContent);
|
|
void ClearAllDisplayContentsIn(nsIContent* aParentContent);
|
|
|
|
// Functions for manipulating the frame model
|
|
void AppendFrames(nsContainerFrame* aParentFrame,
|
|
ChildListID aListID,
|
|
nsFrameList& aFrameList);
|
|
|
|
void InsertFrames(nsContainerFrame* aParentFrame,
|
|
ChildListID aListID,
|
|
nsIFrame* aPrevFrame,
|
|
nsFrameList& aFrameList);
|
|
|
|
void RemoveFrame(ChildListID aListID,
|
|
nsIFrame* aOldFrame);
|
|
|
|
/*
|
|
* Notification that a frame is about to be destroyed. This allows any
|
|
* outstanding references to the frame to be cleaned up.
|
|
*/
|
|
void NotifyDestroyingFrame(nsIFrame* aFrame);
|
|
|
|
/*
|
|
* Capture/restore frame state for the frame subtree rooted at aFrame.
|
|
* aState is the document state storage object onto which each frame
|
|
* stores its state. Callers of CaptureFrameState are responsible for
|
|
* traversing next continuations of special siblings of aFrame as
|
|
* needed; this method will only work with actual frametree descendants
|
|
* of aFrame.
|
|
*/
|
|
|
|
void CaptureFrameState(nsIFrame* aFrame,
|
|
nsILayoutHistoryState* aState);
|
|
|
|
void RestoreFrameState(nsIFrame* aFrame,
|
|
nsILayoutHistoryState* aState);
|
|
|
|
/*
|
|
* Add/restore state for one frame
|
|
*/
|
|
void CaptureFrameStateFor(nsIFrame* aFrame,
|
|
nsILayoutHistoryState* aState);
|
|
|
|
void RestoreFrameStateFor(nsIFrame* aFrame,
|
|
nsILayoutHistoryState* aState);
|
|
protected:
|
|
static nsStyleContext* GetStyleContextInMap(UndisplayedMap* aMap,
|
|
nsIContent* aContent);
|
|
static mozilla::UndisplayedNode*
|
|
GetAllUndisplayedNodesInMapFor(UndisplayedMap* aMap,
|
|
nsIContent* aParentContent);
|
|
static void SetStyleContextInMap(UndisplayedMap* aMap,
|
|
nsIContent* aContent,
|
|
nsStyleContext* aStyleContext);
|
|
static void ChangeStyleContextInMap(UndisplayedMap* aMap,
|
|
nsIContent* aContent,
|
|
nsStyleContext* aStyleContext);
|
|
};
|
|
|
|
#endif
|