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

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

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 InputTypeURL = 38, 96 InputTypeURL = 38,
97 InputTypeWeek = 39, 97 InputTypeWeek = 39,
98 InputTypeWeekFallback = 40, 98 InputTypeWeekFallback = 40,
99 ListAttribute = 41, 99 ListAttribute = 41,
100 MaxAttribute = 42, 100 MaxAttribute = 42,
101 MinAttribute = 43, 101 MinAttribute = 43,
102 PatternAttribute = 44, 102 PatternAttribute = 44,
103 PlaceholderAttribute = 45, 103 PlaceholderAttribute = 45,
104 PrefixedDirectoryAttribute = 47, 104 PrefixedDirectoryAttribute = 47,
105 RequiredAttribute = 49, 105 RequiredAttribute = 49,
106 ResultsAttribute = 50,
107 StepAttribute = 51, 106 StepAttribute = 51,
108 PageVisits = 52, 107 PageVisits = 52,
109 HTMLMarqueeElement = 53, 108 HTMLMarqueeElement = 53,
110 Reflection = 55, 109 Reflection = 55,
111 PrefixedStorageInfo = 57, 110 PrefixedStorageInfo = 57,
112 XFrameOptions = 58, 111 XFrameOptions = 58,
113 XFrameOptionsSameOrigin = 59, 112 XFrameOptionsSameOrigin = 59,
114 XFrameOptionsSameOriginWithBadAncestorChain = 60, 113 XFrameOptionsSameOriginWithBadAncestorChain = 60,
115 DeprecatedFlexboxWebContent = 61, 114 DeprecatedFlexboxWebContent = 61,
116 DeprecatedFlexboxChrome = 62, 115 DeprecatedFlexboxChrome = 62,
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 friend class UseCounterTest; 1278 friend class UseCounterTest;
1280 static int m_muteCount; 1279 static int m_muteCount;
1281 1280
1282 CountBits m_countBits; 1281 CountBits m_countBits;
1283 BitVector m_CSSFeatureBits; 1282 BitVector m_CSSFeatureBits;
1284 }; 1283 };
1285 1284
1286 } // namespace blink 1285 } // namespace blink
1287 1286
1288 #endif // UseCounter_h 1287 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/html/HTMLAttributeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698