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

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2147633002: Remove nonstandard 'endings' option for Blob/File constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Layout test updates Created 4 years, 5 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 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 ImageDocumentInFrame = 1310, 1109 ImageDocumentInFrame = 1310,
1110 MediaDocument = 1311, 1110 MediaDocument = 1311,
1111 MediaDocumentInFrame = 1312, 1111 MediaDocumentInFrame = 1312,
1112 PluginDocument = 1313, 1112 PluginDocument = 1313,
1113 PluginDocumentInFrame = 1314, 1113 PluginDocumentInFrame = 1314,
1114 SinkDocument = 1315, 1114 SinkDocument = 1315,
1115 SinkDocumentInFrame = 1316, 1115 SinkDocumentInFrame = 1316,
1116 TextDocument = 1317, 1116 TextDocument = 1317,
1117 TextDocumentInFrame = 1318, 1117 TextDocumentInFrame = 1318,
1118 ViewSourceDocument = 1319, 1118 ViewSourceDocument = 1319,
1119 FileAPINativeLineEndings = 1320,
1120 PointerEventAttributeCount = 1321, 1119 PointerEventAttributeCount = 1321,
1121 CompositedReplication = 1322, 1120 CompositedReplication = 1322,
1122 EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323, 1121 EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323,
1123 EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324, 1122 EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324,
1124 V8DataTransferItem_WebkitGetAsEntry_Method = 1325, 1123 V8DataTransferItem_WebkitGetAsEntry_Method = 1325,
1125 V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326, 1124 V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326,
1126 Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327, 1125 Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327,
1127 Entry_GetMetadata_Method_IsolatedFileSystem = 1328, 1126 Entry_GetMetadata_Method_IsolatedFileSystem = 1328,
1128 Entry_MoveTo_Method_IsolatedFileSystem = 1329, 1127 Entry_MoveTo_Method_IsolatedFileSystem = 1329,
1129 Entry_CopyTo_Method_IsolatedFileSystem = 1330, 1128 Entry_CopyTo_Method_IsolatedFileSystem = 1330,
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 friend class UseCounterTest; 1346 friend class UseCounterTest;
1348 static int m_muteCount; 1347 static int m_muteCount;
1349 1348
1350 CountBits m_countBits; 1349 CountBits m_countBits;
1351 BitVector m_CSSFeatureBits; 1350 BitVector m_CSSFeatureBits;
1352 }; 1351 };
1353 1352
1354 } // namespace blink 1353 } // namespace blink
1355 1354
1356 #endif // UseCounter_h 1355 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698