Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Side by Side Diff: third_party/WebKit/Source/web/AssertMatchingEnums.cpp

Issue 1958543002: requestAutocomplete: remove from web platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document-createEvent-expected.txt Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 24 matching lines...) Expand all
35 #include "core/dom/AXObjectCache.h" 35 #include "core/dom/AXObjectCache.h"
36 #include "core/dom/IconURL.h" 36 #include "core/dom/IconURL.h"
37 #include "core/editing/SelectionType.h" 37 #include "core/editing/SelectionType.h"
38 #include "core/editing/TextAffinity.h" 38 #include "core/editing/TextAffinity.h"
39 #include "core/editing/markers/DocumentMarker.h" 39 #include "core/editing/markers/DocumentMarker.h"
40 #include "core/fileapi/FileError.h" 40 #include "core/fileapi/FileError.h"
41 #include "core/frame/Frame.h" 41 #include "core/frame/Frame.h"
42 #include "core/frame/FrameTypes.h" 42 #include "core/frame/FrameTypes.h"
43 #include "core/frame/Settings.h" 43 #include "core/frame/Settings.h"
44 #include "core/frame/csp/ContentSecurityPolicy.h" 44 #include "core/frame/csp/ContentSecurityPolicy.h"
45 #include "core/html/HTMLFormElement.h"
46 #include "core/html/HTMLInputElement.h" 45 #include "core/html/HTMLInputElement.h"
47 #include "core/html/HTMLMediaElement.h" 46 #include "core/html/HTMLMediaElement.h"
48 #include "core/html/shadow/TextControlInnerElements.h" 47 #include "core/html/shadow/TextControlInnerElements.h"
49 #include "core/layout/compositing/CompositedSelectionBound.h" 48 #include "core/layout/compositing/CompositedSelectionBound.h"
50 #include "core/loader/FrameLoaderClient.h" 49 #include "core/loader/FrameLoaderClient.h"
51 #include "core/loader/FrameLoaderTypes.h" 50 #include "core/loader/FrameLoaderTypes.h"
52 #include "core/loader/NavigationPolicy.h" 51 #include "core/loader/NavigationPolicy.h"
53 #include "core/loader/appcache/ApplicationCacheHost.h" 52 #include "core/loader/appcache/ApplicationCacheHost.h"
54 #include "core/page/PageVisibilityState.h" 53 #include "core/page/PageVisibilityState.h"
55 #include "core/style/ComputedStyleConstants.h" 54 #include "core/style/ComputedStyleConstants.h"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 #include "public/platform/modules/indexeddb/WebIDBFactory.h" 104 #include "public/platform/modules/indexeddb/WebIDBFactory.h"
106 #include "public/platform/modules/indexeddb/WebIDBKey.h" 105 #include "public/platform/modules/indexeddb/WebIDBKey.h"
107 #include "public/platform/modules/indexeddb/WebIDBKeyPath.h" 106 #include "public/platform/modules/indexeddb/WebIDBKeyPath.h"
108 #include "public/platform/modules/indexeddb/WebIDBMetadata.h" 107 #include "public/platform/modules/indexeddb/WebIDBMetadata.h"
109 #include "public/platform/modules/indexeddb/WebIDBTypes.h" 108 #include "public/platform/modules/indexeddb/WebIDBTypes.h"
110 #include "public/web/WebAXEnums.h" 109 #include "public/web/WebAXEnums.h"
111 #include "public/web/WebAXObject.h" 110 #include "public/web/WebAXObject.h"
112 #include "public/web/WebClientRedirectPolicy.h" 111 #include "public/web/WebClientRedirectPolicy.h"
113 #include "public/web/WebConsoleMessage.h" 112 #include "public/web/WebConsoleMessage.h"
114 #include "public/web/WebContentSecurityPolicy.h" 113 #include "public/web/WebContentSecurityPolicy.h"
115 #include "public/web/WebFormElement.h"
116 #include "public/web/WebFrameClient.h" 114 #include "public/web/WebFrameClient.h"
117 #include "public/web/WebFrameLoadType.h" 115 #include "public/web/WebFrameLoadType.h"
118 #include "public/web/WebGeolocationError.h" 116 #include "public/web/WebGeolocationError.h"
119 #include "public/web/WebGeolocationPosition.h" 117 #include "public/web/WebGeolocationPosition.h"
120 #include "public/web/WebHistoryCommitType.h" 118 #include "public/web/WebHistoryCommitType.h"
121 #include "public/web/WebHistoryItem.h" 119 #include "public/web/WebHistoryItem.h"
122 #include "public/web/WebIconURL.h" 120 #include "public/web/WebIconURL.h"
123 #include "public/web/WebInputElement.h" 121 #include "public/web/WebInputElement.h"
124 #include "public/web/WebInputEvent.h" 122 #include "public/web/WebInputEvent.h"
125 #include "public/web/WebNavigationPolicy.h" 123 #include "public/web/WebNavigationPolicy.h"
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersionUnknown, ResourceResponse::HTTPVer sionUnknown); 629 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersionUnknown, ResourceResponse::HTTPVer sionUnknown);
632 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_0_9, 630 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_0_9,
633 ResourceResponse::HTTPVersion_0_9); 631 ResourceResponse::HTTPVersion_0_9);
634 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_0, 632 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_0,
635 ResourceResponse::HTTPVersion_1_0); 633 ResourceResponse::HTTPVersion_1_0);
636 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_1, 634 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_1_1,
637 ResourceResponse::HTTPVersion_1_1); 635 ResourceResponse::HTTPVersion_1_1);
638 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_2_0, 636 STATIC_ASSERT_ENUM(WebURLResponse::HTTPVersion_2_0,
639 ResourceResponse::HTTPVersion_2_0); 637 ResourceResponse::HTTPVersion_2_0);
640 638
641 STATIC_ASSERT_ENUM(WebFormElement::AutocompleteResultSuccess, HTMLFormElement::A utocompleteResultSuccess);
642 STATIC_ASSERT_ENUM(WebFormElement::AutocompleteResultErrorDisabled, HTMLFormElem ent::AutocompleteResultErrorDisabled);
643 STATIC_ASSERT_ENUM(WebFormElement::AutocompleteResultErrorCancel, HTMLFormElemen t::AutocompleteResultErrorCancel);
644 STATIC_ASSERT_ENUM(WebFormElement::AutocompleteResultErrorInvalid, HTMLFormEleme nt::AutocompleteResultErrorInvalid);
645
646 STATIC_ASSERT_ENUM(WebURLRequest::PriorityUnresolved, ResourceLoadPriorityUnreso lved); 639 STATIC_ASSERT_ENUM(WebURLRequest::PriorityUnresolved, ResourceLoadPriorityUnreso lved);
647 STATIC_ASSERT_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorityVeryLow); 640 STATIC_ASSERT_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorityVeryLow);
648 STATIC_ASSERT_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow); 641 STATIC_ASSERT_ENUM(WebURLRequest::PriorityLow, ResourceLoadPriorityLow);
649 STATIC_ASSERT_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriorityMedium); 642 STATIC_ASSERT_ENUM(WebURLRequest::PriorityMedium, ResourceLoadPriorityMedium);
650 STATIC_ASSERT_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHigh); 643 STATIC_ASSERT_ENUM(WebURLRequest::PriorityHigh, ResourceLoadPriorityHigh);
651 STATIC_ASSERT_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriorityVeryHigh ); 644 STATIC_ASSERT_ENUM(WebURLRequest::PriorityVeryHigh, ResourceLoadPriorityVeryHigh );
652 645
653 STATIC_ASSERT_ENUM(WebNavigationPolicyIgnore, NavigationPolicyIgnore); 646 STATIC_ASSERT_ENUM(WebNavigationPolicyIgnore, NavigationPolicyIgnore);
654 STATIC_ASSERT_ENUM(WebNavigationPolicyDownload, NavigationPolicyDownload); 647 STATIC_ASSERT_ENUM(WebNavigationPolicyDownload, NavigationPolicyDownload);
655 STATIC_ASSERT_ENUM(WebNavigationPolicyCurrentTab, NavigationPolicyCurrentTab); 648 STATIC_ASSERT_ENUM(WebNavigationPolicyCurrentTab, NavigationPolicyCurrentTab);
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 STATIC_ASSERT_ENUM(WebFrameLoadType::ReloadBypassingCache, FrameLoadTypeReloadBy passingCache); 731 STATIC_ASSERT_ENUM(WebFrameLoadType::ReloadBypassingCache, FrameLoadTypeReloadBy passingCache);
739 732
740 STATIC_ASSERT_ENUM(FrameDetachType::Remove, WebFrameClient::DetachType::Remove); 733 STATIC_ASSERT_ENUM(FrameDetachType::Remove, WebFrameClient::DetachType::Remove);
741 STATIC_ASSERT_ENUM(FrameDetachType::Swap, WebFrameClient::DetachType::Swap); 734 STATIC_ASSERT_ENUM(FrameDetachType::Swap, WebFrameClient::DetachType::Swap);
742 STATIC_ASSERT_ENUM(FrameDetachType::Remove, WebRemoteFrameClient::DetachType::Re move); 735 STATIC_ASSERT_ENUM(FrameDetachType::Remove, WebRemoteFrameClient::DetachType::Re move);
743 STATIC_ASSERT_ENUM(FrameDetachType::Swap, WebRemoteFrameClient::DetachType::Swap ); 736 STATIC_ASSERT_ENUM(FrameDetachType::Swap, WebRemoteFrameClient::DetachType::Swap );
744 737
745 static_assert(kSerializedScriptValueVersion == SerializedScriptValue::wireFormat Version, ""); 738 static_assert(kSerializedScriptValueVersion == SerializedScriptValue::wireFormat Version, "");
746 739
747 } // namespace blink 740 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698