OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) | 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) |
4 * (C) 2001 Dirk Mueller (mueller@kde.org) | 4 * (C) 2001 Dirk Mueller (mueller@kde.org) |
5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) | 5 * (C) 2006 Alexey Proskuryakov (ap@webkit.org) |
6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All r
ights reserved. | 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All r
ights reserved. |
7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) | 7 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t
orchmobile.com/) |
8 * Copyright (C) 2008, 2009, 2011, 2012 Google Inc. All rights reserved. | 8 * Copyright (C) 2008, 2009, 2011, 2012 Google Inc. All rights reserved. |
9 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) | 9 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) |
10 * Copyright (C) Research In Motion Limited 2010-2011. All rights reserved. | 10 * Copyright (C) Research In Motion Limited 2010-2011. All rights reserved. |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 #include "ContentSecurityPolicy.h" | 44 #include "ContentSecurityPolicy.h" |
45 #include "ContextFeatures.h" | 45 #include "ContextFeatures.h" |
46 #include "CookieJar.h" | 46 #include "CookieJar.h" |
47 #include "CustomElementConstructor.h" | 47 #include "CustomElementConstructor.h" |
48 #include "CustomElementRegistry.h" | 48 #include "CustomElementRegistry.h" |
49 #include "DOMImplementation.h" | 49 #include "DOMImplementation.h" |
50 #include "DOMNamedFlowCollection.h" | 50 #include "DOMNamedFlowCollection.h" |
51 #include "DOMSecurityPolicy.h" | 51 #include "DOMSecurityPolicy.h" |
52 #include "DOMSelection.h" | 52 #include "DOMSelection.h" |
53 #include "DOMWindow.h" | 53 #include "DOMWindow.h" |
54 #include "DateComponents.h" | |
55 #include "Dictionary.h" | 54 #include "Dictionary.h" |
56 #include "DocumentEventQueue.h" | 55 #include "DocumentEventQueue.h" |
57 #include "DocumentFragment.h" | 56 #include "DocumentFragment.h" |
58 #include "DocumentLoader.h" | 57 #include "DocumentLoader.h" |
59 #include "DocumentMarkerController.h" | 58 #include "DocumentMarkerController.h" |
60 #include "DocumentSharedObjectPool.h" | 59 #include "DocumentSharedObjectPool.h" |
61 #include "DocumentStyleSheetCollection.h" | 60 #include "DocumentStyleSheetCollection.h" |
62 #include "DocumentType.h" | 61 #include "DocumentType.h" |
63 #include "Editor.h" | 62 #include "Editor.h" |
64 #include "Element.h" | 63 #include "Element.h" |
(...skipping 28 matching lines...) Expand all Loading... |
93 #include "HTMLHeadElement.h" | 92 #include "HTMLHeadElement.h" |
94 #include "HTMLIFrameElement.h" | 93 #include "HTMLIFrameElement.h" |
95 #include "HTMLLinkElement.h" | 94 #include "HTMLLinkElement.h" |
96 #include "HTMLMapElement.h" | 95 #include "HTMLMapElement.h" |
97 #include "HTMLNameCollection.h" | 96 #include "HTMLNameCollection.h" |
98 #include "HTMLNames.h" | 97 #include "HTMLNames.h" |
99 #include "HTMLParserIdioms.h" | 98 #include "HTMLParserIdioms.h" |
100 #include "HTMLStyleElement.h" | 99 #include "HTMLStyleElement.h" |
101 #include "HTMLTitleElement.h" | 100 #include "HTMLTitleElement.h" |
102 #include "HashChangeEvent.h" | 101 #include "HashChangeEvent.h" |
103 #include "HistogramSupport.h" | |
104 #include "History.h" | 102 #include "History.h" |
105 #include "HitTestRequest.h" | 103 #include "HitTestRequest.h" |
106 #include "HitTestResult.h" | 104 #include "HitTestResult.h" |
107 #include "ImageLoader.h" | 105 #include "ImageLoader.h" |
108 #include "InspectorCounters.h" | 106 #include "InspectorCounters.h" |
109 #include "InspectorInstrumentation.h" | 107 #include "InspectorInstrumentation.h" |
110 #include "Language.h" | |
111 #include "Logging.h" | |
112 #include "MediaCanStartListener.h" | 108 #include "MediaCanStartListener.h" |
113 #include "MediaQueryList.h" | 109 #include "MediaQueryList.h" |
114 #include "MediaQueryMatcher.h" | 110 #include "MediaQueryMatcher.h" |
115 #include "MouseEventWithHitTestResults.h" | 111 #include "MouseEventWithHitTestResults.h" |
116 #include "NameNodeList.h" | 112 #include "NameNodeList.h" |
117 #include "NamedFlowCollection.h" | 113 #include "NamedFlowCollection.h" |
118 #include "NestingLevelIncrementer.h" | 114 #include "NestingLevelIncrementer.h" |
119 #include "NodeFilter.h" | 115 #include "NodeFilter.h" |
120 #include "NodeIterator.h" | 116 #include "NodeIterator.h" |
121 #include "NodeRareData.h" | 117 #include "NodeRareData.h" |
122 #include "NodeTraversal.h" | 118 #include "NodeTraversal.h" |
123 #include "NodeWithIndex.h" | 119 #include "NodeWithIndex.h" |
124 #include "Page.h" | 120 #include "Page.h" |
125 #include "PageConsole.h" | 121 #include "PageConsole.h" |
126 #include "PageGroup.h" | 122 #include "PageGroup.h" |
127 #include "PageTransitionEvent.h" | 123 #include "PageTransitionEvent.h" |
128 #include "PlatformKeyboardEvent.h" | |
129 #include "PluginDocument.h" | 124 #include "PluginDocument.h" |
130 #include "PointerLockController.h" | 125 #include "PointerLockController.h" |
131 #include "PopStateEvent.h" | 126 #include "PopStateEvent.h" |
132 #include "Prerenderer.h" | 127 #include "Prerenderer.h" |
133 #include "ProcessingInstruction.h" | 128 #include "ProcessingInstruction.h" |
134 #include "QualifiedName.h" | 129 #include "QualifiedName.h" |
135 #include "RegisteredEventListener.h" | 130 #include "RegisteredEventListener.h" |
136 #include "RenderArena.h" | 131 #include "RenderArena.h" |
137 #include "RenderFullScreen.h" | 132 #include "RenderFullScreen.h" |
138 #include "RenderLayerCompositor.h" | 133 #include "RenderLayerCompositor.h" |
139 #include "RenderNamedFlowThread.h" | 134 #include "RenderNamedFlowThread.h" |
140 #include "RenderTextControl.h" | 135 #include "RenderTextControl.h" |
141 #include "RenderView.h" | 136 #include "RenderView.h" |
142 #include "RenderWidget.h" | 137 #include "RenderWidget.h" |
143 #include "RequestAnimationFrameCallback.h" | 138 #include "RequestAnimationFrameCallback.h" |
144 #include "ResourceLoader.h" | 139 #include "ResourceLoader.h" |
145 #include "RuntimeEnabledFeatures.h" | 140 #include "RuntimeEnabledFeatures.h" |
146 #include "SchemeRegistry.h" | |
147 #include "ScopedEventQueue.h" | 141 #include "ScopedEventQueue.h" |
148 #include "ScriptCallStack.h" | 142 #include "ScriptCallStack.h" |
149 #include "ScriptController.h" | 143 #include "ScriptController.h" |
150 #include "ScriptElement.h" | 144 #include "ScriptElement.h" |
151 #include "ScriptEventListener.h" | 145 #include "ScriptEventListener.h" |
152 #include "ScriptRunner.h" | 146 #include "ScriptRunner.h" |
153 #include "ScriptedAnimationController.h" | 147 #include "ScriptedAnimationController.h" |
154 #include "ScrollingCoordinator.h" | 148 #include "ScrollingCoordinator.h" |
155 #include "SecurityOrigin.h" | 149 #include "SecurityOrigin.h" |
156 #include "SecurityPolicy.h" | 150 #include "SecurityPolicy.h" |
157 #include "SelectorQuery.h" | 151 #include "SelectorQuery.h" |
158 #include "Settings.h" | 152 #include "Settings.h" |
159 #include "ShadowRoot.h" | 153 #include "ShadowRoot.h" |
160 #include "StaticHashSetNodeList.h" | 154 #include "StaticHashSetNodeList.h" |
161 #include "StylePropertySet.h" | 155 #include "StylePropertySet.h" |
162 #include "StyleResolver.h" | 156 #include "StyleResolver.h" |
163 #include "StyleSheetContents.h" | 157 #include "StyleSheetContents.h" |
164 #include "StyleSheetList.h" | 158 #include "StyleSheetList.h" |
165 #include "TextAutosizer.h" | 159 #include "TextAutosizer.h" |
166 #include "TextResourceDecoder.h" | 160 #include "TextResourceDecoder.h" |
167 #include "Timer.h" | |
168 #include "TouchList.h" | 161 #include "TouchList.h" |
169 #include "TransformSource.h" | 162 #include "TransformSource.h" |
170 #include "TreeWalker.h" | 163 #include "TreeWalker.h" |
171 #include "UserActionElementSet.h" | 164 #include "UserActionElementSet.h" |
172 #include "UserContentURLPattern.h" | 165 #include "UserContentURLPattern.h" |
173 #include "VisitedLinkState.h" | 166 #include "VisitedLinkState.h" |
174 #include "WebCoreMemoryInstrumentation.h" | 167 #include "WebCoreMemoryInstrumentation.h" |
175 #include "XMLDocumentParser.h" | 168 #include "XMLDocumentParser.h" |
176 #include "XMLHttpRequest.h" | 169 #include "XMLHttpRequest.h" |
177 #include "XMLNSNames.h" | 170 #include "XMLNSNames.h" |
178 #include "XMLNames.h" | 171 #include "XMLNames.h" |
179 #include "XPathEvaluator.h" | 172 #include "XPathEvaluator.h" |
180 #include "XPathExpression.h" | 173 #include "XPathExpression.h" |
181 #include "XPathNSResolver.h" | 174 #include "XPathNSResolver.h" |
182 #include "XPathResult.h" | 175 #include "XPathResult.h" |
183 #include "XSLTProcessor.h" | 176 #include "XSLTProcessor.h" |
184 #include "core/accessibility/AXObjectCache.h" | 177 #include "core/accessibility/AXObjectCache.h" |
| 178 #include "core/platform/DateComponents.h" |
| 179 #include "core/platform/HistogramSupport.h" |
| 180 #include "core/platform/Language.h" |
| 181 #include "core/platform/Logging.h" |
| 182 #include "core/platform/PlatformKeyboardEvent.h" |
| 183 #include "core/platform/SchemeRegistry.h" |
| 184 #include "core/platform/Timer.h" |
185 #include "core/platform/chromium/TraceEvent.h" | 185 #include "core/platform/chromium/TraceEvent.h" |
186 #include "core/platform/network/HTTPParsers.h" | 186 #include "core/platform/network/HTTPParsers.h" |
187 #include "core/platform/text/PlatformLocale.h" | 187 #include "core/platform/text/PlatformLocale.h" |
188 #include "core/platform/text/SegmentedString.h" | 188 #include "core/platform/text/SegmentedString.h" |
189 #include "htmlediting.h" | 189 #include "htmlediting.h" |
190 #include <wtf/CurrentTime.h> | 190 #include <wtf/CurrentTime.h> |
191 #include <wtf/HashFunctions.h> | 191 #include <wtf/HashFunctions.h> |
192 #include <wtf/MainThread.h> | 192 #include <wtf/MainThread.h> |
193 #include <wtf/MemoryInstrumentationHashCountedSet.h> | 193 #include <wtf/MemoryInstrumentationHashCountedSet.h> |
194 #include <wtf/MemoryInstrumentationHashMap.h> | 194 #include <wtf/MemoryInstrumentationHashMap.h> |
(...skipping 5597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5792 return; | 5792 return; |
5793 | 5793 |
5794 Vector<RefPtr<Element> > associatedFormControls; | 5794 Vector<RefPtr<Element> > associatedFormControls; |
5795 copyToVector(m_associatedFormControls, associatedFormControls); | 5795 copyToVector(m_associatedFormControls, associatedFormControls); |
5796 | 5796 |
5797 frame()->page()->chrome()->client()->didAssociateFormControls(associatedForm
Controls); | 5797 frame()->page()->chrome()->client()->didAssociateFormControls(associatedForm
Controls); |
5798 m_associatedFormControls.clear(); | 5798 m_associatedFormControls.clear(); |
5799 } | 5799 } |
5800 | 5800 |
5801 } // namespace WebCore | 5801 } // namespace WebCore |
OLD | NEW |