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

[webview-docs] Add docs for doNotTrack and colorScheme. JB#58394 #161

Merged
merged 2 commits into from
Nov 26, 2022

Conversation

llewelld
Copy link
Member

@llewelld llewelld commented Nov 23, 2022

Sends an "ambience-theme-changed" notification with either "dark" or "light" data when the ambience changes, to be picked up by gecko.

Adds C++ and QML documentation to cover the WebEngineSettings::doNotTrack and WebEngineSettings::colorScheme properties.

Also amends the property brief text for other properties, to make them work better on the C++ page, where the brief text is automatically prefixed with the text "This property holds ".

lib/webenginesettings.cpp Outdated Show resolved Hide resolved
Sends an "ambience-theme-changed" notification with either "dark" or
"light" data when the ambience changes, to be picked up by gecko. Used
to support the "prefers-color-scheme" media tag.
Adds C++ and QML documentation to cover the
WebEngineSettings::doNotTrack and WebEngineSettings::colorScheme
properties.

Also amends the property brief text for other properties, to make them
work better on the C++ page, where the brief text is automatically
prefixed with the text "This property holds ".
@llewelld llewelld merged commit 8c0fefa into sailfishos:master Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants