Fixed WebInspector inability to early report errors
authorKamil Klimek <k.klimek@partner.samsung.com>
Thu, 22 Jan 2015 19:22:09 +0000 (20:22 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit6897af7c5dec1a7543cd996532bbab71501e03a3
tree0a132081ebe837d968de877b4ed8d85ffedcc0f9
parent4dad662e616174750c58cc92559c6921c257c850
Fixed WebInspector inability to early report errors

This is a little bit hacky implementation of port check, because in some
conditions it may happen that port will be taken between the check and
initialization of WebInspector on proper thread. Unfortunetly sockets
can't be passed between threads. They strictly belong to the thread they
were created.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=9549
Reviewed by: Janusz Majnert, Piotr Tworek

Change-Id: Iadac46a3152f96e944a274fb1a9afedc6260f386
Signed-off-by: Kamil Klimek <k.klimek@partner.samsung.com>
tizen_src/ewk/unittest/utc_blink_ewk_context_inspector_server_start_func.cpp
tizen_src/ewk/unittest/utc_blink_ewk_context_inspector_server_stop_func.cpp
tizen_src/ewk/unittest/utc_blink_ewk_view_inspector_server_stop_func.cpp
tizen_src/impl/devtools_delegate_efl.cc