Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: Source/core/dom/Document.cpp

Issue 27043003: Move HTTPParsers.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/fetch/CSSStyleSheetResource.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/fetch/CSSStyleSheetResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698