You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mo...@apache.org on 2019/09/30 09:09:49 UTC

[incubator-weex] branch master updated (6e38fe3 -> c112f2b)

This is an automated email from the ASF dual-hosted git repository.

moshen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git.


    from 6e38fe3  Merge pull request #2945 from apache/double11-fix5
     add 65e7acb  Revert "[iOS] Fix the problem that background color should use [UIColor clearColor] instance when transparent. (#2943)"
     add 3a8a7ff  Revert "[iOS] Fix the problem that background color should use [UIColor clearColor] instance when transparent. (#2942)"
     add e2ca906  Revert "[iOS] Fix problem that _backgroundColor causing multithread crashing. (#2934)"
     add ce42fd6  [iOS] Use lock to add mutex for _backgroundColor property usage.
     add 3919fdb  [iOS] Remove useless switch.
     add 97840a1  [iOS] Remove useless switch.
     new c112f2b  Merge pull request #2947 from apache/revert-backgroundcolor

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../Sources/Component/WXComponent_internal.h       | 10 +--
 .../WeexSDK/Sources/Display/WXComponent+Display.m  | 73 ++++++----------------
 ios/sdk/WeexSDK/Sources/Model/WXComponent.mm       | 11 ++--
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.h        |  2 -
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.m        | 30 ---------
 .../Sources/View/WXComponent+ViewManagement.mm     | 19 +++---
 6 files changed, 43 insertions(+), 102 deletions(-)


[incubator-weex] 01/01: Merge pull request #2947 from apache/revert-backgroundcolor

Posted by mo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

moshen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git

commit c112f2b8af2cf2d2105a16e7991d69517e605c30
Merge: 6e38fe3 97840a1
Author: wqyfavor <qi...@alibaba-inc.com>
AuthorDate: Mon Sep 30 17:09:43 2019 +0800

    Merge pull request #2947 from apache/revert-backgroundcolor
    
    Revert backgroundcolor

 .../Sources/Component/WXComponent_internal.h       | 10 +--
 .../WeexSDK/Sources/Display/WXComponent+Display.m  | 73 ++++++----------------
 ios/sdk/WeexSDK/Sources/Model/WXComponent.mm       | 11 ++--
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.h        |  2 -
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.m        | 30 ---------
 .../Sources/View/WXComponent+ViewManagement.mm     | 19 +++---
 6 files changed, 43 insertions(+), 102 deletions(-)