Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy smart pointers in RemoteBarcodeDetector and RemoteTextDetector #28817

Merged
merged 1 commit into from
May 21, 2024

Conversation

rniwa
Copy link
Member

@rniwa rniwa commented May 21, 2024

72bf18f

Deploy smart pointers in RemoteBarcodeDetector and RemoteTextDetector
https://bugs.webkit.org/show_bug.cgi?id=274428

Reviewed by Chris Dumez.

Deployed more smart pointers.

* Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp:
(WebKit::GPUConnectionToWebProcess::didClose):
(WebKit::GPUConnectionToWebProcess::createRemoteGPU):
* Source/WebKit/GPUProcess/ShapeDetection/RemoteBarcodeDetector.cpp:
(WebKit::RemoteBarcodeDetector::protectedBacking):
(WebKit::RemoteBarcodeDetector::protectedBackend):
(WebKit::RemoteBarcodeDetector::detect):
* Source/WebKit/GPUProcess/ShapeDetection/RemoteBarcodeDetector.h:
* Source/WebKit/GPUProcess/ShapeDetection/RemoteTextDetector.cpp:
(WebKit::RemoteTextDetector::protectedBacking):
(WebKit::RemoteTextDetector::protectedBackend):
(WebKit::RemoteTextDetector::detect):
* Source/WebKit/GPUProcess/ShapeDetection/RemoteTextDetector.h:

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

44335b8

Misc iOS, tvOS & watchOS macOS Linux Windows
✅ 🧪 style ✅ 🛠 ios ✅ 🛠 mac ✅ 🛠 wpe 🛠 wincairo
✅ 🛠 ios-sim ✅ 🛠 mac-AS-debug 🧪 wpe-wk2 🧪 wincairo-tests
✅ 🧪 webkitperl 🧪 ios-wk2 ✅ 🧪 api-mac 🧪 api-wpe
🧪 ios-wk2-wpt ✅ 🛠 wpe-cairo
🧪 api-ios ✅ 🧪 mac-wk2 ✅ 🛠 gtk
🛠 tv 🧪 mac-AS-debug-wk2 🧪 gtk-wk2
🛠 tv-sim ✅ 🧪 mac-wk2-stress 🧪 api-gtk
🛠 watch
✅ 🛠 🧪 unsafe-merge ✅ 🛠 watch-sim

@rniwa rniwa self-assigned this May 21, 2024
@rniwa rniwa added the WebKit2 Bugs relating to the WebKit2 API layer label May 21, 2024
@rniwa rniwa added the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label May 21, 2024
https://bugs.webkit.org/show_bug.cgi?id=274428

Reviewed by Chris Dumez.

Deployed more smart pointers.

* Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp:
(WebKit::GPUConnectionToWebProcess::didClose):
(WebKit::GPUConnectionToWebProcess::createRemoteGPU):
* Source/WebKit/GPUProcess/ShapeDetection/RemoteBarcodeDetector.cpp:
(WebKit::RemoteBarcodeDetector::protectedBacking):
(WebKit::RemoteBarcodeDetector::protectedBackend):
(WebKit::RemoteBarcodeDetector::detect):
* Source/WebKit/GPUProcess/ShapeDetection/RemoteBarcodeDetector.h:
* Source/WebKit/GPUProcess/ShapeDetection/RemoteTextDetector.cpp:
(WebKit::RemoteTextDetector::protectedBacking):
(WebKit::RemoteTextDetector::protectedBackend):
(WebKit::RemoteTextDetector::detect):
* Source/WebKit/GPUProcess/ShapeDetection/RemoteTextDetector.h:

Canonical link: https://commits.webkit.org/279032@main
@webkit-commit-queue
Copy link
Collaborator

Committed 279032@main (72bf18f): https://commits.webkit.org/279032@main

Reviewed commits have been landed. Closing PR #28817 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit 72bf18f into WebKit:main May 21, 2024
@webkit-commit-queue webkit-commit-queue removed the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label May 21, 2024
@rniwa rniwa deleted the fix274428 branch May 21, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WebKit2 Bugs relating to the WebKit2 API layer
Projects
None yet
4 participants