WebKit Bugzilla
Attachment 371782 Details for
Bug 198732
: Web Inspector: DNS names in SymmaryInfo was wrong.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PATCH
198732.diff (text/plain), 1.44 KB, created by
Basuke Suzuki
on 2019-06-10 15:00:53 PDT
(
hide
)
Description:
PATCH
Filename:
MIME Type:
Creator:
Basuke Suzuki
Created:
2019-06-10 15:00:53 PDT
Size:
1.44 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index c68b020b005..d613211c217 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,13 @@ >+2019-06-10 Basuke Suzuki <Basuke.Suzuki@sony.com> >+ >+ Web Inspector: DNS names in SymmaryInfo was wrong. >+ https://bugs.webkit.org/show_bug.cgi?id=198732 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * inspector/agents/InspectorNetworkAgent.cpp: >+ (WebCore::InspectorNetworkAgent::buildObjectForResourceResponse): >+ > 2019-06-10 Sihui Liu <sihui_liu@apple.com> > > [WKHTTPCookieStore getAllCookies:] may return duplicate cookies >diff --git a/Source/WebCore/inspector/agents/InspectorNetworkAgent.cpp b/Source/WebCore/inspector/agents/InspectorNetworkAgent.cpp >index 97b86fc0fdd..3e4e96eb231 100644 >--- a/Source/WebCore/inspector/agents/InspectorNetworkAgent.cpp >+++ b/Source/WebCore/inspector/agents/InspectorNetworkAgent.cpp >@@ -361,7 +361,7 @@ RefPtr<Inspector::Protocol::Network::Response> InspectorNetworkAgent::buildObjec > for (auto& ipAddress : certificateSummaryInfo.value().ipAddresses) > ipAddressesPayload->addItem(ipAddress); > if (ipAddressesPayload->length()) >- certificatePayload->setDnsNames(WTFMove(ipAddressesPayload)); >+ certificatePayload->setIpAddresses(WTFMove(ipAddressesPayload)); > > securityPayload->setCertificate(WTFMove(certificatePayload)); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198732
: 371782