-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Adopt more smart pointers in RemoteRenderingBackend and RemoteGraphicsContextGL #33872
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
Merged
webkit-commit-queue
merged 1 commit into
WebKit:main
from
RupinMittal:eng/SmartPointersRemoteRenderingBackend
Sep 19, 2024
Merged
Adopt more smart pointers in RemoteRenderingBackend and RemoteGraphicsContextGL #33872
webkit-commit-queue
merged 1 commit into
WebKit:main
from
RupinMittal:eng/SmartPointersRemoteRenderingBackend
Sep 19, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
EWS run on previous version of this PR (hash 9592fe7) |
rniwa
reviewed
Sep 19, 2024
rniwa
reviewed
Sep 19, 2024
Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.cpp
Outdated
Show resolved
Hide resolved
rniwa
approved these changes
Sep 19, 2024
9592fe7
to
4706909
Compare
EWS run on previous version of this PR (hash 4706909) |
4706909
to
ff05ff4
Compare
EWS run on current version of this PR (hash ff05ff4) |
…sContextGL https://bugs.webkit.org/show_bug.cgi?id=279945 rdar://136262516 Reviewed by Ryosuke Niwa. Smart pointer adoption as per the static analyzer. * Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.cpp: (WebKit::RemoteGraphicsContextGL::initialize): (WebKit::RemoteGraphicsContextGL::stopListeningForIPC): (WebKit::RemoteGraphicsContextGL::workQueueInitialize): (WebKit::RemoteGraphicsContextGL::reshape): (WebKit::RemoteGraphicsContextGL::getErrors): (WebKit::RemoteGraphicsContextGL::ensureExtensionEnabled): (WebKit::RemoteGraphicsContextGL::simulateEventForTesting): (WebKit::RemoteGraphicsContextGL::getBufferSubDataInline): (WebKit::RemoteGraphicsContextGL::getBufferSubDataSharedMemory): (WebKit::RemoteGraphicsContextGL::readPixelsInline): (WebKit::RemoteGraphicsContextGL::readPixelsSharedMemory): (WebKit::RemoteGraphicsContextGL::multiDrawArraysANGLE): (WebKit::RemoteGraphicsContextGL::multiDrawArraysInstancedANGLE): (WebKit::RemoteGraphicsContextGL::multiDrawElementsANGLE): (WebKit::RemoteGraphicsContextGL::multiDrawElementsInstancedANGLE): (WebKit::RemoteGraphicsContextGL::multiDrawArraysInstancedBaseInstanceANGLE): (WebKit::RemoteGraphicsContextGL::multiDrawElementsInstancedBaseVertexBaseInstanceANGLE): (WebKit::RemoteGraphicsContextGL::protectedContext): * Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.h: (WebKit::RemoteGraphicsContextGL::protectedWorkQueue const): * Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.cpp: (WebKit::RemoteRenderingBackend::stopListeningForIPC): (WebKit::RemoteRenderingBackend::dispatch): (WebKit::RemoteRenderingBackend::allocateImageBuffer): (WebKit::RemoteRenderingBackend::getImageBufferResourceLimitsForTesting): * Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.h: (WebKit::RemoteRenderingBackend::protectedWorkQueue const): * Source/WebKit/WebProcess/GPU/GPUProcessConnection.cpp: (WebKit::GPUProcessConnection::protectedVideoFrameObjectHeapProxy): * Source/WebKit/WebProcess/GPU/GPUProcessConnection.h: * Source/WebKit/WebProcess/GPU/graphics/RemoteGraphicsContextGLProxy.cpp: (WebKit::RemoteGraphicsContextGLProxy::surfaceBufferToVideoFrame): * Source/WebKit/WebProcess/GPU/graphics/RemoteRenderingBackendProxy.cpp: (WebKit::RemoteRenderingBackendProxy::connection): Canonical link: https://commits.webkit.org/283930@main
ff05ff4
to
c3b24f1
Compare
Committed 283930@main (c3b24f1): https://commits.webkit.org/283930@main Reviewed commits have been landed. Closing PR #33872 and removing active labels. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
WebKit Misc.
For miscellaneous bugs in the WebKit framework (and not JavaScriptCore or WebCore).
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
c3b24f1
ff05ff4
🧪 api-gtk