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

Side by Side Diff: Source/WebKit/chromium/src/WebFrameImpl.cpp

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 #include "Performance.h" 120 #include "Performance.h"
121 #include "PlatformMessagePortChannelChromium.h" 121 #include "PlatformMessagePortChannelChromium.h"
122 #include "PluginDocument.h" 122 #include "PluginDocument.h"
123 #include "PrintContext.h" 123 #include "PrintContext.h"
124 #include "RenderBox.h" 124 #include "RenderBox.h"
125 #include "RenderFrame.h" 125 #include "RenderFrame.h"
126 #include "RenderLayer.h" 126 #include "RenderLayer.h"
127 #include "RenderObject.h" 127 #include "RenderObject.h"
128 #include "RenderTreeAsText.h" 128 #include "RenderTreeAsText.h"
129 #include "RenderView.h" 129 #include "RenderView.h"
130 #include "ResourceHandle.h"
131 #include "ResourceRequest.h"
132 #include "SchemeRegistry.h" 130 #include "SchemeRegistry.h"
133 #include "ScriptCallStack.h" 131 #include "ScriptCallStack.h"
134 #include "ScriptController.h" 132 #include "ScriptController.h"
135 #include "ScriptSourceCode.h" 133 #include "ScriptSourceCode.h"
136 #include "ScriptValue.h" 134 #include "ScriptValue.h"
137 #include "ScrollTypes.h" 135 #include "ScrollTypes.h"
138 #include "ScrollbarTheme.h" 136 #include "ScrollbarTheme.h"
139 #include "SecurityPolicy.h" 137 #include "SecurityPolicy.h"
140 #include "Settings.h" 138 #include "Settings.h"
141 #include "ShadowRoot.h" 139 #include "ShadowRoot.h"
(...skipping 27 matching lines...) Expand all
169 #include "WebPrintParams.h" 167 #include "WebPrintParams.h"
170 #include "WebRange.h" 168 #include "WebRange.h"
171 #include "WebScriptSource.h" 169 #include "WebScriptSource.h"
172 #include "WebSecurityOrigin.h" 170 #include "WebSecurityOrigin.h"
173 #include "WebSerializedScriptValue.h" 171 #include "WebSerializedScriptValue.h"
174 #include "WebViewImpl.h" 172 #include "WebViewImpl.h"
175 #include "XPathResult.h" 173 #include "XPathResult.h"
176 #include "core/platform/chromium/ClipboardUtilitiesChromium.h" 174 #include "core/platform/chromium/ClipboardUtilitiesChromium.h"
177 #include "core/platform/chromium/TraceEvent.h" 175 #include "core/platform/chromium/TraceEvent.h"
178 #include "core/platform/graphics/FontCache.h" 176 #include "core/platform/graphics/FontCache.h"
177 #include "core/platform/network/ResourceHandle.h"
178 #include "core/platform/network/ResourceRequest.h"
179 #include "htmlediting.h" 179 #include "htmlediting.h"
180 #include "markup.h" 180 #include "markup.h"
181 #include "painting/GraphicsContextBuilder.h" 181 #include "painting/GraphicsContextBuilder.h"
182 #include <public/Platform.h> 182 #include <public/Platform.h>
183 #include <public/WebFileSystem.h> 183 #include <public/WebFileSystem.h>
184 #include <public/WebFileSystemType.h> 184 #include <public/WebFileSystemType.h>
185 #include <public/WebFloatPoint.h> 185 #include <public/WebFloatPoint.h>
186 #include <public/WebFloatRect.h> 186 #include <public/WebFloatRect.h>
187 #include <public/WebPoint.h> 187 #include <public/WebPoint.h>
188 #include <public/WebRect.h> 188 #include <public/WebRect.h>
(...skipping 2314 matching lines...) Expand 10 before | Expand all | Expand 10 after
2503 2503
2504 // There is a possibility that the frame being detached was the only 2504 // There is a possibility that the frame being detached was the only
2505 // pending one. We need to make sure final replies can be sent. 2505 // pending one. We need to make sure final replies can be sent.
2506 flushCurrentScopingEffort(m_findRequestIdentifier); 2506 flushCurrentScopingEffort(m_findRequestIdentifier);
2507 2507
2508 cancelPendingScopingEffort(); 2508 cancelPendingScopingEffort();
2509 } 2509 }
2510 } 2510 }
2511 2511
2512 } // namespace WebKit 2512 } // namespace WebKit
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp ('k') | Source/WebKit/chromium/src/WebHistoryItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698