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] Add WebView FeedMouseWheel as hidden api #6518

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dongsug-song
Copy link
Contributor

@dongsug-song dongsug-song commented Dec 14, 2024

Description of Change

[NUI] Add WebView FeedMouseWheel as hidden api

API Changes

nothing

@github-actions github-actions bot added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Dec 14, 2024
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.BaseComponents.WebView::FeedMouseWheel(System.Boolean,System.Int32,System.Int32,System.Int32)

@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.BaseComponents.WebView::FeedMouseWheel(System.Boolean,System.Int32,System.Int32,System.Int32)

@@ -142,8 +142,10 @@ public void Dispose()
/// </summary>
public void Exit()
{
Tizen.Log.Error("NUI", "NUICoreBackend.Exit() !");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the error log level correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are correct. However, on the GBM TV target, logs at the error and fatal levels are visible. Due to the request from the GBM user, I had to include debugging logs at the error and fatal levels, although it was not ideal.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about adding some comments on why these logs are Error for the history?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for the review.
I have added some comments by following your review.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating it ;)

- Add some logs in NUICoreBackend.Exit() by request from GBM
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.BaseComponents.WebView::FeedMouseWheel(System.Boolean,System.Int32,System.Int32,System.Int32)

Copy link
Contributor

@taehyub taehyub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dongsug-song dongsug-song merged commit b8d5faf into Samsung:API12 Dec 16, 2024
3 checks passed
@dongsug-song dongsug-song deleted the api12-1213 branch December 16, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 Internal API Changed quick review is required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants