mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
import changes from win7-7/UXP:
bug1347737, bug1365982, bug1367206
This commit is contained in:
parent
c2b2ce2c5c
commit
0f035317a3
96 changed files with 1525 additions and 1329 deletions
|
|
@ -22,7 +22,6 @@
|
|||
#include "nsITimer.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsIWidgetListener.h"
|
||||
#include "FramePropertyTable.h"
|
||||
#include "nsGkAtoms.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
#include "nsChangeHint.h"
|
||||
|
|
@ -140,7 +139,6 @@ class nsRootPresContext;
|
|||
class nsPresContext : public nsIObserver,
|
||||
public mozilla::SupportsWeakPtr<nsPresContext> {
|
||||
public:
|
||||
typedef mozilla::FramePropertyTable FramePropertyTable;
|
||||
typedef mozilla::LangGroupFontPrefs LangGroupFontPrefs;
|
||||
typedef mozilla::ScrollbarStyles ScrollbarStyles;
|
||||
typedef mozilla::StaticPresData StaticPresData;
|
||||
|
|
@ -867,9 +865,6 @@ public:
|
|||
|
||||
nsIPrintSettings* GetPrintSettings() { return mPrintSettings; }
|
||||
|
||||
/* Accessor for table of frame properties */
|
||||
FramePropertyTable* PropertyTable() { return &mPropertyTable; }
|
||||
|
||||
/* Helper function that ensures that this prescontext is shown in its
|
||||
docshell if it's the most recent prescontext for the docshell. Returns
|
||||
whether the prescontext is now being shown.
|
||||
|
|
@ -1064,11 +1059,6 @@ public:
|
|||
*/
|
||||
nsIFrame* GetPrimaryFrameFor(nsIContent* aContent);
|
||||
|
||||
void NotifyDestroyingFrame(nsIFrame* aFrame)
|
||||
{
|
||||
PropertyTable()->DeleteAllFor(aFrame);
|
||||
}
|
||||
|
||||
virtual size_t SizeOfExcludingThis(mozilla::MallocSizeOf aMallocSizeOf) const;
|
||||
virtual size_t SizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const {
|
||||
return aMallocSizeOf(this) + SizeOfExcludingThis(aMallocSizeOf);
|
||||
|
|
@ -1294,7 +1284,6 @@ protected:
|
|||
nsCOMPtr<nsIPrintSettings> mPrintSettings;
|
||||
nsCOMPtr<nsITimer> mPrefChangedTimer;
|
||||
|
||||
FramePropertyTable mPropertyTable;
|
||||
|
||||
nsInvalidateRequestList mInvalidateRequestsSinceLastPaint;
|
||||
nsInvalidateRequestList mUndeliveredInvalidateRequestsBeforeLastPaint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue