Remove js_overlay_addEventListener 05/10205/1
authorTaejeong Lee <taejeong.lee@samsung.com>
Wed, 22 May 2013 07:37:17 +0000 (16:37 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 24 Sep 2013 12:29:40 +0000 (21:29 +0900)
commit3fec30069f44591887951c9096caf0ccb41ef435
tree76d7e846042966dd2de584bbd15034f612207b87
parent125a9d7d061f176055bb3ff8dd863da25830b287
Remove js_overlay_addEventListener

[Issue#] N/A
[Problem] Stability.
[Cause] Before custom event dispatch implementation was very complicated and instability,
        because it works by overlay type. It had very heavy operation on webkit with JSC.
[Solution] So we have replaced that to very simple operation which is using dom dispatchEvent() api.

Change-Id: Iecbc105d2aced7f8649e8504b62014e0cdb0c1b9
23 files changed:
CMakeLists.txt
pkgconfigs/wrt-dispatch-event.pc.in [new file with mode: 0644]
src/CMakeLists.txt
src/dispatch-event/CMakeLists.txt [new file with mode: 0644]
src/dispatch-event/dispatch_event_support.cpp [new file with mode: 0644]
src/dispatch-event/dispatch_event_support.h [new file with mode: 0644]
src/js-overlay/CMakeLists.txt
src/js-overlay/deprecated/JSClass/JSSoftKeyboardChangeEvent.cpp [moved from src/js-overlay/JSClass/JSSoftKeyboardChangeEvent.cpp with 100% similarity]
src/js-overlay/deprecated/JSClass/JSSoftKeyboardChangeEvent.h [moved from src/js-overlay/JSClass/JSSoftKeyboardChangeEvent.h with 100% similarity]
src/js-overlay/deprecated/JSClass/JSStorageEvent.cpp [moved from src/js-overlay/JSClass/JSStorageEvent.cpp with 100% similarity]
src/js-overlay/deprecated/JSClass/JSStorageEvent.h [moved from src/js-overlay/JSClass/JSStorageEvent.h with 100% similarity]
src/js-overlay/deprecated/JSClass/JSTizenServiceEvent.cpp [moved from src/js-overlay/JSClass/JSTizenServiceEvent.cpp with 100% similarity]
src/js-overlay/deprecated/JSClass/JSTizenServiceEvent.h [moved from src/js-overlay/JSClass/JSTizenServiceEvent.h with 100% similarity]
src/js-overlay/deprecated/js_iframe_support.cpp [moved from src/js-overlay/js_iframe_support.cpp with 100% similarity, mode: 0755]
src/js-overlay/deprecated/js_iframe_support.h [moved from src/js-overlay/js_iframe_support.h with 100% similarity, mode: 0755]
src/js-overlay/deprecated/js_overlay_addEventListener.cpp [moved from src/js-overlay/js_overlay_addEventListener.cpp with 100% similarity, mode: 0755]
src/js-overlay/deprecated/js_overlay_addEventListener.h [moved from src/js-overlay/js_overlay_addEventListener.h with 100% similarity, mode: 0755]
src/js-overlay/js_function_manager.cpp
src/plugin-loading/explorer.cpp
src/standards/W3C/Widget/CMakeLists.txt
src/standards/W3C/Widget/JSPreferences.cpp
src/standards/W3C/Widget/JSWidget.cpp
src/standards/W3C/Widget/plugin_initializer.cpp