Added API to get and set screen-supports-HDR setting#1448
Merged
Conversation
spenap
reviewed
Jan 22, 2025
|
|
||
| WEBKIT_API void | ||
| webkit_settings_set_screen_supports_hdr (WebKitSettings* settings, | ||
| const gboolean screenSupportsHDR); |
There was a problem hiding this comment.
My personal preference is to avoid const for simple data type arguments
Suggested change
| const gboolean screenSupportsHDR); | |
| gboolean screenSupportsHDR); |
Author
There was a problem hiding this comment.
and it will be consistent with other similar functions. I will correct it. Thanks
| * | ||
| */ | ||
| void | ||
| webkit_settings_set_screen_supports_hdr(WebKitSettings* settings, const gboolean screenSupportsHDR) |
There was a problem hiding this comment.
Suggested change
| webkit_settings_set_screen_supports_hdr(WebKitSettings* settings, const gboolean screenSupportsHDR) | |
| webkit_settings_set_screen_supports_hdr(WebKitSettings* settings, gboolean screenSupportsHDR) |
6f3dcc7 to
ae22d69
Compare
magomez
approved these changes
Jan 22, 2025
amol-virnodkar-infosys
added a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Jul 28, 2025
…mic-range: high)") always returns matches=False Pull request from upstream: WebPlatformForEmbedded#1448
amol-virnodkar-infosys
added a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Aug 12, 2025
…implementation for RDK platform Upstream PR: WebPlatformForEmbedded#1448
amol-virnodkar-infosys
added a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Aug 12, 2025
…implementation for RDK platform Fix for tickets: ARRISEOS-46916, ARRISEOS-46989 Upstream PR: WebPlatformForEmbedded#1448
meecash
pushed a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Aug 13, 2025
…implementation for RDK platform (#513) Fix for tickets: ARRISEOS-46916, ARRISEOS-46989 Upstream PR: WebPlatformForEmbedded#1448
marcin-mielczarczyk-red
pushed a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Oct 7, 2025
…implementation for RDK platform (#513) Fix for tickets: ARRISEOS-46916, ARRISEOS-46989 Upstream PR: WebPlatformForEmbedded#1448
pradeep-raveendranpillai-infosys
pushed a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Jan 16, 2026
…implementation for RDK platform (#513) Fix for tickets: ARRISEOS-46916, ARRISEOS-46989 Upstream PR: WebPlatformForEmbedded#1448
pradeep-raveendranpillai-infosys
pushed a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Jan 16, 2026
…implementation for RDK platform (#513) Fix for tickets: ARRISEOS-46916, ARRISEOS-46989 Upstream PR: WebPlatformForEmbedded#1448
pradeep-raveendranpillai-infosys
pushed a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Jan 19, 2026
…implementation for RDK platform (#513) Fix for tickets: ARRISEOS-46916, ARRISEOS-46989 Upstream PR: WebPlatformForEmbedded#1448
pradeep-raveendranpillai-infosys
pushed a commit
to LibertyGlobal/WPEWebKit
that referenced
this pull request
Apr 13, 2026
…implementation for RDK platform (#513) Fix for tickets: ARRISEOS-46916, ARRISEOS-46989 Upstream PR: WebPlatformForEmbedded#1448
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.