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

Unified Diff: third_party/WebKit/Source/wtf/text/CharacterNames.h

Issue 1844663002: Implement backspace state machine for complex emoji sequence. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move char definitions to CharacterNames.h Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachineTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/text/CharacterNames.h
diff --git a/third_party/WebKit/Source/wtf/text/CharacterNames.h b/third_party/WebKit/Source/wtf/text/CharacterNames.h
index 4c5b7d5160ca9e6f1e7d070726e13c8bf45fd0eb..830d0eb1edd84e44b9970bf352a1c22ded8c1bcc 100644
--- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
+++ b/third_party/WebKit/Source/wtf/text/CharacterNames.h
@@ -51,7 +51,13 @@ const UChar combiningEnclosingCircleBackslashCharacter = 0x20E0;
const UChar combiningEnclosingKeycapCharacter = 0x20E3;
const UChar ethiopicPrefaceColonCharacter = 0x1366;
const UChar ethiopicWordspaceCharacter = 0x1361;
+const UChar heavyBlackHeartCharacter = 0x2764;
const UChar32 eyeCharacter = 0x1F441;
+const UChar32 boyCharacter = 0x1F466;
+const UChar32 girlCharacter = 0x1F467;
+const UChar32 manCharacter = 0x1F468;
+const UChar32 womanCharacter = 0x1F469;
+const UChar32 kissMarkCharacter = 0x1F48B;
const UChar32 familyCharacter = 0x1F46A;
const UChar firstStrongIsolateCharacter = 0x2068;
const UChar fisheyeCharacter = 0x25C9;
« no previous file with comments | « third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachineTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698