| OLD | NEW |
| 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 26 matching lines...) Expand all Loading... |
| 37 #include "core/editing/SelectionType.h" | 37 #include "core/editing/SelectionType.h" |
| 38 #include "core/editing/TextAffinity.h" | 38 #include "core/editing/TextAffinity.h" |
| 39 #include "core/editing/markers/DocumentMarker.h" | 39 #include "core/editing/markers/DocumentMarker.h" |
| 40 #if OS(MACOSX) | 40 #if OS(MACOSX) |
| 41 #include "core/events/WheelEvent.h" | 41 #include "core/events/WheelEvent.h" |
| 42 #endif | 42 #endif |
| 43 #include "core/fileapi/FileError.h" | 43 #include "core/fileapi/FileError.h" |
| 44 #include "core/frame/Frame.h" | 44 #include "core/frame/Frame.h" |
| 45 #include "core/frame/FrameTypes.h" | 45 #include "core/frame/FrameTypes.h" |
| 46 #include "core/frame/Settings.h" | 46 #include "core/frame/Settings.h" |
| 47 #include "core/frame/csp/CSPSource.h" |
| 47 #include "core/frame/csp/ContentSecurityPolicy.h" | 48 #include "core/frame/csp/ContentSecurityPolicy.h" |
| 48 #include "core/html/HTMLInputElement.h" | 49 #include "core/html/HTMLInputElement.h" |
| 49 #include "core/html/HTMLMediaElement.h" | 50 #include "core/html/HTMLMediaElement.h" |
| 50 #include "core/html/shadow/TextControlInnerElements.h" | 51 #include "core/html/shadow/TextControlInnerElements.h" |
| 51 #include "core/layout/compositing/CompositedSelectionBound.h" | 52 #include "core/layout/compositing/CompositedSelectionBound.h" |
| 52 #include "core/loader/FrameLoaderClient.h" | 53 #include "core/loader/FrameLoaderClient.h" |
| 53 #include "core/loader/FrameLoaderTypes.h" | 54 #include "core/loader/FrameLoaderTypes.h" |
| 54 #include "core/loader/NavigationPolicy.h" | 55 #include "core/loader/NavigationPolicy.h" |
| 55 #include "core/loader/appcache/ApplicationCacheHost.h" | 56 #include "core/loader/appcache/ApplicationCacheHost.h" |
| 56 #include "core/page/PageVisibilityState.h" | 57 #include "core/page/PageVisibilityState.h" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 72 #include "platform/network/ContentSecurityPolicyParsers.h" | 73 #include "platform/network/ContentSecurityPolicyParsers.h" |
| 73 #include "platform/network/ResourceLoadPriority.h" | 74 #include "platform/network/ResourceLoadPriority.h" |
| 74 #include "platform/network/ResourceResponse.h" | 75 #include "platform/network/ResourceResponse.h" |
| 75 #include "platform/scroll/ScrollTypes.h" | 76 #include "platform/scroll/ScrollTypes.h" |
| 76 #include "platform/text/TextChecking.h" | 77 #include "platform/text/TextChecking.h" |
| 77 #include "platform/text/TextDecoration.h" | 78 #include "platform/text/TextDecoration.h" |
| 78 #include "platform/weborigin/ReferrerPolicy.h" | 79 #include "platform/weborigin/ReferrerPolicy.h" |
| 79 #include "platform/weborigin/SchemeRegistry.h" | 80 #include "platform/weborigin/SchemeRegistry.h" |
| 80 #include "public/platform/WebApplicationCacheHost.h" | 81 #include "public/platform/WebApplicationCacheHost.h" |
| 81 #include "public/platform/WebClipboard.h" | 82 #include "public/platform/WebClipboard.h" |
| 83 #include "public/platform/WebContentSecurityPolicy.h" |
| 84 #include "public/platform/WebContentSecurityPolicyStruct.h" |
| 82 #include "public/platform/WebCursorInfo.h" | 85 #include "public/platform/WebCursorInfo.h" |
| 83 #include "public/platform/WebFileError.h" | 86 #include "public/platform/WebFileError.h" |
| 84 #include "public/platform/WebFileInfo.h" | 87 #include "public/platform/WebFileInfo.h" |
| 85 #include "public/platform/WebFileSystem.h" | 88 #include "public/platform/WebFileSystem.h" |
| 86 #include "public/platform/WebFontDescription.h" | 89 #include "public/platform/WebFontDescription.h" |
| 87 #include "public/platform/WebHistoryScrollRestorationType.h" | 90 #include "public/platform/WebHistoryScrollRestorationType.h" |
| 88 #include "public/platform/WebInputEvent.h" | 91 #include "public/platform/WebInputEvent.h" |
| 89 #include "public/platform/WebMediaPlayer.h" | 92 #include "public/platform/WebMediaPlayer.h" |
| 90 #include "public/platform/WebMediaPlayerClient.h" | 93 #include "public/platform/WebMediaPlayerClient.h" |
| 91 #include "public/platform/WebMediaSource.h" | 94 #include "public/platform/WebMediaSource.h" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 105 #include "public/platform/modules/indexeddb/WebIDBDatabaseException.h" | 108 #include "public/platform/modules/indexeddb/WebIDBDatabaseException.h" |
| 106 #include "public/platform/modules/indexeddb/WebIDBFactory.h" | 109 #include "public/platform/modules/indexeddb/WebIDBFactory.h" |
| 107 #include "public/platform/modules/indexeddb/WebIDBKey.h" | 110 #include "public/platform/modules/indexeddb/WebIDBKey.h" |
| 108 #include "public/platform/modules/indexeddb/WebIDBKeyPath.h" | 111 #include "public/platform/modules/indexeddb/WebIDBKeyPath.h" |
| 109 #include "public/platform/modules/indexeddb/WebIDBMetadata.h" | 112 #include "public/platform/modules/indexeddb/WebIDBMetadata.h" |
| 110 #include "public/platform/modules/indexeddb/WebIDBTypes.h" | 113 #include "public/platform/modules/indexeddb/WebIDBTypes.h" |
| 111 #include "public/web/WebAXEnums.h" | 114 #include "public/web/WebAXEnums.h" |
| 112 #include "public/web/WebAXObject.h" | 115 #include "public/web/WebAXObject.h" |
| 113 #include "public/web/WebClientRedirectPolicy.h" | 116 #include "public/web/WebClientRedirectPolicy.h" |
| 114 #include "public/web/WebConsoleMessage.h" | 117 #include "public/web/WebConsoleMessage.h" |
| 115 #include "public/web/WebContentSecurityPolicy.h" | |
| 116 #include "public/web/WebFrameClient.h" | 118 #include "public/web/WebFrameClient.h" |
| 117 #include "public/web/WebFrameLoadType.h" | 119 #include "public/web/WebFrameLoadType.h" |
| 118 #include "public/web/WebHistoryCommitType.h" | 120 #include "public/web/WebHistoryCommitType.h" |
| 119 #include "public/web/WebHistoryItem.h" | 121 #include "public/web/WebHistoryItem.h" |
| 120 #include "public/web/WebIconURL.h" | 122 #include "public/web/WebIconURL.h" |
| 121 #include "public/web/WebInputElement.h" | 123 #include "public/web/WebInputElement.h" |
| 122 #include "public/web/WebNavigationPolicy.h" | 124 #include "public/web/WebNavigationPolicy.h" |
| 123 #include "public/web/WebNavigatorContentUtilsClient.h" | 125 #include "public/web/WebNavigatorContentUtilsClient.h" |
| 124 #include "public/web/WebRemoteFrameClient.h" | 126 #include "public/web/WebRemoteFrameClient.h" |
| 125 #include "public/web/WebSandboxFlags.h" | 127 #include "public/web/WebSandboxFlags.h" |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 STATIC_ASSERT_ENUM(WebContentSecurityPolicyTypeReport, | 717 STATIC_ASSERT_ENUM(WebContentSecurityPolicyTypeReport, |
| 716 ContentSecurityPolicyHeaderTypeReport); | 718 ContentSecurityPolicyHeaderTypeReport); |
| 717 STATIC_ASSERT_ENUM(WebContentSecurityPolicyTypeEnforce, | 719 STATIC_ASSERT_ENUM(WebContentSecurityPolicyTypeEnforce, |
| 718 ContentSecurityPolicyHeaderTypeEnforce); | 720 ContentSecurityPolicyHeaderTypeEnforce); |
| 719 | 721 |
| 720 STATIC_ASSERT_ENUM(WebContentSecurityPolicySourceHTTP, | 722 STATIC_ASSERT_ENUM(WebContentSecurityPolicySourceHTTP, |
| 721 ContentSecurityPolicyHeaderSourceHTTP); | 723 ContentSecurityPolicyHeaderSourceHTTP); |
| 722 STATIC_ASSERT_ENUM(WebContentSecurityPolicySourceMeta, | 724 STATIC_ASSERT_ENUM(WebContentSecurityPolicySourceMeta, |
| 723 ContentSecurityPolicyHeaderSourceMeta); | 725 ContentSecurityPolicyHeaderSourceMeta); |
| 724 | 726 |
| 727 STATIC_ASSERT_ENUM(WebWildcardDispositionNoWildcard, CSPSource::NoWildcard); |
| 728 STATIC_ASSERT_ENUM(WebWildcardDispositionHasWildcard, CSPSource::HasWildcard); |
| 729 |
| 725 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersionUnknown, | 730 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersionUnknown, |
| 726 ResourceResponse::HTTPVersionUnknown); | 731 ResourceResponse::HTTPVersionUnknown); |
| 727 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_0_9, | 732 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_0_9, |
| 728 ResourceResponse::HTTPVersion_0_9); | 733 ResourceResponse::HTTPVersion_0_9); |
| 729 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_0, | 734 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_0, |
| 730 ResourceResponse::HTTPVersion_1_0); | 735 ResourceResponse::HTTPVersion_1_0); |
| 731 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_1, | 736 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_1, |
| 732 ResourceResponse::HTTPVersion_1_1); | 737 ResourceResponse::HTTPVersion_1_1); |
| 733 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_2_0, | 738 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_2_0, |
| 734 ResourceResponse::HTTPVersion_2_0); | 739 ResourceResponse::HTTPVersion_2_0); |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 ProgressBarCompletion::DOMContentLoaded); | 870 ProgressBarCompletion::DOMContentLoaded); |
| 866 STATIC_ASSERT_ENUM( | 871 STATIC_ASSERT_ENUM( |
| 867 WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames, | 872 WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames, |
| 868 ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames); | 873 ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames); |
| 869 | 874 |
| 870 static_assert(kSerializedScriptValueVersion == | 875 static_assert(kSerializedScriptValueVersion == |
| 871 SerializedScriptValue::wireFormatVersion, | 876 SerializedScriptValue::wireFormatVersion, |
| 872 ""); | 877 ""); |
| 873 | 878 |
| 874 } // namespace blink | 879 } // namespace blink |
| OLD | NEW |