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

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

Issue 2548453003: FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not HTMLFormControlsCol… (Closed)
Patch Set: blank lines Created 4 years 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 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 HTMLMediaElementInDocument = 1230, 946 HTMLMediaElementInDocument = 1230,
947 HTMLMediaElementControlsAttribute = 1231, 947 HTMLMediaElementControlsAttribute = 1231,
948 V8Animation_Oncancel_AttributeGetter = 1233, 948 V8Animation_Oncancel_AttributeGetter = 1233,
949 V8Animation_Oncancel_AttributeSetter = 1234, 949 V8Animation_Oncancel_AttributeSetter = 1234,
950 V8HTMLCommentInExternalScript = 1235, 950 V8HTMLCommentInExternalScript = 1235,
951 V8HTMLComment = 1236, 951 V8HTMLComment = 1236,
952 V8SloppyModeBlockScopedFunctionRedefinition = 1237, 952 V8SloppyModeBlockScopedFunctionRedefinition = 1237,
953 V8ForInInitializer = 1238, 953 V8ForInInitializer = 1238,
954 V8Animation_Id_AttributeGetter = 1239, 954 V8Animation_Id_AttributeGetter = 1239,
955 V8Animation_Id_AttributeSetter = 1240, 955 V8Animation_Id_AttributeSetter = 1240,
956 FormControlsCollectionReturnsRadioNodeListForFieldSet = 1244,
957 ApplicationCacheManifestSelectInsecureOrigin = 1245, 956 ApplicationCacheManifestSelectInsecureOrigin = 1245,
958 ApplicationCacheManifestSelectSecureOrigin = 1246, 957 ApplicationCacheManifestSelectSecureOrigin = 1246,
959 ApplicationCacheAPIInsecureOrigin = 1247, 958 ApplicationCacheAPIInsecureOrigin = 1247,
960 ApplicationCacheAPISecureOrigin = 1248, 959 ApplicationCacheAPISecureOrigin = 1248,
961 // The above items are available in M50 branch 960 // The above items are available in M50 branch
962 961
963 CSSAtRuleApply = 1249, 962 CSSAtRuleApply = 1249,
964 CSSSelectorPseudoAny = 1250, 963 CSSSelectorPseudoAny = 1250,
965 DocumentAllItemNoArguments = 1252, 964 DocumentAllItemNoArguments = 1252,
966 DocumentAllItemNamed = 1253, 965 DocumentAllItemNamed = 1253,
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1466 // Tracks what features/properties need to be reported to the legacy 1465 // Tracks what features/properties need to be reported to the legacy
1467 // histograms. 1466 // histograms.
1468 BitVector m_featureBits; 1467 BitVector m_featureBits;
1469 BitVector m_CSSBits; 1468 BitVector m_CSSBits;
1470 } m_legacyCounter; 1469 } m_legacyCounter;
1471 }; 1470 };
1472 1471
1473 } // namespace blink 1472 } // namespace blink
1474 1473
1475 #endif // UseCounter_h 1474 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698