Refactor EWK APIs controlling initial value of list-style-position CSS property
authorKamil Klimek <k.klimek@partner.samsung.com>
Thu, 22 Jan 2015 14:04:06 +0000 (15:04 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit7097aa54694be66286a2b7b9ad8fe1dd7f0c40df
tree0ab487970e237036bb000c79264115d1aebefa0b
parent1f99151249c20e05929c10eb7d7a9c0a26077bcd
Refactor EWK APIs controlling initial value of list-style-position CSS property

This commit re-enables the ewk_settings_initial_list_style_position_{get|set}
API calls by removing EWK_BRINGUP define guards.

This API is not implemented on engine site. It only toggles a flag
inside WebPreferences.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=9533
Reviewed by: Antonio Gomes, Piotr Tworek, commitbot

Change-Id: I5e7e1c825cc1ccac305e10eb05318617c0417e9e
Signed-off-by: Kamil Klimek <k.klimek@partner.samsung.com>
tizen_src/ewk/efl_integration/public/ewk_settings.cc
tizen_src/ewk/unittest/resources/common/ul_li.html [new file with mode: 0644]
tizen_src/ewk/unittest/utc_blink_ewk_settings_initial_list_style_position_get_func.cpp
tizen_src/ewk/unittest/utc_blink_ewk_settings_initial_list_style_position_set_func.cpp