| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 #include "core/frame/FrameView.h" | 153 #include "core/frame/FrameView.h" |
| 154 #include "core/frame/History.h" | 154 #include "core/frame/History.h" |
| 155 #include "core/page/MouseEventWithHitTestResults.h" | 155 #include "core/page/MouseEventWithHitTestResults.h" |
| 156 #include "core/page/Page.h" | 156 #include "core/page/Page.h" |
| 157 #include "core/page/PageConsole.h" | 157 #include "core/page/PageConsole.h" |
| 158 #include "core/page/PointerLockController.h" | 158 #include "core/page/PointerLockController.h" |
| 159 #include "core/page/Settings.h" | 159 #include "core/page/Settings.h" |
| 160 #include "core/frame/animation/AnimationController.h" | 160 #include "core/frame/animation/AnimationController.h" |
| 161 #include "core/page/scrolling/ScrollingCoordinator.h" | 161 #include "core/page/scrolling/ScrollingCoordinator.h" |
| 162 #include "core/platform/ScrollbarTheme.h" | 162 #include "core/platform/ScrollbarTheme.h" |
| 163 #include "core/platform/network/HTTPParsers.h" | |
| 164 #include "core/rendering/HitTestRequest.h" | 163 #include "core/rendering/HitTestRequest.h" |
| 165 #include "core/rendering/HitTestResult.h" | 164 #include "core/rendering/HitTestResult.h" |
| 166 #include "core/rendering/RenderView.h" | 165 #include "core/rendering/RenderView.h" |
| 167 #include "core/rendering/RenderWidget.h" | 166 #include "core/rendering/RenderWidget.h" |
| 168 #include "core/rendering/TextAutosizer.h" | 167 #include "core/rendering/TextAutosizer.h" |
| 169 #include "core/svg/SVGDocumentExtensions.h" | 168 #include "core/svg/SVGDocumentExtensions.h" |
| 170 #include "core/svg/SVGStyleElement.h" | 169 #include "core/svg/SVGStyleElement.h" |
| 171 #include "core/workers/SharedWorkerRepository.h" | 170 #include "core/workers/SharedWorkerRepository.h" |
| 172 #include "core/xml/XSLTProcessor.h" | 171 #include "core/xml/XSLTProcessor.h" |
| 173 #include "core/xml/parser/XMLDocumentParser.h" | 172 #include "core/xml/parser/XMLDocumentParser.h" |
| 174 #include "platform/DateComponents.h" | 173 #include "platform/DateComponents.h" |
| 175 #include "platform/Language.h" | 174 #include "platform/Language.h" |
| 176 #include "platform/Timer.h" | 175 #include "platform/Timer.h" |
| 177 #include "platform/TraceEvent.h" | 176 #include "platform/TraceEvent.h" |
| 177 #include "platform/network/HTTPParsers.h" |
| 178 #include "platform/text/PlatformLocale.h" | 178 #include "platform/text/PlatformLocale.h" |
| 179 #include "platform/text/SegmentedString.h" | 179 #include "platform/text/SegmentedString.h" |
| 180 #include "weborigin/SchemeRegistry.h" | 180 #include "weborigin/SchemeRegistry.h" |
| 181 #include "weborigin/SecurityOrigin.h" | 181 #include "weborigin/SecurityOrigin.h" |
| 182 #include "wtf/CurrentTime.h" | 182 #include "wtf/CurrentTime.h" |
| 183 #include "wtf/HashFunctions.h" | 183 #include "wtf/HashFunctions.h" |
| 184 #include "wtf/MainThread.h" | 184 #include "wtf/MainThread.h" |
| 185 #include "wtf/PassRefPtr.h" | 185 #include "wtf/PassRefPtr.h" |
| 186 #include "wtf/StdLibExtras.h" | 186 #include "wtf/StdLibExtras.h" |
| 187 #include "wtf/TemporaryChange.h" | 187 #include "wtf/TemporaryChange.h" |
| (...skipping 5109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5297 { | 5297 { |
| 5298 return DocumentLifecycleNotifier::create(this); | 5298 return DocumentLifecycleNotifier::create(this); |
| 5299 } | 5299 } |
| 5300 | 5300 |
| 5301 DocumentLifecycleNotifier* Document::lifecycleNotifier() | 5301 DocumentLifecycleNotifier* Document::lifecycleNotifier() |
| 5302 { | 5302 { |
| 5303 return static_cast<DocumentLifecycleNotifier*>(ExecutionContext::lifecycleNo
tifier()); | 5303 return static_cast<DocumentLifecycleNotifier*>(ExecutionContext::lifecycleNo
tifier()); |
| 5304 } | 5304 } |
| 5305 | 5305 |
| 5306 } // namespace WebCore | 5306 } // namespace WebCore |
| OLD | NEW |