Remove js_overlay_addEventListener
authorTaejeong Lee <taejeong.lee@samsung.com>
Wed, 22 May 2013 07:37:17 +0000 (16:37 +0900)
committerTaejeong Lee <taejeong.lee@samsung.com>
Thu, 23 May 2013 08:19:45 +0000 (17:19 +0900)
commit9a8d606f7b3f1f9f6c590758eea72c7527b265f5
tree21edb3aa9237c7f1ef22c73edd8253597358dfd5
parent3bc0da80d96841aca4227c3db5681f3d50150b4b
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 [changed mode: 0755->0644]
src/standards/W3C/Widget/JSPreferences.cpp
src/standards/W3C/Widget/JSWidget.cpp
src/standards/W3C/Widget/plugin_initializer.cpp