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/filters/FilterOperation.h" | 94 #include "platform/graphics/filters/FilterOperation.h" |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewForegroundTab, NavigationPoli
cyNewForegroundTab); | 638 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewForegroundTab, NavigationPoli
cyNewForegroundTab); |
637 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewWindow, NavigationPolicyNewWi
ndow); | 639 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewWindow, NavigationPolicyNewWi
ndow); |
638 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewPopup, NavigationPolicyNewPop
up); | 640 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewPopup, NavigationPolicyNewPop
up); |
639 | 641 |
640 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); | 642 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); |
641 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); | 643 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); |
642 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); | 644 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); |
643 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); | 645 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); |
644 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel); | 646 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel); |
645 | 647 |
| 648 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient::
CustomHandlersNew); |
| 649 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC
lient::CustomHandlersRegistered); |
| 650 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli
ent::CustomHandlersDeclined); |
| 651 |
646 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); | 652 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); |
647 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); | 653 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); |
648 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); | 654 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); |
649 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); | 655 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); |
650 | 656 |
651 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); | 657 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); |
OLD | NEW |