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

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

Issue 14190004: Absolutify paths to loader/*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hmm Created 7 years, 8 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/dom/ContainerNode.cpp ('k') | Source/core/dom/PendingScript.h » ('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 18 matching lines...) Expand all
29 #include "Document.h" 29 #include "Document.h"
30 30
31 #include "AnimationController.h" 31 #include "AnimationController.h"
32 #include "Attr.h" 32 #include "Attr.h"
33 #include "Attribute.h" 33 #include "Attribute.h"
34 #include "CDATASection.h" 34 #include "CDATASection.h"
35 #include "CSSParser.h" 35 #include "CSSParser.h"
36 #include "CSSStyleDeclaration.h" 36 #include "CSSStyleDeclaration.h"
37 #include "CSSStyleSheet.h" 37 #include "CSSStyleSheet.h"
38 #include "CSSValueKeywords.h" 38 #include "CSSValueKeywords.h"
39 #include "CachedCSSStyleSheet.h"
40 #include "CachedResourceLoader.h"
41 #include "Chrome.h" 39 #include "Chrome.h"
42 #include "ChromeClient.h" 40 #include "ChromeClient.h"
43 #include "Comment.h" 41 #include "Comment.h"
44 #include "ContentSecurityPolicy.h" 42 #include "ContentSecurityPolicy.h"
45 #include "ContextFeatures.h" 43 #include "ContextFeatures.h"
46 #include "CustomElementConstructor.h" 44 #include "CustomElementConstructor.h"
47 #include "CustomElementRegistry.h" 45 #include "CustomElementRegistry.h"
48 #include "DOMImplementation.h" 46 #include "DOMImplementation.h"
49 #include "DOMNamedFlowCollection.h" 47 #include "DOMNamedFlowCollection.h"
50 #include "DOMSecurityPolicy.h" 48 #include "DOMSecurityPolicy.h"
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 #include "XSLTProcessor.h" 155 #include "XSLTProcessor.h"
158 #include "core/accessibility/AXObjectCache.h" 156 #include "core/accessibility/AXObjectCache.h"
159 #include "core/loader/CookieJar.h" 157 #include "core/loader/CookieJar.h"
160 #include "core/loader/DocumentLoader.h" 158 #include "core/loader/DocumentLoader.h"
161 #include "core/loader/FrameLoader.h" 159 #include "core/loader/FrameLoader.h"
162 #include "core/loader/FrameLoaderClient.h" 160 #include "core/loader/FrameLoaderClient.h"
163 #include "core/loader/ImageLoader.h" 161 #include "core/loader/ImageLoader.h"
164 #include "core/loader/Prerenderer.h" 162 #include "core/loader/Prerenderer.h"
165 #include "core/loader/ResourceLoader.h" 163 #include "core/loader/ResourceLoader.h"
166 #include "core/loader/TextResourceDecoder.h" 164 #include "core/loader/TextResourceDecoder.h"
165 #include "core/loader/cache/CachedCSSStyleSheet.h"
166 #include "core/loader/cache/CachedResourceLoader.h"
167 #include "core/platform/DateComponents.h" 167 #include "core/platform/DateComponents.h"
168 #include "core/platform/HistogramSupport.h" 168 #include "core/platform/HistogramSupport.h"
169 #include "core/platform/Language.h" 169 #include "core/platform/Language.h"
170 #include "core/platform/Logging.h" 170 #include "core/platform/Logging.h"
171 #include "core/platform/PlatformKeyboardEvent.h" 171 #include "core/platform/PlatformKeyboardEvent.h"
172 #include "core/platform/SchemeRegistry.h" 172 #include "core/platform/SchemeRegistry.h"
173 #include "core/platform/Timer.h" 173 #include "core/platform/Timer.h"
174 #include "core/platform/chromium/TraceEvent.h" 174 #include "core/platform/chromium/TraceEvent.h"
175 #include "core/platform/network/HTTPParsers.h" 175 #include "core/platform/network/HTTPParsers.h"
176 #include "core/platform/text/PlatformLocale.h" 176 #include "core/platform/text/PlatformLocale.h"
(...skipping 5615 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « Source/core/dom/ContainerNode.cpp ('k') | Source/core/dom/PendingScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698