Bug 575855 - Fix for transitions from fullscreen briefly show an aero basic window...
[mozilla-central.git] / parser / html / nsHtml5StateSnapshot.h
blob85579f06e9af691edc37515d401b9baad41ba5cc
1 /*
2 * Copyright (c) 2009 Mozilla Foundation
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE.
24 * THIS IS A GENERATED FILE. PLEASE DO NOT EDIT.
25 * Please edit StateSnapshot.java instead and regenerate.
28 #ifndef nsHtml5StateSnapshot_h__
29 #define nsHtml5StateSnapshot_h__
31 #include "prtypes.h"
32 #include "nsIAtom.h"
33 #include "nsHtml5AtomTable.h"
34 #include "nsString.h"
35 #include "nsINameSpaceManager.h"
36 #include "nsIContent.h"
37 #include "nsIDocument.h"
38 #include "nsTraceRefcnt.h"
39 #include "jArray.h"
40 #include "nsHtml5DocumentMode.h"
41 #include "nsHtml5ArrayCopy.h"
42 #include "nsHtml5NamedCharacters.h"
43 #include "nsHtml5NamedCharactersAccel.h"
44 #include "nsHtml5Atoms.h"
45 #include "nsHtml5ByteReadable.h"
46 #include "nsIUnicodeDecoder.h"
47 #include "nsAHtml5TreeBuilderState.h"
48 #include "nsHtml5Macros.h"
50 class nsHtml5StreamParser;
52 class nsHtml5Tokenizer;
53 class nsHtml5TreeBuilder;
54 class nsHtml5MetaScanner;
55 class nsHtml5AttributeName;
56 class nsHtml5ElementName;
57 class nsHtml5HtmlAttributes;
58 class nsHtml5UTF16Buffer;
59 class nsHtml5Portability;
62 class nsHtml5StateSnapshot : public nsAHtml5TreeBuilderState
64 private:
65 jArray<nsHtml5StackNode*,PRInt32> stack;
66 jArray<nsHtml5StackNode*,PRInt32> listOfActiveFormattingElements;
67 nsIContent** formPointer;
68 nsIContent** headPointer;
69 nsIContent** deepTreeSurrogateParent;
70 PRInt32 mode;
71 PRInt32 originalMode;
72 PRBool framesetOk;
73 PRBool inForeign;
74 PRBool needToDropLF;
75 PRBool quirks;
76 public:
77 nsHtml5StateSnapshot(jArray<nsHtml5StackNode*,PRInt32> stack, jArray<nsHtml5StackNode*,PRInt32> listOfActiveFormattingElements, nsIContent** formPointer, nsIContent** headPointer, nsIContent** deepTreeSurrogateParent, PRInt32 mode, PRInt32 originalMode, PRBool framesetOk, PRBool inForeign, PRBool needToDropLF, PRBool quirks);
78 jArray<nsHtml5StackNode*,PRInt32> getStack();
79 jArray<nsHtml5StackNode*,PRInt32> getListOfActiveFormattingElements();
80 nsIContent** getFormPointer();
81 nsIContent** getHeadPointer();
82 nsIContent** getDeepTreeSurrogateParent();
83 PRInt32 getMode();
84 PRInt32 getOriginalMode();
85 PRBool isFramesetOk();
86 PRBool isInForeign();
87 PRBool isNeedToDropLF();
88 PRBool isQuirks();
89 PRInt32 getListOfActiveFormattingElementsLength();
90 PRInt32 getStackLength();
91 ~nsHtml5StateSnapshot();
92 static void initializeStatics();
93 static void releaseStatics();
96 #ifdef nsHtml5StateSnapshot_cpp__
97 #endif
101 #endif