Revert "[CherryPick] Input Method upversion"
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / EWebKit2.h
1 /*
2  * Copyright (C) 2012 Samsung Electronics
3  * Copyright (C) 2012 Intel Corporation. All rights reserved.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public License
16  * along with this program; see the file COPYING.LIB.  If not, write to
17  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  * Boston, MA 02110-1301, USA.
19  */
20
21 /**
22  * @file    EWebKit2.h
23  * @brief   Contains the header files that are required by WebKit2-EFL.
24  *
25  * It includes the all header files that are exported to public API.
26  */
27
28 #ifndef EWebKit2_h
29 #define EWebKit2_h
30
31 #include "ewk_auth_challenge.h"
32 #include "ewk_certificate.h"
33 #include "ewk_context.h"
34 #include "ewk_cookie_manager.h"
35 #include "ewk_download_job.h"
36 #include "ewk_form_submission_request.h"
37 #include "ewk_intent.h"
38 #include "ewk_intent_service.h"
39 #include "ewk_main.h"
40 #include "ewk_navigation_policy_decision.h"
41 #include "ewk_touch.h"
42 #include "ewk_url_request.h"
43 #include "ewk_url_response.h"
44 #include "ewk_url_scheme_request.h"
45 #include "ewk_view.h"
46 #include "ewk_web_error.h"
47 #include "ewk_web_resource.h"
48
49 #include "ewk_context_menu.h"
50 #include "ewk_custom_handlers.h"
51 #include "ewk_enums.h"
52 #include "ewk_error.h"
53 #include "ewk_form_data.h"
54 #include "ewk_frame.h"
55 #include "ewk_history.h"
56 #include "ewk_hit_test.h"
57 #include "ewk_geolocation.h"
58 #include "ewk_notification.h"
59 #include "ewk_policy_decision.h"
60 #include "ewk_popup_menu_item.h"
61 #include "ewk_search_provider.h"
62 #include "ewk_security_origin.h"
63 #include "ewk_settings.h"
64 #include "ewk_text_checker.h"
65 #include "ewk_text_style.h"
66 #include "ewk_user_media.h"
67 #include "ewk_web_application_icon_data.h"
68
69 #endif // EWebKit2_h