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

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

Issue 18179009: Introduce unregisterProtocolHandler() and isProtocolHandlerRegistered() webview API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 11 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
« no previous file with comments | « no previous file | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 26 matching lines...) Expand all
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
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
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);
OLDNEW
« no previous file with comments | « no previous file | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698