Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
web_webview
/
ohos_interface
/
ohos_glue
/
ohos_nweb
/
ctocpp
/
webview
下载当前目录
lgh-w
feat: add image info callback API for WebView
4c20bca0
创建于
4月4日
历史提交
文件
最后提交记录
最后更新时间
ark_web_cookie_vector_ctocpp.cpp
获取所有cookies的接口代码优化 Signed-off-by: wuxinzao <wuxinzao@huawei.com>
6 个月前
ark_web_cookie_vector_ctocpp.h
获取所有cookies的接口代码优化 Signed-off-by: wuxinzao <wuxinzao@huawei.com>
6 个月前
ark_web_date_time_suggestion_vector_ctocpp.cpp
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_date_time_suggestion_vector_ctocpp.h
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_hap_value_vector_ctocpp.cpp
!3819
保护Clear接口传入空指针 Merge pull request
!3819
from ustc-tianyu/master
10 个月前
ark_web_hap_value_vector_ctocpp.h
!3819
保护Clear接口传入空指针 Merge pull request
!3819
from ustc-tianyu/master
10 个月前
ark_web_image_info_vector_ctocpp.cpp
feat: add image info callback API for WebView This commit adds support for retrieving image information from WebView through a callback-based API. The feature enables applications to get image pixel data including dimensions, color type, alpha type, and raw pixel data from specified image URLs. Key changes: - Added NWebImageInfo class to hold image metadata and pixel data - Support for width, height, alpha type, color type - Raw pixel data access with data size information - Added NWebImageInfoCallback interface for asynchronous retrieval - OnReceivedValue callback with error code and image info vector - Added GetImageInfosByUrls method to NWeb interface - Accepts vector of image URLs - Returns image data through callback interface - Implemented glue layer bridge code - ArkWebImageInfo wrapper/impl for webcore and webview - ArkWebImageInfoCallback wrapper/impl for callback handling - Vector conversion utilities (cpptoc/ctocpp) - Updated bridge type enumeration (ARK_WEB_IMAGE_INFO = 117, ARK_WEB_IMAGE_INFO_CALLBACK = 118) - Updated BUILD.gn files to include new source files This feature is useful for applications that need to access image data loaded in WebView for processing, saving, or manipulation. 🤖 Generated with [Claude Code](
https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: LGH W <wulonghui2@huawei.com>
1 个月前
ark_web_image_info_vector_ctocpp.h
feat: add image info callback API for WebView This commit adds support for retrieving image information from WebView through a callback-based API. The feature enables applications to get image pixel data including dimensions, color type, alpha type, and raw pixel data from specified image URLs. Key changes: - Added NWebImageInfo class to hold image metadata and pixel data - Support for width, height, alpha type, color type - Raw pixel data access with data size information - Added NWebImageInfoCallback interface for asynchronous retrieval - OnReceivedValue callback with error code and image info vector - Added GetImageInfosByUrls method to NWeb interface - Accepts vector of image URLs - Returns image data through callback interface - Implemented glue layer bridge code - ArkWebImageInfo wrapper/impl for webcore and webview - ArkWebImageInfoCallback wrapper/impl for callback handling - Vector conversion utilities (cpptoc/ctocpp) - Updated bridge type enumeration (ARK_WEB_IMAGE_INFO = 117, ARK_WEB_IMAGE_INFO_CALLBACK = 118) - Updated BUILD.gn files to include new source files This feature is useful for applications that need to access image data loaded in WebView for processing, saving, or manipulation. 🤖 Generated with [Claude Code](
https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: LGH W <wulonghui2@huawei.com>
1 个月前
ark_web_media_source_info_vector_ctocpp.cpp
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_media_source_info_vector_ctocpp.h
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_native_embed_param_item_vector_ctocpp.cpp
补充CFI宏 Signed-off-by: DDDDD <dingxin37@huawei.com>
8 个月前
ark_web_native_embed_param_item_vector_ctocpp.h
同层渲染object标签支持传递param参数变化 Signed-off-by: DDDDD <dingxin37@huawei.com>
8 个月前
ark_web_select_popup_menu_item_vector_ctocpp.cpp
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_select_popup_menu_item_vector_ctocpp.h
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_value_vector_ctocpp.cpp
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_value_vector_ctocpp.h
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_web_storage_origin_vector_ctocpp.cpp
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前
ark_web_web_storage_origin_vector_ctocpp.h
编译时自动转换胶水层代码 Signed-off-by: zhangyanchuan <zhangyanchuan@huawei.com>
2 年前