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

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: Rebased Created 3 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
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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 ImageDocumentInFrame = 1310, 999 ImageDocumentInFrame = 1310,
1000 MediaDocument = 1311, 1000 MediaDocument = 1311,
1001 MediaDocumentInFrame = 1312, 1001 MediaDocumentInFrame = 1312,
1002 PluginDocument = 1313, 1002 PluginDocument = 1313,
1003 PluginDocumentInFrame = 1314, 1003 PluginDocumentInFrame = 1314,
1004 SinkDocument = 1315, 1004 SinkDocument = 1315,
1005 SinkDocumentInFrame = 1316, 1005 SinkDocumentInFrame = 1316,
1006 TextDocument = 1317, 1006 TextDocument = 1317,
1007 TextDocumentInFrame = 1318, 1007 TextDocumentInFrame = 1318,
1008 ViewSourceDocument = 1319, 1008 ViewSourceDocument = 1319,
1009 FileAPINativeLineEndings = 1320,
1010 PointerEventAttributeCount = 1321, 1009 PointerEventAttributeCount = 1321,
1011 CompositedReplication = 1322, 1010 CompositedReplication = 1322,
1012 EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323, 1011 EncryptedMediaAllSelectedContentTypesHaveCodecs = 1323,
1013 EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324, 1012 EncryptedMediaAllSelectedContentTypesMissingCodecs = 1324,
1014 V8DataTransferItem_WebkitGetAsEntry_Method = 1325, 1013 V8DataTransferItem_WebkitGetAsEntry_Method = 1325,
1015 V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326, 1014 V8HTMLInputElement_WebkitEntries_AttributeGetter = 1326,
1016 Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327, 1015 Entry_Filesystem_AttributeGetter_IsolatedFileSystem = 1327,
1017 Entry_GetMetadata_Method_IsolatedFileSystem = 1328, 1016 Entry_GetMetadata_Method_IsolatedFileSystem = 1328,
1018 Entry_MoveTo_Method_IsolatedFileSystem = 1329, 1017 Entry_MoveTo_Method_IsolatedFileSystem = 1329,
1019 Entry_CopyTo_Method_IsolatedFileSystem = 1330, 1018 Entry_CopyTo_Method_IsolatedFileSystem = 1330,
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 // Tracks what features/properties need to be reported to the legacy 1475 // Tracks what features/properties need to be reported to the legacy
1477 // histograms. 1476 // histograms.
1478 BitVector m_featureBits; 1477 BitVector m_featureBits;
1479 BitVector m_CSSBits; 1478 BitVector m_CSSBits;
1480 } m_legacyCounter; 1479 } m_legacyCounter;
1481 }; 1480 };
1482 1481
1483 } // namespace blink 1482 } // namespace blink
1484 1483
1485 #endif // UseCounter_h 1484 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/File.cpp ('k') | third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698