diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2018-06-18 08:45:29 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2018-06-18 08:45:55 +0900 |
commit | 24536de3a9cc7f190c5403fd388e5e02b5648fef (patch) | |
tree | fa3c77f28e0f06435ed0216787a6d665b33db9c8 | |
parent | 1adb73cef82c45f2cc8766f43ffb88288e7e8a65 (diff) |
ecore_imf: Remove security_code in autofill type
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-rw-r--r-- | src/lib/ecore_imf/Ecore_IMF.h | 13 | ||||
-rw-r--r-- | src/lib/elementary/elm_general.eot | 15 |
2 files changed, 12 insertions, 16 deletions
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 9cdc11b28d..d9ba33bd0f 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h | |||
@@ -380,13 +380,12 @@ typedef enum | |||
380 | ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_EXPIRATION_MONTH = 0x300, /**< Autofill hint for a credit card expiration month @since 1.21 */ | 380 | ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_EXPIRATION_MONTH = 0x300, /**< Autofill hint for a credit card expiration month @since 1.21 */ |
381 | ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_EXPIRATION_YEAR = 0x400, /**< Autofill hint for a credit card expiration year @since 1.21 */ | 381 | ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_EXPIRATION_YEAR = 0x400, /**< Autofill hint for a credit card expiration year @since 1.21 */ |
382 | ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_NUMBER = 0x500, /**< Autofill hint for a credit card number @since 1.21 */ | 382 | ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_NUMBER = 0x500, /**< Autofill hint for a credit card number @since 1.21 */ |
383 | ECORE_IMF_INPUT_HINT_AUTOFILL_CREDIT_CARD_SECURITY_CODE = 0x600, /**< Autofill hint for a credit card security code @since 1.21 */ | 383 | ECORE_IMF_INPUT_HINT_AUTOFILL_EMAIL_ADDRESS = 0x600, /**< Autofill hint for an email address @since 1.21 */ |
384 | ECORE_IMF_INPUT_HINT_AUTOFILL_EMAIL_ADDRESS = 0x700, /**< Autofill hint for an email address @since 1.21 */ | 384 | ECORE_IMF_INPUT_HINT_AUTOFILL_NAME = 0x700, /**< Autofill hint for a user's real name @since 1.21 */ |
385 | ECORE_IMF_INPUT_HINT_AUTOFILL_NAME = 0x800, /**< Autofill hint for a user's real name @since 1.21 */ | 385 | ECORE_IMF_INPUT_HINT_AUTOFILL_PHONE = 0x800, /**< Autofill hint for a phone number @since 1.21 */ |
386 | ECORE_IMF_INPUT_HINT_AUTOFILL_PHONE = 0x900, /**< Autofill hint for a phone number @since 1.21 */ | 386 | ECORE_IMF_INPUT_HINT_AUTOFILL_POSTAL_ADDRESS = 0x900, /**< Autofill hint for a postal address @since 1.21 */ |
387 | ECORE_IMF_INPUT_HINT_AUTOFILL_POSTAL_ADDRESS = 0xA00, /**< Autofill hint for a postal address @since 1.21 */ | 387 | ECORE_IMF_INPUT_HINT_AUTOFILL_POSTAL_CODE = 0xA00, /**< Autofill hint for a postal code @since 1.21 */ |
388 | ECORE_IMF_INPUT_HINT_AUTOFILL_POSTAL_CODE = 0xB00, /**< Autofill hint for a postal code @since 1.21 */ | 388 | ECORE_IMF_INPUT_HINT_AUTOFILL_ID = 0xB00 /**< Autofill hint for a user's ID @since 1.21 */ |
389 | ECORE_IMF_INPUT_HINT_AUTOFILL_ID = 0xC00 /**< Autofill hint for a user's ID @since 1.21 */ | ||
390 | } Ecore_IMF_Input_Hints; | 389 | } Ecore_IMF_Input_Hints; |
391 | 390 | ||
392 | /** | 391 | /** |
diff --git a/src/lib/elementary/elm_general.eot b/src/lib/elementary/elm_general.eot index b4583a02f2..bacb9f2b63 100644 --- a/src/lib/elementary/elm_general.eot +++ b/src/lib/elementary/elm_general.eot | |||
@@ -248,25 +248,22 @@ enum Elm.Input.Hints | |||
248 | autofill_credit_card_number = 0x500, [[ Autofill hint for a credit card number | 248 | autofill_credit_card_number = 0x500, [[ Autofill hint for a credit card number |
249 | 249 | ||
250 | @since 1.21]] | 250 | @since 1.21]] |
251 | autofill_credit_card_security_code = 0x600, [[ Autofill hint for a credit card security code | 251 | autofill_email_address = 0x600, [[ Autofill hint for an email address |
252 | 252 | ||
253 | @since 1.21]] | 253 | @since 1.21]] |
254 | autofill_email_address = 0x700, [[ Autofill hint for an email address | 254 | autofill_name = 0x700, [[ Autofill hint for a user's real name |
255 | 255 | ||
256 | @since 1.21]] | 256 | @since 1.21]] |
257 | autofill_name = 0x800, [[ Autofill hint for a user's real name | 257 | autofill_phone = 0x800, [[ Autofill hint for a phone number |
258 | 258 | ||
259 | @since 1.21]] | 259 | @since 1.21]] |
260 | autofill_phone = 0x900, [[ Autofill hint for a phone number | 260 | autofill_postal_address = 0x900, [[ Autofill hint for a postal address |
261 | 261 | ||
262 | @since 1.21]] | 262 | @since 1.21]] |
263 | autofill_postal_address = 0xA00, [[ Autofill hint for a postal address | 263 | autofill_postal_code = 0xA00, [[ Autofill hint for a postal code |
264 | 264 | ||
265 | @since 1.21]] | 265 | @since 1.21]] |
266 | autofill_postal_code = 0xB00, [[ Autofill hint for a postal code | 266 | autofill_id = 0xB00 [[ Autofill hint for a user's ID |
267 | |||
268 | @since 1.21]] | ||
269 | autofill_id = 0xC00 [[ Autofill hint for a user's ID | ||
270 | 267 | ||
271 | @since 1.21]] | 268 | @since 1.21]] |
272 | } | 269 | } |