-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Set appropriate defaults for webview options #12271
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
Merged
MarshallOfSound
merged 5 commits into
master
from
set-appropriate-defaults-for-webview-options
Mar 15, 2018
Merged
Set appropriate defaults for webview options #12271
MarshallOfSound
merged 5 commits into
master
from
set-appropriate-defaults-for-webview-options
Mar 15, 2018
Conversation
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
…erred values instead of just user defined values
6f20526
to
72a051b
Compare
MarshallOfSound
approved these changes
Mar 15, 2018
We have automatically backported this PR to "2-0-x", please check out #12292 |
MarshallOfSound
added a commit
that referenced
this pull request
Mar 15, 2018
This reverts commit c2673aa.
Link gives me 404 |
sethlu
pushed a commit
to sethlu/electron
that referenced
this pull request
May 3, 2018
* Persist defaults to webPreferences object to JS land can read the inferred values instead of just user defined values * Test inherited default propogation * Refactor to remove coupling from fetching values and defaults * Test description type * Fix up tests
sethlu
pushed a commit
to sethlu/electron
that referenced
this pull request
May 3, 2018
* Revert "Set appropriate defaults for webview options (electron#12271)" This reverts commit c2673aa. * Revert "Fixes electron#12147 (electron#12193)" This reverts commit f54c94d.
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.
Ensure that the webview
options
object has appropriate default values.Details at https://www.electronjs.org/blog/webview-fix