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

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

Issue 301563002: Remove the precision="float" attribute on <input type="range"> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/html/HTMLAttributeNames.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 InputTypeTel = 36, 90 InputTypeTel = 36,
91 InputTypeTime = 37, 91 InputTypeTime = 37,
92 InputTypeURL = 38, 92 InputTypeURL = 38,
93 InputTypeWeek = 39, 93 InputTypeWeek = 39,
94 InputTypeWeekFallback = 40, 94 InputTypeWeekFallback = 40,
95 ListAttribute = 41, 95 ListAttribute = 41,
96 MaxAttribute = 42, 96 MaxAttribute = 42,
97 MinAttribute = 43, 97 MinAttribute = 43,
98 PatternAttribute = 44, 98 PatternAttribute = 44,
99 PlaceholderAttribute = 45, 99 PlaceholderAttribute = 45,
100 PrecisionAttribute = 46,
101 PrefixedDirectoryAttribute = 47, 100 PrefixedDirectoryAttribute = 47,
102 RequiredAttribute = 49, 101 RequiredAttribute = 49,
103 ResultsAttribute = 50, 102 ResultsAttribute = 50,
104 StepAttribute = 51, 103 StepAttribute = 51,
105 PageVisits = 52, 104 PageVisits = 52,
106 HTMLMarqueeElement = 53, 105 HTMLMarqueeElement = 53,
107 Reflection = 55, 106 Reflection = 55,
108 PrefixedStorageInfo = 57, 107 PrefixedStorageInfo = 57,
109 XFrameOptions = 58, 108 XFrameOptions = 58,
110 XFrameOptionsSameOrigin = 59, 109 XFrameOptionsSameOrigin = 59,
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 488
490 void updateMeasurements(); 489 void updateMeasurements();
491 490
492 OwnPtr<BitVector> m_countBits; 491 OwnPtr<BitVector> m_countBits;
493 BitVector m_CSSFeatureBits; 492 BitVector m_CSSFeatureBits;
494 }; 493 };
495 494
496 } // namespace WebCore 495 } // namespace WebCore
497 496
498 #endif // UseCounter_h 497 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLAttributeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698