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

Side by Side Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2761153003: PlzNavigate & CSP. Use the SourceLocation in violation reports. (Closed)
Patch Set: Addressed comment @alexmos Created 3 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2011, 2012 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 27 matching lines...) Expand all
38 #include "WebFormElement.h" 38 #include "WebFormElement.h"
39 #include "WebFrame.h" 39 #include "WebFrame.h"
40 #include "WebFrameOwnerProperties.h" 40 #include "WebFrameOwnerProperties.h"
41 #include "WebHistoryCommitType.h" 41 #include "WebHistoryCommitType.h"
42 #include "WebHistoryItem.h" 42 #include "WebHistoryItem.h"
43 #include "WebIconURL.h" 43 #include "WebIconURL.h"
44 #include "WebNavigationPolicy.h" 44 #include "WebNavigationPolicy.h"
45 #include "WebNavigationType.h" 45 #include "WebNavigationType.h"
46 #include "WebNavigatorContentUtilsClient.h" 46 #include "WebNavigatorContentUtilsClient.h"
47 #include "WebSandboxFlags.h" 47 #include "WebSandboxFlags.h"
48 #include "WebSourceLocation.h"
49 #include "WebTextDirection.h" 48 #include "WebTextDirection.h"
50 #include "public/platform/BlameContext.h" 49 #include "public/platform/BlameContext.h"
51 #include "public/platform/WebColor.h" 50 #include "public/platform/WebColor.h"
52 #include "public/platform/WebCommon.h" 51 #include "public/platform/WebCommon.h"
53 #include "public/platform/WebContentSecurityPolicy.h" 52 #include "public/platform/WebContentSecurityPolicy.h"
54 #include "public/platform/WebContentSecurityPolicyStruct.h" 53 #include "public/platform/WebContentSecurityPolicyStruct.h"
55 #include "public/platform/WebEffectiveConnectionType.h" 54 #include "public/platform/WebEffectiveConnectionType.h"
56 #include "public/platform/WebFeaturePolicy.h" 55 #include "public/platform/WebFeaturePolicy.h"
57 #include "public/platform/WebFileSystem.h" 56 #include "public/platform/WebFileSystem.h"
58 #include "public/platform/WebFileSystemType.h" 57 #include "public/platform/WebFileSystemType.h"
59 #include "public/platform/WebInsecureRequestPolicy.h" 58 #include "public/platform/WebInsecureRequestPolicy.h"
60 #include "public/platform/WebLoadingBehaviorFlag.h" 59 #include "public/platform/WebLoadingBehaviorFlag.h"
61 #include "public/platform/WebPageVisibilityState.h" 60 #include "public/platform/WebPageVisibilityState.h"
62 #include "public/platform/WebSecurityOrigin.h" 61 #include "public/platform/WebSecurityOrigin.h"
63 #include "public/platform/WebSetSinkIdCallbacks.h" 62 #include "public/platform/WebSetSinkIdCallbacks.h"
63 #include "public/platform/WebSourceLocation.h"
64 #include "public/platform/WebStorageQuotaCallbacks.h" 64 #include "public/platform/WebStorageQuotaCallbacks.h"
65 #include "public/platform/WebStorageQuotaType.h" 65 #include "public/platform/WebStorageQuotaType.h"
66 #include "public/platform/WebURLError.h" 66 #include "public/platform/WebURLError.h"
67 #include "public/platform/WebURLRequest.h" 67 #include "public/platform/WebURLRequest.h"
68 #include "v8/include/v8.h" 68 #include "v8/include/v8.h"
69 69
70 namespace blink { 70 namespace blink {
71 71
72 enum class WebTreeScopeType; 72 enum class WebTreeScopeType;
73 class WebApplicationCacheHost; 73 class WebApplicationCacheHost;
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 // Overwrites the given URL to use an HTML5 embed if possible. 759 // Overwrites the given URL to use an HTML5 embed if possible.
760 // An empty URL is returned if the URL is not overriden. 760 // An empty URL is returned if the URL is not overriden.
761 virtual WebURL overrideFlashEmbedWithHTML(const WebURL& url) { 761 virtual WebURL overrideFlashEmbedWithHTML(const WebURL& url) {
762 return WebURL(); 762 return WebURL();
763 } 763 }
764 }; 764 };
765 765
766 } // namespace blink 766 } // namespace blink
767 767
768 #endif 768 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebDataSource.h ('k') | third_party/WebKit/public/web/WebSourceLocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698