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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 #include "core/frame/csp/ContentSecurityPolicy.h" | 45 #include "core/frame/csp/ContentSecurityPolicy.h" |
46 #include "core/html/HTMLFormElement.h" | 46 #include "core/html/HTMLFormElement.h" |
47 #include "core/html/HTMLInputElement.h" | 47 #include "core/html/HTMLInputElement.h" |
48 #include "core/html/HTMLMediaElement.h" | 48 #include "core/html/HTMLMediaElement.h" |
49 #include "core/html/shadow/TextControlInnerElements.h" | 49 #include "core/html/shadow/TextControlInnerElements.h" |
50 #include "core/loader/FrameLoaderTypes.h" | 50 #include "core/loader/FrameLoaderTypes.h" |
51 #include "core/loader/NavigationPolicy.h" | 51 #include "core/loader/NavigationPolicy.h" |
52 #include "core/loader/appcache/ApplicationCacheHost.h" | 52 #include "core/loader/appcache/ApplicationCacheHost.h" |
53 #include "core/page/InjectedStyleSheets.h" | 53 #include "core/page/InjectedStyleSheets.h" |
54 #include "core/page/PageVisibilityState.h" | 54 #include "core/page/PageVisibilityState.h" |
| 55 #include "core/rendering/compositing/CompositedSelectionBound.h" |
55 #include "core/rendering/style/RenderStyleConstants.h" | 56 #include "core/rendering/style/RenderStyleConstants.h" |
56 #include "modules/geolocation/GeolocationError.h" | 57 #include "modules/geolocation/GeolocationError.h" |
57 #include "modules/geolocation/GeolocationPosition.h" | 58 #include "modules/geolocation/GeolocationPosition.h" |
58 #include "modules/indexeddb/IDBKey.h" | 59 #include "modules/indexeddb/IDBKey.h" |
59 #include "modules/indexeddb/IDBKeyPath.h" | 60 #include "modules/indexeddb/IDBKeyPath.h" |
60 #include "modules/indexeddb/IDBMetadata.h" | 61 #include "modules/indexeddb/IDBMetadata.h" |
61 #include "modules/indexeddb/IndexedDB.h" | 62 #include "modules/indexeddb/IndexedDB.h" |
62 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h" | 63 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h" |
63 #include "modules/notifications/NotificationClient.h" | 64 #include "modules/notifications/NotificationClient.h" |
64 #include "modules/quota/DeprecatedStorageQuota.h" | 65 #include "modules/quota/DeprecatedStorageQuota.h" |
(...skipping 27 matching lines...) Expand all Loading... |
92 #include "public/platform/WebIDBKeyPath.h" | 93 #include "public/platform/WebIDBKeyPath.h" |
93 #include "public/platform/WebIDBMetadata.h" | 94 #include "public/platform/WebIDBMetadata.h" |
94 #include "public/platform/WebIDBTypes.h" | 95 #include "public/platform/WebIDBTypes.h" |
95 #include "public/platform/WebMediaPlayer.h" | 96 #include "public/platform/WebMediaPlayer.h" |
96 #include "public/platform/WebMediaPlayerClient.h" | 97 #include "public/platform/WebMediaPlayerClient.h" |
97 #include "public/platform/WebMediaSource.h" | 98 #include "public/platform/WebMediaSource.h" |
98 #include "public/platform/WebMediaStreamSource.h" | 99 #include "public/platform/WebMediaStreamSource.h" |
99 #include "public/platform/WebReferrerPolicy.h" | 100 #include "public/platform/WebReferrerPolicy.h" |
100 #include "public/platform/WebScrollbar.h" | 101 #include "public/platform/WebScrollbar.h" |
101 #include "public/platform/WebScrollbarBehavior.h" | 102 #include "public/platform/WebScrollbarBehavior.h" |
| 103 #include "public/platform/WebSelectionBound.h" |
102 #include "public/platform/WebStorageQuotaError.h" | 104 #include "public/platform/WebStorageQuotaError.h" |
103 #include "public/platform/WebStorageQuotaType.h" | 105 #include "public/platform/WebStorageQuotaType.h" |
104 #include "public/platform/WebURLRequest.h" | 106 #include "public/platform/WebURLRequest.h" |
105 #include "public/platform/WebURLResponse.h" | 107 #include "public/platform/WebURLResponse.h" |
106 #include "public/web/WebAXEnums.h" | 108 #include "public/web/WebAXEnums.h" |
107 #include "public/web/WebAXObject.h" | 109 #include "public/web/WebAXObject.h" |
108 #include "public/web/WebConsoleMessage.h" | 110 #include "public/web/WebConsoleMessage.h" |
109 #include "public/web/WebContentSecurityPolicy.h" | 111 #include "public/web/WebContentSecurityPolicy.h" |
110 #include "public/web/WebFontDescription.h" | 112 #include "public/web/WebFontDescription.h" |
111 #include "public/web/WebFormElement.h" | 113 #include "public/web/WebFormElement.h" |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
604 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient::
CustomHandlersNew); | 606 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient::
CustomHandlersNew); |
605 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC
lient::CustomHandlersRegistered); | 607 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC
lient::CustomHandlersRegistered); |
606 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli
ent::CustomHandlersDeclined); | 608 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli
ent::CustomHandlersDeclined); |
607 | 609 |
608 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); | 610 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); |
609 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); | 611 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); |
610 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); | 612 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); |
611 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); | 613 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); |
612 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom); | 614 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom); |
613 | 615 |
| 616 COMPILE_ASSERT_MATCHING_ENUM(WebSelectionBound::Caret, CompositedSelectionBound:
:Caret); |
| 617 COMPILE_ASSERT_MATCHING_ENUM(WebSelectionBound::SelectionLeft, CompositedSelecti
onBound::SelectionLeft); |
| 618 COMPILE_ASSERT_MATCHING_ENUM(WebSelectionBound::SelectionRight, CompositedSelect
ionBound::SelectionRight); |
| 619 |
614 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); | 620 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); |
OLD | NEW |