History log of /base/web/webview/interfaces/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0826e83e24-Oct-2024 openharmony_ci <120357966@qq.com>

!2517 新增获取默认UA的静态接口
Merge pull request !2517 from zhaodan_123/getDefaultUserAgent


kits/cj/BUILD.gn
kits/cj/include/geolocation_permission.h
kits/cj/include/web_cookie_manager.h
kits/cj/include/web_data_base.h
kits/cj/include/web_download_delegate_impl.h
kits/cj/include/web_download_item_impl.h
kits/cj/include/web_download_manager_impl.h
kits/cj/include/web_errors.h
kits/cj/include/web_storage.h
kits/cj/include/webview_controller_impl.h
kits/cj/include/webview_ffi.h
kits/cj/include/webview_function.h
kits/cj/include/webview_hasimage_callback.h
kits/cj/include/webview_javascript_execute_callback.h
kits/cj/include/webview_javascript_result_callback.h
kits/cj/include/webview_log.h
kits/cj/include/webview_message_ffi.h
kits/cj/include/webview_utils.h
kits/cj/src/geolocation_permission.cpp
kits/cj/src/web_cookie_manager.cpp
kits/cj/src/web_data_base.cpp
kits/cj/src/web_download_delegate_impl.cpp
kits/cj/src/web_download_item_impl.cpp
kits/cj/src/web_download_manager_impl.cpp
kits/cj/src/web_errors.cpp
kits/cj/src/web_storage.cpp
kits/cj/src/webview_controller_impl.cpp
kits/cj/src/webview_ffi.cpp
kits/cj/src/webview_function.cpp
kits/cj/src/webview_hasimage_callback.cpp
kits/cj/src/webview_javascript_execute_callback.cpp
kits/cj/src/webview_javascript_result_callback.cpp
kits/cj/src/webview_message_ffi.cpp
kits/cj/src/webview_mock.cpp
kits/cj/src/webview_utils.cpp
kits/napi/BUILD.gn
kits/napi/common/business_error.cpp
kits/napi/common/business_error.h
kits/napi/common/napi_common_macros.h
kits/napi/common/napi_parse_utils.cpp
kits/napi/common/napi_parse_utils.h
kits/napi/common/napi_webview_native_module.cpp
kits/napi/common/nweb_napi_scope.h
kits/napi/common/web_errors.cpp
kits/napi/common/web_errors.h
kits/napi/js/BUILD.gn
kits/napi/js/webview_export.js
kits/napi/js/webview_export_module.cpp
kits/napi/protos/BUILD.gn
kits/napi/protos/protoc_runner.py
kits/napi/protos/web_download.proto
kits/napi/web_net_error_code/napi_web_net_errorcode.cpp
kits/napi/web_net_error_code/napi_web_net_errorcode.h
kits/napi/web_net_error_code/napi_web_net_errorcode_module.cpp
kits/napi/webadsblockmanager/napi_web_adsblock_manager.cpp
kits/napi/webadsblockmanager/napi_web_adsblock_manager.h
kits/napi/webasynccontroller/napi_web_async_controller.cpp
kits/napi/webasynccontroller/napi_web_async_controller.h
kits/napi/webcookiemanager/napi_web_cookie_manager.cpp
kits/napi/webcookiemanager/napi_web_cookie_manager.h
kits/napi/webdatabase/napi_geolocation_permission.cpp
kits/napi/webdatabase/napi_geolocation_permission.h
kits/napi/webdatabase/napi_web_data_base.cpp
kits/napi/webdatabase/napi_web_data_base.h
kits/napi/webfunction/napi_webview_function.cpp
kits/napi/webfunction/napi_webview_function.h
kits/napi/webfunction/webview_web_inited_callback.cpp
kits/napi/webfunction/webview_web_inited_callback.h
kits/napi/webstorage/napi_web_storage.cpp
kits/napi/webstorage/napi_web_storage.h
kits/napi/webviewcontroller/napi_back_forward_cache_options.cpp
kits/napi/webviewcontroller/napi_back_forward_cache_options.h
kits/napi/webviewcontroller/napi_native_media_player.cpp
kits/napi/webviewcontroller/napi_native_media_player.h
kits/napi/webviewcontroller/napi_web_download_delegate.cpp
kits/napi/webviewcontroller/napi_web_download_delegate.h
kits/napi/webviewcontroller/napi_web_download_item.cpp
kits/napi/webviewcontroller/napi_web_download_item.h
kits/napi/webviewcontroller/napi_web_download_manager.cpp
kits/napi/webviewcontroller/napi_web_download_manager.h
kits/napi/webviewcontroller/napi_web_scheme_handler_request.cpp
kits/napi/webviewcontroller/napi_web_scheme_handler_request.h
kits/napi/webviewcontroller/napi_webview_controller.cpp
kits/napi/webviewcontroller/napi_webview_controller.h
kits/napi/webviewcontroller/native_media_player_impl.cpp
kits/napi/webviewcontroller/native_media_player_impl.h
kits/napi/webviewcontroller/web_download_delegate.cpp
kits/napi/webviewcontroller/web_download_delegate.h
kits/napi/webviewcontroller/web_download_item.cpp
kits/napi/webviewcontroller/web_download_item.h
kits/napi/webviewcontroller/web_download_manager.cpp
kits/napi/webviewcontroller/web_download_manager.h
kits/napi/webviewcontroller/web_scheme_handler_request.cpp
kits/napi/webviewcontroller/web_scheme_handler_request.h
kits/napi/webviewcontroller/webview_controller.cpp
kits/napi/webviewcontroller/webview_controller.h
kits/napi/webviewcontroller/webview_createpdf_execute_callback.cpp
kits/napi/webviewcontroller/webview_createpdf_execute_callback.h
kits/napi/webviewcontroller/webview_hasimage_callback.cpp
kits/napi/webviewcontroller/webview_hasimage_callback.h
kits/napi/webviewcontroller/webview_javascript_execute_callback.cpp
kits/napi/webviewcontroller/webview_javascript_execute_callback.h
kits/napi/webviewcontroller/webview_javascript_result_callback.cpp
kits/napi/webviewcontroller/webview_javascript_result_callback.h
native/BUILD.gn
native/arkweb_error_code.h
native/arkweb_interface.cpp
native/arkweb_interface.h
native/arkweb_net_error_list.h
native/arkweb_scheme_handler.cpp
native/arkweb_scheme_handler.h
native/arkweb_type.h
native/libohweb.ndk.json
native/native_arkweb_utils.cpp
native/native_arkweb_utils.h
native/native_interface_arkweb.cpp
native/native_interface_arkweb.h
native/native_javascript_execute_callback.cpp
native/native_javascript_execute_callback.h