[webkit-changes] [WebKit/WebKit] 3d5700: Use CheckedPtr for WebColorPickerClient
Chris Dumez
noreply at github.com
Mon Aug 26 07:21:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3d5700be9db6a159cafcf289037a2ba0a51d0f5e
https://github.com/WebKit/WebKit/commit/3d5700be9db6a159cafcf289037a2ba0a51d0f5e
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M Source/WebKit/UIProcess/WebColorPicker.cpp
M Source/WebKit/UIProcess/WebColorPicker.h
M Source/WebKit/UIProcess/gtk/WebColorPickerGtk.cpp
M Source/WebKit/UIProcess/mac/WebColorPickerMac.mm
Log Message:
-----------
Use CheckedPtr for WebColorPickerClient
https://bugs.webkit.org/show_bug.cgi?id=278634
Reviewed by Ryosuke Niwa.
* Source/WebKit/UIProcess/WebColorPicker.cpp:
(WebKit::WebColorPicker::endPicker):
(WebKit::WebColorPicker::setSelectedColor):
* Source/WebKit/UIProcess/WebColorPicker.h:
(WebKit::WebColorPicker::client const):
* Source/WebKit/UIProcess/gtk/WebColorPickerGtk.cpp:
(WebKit::WebColorPickerGtk::didChooseColor):
(WebKit::WebColorPickerGtk::showColorPicker):
* Source/WebKit/UIProcess/mac/WebColorPickerMac.mm:
(WebKit::WebColorPickerMac::setSelectedColor):
(WebKit::WebColorPickerMac::didChooseColor):
(WebKit::WebColorPickerMac::showColorPicker):
Canonical link: https://commits.webkit.org/282732@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list