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

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

Issue 454643002: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix bug in tests Created 6 years, 3 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 | Annotate | Revision Log
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient:: CustomHandlersNew); 610 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient:: CustomHandlersNew);
609 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC lient::CustomHandlersRegistered); 611 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC lient::CustomHandlersRegistered);
610 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli ent::CustomHandlersDeclined); 612 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli ent::CustomHandlersDeclined);
611 613
612 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); 614 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone);
613 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); 615 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto);
614 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); 616 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX);
615 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); 617 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY);
616 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom); 618 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPinchZoom, TouchActionPinchZoom);
617 619
620 COMPILE_ASSERT_MATCHING_ENUM(WebSelectionBound::Caret, CompositedSelectionBound: :Caret);
621 COMPILE_ASSERT_MATCHING_ENUM(WebSelectionBound::SelectionLeft, CompositedSelecti onBound::SelectionLeft);
622 COMPILE_ASSERT_MATCHING_ENUM(WebSelectionBound::SelectionRight, CompositedSelect ionBound::SelectionRight);
623
618 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsOff, V8CacheOptionsOff); 624 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsOff, V8CacheOptionsOff);
619 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsParse, V8CacheOptionsPar se); 625 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsParse, V8CacheOptionsPar se);
620 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsCode, V8CacheOptionsCode ); 626 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::V8CacheOptionsCode, V8CacheOptionsCode );
621 627
622 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeNone, PointerTypeNone); 628 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeNone, PointerTypeNone);
623 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeCoarse, PointerTypeCoarse); 629 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeCoarse, PointerTypeCoarse);
624 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeFine, PointerTypeFine); 630 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::PointerTypeFine, PointerTypeFine);
625 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeNone, HoverTypeNone); 631 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeNone, HoverTypeNone);
626 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeOnDemand, HoverTypeOnDemand); 632 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeOnDemand, HoverTypeOnDemand);
627 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeHover, HoverTypeHover); 633 COMPILE_ASSERT_MATCHING_ENUM(WebSettings::HoverTypeHover, HoverTypeHover);
628 634
629 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa lue::wireFormatVersion); 635 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa lue::wireFormatVersion);
630 636
631 } // namespace blink 637 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698