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

Side by Side Diff: Source/core/rendering/RenderQuote.cpp

Issue 72363002: Rename es => exceptionState in other than bindings/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Retry Created 7 years, 1 month 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
OLDNEW
1 /** 1 /**
2 * Copyright (C) 2011 Nokia Inc. All rights reserved. 2 * Copyright (C) 2011 Nokia Inc. All rights reserved.
3 * Copyright (C) 2012 Google Inc. All rights reserved. 3 * Copyright (C) 2012 Google Inc. All rights reserved.
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 { "de-ch", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 }, 105 { "de-ch", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 },
106 { "dje", 0x201c, 0x201d, 0x2018, 0x2019, 0 }, 106 { "dje", 0x201c, 0x201d, 0x2018, 0x2019, 0 },
107 { "dua", 0x00ab, 0x00bb, 0x2018, 0x2019, 0 }, 107 { "dua", 0x00ab, 0x00bb, 0x2018, 0x2019, 0 },
108 { "dyo", 0x00ab, 0x00bb, 0x201c, 0x201d, 0 }, 108 { "dyo", 0x00ab, 0x00bb, 0x201c, 0x201d, 0 },
109 { "dz", 0x201c, 0x201d, 0x2018, 0x2019, 0 }, 109 { "dz", 0x201c, 0x201d, 0x2018, 0x2019, 0 },
110 { "ebu", 0x201c, 0x201d, 0x2018, 0x2019, 0 }, 110 { "ebu", 0x201c, 0x201d, 0x2018, 0x2019, 0 },
111 { "ee", 0x201c, 0x201d, 0x2018, 0x2019, 0 }, 111 { "ee", 0x201c, 0x201d, 0x2018, 0x2019, 0 },
112 { "el", 0x00ab, 0x00bb, 0x201c, 0x201d, 0 }, 112 { "el", 0x00ab, 0x00bb, 0x201c, 0x201d, 0 },
113 { "en", 0x201c, 0x201d, 0x2018, 0x2019, 0 }, 113 { "en", 0x201c, 0x201d, 0x2018, 0x2019, 0 },
114 { "en-gb", 0x201c, 0x201d, 0x2018, 0x2019, 0 }, 114 { "en-gb", 0x201c, 0x201d, 0x2018, 0x2019, 0 },
115 { "es", 0x201c, 0x201d, 0x00ab, 0x00bb, 0 }, 115 { "exceptionState", 0x201c, 0x201d, 0x00ab, 0x00bb, 0 },
116 { "et", 0x201e, 0x201c, 0x201a, 0x2018, 0 }, 116 { "et", 0x201e, 0x201c, 0x201a, 0x2018, 0 },
117 { "eu", 0x201c, 0x201d, 0x00ab, 0x00bb, 0 }, 117 { "eu", 0x201c, 0x201d, 0x00ab, 0x00bb, 0 },
118 { "ewo", 0x00ab, 0x00bb, 0x201c, 0x201d, 0 }, 118 { "ewo", 0x00ab, 0x00bb, 0x201c, 0x201d, 0 },
119 { "fa", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 }, 119 { "fa", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 },
120 { "ff", 0x201e, 0x201d, 0x201a, 0x2019, 0 }, 120 { "ff", 0x201e, 0x201d, 0x201a, 0x2019, 0 },
121 { "fi", 0x201d, 0x201d, 0x2019, 0x2019, 0 }, 121 { "fi", 0x201d, 0x201d, 0x2019, 0x2019, 0 },
122 { "fr", 0x00ab, 0x00bb, 0x00ab, 0x00bb, 0 }, 122 { "fr", 0x00ab, 0x00bb, 0x00ab, 0x00bb, 0 },
123 { "fr-ca", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 }, 123 { "fr-ca", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 },
124 { "fr-ch", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 }, 124 { "fr-ch", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 },
125 { "gsw", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 }, 125 { "gsw", 0x00ab, 0x00bb, 0x2039, 0x203a, 0 },
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 if (m_depth) 379 if (m_depth)
380 m_depth--; 380 m_depth--;
381 break; 381 break;
382 } 382 }
383 } 383 }
384 if (oldDepth != m_depth) 384 if (oldDepth != m_depth)
385 updateText(); 385 updateText();
386 } 386 }
387 387
388 } // namespace WebCore 388 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/platform/image-decoders/gif/GIFImageReader.cpp ('k') | Source/core/storage/Storage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698