[Webkit-unassigned] [Bug 161605] [GTK] Crash of WebProcess on the last WebView disconnect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 06:10:16 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=161605

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #288115|review?                     |
              Flags|                            |

--- Comment #15 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 288115
  --> https://bugs.webkit.org/attachment.cgi?id=288115
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=288115&action=review

rs=me for 2.14, but I prefer just removing the code in trunk.

> Source/WebCore/ChangeLog:13
> +        pointer ownership. Since this is specific to GLX, I've moed the code from GLContext to GLContextGLX and

moved

> Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:209
> +    clear();
> +    activeContexts().remove(this);

Good idea.

> Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:225
> +    glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, 0);
> +    glXMakeCurrent(downcast<PlatformDisplayX11>(m_display).native(), None, None);

Is this new?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160907/5aeb9f41/attachment.html>


More information about the webkit-unassigned mailing list