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

Side by Side Diff: Source/core/style/ComputedStyleConstants.h

Issue 1152763006: Remove outdated list style types (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix sorting Created 5 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
« no previous file with comments | « Source/core/paint/ListMarkerPainter.cpp ('k') | no next file » | 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) 2000 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
3 * (C) 2000 Antti Koivisto (koivisto@kde.org) 3 * (C) 2000 Antti Koivisto (koivisto@kde.org)
4 * (C) 2000 Dirk Mueller (mueller@kde.org) 4 * (C) 2000 Dirk Mueller (mueller@kde.org)
5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. 5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
6 * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com) 6 * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com)
7 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/) 7 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/)
8 * 8 *
9 * This library is free software; you can redistribute it and/or 9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Library General Public 10 * modify it under the terms of the GNU Library General Public
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }; 209 };
210 210
211 // The order of this enum must match the order of the list style types in CSSVal ueKeywords.in. 211 // The order of this enum must match the order of the list style types in CSSVal ueKeywords.in.
212 enum EListStyleType { 212 enum EListStyleType {
213 Disc, 213 Disc,
214 Circle, 214 Circle,
215 Square, 215 Square,
216 DecimalListStyle, 216 DecimalListStyle,
217 DecimalLeadingZero, 217 DecimalLeadingZero,
218 ArabicIndic, 218 ArabicIndic,
219 BinaryListStyle,
220 Bengali, 219 Bengali,
221 Cambodian, 220 Cambodian,
222 Khmer, 221 Khmer,
223 Devanagari, 222 Devanagari,
224 Gujarati, 223 Gujarati,
225 Gurmukhi, 224 Gurmukhi,
226 Kannada, 225 Kannada,
227 LowerHexadecimal,
228 Lao, 226 Lao,
229 Malayalam, 227 Malayalam,
230 Mongolian, 228 Mongolian,
231 Myanmar, 229 Myanmar,
232 Octal,
233 Oriya, 230 Oriya,
234 Persian, 231 Persian,
235 Urdu, 232 Urdu,
236 Telugu, 233 Telugu,
237 Tibetan, 234 Tibetan,
238 Thai, 235 Thai,
239 UpperHexadecimal,
240 LowerRoman, 236 LowerRoman,
241 UpperRoman, 237 UpperRoman,
242 LowerGreek, 238 LowerGreek,
243 LowerAlpha, 239 LowerAlpha,
244 LowerLatin, 240 LowerLatin,
245 UpperAlpha, 241 UpperAlpha,
246 UpperLatin, 242 UpperLatin,
247 Afar,
248 EthiopicHalehameAaEt,
249 EthiopicHalehameAaEr,
250 Amharic,
251 EthiopicHalehameAmEt,
252 AmharicAbegede,
253 EthiopicAbegedeAmEt,
254 CjkEarthlyBranch, 243 CjkEarthlyBranch,
255 CjkHeavenlyStem, 244 CjkHeavenlyStem,
256 Ethiopic, 245 EthiopicHalehame,
257 EthiopicHalehameGez, 246 EthiopicHalehameAm,
258 EthiopicAbegede, 247 EthiopicHalehameTiEr,
259 EthiopicAbegedeGez, 248 EthiopicHalehameTiEt,
249 Hangul,
260 HangulConsonant, 250 HangulConsonant,
261 Hangul,
262 LowerNorwegian,
263 Oromo,
264 EthiopicHalehameOmEt,
265 Sidama,
266 EthiopicHalehameSidEt,
267 Somali,
268 EthiopicHalehameSoEt,
269 Tigre,
270 EthiopicHalehameTig,
271 TigrinyaEr,
272 EthiopicHalehameTiEr,
273 TigrinyaErAbegede,
274 EthiopicAbegedeTiEr,
275 TigrinyaEt,
276 EthiopicHalehameTiEt,
277 TigrinyaEtAbegede,
278 EthiopicAbegedeTiEt,
279 UpperGreek,
280 UpperNorwegian,
281 Asterisks,
282 Footnotes,
283 Hebrew, 251 Hebrew,
284 Armenian, 252 Armenian,
285 LowerArmenian, 253 LowerArmenian,
286 UpperArmenian, 254 UpperArmenian,
287 Georgian, 255 Georgian,
288 CJKIdeographic, 256 CJKIdeographic,
289 Hiragana, 257 Hiragana,
290 Katakana, 258 Katakana,
291 HiraganaIroha, 259 HiraganaIroha,
292 KatakanaIroha, 260 KatakanaIroha,
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 static const float maximumAllowedFontSize = 1000000.0f; 525 static const float maximumAllowedFontSize = 1000000.0f;
558 526
559 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine }; 527 enum TextIndentLine { TextIndentFirstLine, TextIndentEachLine };
560 enum TextIndentType { TextIndentNormal, TextIndentHanging }; 528 enum TextIndentType { TextIndentNormal, TextIndentHanging };
561 529
562 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox } ; 530 enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox } ;
563 531
564 } // namespace blink 532 } // namespace blink
565 533
566 #endif // ComputedStyleConstants_h 534 #endif // ComputedStyleConstants_h
OLDNEW
« no previous file with comments | « Source/core/paint/ListMarkerPainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698