forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MiniBrowser doesn't respect default enabled-ness of experimental and …
…internal debug features https://bugs.webkit.org/show_bug.cgi?id=189989 Reviewed by Simon Fraser. When the preference isn't found in user defaults, use the default value of each feature's enabledness. * MiniBrowser/mac/AppDelegate.m: (defaultConfiguration): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@236518 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
e4df29d
commit 5a7b63e
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2018-09-26 Ryosuke Niwa <[email protected]> | ||
|
||
MiniBrowser doesn't respect default enabled-ness of experimental and internal debug features | ||
https://bugs.webkit.org/show_bug.cgi?id=189989 | ||
|
||
Reviewed by Simon Fraser. | ||
|
||
When the preference isn't found in user defaults, use the default value of each feature's enabledness. | ||
|
||
* MiniBrowser/mac/AppDelegate.m: | ||
(defaultConfiguration): | ||
|
||
2018-09-26 Philippe Normand <[email protected]> | ||
|
||
[Flatpak] Bump to apr 1.6.5 | ||
|
This file contains 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