你的提交会被某些人剽窃作为自己的业绩

OpenHarmony OpenHarmony 4月13号提交补丁一直未进行审核,没有通过,也没有不通过。

修复ARM64编译,打印格式化类型错误 · Pull Request !2202 · OpenHarmony/ace_ace_engine - Gitee.com
​​​​​​​
adapter/ohos/osal/js_accessibility_manager.cpp 
已阅

@@ -862,7 +862,7 @@ void JsAccessibilityManager::SearchElementInfosByText(const long elementId, cons
862862}
863863}
864864
865LOGI("SetSearchElementInfoByTextResult infos.size(%{public}d)", infos.size());
865LOGI("SetSearchElementInfoByTextResult infos.size(%{public}lu)", infos.size());
866866callback.SetSearchElementInfoByTextResult(infos, requestId);
867867}
868868


 +3 -3 frameworks/bridge/declarative_frontend/jsview/js_web_controller.cpp 
已阅

@@ -188,12 +188,12 @@ void JSWebController::LoadUrl(const JSCallbackInfo& args)
188188JSRef<JSObject> obj = JSRef<JSObject>::Cast(jsValue);
189189std::string key;
190190if (!ConvertFromJSValue(obj->GetProperty("headerKey"), key)) {
191LOGW("can't find key at index %{public}d of additionalHttpHeaders, so skip it.", i);
191LOGW("can't find key at index %{public}zu of additionalHttpHeaders, so skip it.", i);
192192continue;
193193}
194194std::string value;
195195if (!ConvertFromJSValue(obj->GetProperty("headerValue"), value)) {
196LOGW("can't find value at index %{public}d of additionalHttpHeaders, so skip it.", i);
196LOGW("can't find value at index %{public}zu of additionalHttpHeaders, so skip it.", i);
197197continue;
198198}
199199httpHeaders[key] = value;
@@ -534,4 +534,4 @@ void JSWebController::RequestFocus(const JSCallbackInfo& args)
534534webController_->RequestFocus();
535535}
536536}
537} // namespace OHOS::Ace::Framework
\ No newline at end of file
537} // namespace OHOS::Ace::Framework


登录 - Gitee.comhttps://gitee.com/openharmony/miscservices_request/commit/2e942975bef7a804ebeb4fdb85ce1daee76e319f

某些人4月17号提交同样的补丁即被立即审核通过,这中间经历了什么,谁知道呢

登录 - Gitee.comhttps://gitee.com/zhangfanfan2/ace_ace_engine/commit/2853576be179412a0336da7ee91fdea7976b1b74

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值