Add Tizen-platform implementation of ContentClient
authorArnaud Renevier <a.renevier@samsung.com>
Fri, 23 May 2014 22:41:49 +0000 (15:41 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit47a372a466cf229b92b9fbb7fcc3b6768af70b68
tree8ba0d8819550b9533e9421b91d52c178d63c1da0
parent1d159fe3e8a1268c62f740b6ccfd8be1a9750816
Add Tizen-platform implementation of ContentClient

This directory contains IPC messages from the renderer to the browser
process and vice versa.

It also contains EFL implementation of ContentClient. And util functions
to get a WebContents from a render view id or from a frame id.

impl/common/version_info.h is a copy of src/chrome/common/chrome_version_info.h

Change-Id: If485df0c62defac9c3aef4d334f156a2e1a04985
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/common/content_client_efl.cc [new file with mode: 0644]
tizen_src/impl/common/content_client_efl.h [new file with mode: 0644]
tizen_src/impl/common/message_generator_efl.cc [new file with mode: 0644]
tizen_src/impl/common/message_generator_efl.h [new file with mode: 0644]
tizen_src/impl/common/render_messages_efl.h [new file with mode: 0644]
tizen_src/impl/common/version_info.cc [new file with mode: 0644]
tizen_src/impl/common/version_info.h [new file with mode: 0644]
tizen_src/impl/common/version_info_efl.h [new file with mode: 0644]
tizen_src/impl/common/web_contents_utils.cc [new file with mode: 0644]
tizen_src/impl/common/web_contents_utils.h [new file with mode: 0644]