Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
45 stars 43 forks source link

Fix dispatch error for FrameHostMsg_FocusedNodeChanged IPC. #319

Closed suyambulingamrm closed 4 years ago

suyambulingamrm commented 4 years ago

IPC dispatch error is observed for FrameHostMsg_FocusedNodeChanged when we focus button/textbox. This change makes the params similar to efl port and also adds a error log when such dispatch error occurs for debugging.

Signed-off-by: suyambu.rm suyambu.rm@samsung.com