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

Side by Side Diff: Source/web/ChromeClientImpl.cpp

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Stale refernence to weboriginexport in .gpyi Created 7 years, 1 month 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/web/AssertMatchingEnums.cpp ('k') | Source/web/ContextFeaturesClientImpl.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) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 #include "core/rendering/RenderWidget.h" 88 #include "core/rendering/RenderWidget.h"
89 #include "modules/geolocation/Geolocation.h" 89 #include "modules/geolocation/Geolocation.h"
90 #include "platform/ColorChooser.h" 90 #include "platform/ColorChooser.h"
91 #include "platform/ColorChooserClient.h" 91 #include "platform/ColorChooserClient.h"
92 #include "platform/DateTimeChooser.h" 92 #include "platform/DateTimeChooser.h"
93 #include "platform/FileChooser.h" 93 #include "platform/FileChooser.h"
94 #include "platform/PlatformScreen.h" 94 #include "platform/PlatformScreen.h"
95 #include "platform/exported/WrappedResourceRequest.h" 95 #include "platform/exported/WrappedResourceRequest.h"
96 #include "platform/geometry/FloatRect.h" 96 #include "platform/geometry/FloatRect.h"
97 #include "platform/geometry/IntRect.h" 97 #include "platform/geometry/IntRect.h"
98 #include "platform/weborigin/SecurityOrigin.h"
98 #include "public/platform/Platform.h" 99 #include "public/platform/Platform.h"
99 #include "public/platform/WebRect.h" 100 #include "public/platform/WebRect.h"
100 #include "public/platform/WebURLRequest.h" 101 #include "public/platform/WebURLRequest.h"
101 #include "weborigin/SecurityOrigin.h"
102 #include "wtf/text/CString.h" 102 #include "wtf/text/CString.h"
103 #include "wtf/text/StringBuilder.h" 103 #include "wtf/text/StringBuilder.h"
104 #include "wtf/text/StringConcatenate.h" 104 #include "wtf/text/StringConcatenate.h"
105 #include "wtf/unicode/CharacterNames.h" 105 #include "wtf/unicode/CharacterNames.h"
106 106
107 using namespace WebCore; 107 using namespace WebCore;
108 108
109 namespace blink { 109 namespace blink {
110 110
111 // Converts a WebCore::PopupContainerType to a blink::WebPopupType. 111 // Converts a WebCore::PopupContainerType to a blink::WebPopupType.
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 { 1000 {
1001 } 1001 }
1002 1002
1003 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche me, const String& baseURL, const String& url, const String& title) 1003 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche me, const String& baseURL, const String& url, const String& title)
1004 { 1004 {
1005 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title); 1005 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);
1006 } 1006 }
1007 #endif 1007 #endif
1008 1008
1009 } // namespace blink 1009 } // namespace blink
OLDNEW
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | Source/web/ContextFeaturesClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698