Title: [267690] trunk/Source/WebKitLegacy/mac
- Revision
- 267690
- Author
- [email protected]
- Date
- 2020-09-27 18:52:17 -0700 (Sun, 27 Sep 2020)
Log Message
Fix some typos found by Simon post-review for https://bugs.webkit.org/show_bug.cgi?id=217042
* WebView/WebPreferences.mm:
(+[WebPreferences initialize]):
* WebView/WebView.mm:
(-[WebView _preferencesChanged:]):
"rmeove" -> "remove".
Modified Paths
Diff
Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (267689 => 267690)
--- trunk/Source/WebKitLegacy/mac/ChangeLog 2020-09-28 01:42:22 UTC (rev 267689)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog 2020-09-28 01:52:17 UTC (rev 267690)
@@ -1,5 +1,15 @@
2020-09-27 Sam Weinig <[email protected]>
+ Fix some typos found by Simon post-review for https://bugs.webkit.org/show_bug.cgi?id=217042
+
+ * WebView/WebPreferences.mm:
+ (+[WebPreferences initialize]):
+ * WebView/WebView.mm:
+ (-[WebView _preferencesChanged:]):
+ "rmeove" -> "remove".
+
+2020-09-27 Sam Weinig <[email protected]>
+
[Preferences] Generate base preferences for WebKitLegacy
https://bugs.webkit.org/show_bug.cgi?id=217042
Modified: trunk/Source/WebKitLegacy/mac/WebView/WebPreferences.mm (267689 => 267690)
--- trunk/Source/WebKitLegacy/mac/WebView/WebPreferences.mm 2020-09-28 01:42:22 UTC (rev 267689)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebPreferences.mm 2020-09-28 01:52:17 UTC (rev 267690)
@@ -395,7 +395,7 @@
@NO, WebKitUsePreHTML5ParserQuirksKey,
[NSNumber numberWithLongLong:ApplicationCacheStorage::noQuota()], WebKitApplicationCacheTotalQuota,
- // FIXME: Are these relevent to WebKitLegacy? If not, we should rmeove them.
+ // FIXME: Are these relevent to WebKitLegacy? If not, we should remove them.
@NO, WebKitResourceLoadStatisticsEnabledPreferenceKey,
@NO, WebKitDebugInAppBrowserPrivacyEnabledPreferenceKey,
Modified: trunk/Source/WebKitLegacy/mac/WebView/WebView.mm (267689 => 267690)
--- trunk/Source/WebKitLegacy/mac/WebView/WebView.mm 2020-09-28 01:42:22 UTC (rev 267689)
+++ trunk/Source/WebKitLegacy/mac/WebView/WebView.mm 2020-09-28 01:52:17 UTC (rev 267690)
@@ -3110,7 +3110,7 @@
settings.setRubberBandingForSubScrollableRegionsEnabled(false);
#endif
- // FIXME: Is this relevent to WebKitLegacy? If not, we should rmeove it.
+ // FIXME: Is this relevent to WebKitLegacy? If not, we should remove it.
WebCore::DeprecatedGlobalSettings::setResourceLoadStatisticsEnabled([preferences resourceLoadStatisticsEnabled]);
// Application Cache Preferences are stored on the global cache storage manager, not in Settings.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes