WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(28.48 KB, patch)
2021-04-08 15:50 PDT
,
Darin Adler
andersca
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2021-04-08 15:19:35 PDT
Created
attachment 425547
[details]
Patch
Darin Adler
Comment 2
2021-04-08 15:50:25 PDT
Created
attachment 425552
[details]
Patch
Darin Adler
Comment 3
2021-04-09 09:43:13 PDT
Committed
r275765
(
236343@main
): <
https://commits.webkit.org/236343@main
>
Radar WebKit Bug Importer
Comment 4
2021-04-09 09:44:15 PDT
<
rdar://problem/76456954
>
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
Fixing in
https://bugs.webkit.org/show_bug.cgi?id=226670
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.
Top of Page
Format For Printing
XML
Clone This Bug