atspi: remove property notification 50/256650/3
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 8 Apr 2021 11:36:48 +0000 (20:36 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 12 Apr 2021 10:17:28 +0000 (19:17 +0900)
commit5b4855fceb96d9826ec7ce1e9ae33b267145ad25
tree79d908bd1758d6297f00115326afca00145a67aa
parent5f220b834bb3bfd53bf536485069addbaada1e39
atspi: remove property notification

If a control registers and deregisters accessiblity repeatedly,
the number of notification becomes larger and larger. And it
makes system slower and slower.

This patch is removeing property notification, when a control
unregisters accessibility.

Change-Id: I99d4831c70aebe148031eba552756fb08f603bc6
automated-tests/src/dali-toolkit-internal/utc-Dali-Accessibility-Controls.cpp
dali-toolkit/internal/controls/control/control-data-impl.cpp
dali-toolkit/internal/controls/control/control-data-impl.h
dali-toolkit/public-api/controls/control-impl.cpp