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

Side by Side Diff: third_party/WebKit/Source/web/AssertMatchingEnums.cpp

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Rename SchemeShouldBypass => SchemeShouldBypassCSP. Created 3 years, 10 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) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 #include "platform/network/ContentSecurityPolicyParsers.h" 73 #include "platform/network/ContentSecurityPolicyParsers.h"
74 #include "platform/network/ResourceLoadPriority.h" 74 #include "platform/network/ResourceLoadPriority.h"
75 #include "platform/network/ResourceResponse.h" 75 #include "platform/network/ResourceResponse.h"
76 #include "platform/scroll/ScrollTypes.h" 76 #include "platform/scroll/ScrollTypes.h"
77 #include "platform/text/TextChecking.h" 77 #include "platform/text/TextChecking.h"
78 #include "platform/text/TextDecoration.h" 78 #include "platform/text/TextDecoration.h"
79 #include "platform/weborigin/ReferrerPolicy.h" 79 #include "platform/weborigin/ReferrerPolicy.h"
80 #include "platform/weborigin/SchemeRegistry.h" 80 #include "platform/weborigin/SchemeRegistry.h"
81 #include "public/platform/WebApplicationCacheHost.h" 81 #include "public/platform/WebApplicationCacheHost.h"
82 #include "public/platform/WebClipboard.h" 82 #include "public/platform/WebClipboard.h"
83 #include "public/platform/WebContentSecurityPolicy.h"
83 #include "public/platform/WebCursorInfo.h" 84 #include "public/platform/WebCursorInfo.h"
84 #include "public/platform/WebFileError.h" 85 #include "public/platform/WebFileError.h"
85 #include "public/platform/WebFileInfo.h" 86 #include "public/platform/WebFileInfo.h"
86 #include "public/platform/WebFileSystem.h" 87 #include "public/platform/WebFileSystem.h"
87 #include "public/platform/WebFontDescription.h" 88 #include "public/platform/WebFontDescription.h"
88 #include "public/platform/WebHistoryScrollRestorationType.h" 89 #include "public/platform/WebHistoryScrollRestorationType.h"
89 #include "public/platform/WebInputEvent.h" 90 #include "public/platform/WebInputEvent.h"
90 #include "public/platform/WebMediaPlayer.h" 91 #include "public/platform/WebMediaPlayer.h"
91 #include "public/platform/WebMediaPlayerClient.h" 92 #include "public/platform/WebMediaPlayerClient.h"
92 #include "public/platform/WebMediaSource.h" 93 #include "public/platform/WebMediaSource.h"
(...skipping 13 matching lines...) Expand all
106 #include "public/platform/modules/indexeddb/WebIDBDatabaseException.h" 107 #include "public/platform/modules/indexeddb/WebIDBDatabaseException.h"
107 #include "public/platform/modules/indexeddb/WebIDBFactory.h" 108 #include "public/platform/modules/indexeddb/WebIDBFactory.h"
108 #include "public/platform/modules/indexeddb/WebIDBKey.h" 109 #include "public/platform/modules/indexeddb/WebIDBKey.h"
109 #include "public/platform/modules/indexeddb/WebIDBKeyPath.h" 110 #include "public/platform/modules/indexeddb/WebIDBKeyPath.h"
110 #include "public/platform/modules/indexeddb/WebIDBMetadata.h" 111 #include "public/platform/modules/indexeddb/WebIDBMetadata.h"
111 #include "public/platform/modules/indexeddb/WebIDBTypes.h" 112 #include "public/platform/modules/indexeddb/WebIDBTypes.h"
112 #include "public/web/WebAXEnums.h" 113 #include "public/web/WebAXEnums.h"
113 #include "public/web/WebAXObject.h" 114 #include "public/web/WebAXObject.h"
114 #include "public/web/WebClientRedirectPolicy.h" 115 #include "public/web/WebClientRedirectPolicy.h"
115 #include "public/web/WebConsoleMessage.h" 116 #include "public/web/WebConsoleMessage.h"
116 #include "public/web/WebContentSecurityPolicy.h"
117 #include "public/web/WebFrameClient.h" 117 #include "public/web/WebFrameClient.h"
118 #include "public/web/WebFrameLoadType.h" 118 #include "public/web/WebFrameLoadType.h"
119 #include "public/web/WebHistoryCommitType.h" 119 #include "public/web/WebHistoryCommitType.h"
120 #include "public/web/WebHistoryItem.h" 120 #include "public/web/WebHistoryItem.h"
121 #include "public/web/WebIconURL.h" 121 #include "public/web/WebIconURL.h"
122 #include "public/web/WebInputElement.h" 122 #include "public/web/WebInputElement.h"
123 #include "public/web/WebNavigationPolicy.h" 123 #include "public/web/WebNavigationPolicy.h"
124 #include "public/web/WebNavigatorContentUtilsClient.h" 124 #include "public/web/WebNavigatorContentUtilsClient.h"
125 #include "public/web/WebRemoteFrameClient.h" 125 #include "public/web/WebRemoteFrameClient.h"
126 #include "public/web/WebSandboxFlags.h" 126 #include "public/web/WebSandboxFlags.h"
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 ProgressBarCompletion::DOMContentLoaded); 890 ProgressBarCompletion::DOMContentLoaded);
891 STATIC_ASSERT_ENUM( 891 STATIC_ASSERT_ENUM(
892 WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames, 892 WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames,
893 ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames); 893 ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames);
894 894
895 static_assert(kSerializedScriptValueVersion == 895 static_assert(kSerializedScriptValueVersion ==
896 SerializedScriptValue::wireFormatVersion, 896 SerializedScriptValue::wireFormatVersion,
897 ""); 897 "");
898 898
899 } // namespace blink 899 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698