| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 #include "IDBDatabaseBackendInterface.h" | 50 #include "IDBDatabaseBackendInterface.h" |
| 51 #include "IDBDatabaseException.h" | 51 #include "IDBDatabaseException.h" |
| 52 #include "IDBFactoryBackendInterfaceChromium.h" | 52 #include "IDBFactoryBackendInterfaceChromium.h" |
| 53 #include "IDBKey.h" | 53 #include "IDBKey.h" |
| 54 #include "IDBKeyPath.h" | 54 #include "IDBKeyPath.h" |
| 55 #include "IDBMetadata.h" | 55 #include "IDBMetadata.h" |
| 56 #include "IconURL.h" | 56 #include "IconURL.h" |
| 57 #include "NotificationClient.h" | 57 #include "NotificationClient.h" |
| 58 #include "PageVisibilityState.h" | 58 #include "PageVisibilityState.h" |
| 59 #include "ReferrerPolicy.h" | 59 #include "ReferrerPolicy.h" |
| 60 #include "ResourceLoadPriority.h" | |
| 61 #include "ResourceResponse.h" | |
| 62 #include "Settings.h" | 60 #include "Settings.h" |
| 63 #include "SpeechRecognitionError.h" | 61 #include "SpeechRecognitionError.h" |
| 64 #include "StorageQuota.h" | 62 #include "StorageQuota.h" |
| 65 #include "TextAffinity.h" | 63 #include "TextAffinity.h" |
| 66 #include "TextChecking.h" | 64 #include "TextChecking.h" |
| 67 #include "TextControlInnerElements.h" | 65 #include "TextControlInnerElements.h" |
| 68 #include "UserContentTypes.h" | 66 #include "UserContentTypes.h" |
| 69 #include "UserStyleSheetTypes.h" | 67 #include "UserStyleSheetTypes.h" |
| 70 #include "WebAccessibilityNotification.h" | 68 #include "WebAccessibilityNotification.h" |
| 71 #include "WebAccessibilityObject.h" | 69 #include "WebAccessibilityObject.h" |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 #include "core/accessibility/AXObjectCache.h" | 101 #include "core/accessibility/AXObjectCache.h" |
| 104 #include "core/accessibility/AccessibilityObject.h" | 102 #include "core/accessibility/AccessibilityObject.h" |
| 105 #include "core/platform/graphics/FontDescription.h" | 103 #include "core/platform/graphics/FontDescription.h" |
| 106 #include "core/platform/graphics/FontSmoothingMode.h" | 104 #include "core/platform/graphics/FontSmoothingMode.h" |
| 107 #include "core/platform/graphics/MediaPlayer.h" | 105 #include "core/platform/graphics/MediaPlayer.h" |
| 108 #include "core/platform/graphics/MediaSourcePrivate.h" | 106 #include "core/platform/graphics/MediaSourcePrivate.h" |
| 109 #include "core/platform/graphics/filters/FilterOperation.h" | 107 #include "core/platform/graphics/filters/FilterOperation.h" |
| 110 #include "core/platform/mediastream/MediaStreamSource.h" | 108 #include "core/platform/mediastream/MediaStreamSource.h" |
| 111 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" | 109 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" |
| 112 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" | 110 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" |
| 111 #include "core/platform/network/ResourceLoadPriority.h" |
| 112 #include "core/platform/network/ResourceResponse.h" |
| 113 #include <public/WebClipboard.h> | 113 #include <public/WebClipboard.h> |
| 114 #include <public/WebFileError.h> | 114 #include <public/WebFileError.h> |
| 115 #include <public/WebFileInfo.h> | 115 #include <public/WebFileInfo.h> |
| 116 #include <public/WebFileSystem.h> | 116 #include <public/WebFileSystem.h> |
| 117 #include <public/WebFilterOperation.h> | 117 #include <public/WebFilterOperation.h> |
| 118 #include <public/WebMediaStreamSource.h> | 118 #include <public/WebMediaStreamSource.h> |
| 119 #include <public/WebReferrerPolicy.h> | 119 #include <public/WebReferrerPolicy.h> |
| 120 #include <public/WebRTCDataChannelHandlerClient.h> | 120 #include <public/WebRTCDataChannelHandlerClient.h> |
| 121 #include <public/WebRTCPeerConnectionHandlerClient.h> | 121 #include <public/WebRTCPeerConnectionHandlerClient.h> |
| 122 #include <public/WebScrollbar.h> | 122 #include <public/WebScrollbar.h> |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit
yVeryLow); | 610 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorit
yVeryLow); |
| 611 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow
); | 611 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow
); |
| 612 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority
Medium); | 612 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriority
Medium); |
| 613 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi
gh); | 613 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHi
gh); |
| 614 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori
tyVeryHigh); | 614 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori
tyVeryHigh); |
| 615 | 615 |
| 616 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); | 616 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); |
| 617 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); | 617 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); |
| 618 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); | 618 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); |
| 619 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); | 619 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); |
| OLD | NEW |