RESOLVED FIXED Bug 224340
[Cocoa] Reduce usage of autorelease, fix mistakes noticed nearby code using autorelease
https://bugs.webkit.org/show_bug.cgi?id=224340
Summary [Cocoa] Reduce usage of autorelease, fix mistakes noticed nearby code using a...
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.