Merge mozilla-central and tracemonkey. (a=blockers)
[mozilla-central.git] / parser / html / nsHtml5StateSnapshot.cpp
blobaea4ff2e8d6df4c6b7ff8b8b8a17f7ab5da61aa0
1 /*
2 * Copyright (c) 2009-2010 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 #define nsHtml5StateSnapshot_cpp__
30 #include "prtypes.h"
31 #include "nsIAtom.h"
32 #include "nsHtml5AtomTable.h"
33 #include "nsString.h"
34 #include "nsINameSpaceManager.h"
35 #include "nsIContent.h"
36 #include "nsIDocument.h"
37 #include "nsTraceRefcnt.h"
38 #include "jArray.h"
39 #include "nsHtml5DocumentMode.h"
40 #include "nsHtml5ArrayCopy.h"
41 #include "nsHtml5NamedCharacters.h"
42 #include "nsHtml5NamedCharactersAccel.h"
43 #include "nsHtml5Atoms.h"
44 #include "nsHtml5ByteReadable.h"
45 #include "nsIUnicodeDecoder.h"
46 #include "nsAHtml5TreeBuilderState.h"
47 #include "nsHtml5Macros.h"
49 #include "nsHtml5Tokenizer.h"
50 #include "nsHtml5TreeBuilder.h"
51 #include "nsHtml5MetaScanner.h"
52 #include "nsHtml5AttributeName.h"
53 #include "nsHtml5ElementName.h"
54 #include "nsHtml5HtmlAttributes.h"
55 #include "nsHtml5StackNode.h"
56 #include "nsHtml5UTF16Buffer.h"
57 #include "nsHtml5Portability.h"
59 #include "nsHtml5StateSnapshot.h"
62 nsHtml5StateSnapshot::nsHtml5StateSnapshot(jArray<nsHtml5StackNode*,PRInt32> stack, jArray<nsHtml5StackNode*,PRInt32> listOfActiveFormattingElements, nsIContent** formPointer, nsIContent** headPointer, nsIContent** deepTreeSurrogateParent, PRInt32 mode, PRInt32 originalMode, PRBool framesetOk, PRBool needToDropLF, PRBool quirks)
63 : stack(stack),
64 listOfActiveFormattingElements(listOfActiveFormattingElements),
65 formPointer(formPointer),
66 headPointer(headPointer),
67 deepTreeSurrogateParent(deepTreeSurrogateParent),
68 mode(mode),
69 originalMode(originalMode),
70 framesetOk(framesetOk),
71 needToDropLF(needToDropLF),
72 quirks(quirks)
74 MOZ_COUNT_CTOR(nsHtml5StateSnapshot);
77 jArray<nsHtml5StackNode*,PRInt32>
78 nsHtml5StateSnapshot::getStack()
80 return stack;
83 jArray<nsHtml5StackNode*,PRInt32>
84 nsHtml5StateSnapshot::getListOfActiveFormattingElements()
86 return listOfActiveFormattingElements;
89 nsIContent**
90 nsHtml5StateSnapshot::getFormPointer()
92 return formPointer;
95 nsIContent**
96 nsHtml5StateSnapshot::getHeadPointer()
98 return headPointer;
101 nsIContent**
102 nsHtml5StateSnapshot::getDeepTreeSurrogateParent()
104 return deepTreeSurrogateParent;
107 PRInt32
108 nsHtml5StateSnapshot::getMode()
110 return mode;
113 PRInt32
114 nsHtml5StateSnapshot::getOriginalMode()
116 return originalMode;
119 PRBool
120 nsHtml5StateSnapshot::isFramesetOk()
122 return framesetOk;
125 PRBool
126 nsHtml5StateSnapshot::isNeedToDropLF()
128 return needToDropLF;
131 PRBool
132 nsHtml5StateSnapshot::isQuirks()
134 return quirks;
137 PRInt32
138 nsHtml5StateSnapshot::getListOfActiveFormattingElementsLength()
140 return listOfActiveFormattingElements.length;
143 PRInt32
144 nsHtml5StateSnapshot::getStackLength()
146 return stack.length;
150 nsHtml5StateSnapshot::~nsHtml5StateSnapshot()
152 MOZ_COUNT_DTOR(nsHtml5StateSnapshot);
153 for (PRInt32 i = 0; i < stack.length; i++) {
154 stack[i]->release();
156 for (PRInt32 i = 0; i < listOfActiveFormattingElements.length; i++) {
157 if (listOfActiveFormattingElements[i]) {
158 listOfActiveFormattingElements[i]->release();
163 void
164 nsHtml5StateSnapshot::initializeStatics()
168 void
169 nsHtml5StateSnapshot::releaseStatics()