[webkit-changes] [WebKit/WebKit] 7fab05: [PlayStation] Avoid mincore() call in BlockDirecto...

2023-04-10 Thread Yoshiaki JITSUKAWA
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7fab05687df112cb8a846f4faef8c59ffae56bec https://github.com/WebKit/WebKit/commit/7fab05687df112cb8a846f4faef8c59ffae56bec Author: Yoshiaki Jitsukawa Date: 2023-04-10 (Mon, 10 Apr 2023) Changed paths

[webkit-changes] [WebKit/WebKit] 0301a8: [PlayStation] Introduce VMTag

2022-10-13 Thread Yoshiaki JITSUKAWA
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0301a8ca4689f1e2ebf6bdc4672e1fd574f86ccc https://github.com/WebKit/WebKit/commit/0301a8ca4689f1e2ebf6bdc4672e1fd574f86ccc Author: Yoshiaki Jitsukawa Date: 2022-10-13 (Thu, 13 Oct 2022) Changed paths

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

2021-12-21 Thread yoshiaki . jitsukawa
+1,34 @@ +2021-12-21 Yoshiaki Jitsukawa + +[LCMS] Use std::unqiue_ptr to retain LCMS objects +https://bugs.webkit.org/show_bug.cgi?id=234506 + +Reviewed by Michael Catanzaro. + +* platform/graphics/lcms/LCMSUniquePtr.h: Added. +Add LCMSUniquePtr.h and specialize

[webkit-changes] [286628] trunk

2021-12-07 Thread yoshiaki . jitsukawa
++ trunk/LayoutTests/ChangeLog 2021-12-08 00:22:32 UTC (rev 286628) @@ -1,3 +1,22 @@ +2021-12-07 Yoshiaki Jitsukawa + +Support Animated JPEG-XL images +https://bugs.webkit.org/show_bug.cgi?id=233545 + + +Reviewed by Don Olmstead. + + Add test for animated

[webkit-changes] [286011] trunk

2021-11-18 Thread yoshiaki . jitsukawa
/jpegxl/JPEGXLImageDecoder.h trunk/Source/cmake/FindJPEGXL.cmake Diff Modified: trunk/ChangeLog (286010 => 286011) --- trunk/ChangeLog 2021-11-18 17:58:57 UTC (rev 286010) +++ trunk/ChangeLog 2021-11-18 18:05:05 UTC (rev 286011) @@ -1,3 +1,22 @@ +2021-11-18 Yoshiaki Jitsukawa + +Implem

[webkit-changes] [282840] trunk/Tools

2021-09-21 Thread yoshiaki . jitsukawa
/Tools/ChangeLog trunk/Tools/MiniBrowser/playstation/main.cpp Diff Modified: trunk/Tools/ChangeLog (282839 => 282840) --- trunk/Tools/ChangeLog 2021-09-21 20:42:34 UTC (rev 282839) +++ trunk/Tools/ChangeLog 2021-09-21 21:09:12 UTC (rev 282840) @@ -1,3 +1,16 @@ +2021-09-21 Yoshiaki Jitsuk

[webkit-changes] [282333] trunk/Tools

2021-09-13 Thread yoshiaki . jitsukawa
/Tests/WTF/Hasher.cpp Diff Modified: trunk/Tools/ChangeLog (282332 => 282333) --- trunk/Tools/ChangeLog 2021-09-13 17:01:14 UTC (rev 282332) +++ trunk/Tools/ChangeLog 2021-09-13 17:06:20 UTC (rev 282333) @@ -1,3 +1,17 @@ +2021-09-13 Yoshiaki Jitsukawa + +[TestWTF] Hash tests

[webkit-changes] [279742] trunk

2021-07-08 Thread yoshiaki . jitsukawa
unk/LayoutTests/ChangeLog 2021-07-08 19:11:05 UTC (rev 279741) +++ trunk/LayoutTests/ChangeLog 2021-07-08 19:26:52 UTC (rev 279742) @@ -1,3 +1,14 @@ +2021-07-08 Yoshiaki Jitsukawa + +[OpenSSL] Implement HKDF and PBKDF2 support +https://bugs.webkit.org/show_bug.cgi?id=227

[webkit-changes] [279682] trunk

2021-07-07 Thread yoshiaki . jitsukawa
d.txt Diff Modified: trunk/LayoutTests/ChangeLog (279681 => 279682) --- trunk/LayoutTests/ChangeLog 2021-07-07 22:47:43 UTC (rev 279681) +++ trunk/LayoutTests/ChangeLog 2021-07-07 22:52:36 UTC (rev 279682) @@ -1,3 +1,26 @@ +2021-07-07 Yoshiaki Jitsukawa + +[OpenSSL] I

[webkit-changes] [279374] trunk/LayoutTests

2021-06-29 Thread yoshiaki . jitsukawa
UTC (rev 279373) +++ trunk/LayoutTests/ChangeLog 2021-06-29 15:19:46 UTC (rev 279374) @@ -1,3 +1,19 @@ +2021-06-29 Yoshiaki Jitsukawa + +P-384 EC public JWK key in layout tests is wrong +https://bugs.webkit.org/show_bug.cgi?id=227432 + +Reviewed by Chris Dumez. + +Fix

[webkit-changes] [277660] trunk

2021-05-18 Thread yoshiaki . jitsukawa
Modified: trunk/ChangeLog (277659 => 277660) --- trunk/ChangeLog 2021-05-18 17:32:22 UTC (rev 277659) +++ trunk/ChangeLog 2021-05-18 17:33:17 UTC (rev 277660) @@ -1,3 +1,17 @@ +2021-05-18 Yoshiaki Jitsukawa + +[PlayStation] Fix PlayStation port +https://bugs.webkit.

[webkit-changes] [277142] trunk

2021-05-06 Thread yoshiaki . jitsukawa
=> 277142) --- trunk/ChangeLog 2021-05-07 00:14:55 UTC (rev 277141) +++ trunk/ChangeLog 2021-05-07 00:17:05 UTC (rev 277142) @@ -1,3 +1,23 @@ +2021-05-06 Yoshiaki Jitsukawa + +[OpenSSL] Implement CryptoAlgorithmRSA* +https://bugs.webkit.org/show_bug.cgi?id=225294 + +Revie

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

2020-11-27 Thread yoshiaki . jitsukawa
+1,14 @@ +2020-11-27 Yoshiaki Jitsukawa + +[PlayStation] Define platform argument coders for Font +https://bugs.webkit.org/show_bug.cgi?id=219300 + +Reviewed by Fujii Hironori. + +* PlatformPlayStation.cmake: +* Shared/playstation/WebCoreArgumentCodersPlayStati

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

2020-11-26 Thread yoshiaki . jitsukawa
Diff Modified: trunk/Source/WebCore/ChangeLog (270171 => 270172) --- trunk/Source/WebCore/ChangeLog 2020-11-27 00:48:29 UTC (rev 270171) +++ trunk/Source/WebCore/ChangeLog 2020-11-27 01:21:57 UTC (rev 270172) @@ -1,3 +1,16 @@ +2020-11-26 Yoshiaki Jitsukawa + +AXObjectCa

[webkit-changes] [270169] trunk

2020-11-26 Thread yoshiaki . jitsukawa
-27 00:36:54 UTC (rev 270168) +++ trunk/ChangeLog 2020-11-27 00:38:56 UTC (rev 270169) @@ -1,3 +1,12 @@ +2020-11-26 Yoshiaki Jitsukawa + +[PlayStation] Enable ResourceLoadStatistics +https://bugs.webkit.org/show_bug.cgi?id=219292 + +Reviewed by Fujii Hiron

[webkit-changes] [270057] trunk/Source

2020-11-19 Thread yoshiaki . jitsukawa
Title: [270057] trunk/Source Revision 270057 Author yoshiaki.jitsuk...@sony.com Date 2020-11-19 16:46:29 -0800 (Thu, 19 Nov 2020) Log Message Unreviewed build fix. Modified Paths trunk/Source/_javascript_Core/API/JSRemoteInspectorServer.cpp trunk/Source/WebKit/UIProcess/WebProcessPool.c

[webkit-changes] [262408] trunk

2020-06-02 Thread yoshiaki . jitsukawa
407 => 262408) --- trunk/ChangeLog 2020-06-02 06:06:29 UTC (rev 262407) +++ trunk/ChangeLog 2020-06-02 07:44:47 UTC (rev 262408) @@ -1,3 +1,19 @@ +2020-06-02 Yoshiaki JITSUKAWA + +Add .editorconfig +https://bugs.webkit.org/show_bug.cgi?id=212463 + +Add .editorconfig for

[webkit-changes] [262230] trunk/Source/WebInspectorUI

2020-05-27 Thread yoshiaki . jitsukawa
/Source/WebInspectorUI/ChangeLog (262229 => 262230) --- trunk/Source/WebInspectorUI/ChangeLog 2020-05-28 01:01:45 UTC (rev 262229) +++ trunk/Source/WebInspectorUI/ChangeLog 2020-05-28 01:34:31 UTC (rev 262230) @@ -1,3 +1,18 @@ +2020-05-27 Yoshiaki JITSUKAWA + +[WebInspectorUI] Inconsist

[webkit-changes] [262170] trunk/Source/WTF

2020-05-26 Thread yoshiaki . jitsukawa
(262169 => 262170) --- trunk/Source/WTF/ChangeLog 2020-05-27 00:21:59 UTC (rev 262169) +++ trunk/Source/WTF/ChangeLog 2020-05-27 00:36:38 UTC (rev 262170) @@ -1,3 +1,14 @@ +2020-05-26 Yoshiaki JITSUKAWA + +[PlayStation] Disable LLINT_EMBEDDED_OPCODE_ID +https://bugs.webkit.

[webkit-changes] [262166] trunk/Source/JavaScriptCore

2020-05-26 Thread yoshiaki . jitsukawa
- trunk/Source/_javascript_Core/ChangeLog 2020-05-26 22:16:10 UTC (rev 262165) +++ trunk/Source/_javascript_Core/ChangeLog 2020-05-26 22:43:40 UTC (rev 262166) @@ -1,3 +1,17 @@ +2020-05-26 Yoshiaki JITSUKAWA + +[PlayStation] Enable RemoteWebInspector +https://bugs.webkit.org/show_bug

[webkit-changes] [262096] trunk

2020-05-22 Thread yoshiaki . jitsukawa
UTC (rev 262096) @@ -1,3 +1,12 @@ +2020-05-22 Yoshiaki JITSUKAWA + +[PlayStation] Enable JSC shell to run +https://bugs.webkit.org/show_bug.cgi?id=212294 + +Reviewed by Ross Kirsling. + +* Source/cmake/OptionsPlayStation.cmake: + 2020-05-21 Yoshiaki Jitsuk

[webkit-changes] [262090] trunk/Tools/TestWebKitAPI/PlatformPlayStation.cmake

2020-05-22 Thread yoshiaki . jitsukawa
Title: [262090] trunk/Tools/TestWebKitAPI/PlatformPlayStation.cmake Revision 262090 Author yoshiaki.jitsuk...@sony.com Date 2020-05-22 17:54:03 -0700 (Fri, 22 May 2020) Log Message Unreviewed build fix for Visual Studio JSC-only build. Modified Paths trunk/Tools/TestWebKitAPI/PlatformPl

[webkit-changes] [262022] trunk

2020-05-21 Thread yoshiaki . jitsukawa
Point/playstation/WebProcessMain.cpp Diff Modified: trunk/ChangeLog (262021 => 262022) --- trunk/ChangeLog 2020-05-21 19:04:06 UTC (rev 262021) +++ trunk/ChangeLog 2020-05-21 19:52:41 UTC (rev 262022) @@ -1,3 +1,15 @@ +2020-05-21 Yoshiaki Jitsukawa + +[PlayStation] Add minimal

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

2020-05-21 Thread yoshiaki . jitsukawa
Diff Modified: trunk/Source/WebKit/ChangeLog (261997 => 261998) --- trunk/Source/WebKit/ChangeLog 2020-05-21 15:26:46 UTC (rev 261997) +++ trunk/Source/WebKit/ChangeLog 2020-05-21 15:27:19 UTC (rev 261998) @@ -1,3 +1,16 @@ +2020-05-21 Yoshiaki JITSUKAWA + +[ConnectionUnix]

[webkit-changes] [261544] trunk/Source/JavaScriptCore

2020-05-11 Thread yoshiaki . jitsukawa
/Source/_javascript_Core/ChangeLog (261543 => 261544) --- trunk/Source/_javascript_Core/ChangeLog 2020-05-12 03:06:23 UTC (rev 261543) +++ trunk/Source/_javascript_Core/ChangeLog 2020-05-12 03:52:22 UTC (rev 261544) @@ -1,3 +1,15 @@ +2020-05-11 Yoshiaki JITSUKAWA + +Fix build errors af

[webkit-changes] [260738] trunk

2020-04-26 Thread yoshiaki . jitsukawa
.cpp Diff Modified: trunk/ChangeLog (260737 => 260738) --- trunk/ChangeLog 2020-04-27 04:05:20 UTC (rev 260737) +++ trunk/ChangeLog 2020-04-27 05:07:40 UTC (rev 260738) @@ -1,3 +1,15 @@ +2020-04-26 Yoshiaki Jitsukawa + +[PlayStation] Enable TestWTF and TestWebCore +https:

[webkit-changes] [258186] trunk/Source/WebKit/Platform/unix/ModuleUnix.cpp

2020-03-10 Thread yoshiaki . jitsukawa
Title: [258186] trunk/Source/WebKit/Platform/unix/ModuleUnix.cpp Revision 258186 Author yoshiaki.jitsuk...@sony.com Date 2020-03-10 00:11:30 -0700 (Tue, 10 Mar 2020) Log Message Unreviewed, fix "no return statement". Modified Paths trunk/Source/WebKit/Platform/unix/ModuleUnix.cpp Di

[webkit-changes] [256503] trunk

2020-02-12 Thread yoshiaki . jitsukawa
sts/ChangeLog 2020-02-13 07:20:17 UTC (rev 256503) @@ -1,3 +1,15 @@ +2020-02-12 Yoshiaki Jitsukawa + +[WebCrypto][CommonCrypto] Incorrect AES-CTR with counterLength longer than 64 +https://bugs.webkit.org/show_bug.cgi?id=207238 + +Reviewed by Jiewen Tan. + +Add test ca

[webkit-changes] [254479] trunk/Tools

2020-01-13 Thread yoshiaki . jitsukawa
1,3 +1,17 @@ +2020-01-13 Yoshiaki Jitsukawa + +Fix path-specific filters on Windows +https://bugs.webkit.org/show_bug.cgi?id=205786 + +Reviewed by David Kilzer. + +* Scripts/webkitpy/style/filter.py: +(FilterConfiguration._path_rules_from_path): +Conv

[webkit-changes] [254238] trunk/Source/WebCore/platform/LocalizedStrings.cpp

2020-01-08 Thread yoshiaki . jitsukawa
Title: [254238] trunk/Source/WebCore/platform/LocalizedStrings.cpp Revision 254238 Author yoshiaki.jitsuk...@sony.com Date 2020-01-08 17:18:46 -0800 (Wed, 08 Jan 2020) Log Message Unreviewed, fix builds with WEB_CRYPTO enabled, following r217686 Modified Paths trunk/Source/WebCore/platf

[webkit-changes] [254108] trunk

2020-01-06 Thread yoshiaki . jitsukawa
unk/ChangeLog 2020-01-07 04:36:02 UTC (rev 254108) @@ -1,3 +1,18 @@ +2020-01-06 Yoshiaki Jitsukawa + +[PlayStation] Update port cmake +https://bugs.webkit.org/show_bug.cgi?id=205846 + +Reviewed by Don Olmstead. + +Define C/CXX macro BPLATFORM_PLAYSTATION. + +F

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

2019-12-02 Thread yoshiaki . jitsukawa
unk/Source/WebKit/ChangeLog 2019-12-02 16:32:12 UTC (rev 252983) +++ trunk/Source/WebKit/ChangeLog 2019-12-02 16:54:27 UTC (rev 252984) @@ -1,3 +1,14 @@ +2019-12-02 Yoshiaki Jitsukawa + +ResponsivenessTimer mistakenly restarts immediately +https://bugs.webkit.org/show_bug.cgi?id=204

[webkit-changes] [244688] trunk/Tools

2019-04-26 Thread yoshiaki . jitsukawa
- trunk/Tools/ChangeLog 2019-04-26 16:08:40 UTC (rev 244687) +++ trunk/Tools/ChangeLog 2019-04-26 16:25:27 UTC (rev 244688) @@ -1,3 +1,20 @@ +2019-04-26 Yoshiaki Jitsukawa + +check-webkit-style complains the first block in while loop. +https://bugs.webkit.org/show_bug.cgi?id=197307 +

[webkit-changes] [244316] trunk/Source/bmalloc

2019-04-15 Thread yoshiaki . jitsukawa
/Source/bmalloc/bmalloc/AvailableMemory.cpp Diff Modified: trunk/Source/bmalloc/ChangeLog (244315 => 244316) --- trunk/Source/bmalloc/ChangeLog 2019-04-16 00:51:04 UTC (rev 244315) +++ trunk/Source/bmalloc/ChangeLog 2019-04-16 01:19:27 UTC (rev 244316) @@ -1,3 +1,9 @@ +2019-04-15 Yoshi