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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #include "core/layout/compositing/CompositedSelectionBound.h" 51 #include "core/layout/compositing/CompositedSelectionBound.h"
52 #include "core/loader/FrameLoaderClient.h" 52 #include "core/loader/FrameLoaderClient.h"
53 #include "core/loader/FrameLoaderTypes.h" 53 #include "core/loader/FrameLoaderTypes.h"
54 #include "core/loader/NavigationPolicy.h" 54 #include "core/loader/NavigationPolicy.h"
55 #include "core/loader/appcache/ApplicationCacheHost.h" 55 #include "core/loader/appcache/ApplicationCacheHost.h"
56 #include "core/page/PageVisibilityState.h" 56 #include "core/page/PageVisibilityState.h"
57 #include "core/style/ComputedStyleConstants.h" 57 #include "core/style/ComputedStyleConstants.h"
58 #include "modules/accessibility/AXObject.h" 58 #include "modules/accessibility/AXObject.h"
59 #include "modules/indexeddb/IDBKey.h" 59 #include "modules/indexeddb/IDBKey.h"
60 #include "modules/indexeddb/IDBKeyPath.h" 60 #include "modules/indexeddb/IDBKeyPath.h"
61 #include "modules/indexeddb/IDBMetadata.h"
62 #include "modules/indexeddb/IndexedDB.h" 61 #include "modules/indexeddb/IndexedDB.h"
63 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h" 62 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h"
64 #include "modules/quota/DeprecatedStorageQuota.h" 63 #include "modules/quota/DeprecatedStorageQuota.h"
65 #include "modules/speech/SpeechRecognitionError.h" 64 #include "modules/speech/SpeechRecognitionError.h"
66 #include "platform/Cursor.h" 65 #include "platform/Cursor.h"
67 #include "platform/FileMetadata.h" 66 #include "platform/FileMetadata.h"
68 #include "platform/FileSystemType.h" 67 #include "platform/FileSystemType.h"
69 #include "platform/PlatformMouseEvent.h" 68 #include "platform/PlatformMouseEvent.h"
70 #include "platform/fonts/FontDescription.h" 69 #include "platform/fonts/FontDescription.h"
71 #include "platform/fonts/FontSmoothingMode.h" 70 #include "platform/fonts/FontSmoothingMode.h"
(...skipping 21 matching lines...) Expand all
93 #include "public/platform/WebPageVisibilityState.h" 92 #include "public/platform/WebPageVisibilityState.h"
94 #include "public/platform/WebReferrerPolicy.h" 93 #include "public/platform/WebReferrerPolicy.h"
95 #include "public/platform/WebScrollbar.h" 94 #include "public/platform/WebScrollbar.h"
96 #include "public/platform/WebScrollbarBehavior.h" 95 #include "public/platform/WebScrollbarBehavior.h"
97 #include "public/platform/WebSelectionBound.h" 96 #include "public/platform/WebSelectionBound.h"
98 #include "public/platform/WebStorageQuotaError.h" 97 #include "public/platform/WebStorageQuotaError.h"
99 #include "public/platform/WebStorageQuotaType.h" 98 #include "public/platform/WebStorageQuotaType.h"
100 #include "public/platform/WebURLRequest.h" 99 #include "public/platform/WebURLRequest.h"
101 #include "public/platform/WebURLResponse.h" 100 #include "public/platform/WebURLResponse.h"
102 #include "public/platform/modules/indexeddb/WebIDBCursor.h" 101 #include "public/platform/modules/indexeddb/WebIDBCursor.h"
103 #include "public/platform/modules/indexeddb/WebIDBDatabase.h"
104 #include "public/platform/modules/indexeddb/WebIDBDatabaseException.h" 102 #include "public/platform/modules/indexeddb/WebIDBDatabaseException.h"
105 #include "public/platform/modules/indexeddb/WebIDBFactory.h"
106 #include "public/platform/modules/indexeddb/WebIDBKey.h" 103 #include "public/platform/modules/indexeddb/WebIDBKey.h"
107 #include "public/platform/modules/indexeddb/WebIDBKeyPath.h" 104 #include "public/platform/modules/indexeddb/WebIDBKeyPath.h"
108 #include "public/platform/modules/indexeddb/WebIDBMetadata.h"
109 #include "public/platform/modules/indexeddb/WebIDBTypes.h" 105 #include "public/platform/modules/indexeddb/WebIDBTypes.h"
110 #include "public/web/WebAXEnums.h" 106 #include "public/web/WebAXEnums.h"
111 #include "public/web/WebAXObject.h" 107 #include "public/web/WebAXObject.h"
112 #include "public/web/WebClientRedirectPolicy.h" 108 #include "public/web/WebClientRedirectPolicy.h"
113 #include "public/web/WebConsoleMessage.h" 109 #include "public/web/WebConsoleMessage.h"
114 #include "public/web/WebContentSecurityPolicy.h" 110 #include "public/web/WebContentSecurityPolicy.h"
115 #include "public/web/WebFrameClient.h" 111 #include "public/web/WebFrameClient.h"
116 #include "public/web/WebFrameLoadType.h" 112 #include "public/web/WebFrameLoadType.h"
117 #include "public/web/WebHistoryCommitType.h" 113 #include "public/web/WebHistoryCommitType.h"
118 #include "public/web/WebHistoryItem.h" 114 #include "public/web/WebHistoryItem.h"
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 STATIC_ASSERT_ENUM(WebIDBKeyTypeArray, IDBKey::ArrayType); 564 STATIC_ASSERT_ENUM(WebIDBKeyTypeArray, IDBKey::ArrayType);
569 STATIC_ASSERT_ENUM(WebIDBKeyTypeBinary, IDBKey::BinaryType); 565 STATIC_ASSERT_ENUM(WebIDBKeyTypeBinary, IDBKey::BinaryType);
570 STATIC_ASSERT_ENUM(WebIDBKeyTypeString, IDBKey::StringType); 566 STATIC_ASSERT_ENUM(WebIDBKeyTypeString, IDBKey::StringType);
571 STATIC_ASSERT_ENUM(WebIDBKeyTypeDate, IDBKey::DateType); 567 STATIC_ASSERT_ENUM(WebIDBKeyTypeDate, IDBKey::DateType);
572 STATIC_ASSERT_ENUM(WebIDBKeyTypeNumber, IDBKey::NumberType); 568 STATIC_ASSERT_ENUM(WebIDBKeyTypeNumber, IDBKey::NumberType);
573 569
574 STATIC_ASSERT_ENUM(WebIDBKeyPathTypeNull, IDBKeyPath::NullType); 570 STATIC_ASSERT_ENUM(WebIDBKeyPathTypeNull, IDBKeyPath::NullType);
575 STATIC_ASSERT_ENUM(WebIDBKeyPathTypeString, IDBKeyPath::StringType); 571 STATIC_ASSERT_ENUM(WebIDBKeyPathTypeString, IDBKeyPath::StringType);
576 STATIC_ASSERT_ENUM(WebIDBKeyPathTypeArray, IDBKeyPath::ArrayType); 572 STATIC_ASSERT_ENUM(WebIDBKeyPathTypeArray, IDBKeyPath::ArrayType);
577 573
578 STATIC_ASSERT_ENUM(WebIDBMetadata::NoVersion, IDBDatabaseMetadata::NoVersion);
579
580 STATIC_ASSERT_ENUM(WebFileSystem::TypeTemporary, FileSystemTypeTemporary); 574 STATIC_ASSERT_ENUM(WebFileSystem::TypeTemporary, FileSystemTypeTemporary);
581 STATIC_ASSERT_ENUM(WebFileSystem::TypePersistent, FileSystemTypePersistent); 575 STATIC_ASSERT_ENUM(WebFileSystem::TypePersistent, FileSystemTypePersistent);
582 STATIC_ASSERT_ENUM(WebFileSystem::TypeExternal, FileSystemTypeExternal); 576 STATIC_ASSERT_ENUM(WebFileSystem::TypeExternal, FileSystemTypeExternal);
583 STATIC_ASSERT_ENUM(WebFileSystem::TypeIsolated, FileSystemTypeIsolated); 577 STATIC_ASSERT_ENUM(WebFileSystem::TypeIsolated, FileSystemTypeIsolated);
584 STATIC_ASSERT_ENUM(WebFileInfo::TypeUnknown, FileMetadata::TypeUnknown); 578 STATIC_ASSERT_ENUM(WebFileInfo::TypeUnknown, FileMetadata::TypeUnknown);
585 STATIC_ASSERT_ENUM(WebFileInfo::TypeFile, FileMetadata::TypeFile); 579 STATIC_ASSERT_ENUM(WebFileInfo::TypeFile, FileMetadata::TypeFile);
586 STATIC_ASSERT_ENUM(WebFileInfo::TypeDirectory, FileMetadata::TypeDirectory); 580 STATIC_ASSERT_ENUM(WebFileInfo::TypeDirectory, FileMetadata::TypeDirectory);
587 581
588 STATIC_ASSERT_ENUM(WebFileErrorNotFound, FileError::kNotFoundErr); 582 STATIC_ASSERT_ENUM(WebFileErrorNotFound, FileError::kNotFoundErr);
589 STATIC_ASSERT_ENUM(WebFileErrorSecurity, FileError::kSecurityErr); 583 STATIC_ASSERT_ENUM(WebFileErrorSecurity, FileError::kSecurityErr);
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 STATIC_ASSERT_ENUM(FrameDetachType::Swap, WebRemoteFrameClient::DetachType::Swap ); 753 STATIC_ASSERT_ENUM(FrameDetachType::Swap, WebRemoteFrameClient::DetachType::Swap );
760 754
761 STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::LoadEvent, ProgressBarCom pletion::LoadEvent); 755 STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::LoadEvent, ProgressBarCom pletion::LoadEvent);
762 STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::ResourcesBeforeDCL, Progr essBarCompletion::ResourcesBeforeDCL); 756 STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::ResourcesBeforeDCL, Progr essBarCompletion::ResourcesBeforeDCL);
763 STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::DOMContentLoaded, Progres sBarCompletion::DOMContentLoaded); 757 STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::DOMContentLoaded, Progres sBarCompletion::DOMContentLoaded);
764 STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSame OriginIFrames, ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames); 758 STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSame OriginIFrames, ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames);
765 759
766 static_assert(kSerializedScriptValueVersion == SerializedScriptValue::wireFormat Version, ""); 760 static_assert(kSerializedScriptValueVersion == SerializedScriptValue::wireFormat Version, "");
767 761
768 } // namespace blink 762 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/blink_typemaps.gni ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698