| 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, 2010, 2012 Apple Inc. All | 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 Apple Inc. All |
| 7 * rights reserved. | 7 * rights reserved. |
| 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. | 8 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. |
| 9 * (http://www.torchmobile.com/) | 9 * (http://www.torchmobile.com/) |
| 10 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) | 10 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 * Boston, MA 02110-1301, USA. | 26 * Boston, MA 02110-1301, USA. |
| 27 * | 27 * |
| 28 */ | 28 */ |
| 29 | 29 |
| 30 #ifndef Document_h | 30 #ifndef Document_h |
| 31 #define Document_h | 31 #define Document_h |
| 32 | 32 |
| 33 #include <memory> | 33 #include <memory> |
| 34 #include "bindings/core/v8/ExceptionState.h" | 34 #include "bindings/core/v8/ExceptionState.h" |
| 35 #include "bindings/core/v8/ScriptValue.h" | 35 #include "bindings/core/v8/ScriptValue.h" |
| 36 #include "bindings/core/v8/TraceWrapperMember.h" | |
| 37 #include "core/CoreExport.h" | 36 #include "core/CoreExport.h" |
| 38 #include "core/dom/ContainerNode.h" | 37 #include "core/dom/ContainerNode.h" |
| 39 #include "core/dom/DocumentEncodingData.h" | 38 #include "core/dom/DocumentEncodingData.h" |
| 40 #include "core/dom/DocumentInit.h" | 39 #include "core/dom/DocumentInit.h" |
| 41 #include "core/dom/DocumentLifecycle.h" | 40 #include "core/dom/DocumentLifecycle.h" |
| 42 #include "core/dom/DocumentTiming.h" | 41 #include "core/dom/DocumentTiming.h" |
| 43 #include "core/dom/ExecutionContext.h" | 42 #include "core/dom/ExecutionContext.h" |
| 44 #include "core/dom/MutationObserver.h" | 43 #include "core/dom/MutationObserver.h" |
| 45 #include "core/dom/SynchronousMutationNotifier.h" | 44 #include "core/dom/SynchronousMutationNotifier.h" |
| 46 #include "core/dom/SynchronousMutationObserver.h" | 45 #include "core/dom/SynchronousMutationObserver.h" |
| 47 #include "core/dom/Text.h" | 46 #include "core/dom/Text.h" |
| 48 #include "core/dom/TextLinkColors.h" | 47 #include "core/dom/TextLinkColors.h" |
| 49 #include "core/dom/TreeScope.h" | 48 #include "core/dom/TreeScope.h" |
| 50 #include "core/dom/UserActionElementSet.h" | 49 #include "core/dom/UserActionElementSet.h" |
| 51 #include "core/dom/ViewportDescription.h" | 50 #include "core/dom/ViewportDescription.h" |
| 52 #include "core/dom/custom/V0CustomElement.h" | 51 #include "core/dom/custom/V0CustomElement.h" |
| 53 #include "core/frame/DOMTimerCoordinator.h" | 52 #include "core/frame/DOMTimerCoordinator.h" |
| 54 #include "core/frame/HostsUsingFeatures.h" | 53 #include "core/frame/HostsUsingFeatures.h" |
| 55 #include "core/html/parser/ParserSynchronizationPolicy.h" | 54 #include "core/html/parser/ParserSynchronizationPolicy.h" |
| 56 #include "core/page/PageVisibilityState.h" | 55 #include "core/page/PageVisibilityState.h" |
| 57 #include "platform/Length.h" | 56 #include "platform/Length.h" |
| 58 #include "platform/Timer.h" | 57 #include "platform/Timer.h" |
| 59 #include "platform/WebTaskRunner.h" | 58 #include "platform/WebTaskRunner.h" |
| 59 #include "platform/bindings/TraceWrapperMember.h" |
| 60 #include "platform/loader/fetch/ClientHintsPreferences.h" | 60 #include "platform/loader/fetch/ClientHintsPreferences.h" |
| 61 #include "platform/scroll/ScrollTypes.h" | 61 #include "platform/scroll/ScrollTypes.h" |
| 62 #include "platform/weborigin/KURL.h" | 62 #include "platform/weborigin/KURL.h" |
| 63 #include "platform/weborigin/ReferrerPolicy.h" | 63 #include "platform/weborigin/ReferrerPolicy.h" |
| 64 #include "platform/wtf/HashSet.h" | 64 #include "platform/wtf/HashSet.h" |
| 65 #include "platform/wtf/PassRefPtr.h" | 65 #include "platform/wtf/PassRefPtr.h" |
| 66 #include "public/platform/WebFocusType.h" | 66 #include "public/platform/WebFocusType.h" |
| 67 #include "public/platform/WebInsecureRequestPolicy.h" | 67 #include "public/platform/WebInsecureRequestPolicy.h" |
| 68 | 68 |
| 69 namespace blink { | 69 namespace blink { |
| (...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1734 DEFINE_TYPE_CASTS(TreeScope, Document, document, true, true); | 1734 DEFINE_TYPE_CASTS(TreeScope, Document, document, true, true); |
| 1735 | 1735 |
| 1736 } // namespace blink | 1736 } // namespace blink |
| 1737 | 1737 |
| 1738 #ifndef NDEBUG | 1738 #ifndef NDEBUG |
| 1739 // Outside the WebCore namespace for ease of invocation from gdb. | 1739 // Outside the WebCore namespace for ease of invocation from gdb. |
| 1740 CORE_EXPORT void showLiveDocumentInstances(); | 1740 CORE_EXPORT void showLiveDocumentInstances(); |
| 1741 #endif | 1741 #endif |
| 1742 | 1742 |
| 1743 #endif // Document_h | 1743 #endif // Document_h |
| OLD | NEW |