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 "WebAXObject.h" | 37 #include "WebAXObject.h" |
38 #include "WebApplicationCacheHost.h" | 38 #include "WebApplicationCacheHost.h" |
39 #include "WebConsoleMessage.h" | 39 #include "WebConsoleMessage.h" |
40 #include "WebContentSecurityPolicy.h" | 40 #include "WebContentSecurityPolicy.h" |
41 #include "WebFontDescription.h" | 41 #include "WebFontDescription.h" |
42 #include "WebFormElement.h" | 42 #include "WebFormElement.h" |
43 #include "WebGeolocationError.h" | 43 #include "WebGeolocationError.h" |
44 #include "WebGeolocationPosition.h" | 44 #include "WebGeolocationPosition.h" |
45 #include "WebIconURL.h" | 45 #include "WebIconURL.h" |
46 #include "WebInputElement.h" | 46 #include "WebInputElement.h" |
| 47 #include "WebNavigatorContentUtilsClient.h" |
47 #include "WebNotificationPresenter.h" | 48 #include "WebNotificationPresenter.h" |
48 #include "WebPageVisibilityState.h" | 49 #include "WebPageVisibilityState.h" |
49 #include "WebSettings.h" | 50 #include "WebSettings.h" |
50 #include "WebSpeechRecognizerClient.h" | 51 #include "WebSpeechRecognizerClient.h" |
51 #include "WebTextAffinity.h" | 52 #include "WebTextAffinity.h" |
52 #include "WebTextCheckingResult.h" | 53 #include "WebTextCheckingResult.h" |
53 #include "WebTextCheckingType.h" | 54 #include "WebTextCheckingType.h" |
54 #include "WebTextDecorationType.h" | 55 #include "WebTextDecorationType.h" |
55 #include "WebView.h" | 56 #include "WebView.h" |
56 #include "bindings/v8/SerializedScriptValue.h" | 57 #include "bindings/v8/SerializedScriptValue.h" |
(...skipping 16 matching lines...) Expand all Loading... |
73 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" | 74 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" |
74 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" | 75 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" |
75 #include "core/rendering/style/RenderStyleConstants.h" | 76 #include "core/rendering/style/RenderStyleConstants.h" |
76 #include "modules/geolocation/GeolocationError.h" | 77 #include "modules/geolocation/GeolocationError.h" |
77 #include "modules/geolocation/GeolocationPosition.h" | 78 #include "modules/geolocation/GeolocationPosition.h" |
78 #include "modules/indexeddb/IDBKey.h" | 79 #include "modules/indexeddb/IDBKey.h" |
79 #include "modules/indexeddb/IDBKeyPath.h" | 80 #include "modules/indexeddb/IDBKeyPath.h" |
80 #include "modules/indexeddb/IDBMetadata.h" | 81 #include "modules/indexeddb/IDBMetadata.h" |
81 #include "modules/indexeddb/IndexedDB.h" | 82 #include "modules/indexeddb/IndexedDB.h" |
82 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" | 83 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" |
| 84 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h" |
83 #include "modules/notifications/NotificationClient.h" | 85 #include "modules/notifications/NotificationClient.h" |
84 #include "modules/quota/StorageQuota.h" | 86 #include "modules/quota/StorageQuota.h" |
85 #include "modules/speech/SpeechRecognitionError.h" | 87 #include "modules/speech/SpeechRecognitionError.h" |
86 #include "platform/Cursor.h" | 88 #include "platform/Cursor.h" |
87 #include "platform/FileMetadata.h" | 89 #include "platform/FileMetadata.h" |
88 #include "platform/FileSystemType.h" | 90 #include "platform/FileSystemType.h" |
89 #include "platform/drm/ContentDecryptionModuleSession.h" | 91 #include "platform/drm/ContentDecryptionModuleSession.h" |
90 #include "platform/fonts/FontDescription.h" | 92 #include "platform/fonts/FontDescription.h" |
91 #include "platform/fonts/FontSmoothingMode.h" | 93 #include "platform/fonts/FontSmoothingMode.h" |
92 #include "platform/graphics/CompositingReasons.h" | 94 #include "platform/graphics/CompositingReasons.h" |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewForegroundTab, NavigationPoli
cyNewForegroundTab); | 640 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewForegroundTab, NavigationPoli
cyNewForegroundTab); |
639 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewWindow, NavigationPolicyNewWi
ndow); | 641 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewWindow, NavigationPolicyNewWi
ndow); |
640 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewPopup, NavigationPolicyNewPop
up); | 642 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewPopup, NavigationPolicyNewPop
up); |
641 | 643 |
642 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); | 644 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); |
643 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); | 645 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); |
644 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); | 646 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); |
645 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); | 647 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); |
646 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel); | 648 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel); |
647 | 649 |
| 650 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient::
CustomHandlersNew); |
| 651 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC
lient::CustomHandlersRegistered); |
| 652 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli
ent::CustomHandlersDeclined); |
| 653 |
648 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); | 654 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); |
649 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); | 655 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); |
650 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); | 656 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); |
651 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); | 657 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); |
652 | 658 |
653 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonUnknown, CompositingReasonNone); | 659 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonUnknown, CompositingReasonNone); |
654 COMPILE_ASSERT_MATCHING_UINT64(CompositingReason3DTransform, CompositingReason3D
Transform); | 660 COMPILE_ASSERT_MATCHING_UINT64(CompositingReason3DTransform, CompositingReason3D
Transform); |
655 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonVideo, CompositingReasonVideo); | 661 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonVideo, CompositingReasonVideo); |
656 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonCanvas, CompositingReasonCanvas)
; | 662 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonCanvas, CompositingReasonCanvas)
; |
657 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonPlugin, CompositingReasonPlugin)
; | 663 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonPlugin, CompositingReasonPlugin)
; |
(...skipping 21 matching lines...) Expand all Loading... |
679 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL
ayerForClip); | 685 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL
ayerForClip); |
680 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe
asonLayerForScrollbar); | 686 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe
asonLayerForScrollbar); |
681 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp
ositingReasonLayerForScrollingContainer); | 687 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp
ositingReasonLayerForScrollingContainer); |
682 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR
easonLayerForForeground); | 688 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR
easonLayerForForeground); |
683 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR
easonLayerForBackground); | 689 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR
easonLayerForBackground); |
684 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL
ayerForMask); | 690 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL
ayerForMask); |
685 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi
tingReasonOverflowScrollingParent); | 691 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi
tingReasonOverflowScrollingParent); |
686 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe
asonOutOfFlowClipping); | 692 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe
asonOutOfFlowClipping); |
687 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonIsolateCompositedDescendants, Co
mpositingReasonIsolateCompositedDescendants); | 693 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonIsolateCompositedDescendants, Co
mpositingReasonIsolateCompositedDescendants); |
688 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); | 694 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); |
OLD | NEW |