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

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

Issue 14307014: Absolutify paths to workers/, workers/chromium/, xml/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: in 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 #include "WebNode.h" 116 #include "WebNode.h"
117 #include "WebPerformance.h" 117 #include "WebPerformance.h"
118 #include "WebPlugin.h" 118 #include "WebPlugin.h"
119 #include "WebPluginContainerImpl.h" 119 #include "WebPluginContainerImpl.h"
120 #include "WebPrintParams.h" 120 #include "WebPrintParams.h"
121 #include "WebRange.h" 121 #include "WebRange.h"
122 #include "WebScriptSource.h" 122 #include "WebScriptSource.h"
123 #include "WebSecurityOrigin.h" 123 #include "WebSecurityOrigin.h"
124 #include "WebSerializedScriptValue.h" 124 #include "WebSerializedScriptValue.h"
125 #include "WebViewImpl.h" 125 #include "WebViewImpl.h"
126 #include "XPathResult.h"
127 #include "core/dom/Document.h" 126 #include "core/dom/Document.h"
128 #include "core/dom/DocumentMarker.h" 127 #include "core/dom/DocumentMarker.h"
129 #include "core/dom/DocumentMarkerController.h" 128 #include "core/dom/DocumentMarkerController.h"
130 #include "core/dom/IconURL.h" 129 #include "core/dom/IconURL.h"
131 #include "core/dom/MessagePort.h" 130 #include "core/dom/MessagePort.h"
132 #include "core/dom/Node.h" 131 #include "core/dom/Node.h"
133 #include "core/dom/NodeTraversal.h" 132 #include "core/dom/NodeTraversal.h"
134 #include "core/dom/ShadowRoot.h" 133 #include "core/dom/ShadowRoot.h"
135 #include "core/dom/UserGestureIndicator.h" 134 #include "core/dom/UserGestureIndicator.h"
136 #include "core/dom/default/chromium/PlatformMessagePortChannelChromium.h" 135 #include "core/dom/default/chromium/PlatformMessagePortChannelChromium.h"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 #include "core/platform/network/ResourceHandle.h" 170 #include "core/platform/network/ResourceHandle.h"
172 #include "core/platform/network/ResourceRequest.h" 171 #include "core/platform/network/ResourceRequest.h"
173 #include "core/rendering/HitTestResult.h" 172 #include "core/rendering/HitTestResult.h"
174 #include "core/rendering/RenderBox.h" 173 #include "core/rendering/RenderBox.h"
175 #include "core/rendering/RenderFrame.h" 174 #include "core/rendering/RenderFrame.h"
176 #include "core/rendering/RenderLayer.h" 175 #include "core/rendering/RenderLayer.h"
177 #include "core/rendering/RenderObject.h" 176 #include "core/rendering/RenderObject.h"
178 #include "core/rendering/RenderTreeAsText.h" 177 #include "core/rendering/RenderTreeAsText.h"
179 #include "core/rendering/RenderView.h" 178 #include "core/rendering/RenderView.h"
180 #include "core/rendering/style/StyleInheritedData.h" 179 #include "core/rendering/style/StyleInheritedData.h"
180 #include "core/xml/XPathResult.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>
189 #include <public/WebSize.h> 189 #include <public/WebSize.h>
190 #include <public/WebURLError.h> 190 #include <public/WebURLError.h>
(...skipping 2312 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/StorageQuotaChromium.cpp ('k') | Source/WebKit/chromium/src/WebKit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698