Bug 224340

Summary: [Cocoa] Reduce usage of autorelease, fix mistakes noticed nearby code using autorelease
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, andersca, cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 226670    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch andersca: review+

Darin Adler
Reported 2021-04-08 13:52:19 PDT
[Cocoa] Reduce usage of autorelease, fix mistakes noticed nearby code using autorelease
Attachments
Patch (28.28 KB, patch)
2021-04-08 15:19 PDT, Darin Adler
no flags
Patch (28.48 KB, patch)
2021-04-08 15:50 PDT, Darin Adler
andersca: review+
Darin Adler
Comment 1 2021-04-08 15:19:35 PDT
Darin Adler
Comment 2 2021-04-08 15:50:25 PDT
Darin Adler
Comment 3 2021-04-09 09:43:13 PDT
Radar WebKit Bug Importer
Comment 4 2021-04-09 09:44:15 PDT
Chris Dumez
Comment 5 2021-06-04 17:37:40 PDT
Comment on attachment 425552 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425552&action=review > Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:510 > + setIgnoreHSTS(mutableRequest.get(), false); This should be shouldIgnoreHSTS , not false. Likely the cause of rdar://problem/78066692
Alex Christensen
Comment 6 2021-06-04 17:43:52 PDT
Darin Adler
Comment 7 2021-06-04 21:09:16 PDT
Comment on attachment 425552 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425552&action=review >> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:510 >> + setIgnoreHSTS(mutableRequest.get(), false); > > This should be shouldIgnoreHSTS , not false. Likely the cause of rdar://problem/78066692 Oh, no! Thanks for spotting this.
Note You need to log in before you can comment on or make changes to this bug.