[webkit-changes] [WebKit/WebKit] f1f5d9: Update Nvidia to all uppper case letters to apply ...

2024-01-24 Thread Sun Shin
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f1f5d970884cc1d26aac2025107010bc17b6b17d
  
https://github.com/WebKit/WebKit/commit/f1f5d970884cc1d26aac2025107010bc17b6b17d
  Author: Byungseon(Sun) Shin 
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
M Websites/webkit.org/wp-content/themes/webkit/team.php

  Log Message:
  ---
  Update Nvidia to all uppper case letters to apply official name
https://bugs.webkit.org/show_bug.cgi?id=258744

Reviewed by Ryosuke Niwa.

* Websites/webkit.org/wp-content/themes/webkit/team.php:

Canonical link: https://commits.webkit.org/273452@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] d7997e: Add Keyboard Lock option into Fullscreen API

2024-01-11 Thread Sun Shin
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d7997e2d3966356a3d23c894706bac6cccdbe84f
  
https://github.com/WebKit/WebKit/commit/d7997e2d3966356a3d23c894706bac6cccdbe84f
  Author: Byungseon(Sun) Shin 
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/dom/Element.h
M Source/WebCore/dom/FullscreenOptions.h
M Source/WebCore/dom/FullscreenOptions.idl

  Log Message:
  ---
  Add Keyboard Lock option into Fullscreen API
https://bugs.webkit.org/show_bug.cgi?id=265923

Reviewed by Ryosuke Niwa.

Add option compliant with the fulscreen proposal 
<https://github.com/whatwg/fullscreen/issues/231>.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/dom/Element.h:
* Source/WebCore/dom/FullscreenOptions.h:
* Source/WebCore/dom/FullscreenOptions.idl:

Canonical link: https://commits.webkit.org/272933@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 81bd08: Fixing build error for Bug 265222

2023-11-30 Thread Sun Shin
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 81bd08cb63587b47f556d07e9d377b3d60624369
  
https://github.com/WebKit/WebKit/commit/81bd08cb63587b47f556d07e9d377b3d60624369
  Author: Byungseon(Sun) Shin 
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
M Source/WebCore/Modules/notifications/NotificationJSONParser.cpp
M Source/WebCore/Modules/notifications/NotificationJSONParser.h
M Source/WebCore/Modules/notifications/NotificationPayload.cpp

  Log Message:
  ---
  Fixing build error for Bug 265222
https://bugs.webkit.org/show_bug.cgi?id=265255

Reviewed by Mark Lam.

Adding a new stub definition for the keyboard-lock, NotificationPayload.cpp 
build started failing.
So I expect the bugs was already there before and just revealed with new 
definition.

See more details on the following link:
https://ews-build.webkit.org/#/builders/51/builds/3246/steps/14/logs/errors

* Source/WebCore/Modules/notifications/NotificationJSONParser.cpp:
* Source/WebCore/Modules/notifications/NotificationJSONParser.h:
* Source/WebCore/Modules/notifications/NotificationPayload.cpp:

Canonical link: https://commits.webkit.org/271344@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 8732eb: Add committer status for myself

2023-10-04 Thread Sun Shin
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8732eb4f0cc418237e1e625f91e36f9926f98329
  
https://github.com/WebKit/WebKit/commit/8732eb4f0cc418237e1e625f91e36f9926f98329
  Author: Byungseon(Sun) Shin 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M metadata/contributors.json

  Log Message:
  ---
  Add committer status for myself
No bug applicable.

Unreviewed commit, adding committer status/data for myself to contributors.json.

* metadata/contributors.json:

Canonical link: https://commits.webkit.org/268839@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 93eb48: WebRTC HEVC RFC 7798 RTP Payload Format Implementa...

2023-09-06 Thread Sun Shin
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 93eb48d39b70248c062e90fceb4630a312e46b0d
  
https://github.com/WebKit/WebKit/commit/93eb48d39b70248c062e90fceb4630a312e46b0d
  Author: Byungseon(Sun) Shin 
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
M Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig
M Source/ThirdParty/libwebrtc/Source/webrtc/api/video/video_codec_type.h
M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_codec.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_codec.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_decoder_software_fallback_wrapper.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/api/video_codecs/video_encoder.h
M Source/ThirdParty/libwebrtc/Source/webrtc/call/rtp_payload_params.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_common.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_common.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_pps_parser.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_pps_parser.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_sps_parser.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_sps_parser.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_vps_parser.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h265/h265_vps_parser.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/logging/rtc_event_log/rtc_event_log_parser.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_constants.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/media/base/media_constants.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/media/engine/internal_decoder_factory.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/create_video_rtp_depacketizer.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format_h265.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format_h265.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_video_header.h
A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc
A 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h265/include/h265_globals.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/encoded_frame.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h265_vps_sps_pps_tracker.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/h265_vps_sps_pps_tracker.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/include/video_codec_interface.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/packet_buffer.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/rtc_base/experiments/min_video_bitrate_experiment.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/components/video_codec/nalu_rewriter.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/sdk/objc/components/video_codec/nalu_rewriter.h
M Source/ThirdParty/libwebrtc/Source/webrtc/test/scenario/video_stream.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/test/video_codec_settings.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/config/video_encoder_config.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/config/video_encoder_config.h
M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/encoder_overshoot_detector.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/rtp_video_stream_receiver2.cc
M 
Source/ThirdParty/libwebrtc/Source/webrtc/video/rtp_video_stream_receiver2.h
M Source/ThirdParty/libwebrtc/Source/webrtc/video/send_statistics_proxy.cc
M Source/ThirdParty/libwebrtc/Source/webrtc/video/video_stream_encoder.cc
M Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj

  Log Message:
  ---
  WebRTC HEVC RFC 7798 RTP Payload Format Implementation
https://bugs.webkit.org/show_bug.cgi?id=258794

Reviewed by Youenn Fablet.

The current WebRTC HEVC is using generic packetization instead of RFC 7789 
Packetization.
So this is about implementing the RFC 7798 Packetization.

Fix HEVC depacketizer issues. (#185)
Enalbing low latency mode for RTC (#169)
Enable HEVC support. (#165)
Fix out-of-bounds write in H265VpsSpsPpsTracker (#163)
Apply fix bitstream logic to RtpVideoStreamReceiver2 (#142)
Add missing CODEC_H265 switch case (#136)
Add HEVC

[webkit-changes] [WebKit/WebKit] 604725: Add Nvidia to domain affiliations on team page

2023-06-30 Thread Sun Shin
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6047253bcede33baac91b5717ee82a3a8c9619a8
  
https://github.com/WebKit/WebKit/commit/6047253bcede33baac91b5717ee82a3a8c9619a8
  Author: Byungseon(Sun) Shin 
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
M Websites/webkit.org/wp-content/themes/webkit/team.php

  Log Message:
  ---
  Add Nvidia to domain affiliations on team page
https://bugs.webkit.org/show_bug.cgi?id=258744

Reviewed by Yusuke Suzuki.

* Websites/webkit.org/wp-content/themes/webkit/team.php:

Canonical link: https://commits.webkit.org/265666@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [WebKit/WebKit] 46b57a: Update Byungseon Shin in contributors.json

2023-06-30 Thread Sun Shin
  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 46b57a69bda9758827da93a86299dc59f7bef48e
  
https://github.com/WebKit/WebKit/commit/46b57a69bda9758827da93a86299dc59f7bef48e
  Author: Byungseon(Sun) Shin 
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
M metadata/contributors.json

  Log Message:
  ---
  Update Byungseon Shin in contributors.json
https://bugs.webkit.org/show_bug.cgi?id=258703

Unreviewed, changing my primary email and updating interests

* metadata/contributors.json:

Canonical link: https://commits.webkit.org/265661@main


___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [179590] trunk/Websites/webkit.org

2015-02-03 Thread sun . shin
Title: [179590] trunk/Websites/webkit.org








Revision 179590
Author sun.s...@webkit.org
Date 2015-02-03 21:06:15 -0800 (Tue, 03 Feb 2015)


Log Message
Add LG Electronics to team.html
https://bugs.webkit.org/show_bug.cgi?id=141227

Reviewed by Andreas Kling.

* team.html:

Modified Paths

trunk/Websites/webkit.org/ChangeLog
trunk/Websites/webkit.org/team.html




Diff

Modified: trunk/Websites/webkit.org/ChangeLog (179589 => 179590)

--- trunk/Websites/webkit.org/ChangeLog	2015-02-04 04:06:20 UTC (rev 179589)
+++ trunk/Websites/webkit.org/ChangeLog	2015-02-04 05:06:15 UTC (rev 179590)
@@ -1,3 +1,12 @@
+2015-02-03  Byungseon Shin  sun.s...@webkit.org
+
+Add LG Electronics to team.html
+https://bugs.webkit.org/show_bug.cgi?id=141227
+
+Reviewed by Andreas Kling.
+
+* team.html:
+
 2015-01-30  Chris Dumez  cdu...@apple.com
 
 Add Singleton pattern section to the WebKit coding style


Modified: trunk/Websites/webkit.org/team.html (179589 => 179590)

--- trunk/Websites/webkit.org/team.html	2015-02-04 04:06:20 UTC (rev 179589)
+++ trunk/Websites/webkit.org/team.html	2015-02-04 05:06:15 UTC (rev 179590)
@@ -36,6 +36,7 @@
 'google.com': 'Google',
 'igalia.com': 'Igalia',
 'intel.com' : 'Intel',
+'lge.com' : 'LG Electronics',
 'motorola.com': 'Motorola Mobility',
 'nokia.com': 'Nokia',
 'openbossa.org': 'INdT / Nokia',






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes


[webkit-changes] [179582] trunk/Tools/Scripts/webkitpy/common/config/contributors.json

2015-02-03 Thread sun . shin
Title: [179582] trunk/Tools/Scripts/webkitpy/common/config/contributors.json








Revision 179582
Author sun.s...@webkit.org
Date 2015-02-03 16:57:55 -0800 (Tue, 03 Feb 2015)


Log Message
Unreviewed. Add myself as a committer.

Modified Paths

trunk/Tools/Scripts/webkitpy/common/config/contributors.json




Diff

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (179581 => 179582)

--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2015-02-04 00:51:08 UTC (rev 179581)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2015-02-04 00:57:55 UTC (rev 179582)
@@ -440,6 +440,16 @@
 abinader
  ]
   },
+  Byungseon Shin : {
+ emails : [
+sun.s...@webkit.org,
+sun.s...@lge.com
+ ],
+ expertise : WTF, GPU Accelerated Rendering and Compositing,
+ nicks : [
+xingri
+ ]
+  },
   Byungwoo Lee : {
  emails : [
 bw80@samsung.com,






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes