12012-06-15 Eunmi Lee <eunmi15.lee@samsung.com>
2
3 [EFL][WK2] Add APIs to create, delete and get ewk_context.
4 https://bugs.webkit.org/show_bug.cgi?id=89186
5
6 Reviewed by NOBODY (OOPS!).
7
8 Provide APIs to create ewk_context with or without injected bundle path.
9 Additionally, the ewk_view can be created with ewk_context and we can get
10 ewk_context from ewk_view.
11
12 * UIProcess/API/efl/ewk_context.cpp:
13 (ewk_context_new):
14 (ewk_context_new_with_injected_bundle_path):
15 (ewk_context_delete):
16 * UIProcess/API/efl/ewk_context.h:
17 * UIProcess/API/efl/ewk_view.cpp:
18 (_Ewk_View_Private_Data):
19 (ewk_view_add_with_context):
20 (ewk_view_context_get):
21 * UIProcess/API/efl/ewk_view.h:
22