[webkit-changes] [285972] trunk/Source/WebCore

2021-11-17 Thread Takashi . Komori
,20 @@ +2021-11-17 Takashi Komori + +[Curl] Remove unnecessary option setting +https://bugs.webkit.org/show_bug.cgi?id=233249 + +Reviewed by Fujii Hironori. + +Remove setting CURLPIPE_MULTIPLEX option. +The option is enabled by default since curl 7.62.0

[webkit-changes] [285838] trunk/Source/WebCore

2021-11-15 Thread Takashi . Komori
/OpenSSLHelper.h Diff Modified: trunk/Source/WebCore/ChangeLog (285837 => 285838) --- trunk/Source/WebCore/ChangeLog 2021-11-15 22:41:10 UTC (rev 285837) +++ trunk/Source/WebCore/ChangeLog 2021-11-15 22:44:13 UTC (rev 285838) @@ -1,3 +1,27 @@ +2021-11-15 Takashi Komori + +[Curl] Secur

[webkit-changes] [285020] trunk

2021-10-29 Thread Takashi . Komori
=> 285020) --- trunk/Source/WebKit/ChangeLog 2021-10-29 06:19:54 UTC (rev 285019) +++ trunk/Source/WebKit/ChangeLog 2021-10-29 07:23:03 UTC (rev 285020) @@ -1,3 +1,21 @@ +2021-10-29 Takashi Komori + +WKAPI does not have any APIs to set cookie path to WKWebsiteDataStoreConfiguration

[webkit-changes] [284698] trunk/Source/WebKit

2021-10-22 Thread Takashi . Komori
18:22:22 UTC (rev 284698) @@ -1,3 +1,21 @@ +2021-10-22 Takashi Komori + +WKErrorRef.h does't have some error definitions +https://bugs.webkit.org/show_bug.cgi?id=232116 + +Reviewed by Alex Christensen. + +Add error definitions which exist in APIrror.h but do not ex

[webkit-changes] [283208] trunk/Source/WebCore

2021-09-28 Thread takashi . komori
,19 @@ +2021-09-28 Takashi Komori + +[Curl] Set CURL_LOCK_DATA_SSL_SESSION option to reduce SSL/TLS handshake time +https://bugs.webkit.org/show_bug.cgi?id=230818 + +Reviewed by Fujii Hironori. + +Set CURL_LOCK_DATA_SSL_SESSION option to reuse Session

[webkit-changes] [283136] trunk/Source/WebCore

2021-09-27 Thread Takashi . Komori
/network/curl/CurlContext.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (283135 => 283136) --- trunk/Source/WebCore/ChangeLog 2021-09-27 21:27:00 UTC (rev 283135) +++ trunk/Source/WebCore/ChangeLog 2021-09-27 21:28:19 UTC (rev 283136) @@ -1,3 +1,18 @@ +2021-09-27 Takashi Kom

[webkit-changes] [282904] trunk/Source/WebCore

2021-09-22 Thread Takashi . Komori
/curl/OpenSSLHelper.h Diff Modified: trunk/Source/WebCore/ChangeLog (282903 => 282904) --- trunk/Source/WebCore/ChangeLog 2021-09-23 02:52:21 UTC (rev 282903) +++ trunk/Source/WebCore/ChangeLog 2021-09-23 03:28:06 UTC (rev 282904) @@ -1,3 +1,22 @@ +2021-09-22 Takashi Komori + +[C

[webkit-changes] [264485] trunk/Source/WebKit

2020-07-16 Thread Takashi . Komori
rce/WebKit/ChangeLog 2020-07-16 23:33:20 UTC (rev 264484) +++ trunk/Source/WebKit/ChangeLog 2020-07-16 23:35:22 UTC (rev 264485) @@ -1,3 +1,18 @@ +2020-07-16 Takashi Komori + +[WinCairo][CURL] NetworkProcess consumes CPU resource greedily +https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [263555] trunk/Tools

2020-06-26 Thread takashi . komori
/Scripts/webkitpy/common/config/contributors.json Diff Modified: trunk/Tools/ChangeLog (263554 => 263555) --- trunk/Tools/ChangeLog 2020-06-26 05:48:41 UTC (rev 263554) +++ trunk/Tools/ChangeLog 2020-06-26 09:38:21 UTC (rev 263555) @@ -1,3 +1,11 @@ +2020-06-26 Takashi Komori + +