Replace g_mainloop to ecore_mainloop of extension process
authorWonYoung Choi <wy80.choi@samsung.com>
Tue, 20 Oct 2015 10:08:19 +0000 (19:08 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Tue, 20 Oct 2015 10:08:19 +0000 (19:08 +0900)
commit7ae8d744327a74fde750c4548fb5dd098fcdcaf2
tree54254df3cf610298ac9a6acae8df22d0dcbe4a47
parent57858cdefeae7c695991e1b655deeaba9b51691e
Replace g_mainloop to ecore_mainloop of extension process

Extension process uses ecore_mainloop instead of g_mainloop because
some platform libraries that used in extensions are working on the
ecore mainloop.
But the ecore mainloop of the extension process integrates g_mainloop
iterations. Glib functions using g_mainloop are working well also.
extensions/extension/xwalk_extension_process.cc
extensions/extensions.gyp