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 27 matching lines...) Expand all Loading... |
38 #include "core/accessibility/AXObjectCache.h" | 38 #include "core/accessibility/AXObjectCache.h" |
39 #include "core/dom/DocumentMarker.h" | 39 #include "core/dom/DocumentMarker.h" |
40 #include "core/dom/ExceptionCode.h" | 40 #include "core/dom/ExceptionCode.h" |
41 #include "core/dom/IconURL.h" | 41 #include "core/dom/IconURL.h" |
42 #include "core/editing/TextAffinity.h" | 42 #include "core/editing/TextAffinity.h" |
43 #include "core/fileapi/FileError.h" | 43 #include "core/fileapi/FileError.h" |
44 #include "core/frame/csp/ContentSecurityPolicy.h" | 44 #include "core/frame/csp/ContentSecurityPolicy.h" |
45 #include "core/html/HTMLFormElement.h" | 45 #include "core/html/HTMLFormElement.h" |
46 #include "core/html/HTMLInputElement.h" | 46 #include "core/html/HTMLInputElement.h" |
47 #include "core/html/shadow/TextControlInnerElements.h" | 47 #include "core/html/shadow/TextControlInnerElements.h" |
| 48 #include "core/loader/FrameLoaderTypes.h" |
48 #include "core/loader/NavigationPolicy.h" | 49 #include "core/loader/NavigationPolicy.h" |
49 #include "core/loader/appcache/ApplicationCacheHost.h" | 50 #include "core/loader/appcache/ApplicationCacheHost.h" |
50 #include "core/page/InjectedStyleSheets.h" | 51 #include "core/page/InjectedStyleSheets.h" |
51 #include "core/page/PageVisibilityState.h" | 52 #include "core/page/PageVisibilityState.h" |
52 #include "core/frame/Settings.h" | 53 #include "core/frame/Settings.h" |
53 #include "core/rendering/style/RenderStyleConstants.h" | 54 #include "core/rendering/style/RenderStyleConstants.h" |
54 #include "modules/geolocation/GeolocationError.h" | 55 #include "modules/geolocation/GeolocationError.h" |
55 #include "modules/geolocation/GeolocationPosition.h" | 56 #include "modules/geolocation/GeolocationPosition.h" |
56 #include "modules/indexeddb/IDBKey.h" | 57 #include "modules/indexeddb/IDBKey.h" |
57 #include "modules/indexeddb/IDBKeyPath.h" | 58 #include "modules/indexeddb/IDBKeyPath.h" |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 #include "public/platform/WebURLRequest.h" | 104 #include "public/platform/WebURLRequest.h" |
104 #include "public/platform/WebURLResponse.h" | 105 #include "public/platform/WebURLResponse.h" |
105 #include "public/web/WebAXEnums.h" | 106 #include "public/web/WebAXEnums.h" |
106 #include "public/web/WebAXObject.h" | 107 #include "public/web/WebAXObject.h" |
107 #include "public/web/WebConsoleMessage.h" | 108 #include "public/web/WebConsoleMessage.h" |
108 #include "public/web/WebContentSecurityPolicy.h" | 109 #include "public/web/WebContentSecurityPolicy.h" |
109 #include "public/web/WebFontDescription.h" | 110 #include "public/web/WebFontDescription.h" |
110 #include "public/web/WebFormElement.h" | 111 #include "public/web/WebFormElement.h" |
111 #include "public/web/WebGeolocationError.h" | 112 #include "public/web/WebGeolocationError.h" |
112 #include "public/web/WebGeolocationPosition.h" | 113 #include "public/web/WebGeolocationPosition.h" |
| 114 #include "public/web/WebHistoryCommitType.h" |
113 #include "public/web/WebIconURL.h" | 115 #include "public/web/WebIconURL.h" |
114 #include "public/web/WebInputElement.h" | 116 #include "public/web/WebInputElement.h" |
115 #include "public/web/WebInputEvent.h" | 117 #include "public/web/WebInputEvent.h" |
116 #include "public/web/WebNavigationPolicy.h" | 118 #include "public/web/WebNavigationPolicy.h" |
117 #include "public/web/WebNavigatorContentUtilsClient.h" | 119 #include "public/web/WebNavigatorContentUtilsClient.h" |
118 #include "public/web/WebNotificationPresenter.h" | 120 #include "public/web/WebNotificationPresenter.h" |
119 #include "public/web/WebPageVisibilityState.h" | 121 #include "public/web/WebPageVisibilityState.h" |
120 #include "public/web/WebSerializedScriptValueVersion.h" | 122 #include "public/web/WebSerializedScriptValueVersion.h" |
121 #include "public/web/WebSettings.h" | 123 #include "public/web/WebSettings.h" |
122 #include "public/web/WebSpeechRecognizerClient.h" | 124 #include "public/web/WebSpeechRecognizerClient.h" |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori
tyVeryHigh); | 590 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriori
tyVeryHigh); |
589 | 591 |
590 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyIgnore, NavigationPolicyIgnore); | 592 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyIgnore, NavigationPolicyIgnore); |
591 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyDownload, NavigationPolicyDownlo
ad); | 593 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyDownload, NavigationPolicyDownlo
ad); |
592 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyCurrentTab, NavigationPolicyCurr
entTab); | 594 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyCurrentTab, NavigationPolicyCurr
entTab); |
593 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewBackgroundTab, NavigationPoli
cyNewBackgroundTab); | 595 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewBackgroundTab, NavigationPoli
cyNewBackgroundTab); |
594 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewForegroundTab, NavigationPoli
cyNewForegroundTab); | 596 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewForegroundTab, NavigationPoli
cyNewForegroundTab); |
595 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewWindow, NavigationPolicyNewWi
ndow); | 597 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewWindow, NavigationPolicyNewWi
ndow); |
596 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewPopup, NavigationPolicyNewPop
up); | 598 COMPILE_ASSERT_MATCHING_ENUM(WebNavigationPolicyNewPopup, NavigationPolicyNewPop
up); |
597 | 599 |
| 600 COMPILE_ASSERT_MATCHING_ENUM(WebStandardCommit, StandardCommit); |
| 601 COMPILE_ASSERT_MATCHING_ENUM(WebBackForwardCommit, BackForwardCommit); |
| 602 COMPILE_ASSERT_MATCHING_ENUM(WebInitialCommitInChildFrame, InitialCommitInChildF
rame); |
| 603 COMPILE_ASSERT_MATCHING_ENUM(WebHistoryInertCommit, HistoryInertCommit); |
| 604 |
598 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); | 605 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelDebug, DebugMessageLevel); |
599 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); | 606 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelLog, LogMessageLevel); |
600 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); | 607 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelWarning, WarningMessageLeve
l); |
601 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); | 608 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelError, ErrorMessageLevel); |
602 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel); | 609 COMPILE_ASSERT_MATCHING_ENUM(WebConsoleMessage::LevelInfo, InfoMessageLevel); |
603 | 610 |
604 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient::
CustomHandlersNew); | 611 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient::
CustomHandlersNew); |
605 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC
lient::CustomHandlersRegistered); | 612 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC
lient::CustomHandlersRegistered); |
606 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli
ent::CustomHandlersDeclined); | 613 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli
ent::CustomHandlersDeclined); |
607 | 614 |
608 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); | 615 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); |
609 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); | 616 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); |
610 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); | 617 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); |
611 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); | 618 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); |
612 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom); | 619 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom); |
613 | 620 |
614 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); | 621 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); |
OLD | NEW |