Changeset 267690 in webkit
- Timestamp:
- Sep 27, 2020, 6:52:17 PM (6 years ago)
- Location:
- trunk/Source/WebKitLegacy/mac
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
WebView/WebPreferences.mm (modified) (1 diff)
-
WebView/WebView.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKitLegacy/mac/ChangeLog
r267689 r267690 1 2020-09-27 Sam Weinig <weinig@apple.com> 2 3 Fix some typos found by Simon post-review for https://bugs.webkit.org/show_bug.cgi?id=217042 4 5 * WebView/WebPreferences.mm: 6 (+[WebPreferences initialize]): 7 * WebView/WebView.mm: 8 (-[WebView _preferencesChanged:]): 9 "rmeove" -> "remove". 10 1 11 2020-09-27 Sam Weinig <weinig@apple.com> 2 12 -
trunk/Source/WebKitLegacy/mac/WebView/WebPreferences.mm
r267689 r267690 396 396 [NSNumber numberWithLongLong:ApplicationCacheStorage::noQuota()], WebKitApplicationCacheTotalQuota, 397 397 398 // FIXME: Are these relevent to WebKitLegacy? If not, we should r meove them.398 // FIXME: Are these relevent to WebKitLegacy? If not, we should remove them. 399 399 @NO, WebKitResourceLoadStatisticsEnabledPreferenceKey, 400 400 @NO, WebKitDebugInAppBrowserPrivacyEnabledPreferenceKey, -
trunk/Source/WebKitLegacy/mac/WebView/WebView.mm
r267689 r267690 3111 3111 #endif 3112 3112 3113 // FIXME: Is this relevent to WebKitLegacy? If not, we should r meove it.3113 // FIXME: Is this relevent to WebKitLegacy? If not, we should remove it. 3114 3114 WebCore::DeprecatedGlobalSettings::setResourceLoadStatisticsEnabled([preferences resourceLoadStatisticsEnabled]); 3115 3115
Note:
See TracChangeset
for help on using the changeset viewer.