Changeset 280615 in webkit
- Timestamp:
- Aug 3, 2021, 1:54:19 PM (5 years ago)
- Location:
- branches/safari-612.1-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/cocoa/VersionChecks.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612.1-branch/Source/WebCore/ChangeLog
r280614 r280615 1 2021-08-03 Russell Epstein <repstein@apple.com> 2 3 Cherry-pick r280591. rdar://problem/81471312 4 5 Update FirstWithDOMWindowReuseRestriction linked-on-or-after check to latest MacOS/iOS betas 6 https://bugs.webkit.org/show_bug.cgi?id=228736 7 <rdar://81419036> 8 9 Reviewed by Chris Dumez. 10 11 * platform/cocoa/VersionChecks.h: 12 Delay enabling new behavior to MacOS 12 and iOS 15 SDK since new behavior is enabled for those OS versions. 13 14 15 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280591 268f45cc-cd09-0410-ab3c-d52691b4dbfc 16 17 2021-08-03 Youenn Fablet <youenn@apple.com> 18 19 Update FirstWithDOMWindowReuseRestriction linked-on-or-after check to latest MacOS/iOS betas 20 https://bugs.webkit.org/show_bug.cgi?id=228736 21 <rdar://81419036> 22 23 Reviewed by Chris Dumez. 24 25 * platform/cocoa/VersionChecks.h: 26 Delay enabling new behavior to MacOS 12 and iOS 15 SDK since new behavior is enabled for those OS versions. 27 1 28 2021-08-03 Russell Epstein <repstein@apple.com> 2 29 -
branches/safari-612.1-branch/Source/WebCore/platform/cocoa/VersionChecks.h
r280158 r280615 70 70 FirstWithNullOriginForNonSpecialSchemedURLs = DYLD_IOS_VERSION_15_0, 71 71 FirstWithoutWeChatScrollingQuirk = DYLD_IOS_VERSION_14_5, 72 FirstWithDOMWindowReuseRestriction = DYLD_IOS_VERSION_1 4_5,72 FirstWithDOMWindowReuseRestriction = DYLD_IOS_VERSION_15_0, 73 73 FirstWithSharedNetworkProcess = DYLD_IOS_VERSION_14_5, 74 74 FirstWithBlankViewOnJSPrompt = DYLD_IOS_VERSION_14_5, … … 95 95 FirstWithHTMLDocumentSupportedPropertyNames = DYLD_MACOSX_VERSION_11_3, 96 96 FirstWithNullOriginForNonSpecialSchemedURLs = DYLD_MACOSX_VERSION_12_00, 97 FirstWithDOMWindowReuseRestriction = DYLD_MACOSX_VERSION_1 1_3,97 FirstWithDOMWindowReuseRestriction = DYLD_MACOSX_VERSION_12_00, 98 98 FirstWithBlankViewOnJSPrompt = DYLD_MACOSX_VERSION_11_3, 99 99 FirstWithoutClientCertificateLookup = DYLD_MACOSX_VERSION_11_3,
Note:
See TracChangeset
for help on using the changeset viewer.