Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NUI] Rebase from DevelNUI to master #6415

Merged
merged 4 commits into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. [NUI] Add remove WebContext callbacks when disposed

    - fix the crash issue : A callback was made on a garbage collected delegate of type 'Tizen.NUI!Tizen.NUI.WebContext+WebContextHttpRequestInterceptedProxyCallback::Invoke'
    dongsug-song committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    64a1ae3 View commit details
    Browse the repository at this point in the history
  2. [NUI] Fix SVACE issues

    1) DF240922-00003
    https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=43585
    false alarm
    At line 755, a null check has been already performed ; the item "e.Proposed" which was pointed out as an problem cannot become null.
    As such, this issue does not require correction as it is a false alarm.
    
    2) DF240907-00723
    https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=176282
    fixed
    
    3) DF240907-00695
    https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=176248
    fixed
    
    4) DF240906-00277
    https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=174470
    fixed
    
    5) DF240905-01180
    https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=43601
    
    At line 1014, a null check has been already performed; if it is null, an exception will be thrown.
    Therefore, at line 1018, the item which was pointed out as an problem cannot become null.
    As such, this issue does not require correction as it is a false alarm.
    
    6) DF240821-00053
    https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=163282
    fixed
    
    7) DF240716-01912
    https://sa.sec.samsung.net/dm/tizen90/sb2/main/review#PRJID=1&WGID=163084
    already fixed in the previous patch
    dongsug-song committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d5c58f8 View commit details
    Browse the repository at this point in the history
  3. [NUI] Fix Animation issue for Background and BoxShadow color

    Since dali_2.3.41, MixColor property animate by Vector4 type.
    But NUI animation property helper doesn't apply those changeness.
    
    To match the previous behavior, let we make BackgroundColor and BoxShadow.Color
    animate by Color class well.
    
    Signed-off-by: jmm <[email protected]>
    Eunki, Hong authored and dongsug-song committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e46b60f View commit details
    Browse the repository at this point in the history
  4. [NUI] Version up to 2.3.45

    Signed-off-by: Eunki, Hong <[email protected]>
    Eunki, Hong authored and dongsug-song committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7f77593 View commit details
    Browse the repository at this point in the history