Changes between Version 74 and Version 75 of WebKitGTK/2.14.x


Ignore:
Timestamp:
Feb 7, 2017 2:01:46 AM (7 years ago)
Author:
Carlos Garcia Campos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/2.14.x

    v74 v75  
    1717== Proposed merges for 2.14.4 ==
    1818
    19  * https://trac.webkit.org/changeset/210920/ ''[GTK] Do not update the backing store state unnecessarily when page visibility changes''
    20  * https://trac.webkit.org/changeset/210954/ ''[Threaded Compositor] Initialize the threaded compositor with the current size''
     19 * ~~https://trac.webkit.org/changeset/210920/ ''[GTK] Do not update the backing store state unnecessarily when page visibility changes''~~
     20 * ~~https://trac.webkit.org/changeset/210954/ ''[Threaded Compositor] Initialize the threaded compositor with the current size''~~
    2121 * https://trac.webkit.org/changeset/211034 ''[GTK] Update Safari version in user agent''
    2222 * https://trac.webkit.org/changeset/211040 ''[GTK] asserting on unknown locale for hyphenation is wrong''
    23  * https://trac.webkit.org/changeset/211083 ''[Coordinated Graphics] Ensure that we're in AC mode before trying to create GraphicsLayers''
    24  * https://trac.webkit.org/changeset/211084 ''[GTK] Do not paint non composited content into the window when using the threaded compositor''
    25  * https://trac.webkit.org/changeset/211141 ''[GTK] The inspector is broken when AC support is disabled''
    26  * https://trac.webkit.org/changeset/211145 ''[GTK] UIProcess from WebKitGtk+ 2.15.x SIGSEGVs because of X Error BadDamage in WebKit::AcceleratedBackingStoreX11::update(WebKit::LayerTreeContext const&) () at Source/WebKit2/UIProcess/gtk/AcceleratedBackingStoreX11.cpp:145''
    27  * http://trac.webkit.org/changeset/211204 ''[GTK] WebProcess from WebKitGtk+ 2.15.3 SIGSEVs in WebCore::GraphicsContext3D::drawArrays(unsigned int, int, int) at Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:740''
    28  * https://trac.webkit.org/changeset/211205 ''[Threaded Compositor] Update also the contents size when creating the threaded compositor''
    29  * https://trac.webkit.org/changeset/211206 ''ImageBufferCairo: cairo_image_surface should use bmalloc-allocated memory''
     23 * ~~https://trac.webkit.org/changeset/211083 ''[Coordinated Graphics] Ensure that we're in AC mode before trying to create GraphicsLayers''~~
     24 * ~~https://trac.webkit.org/changeset/211084 ''[GTK] Do not paint non composited content into the window when using the threaded compositor''~~
     25 * ~~https://trac.webkit.org/changeset/211141 ''[GTK] The inspector is broken when AC support is disabled''~~
     26 * ~~https://trac.webkit.org/changeset/211145 ''[GTK] UIProcess from WebKitGtk+ 2.15.x SIGSEGVs because of X Error BadDamage in WebKit::AcceleratedBackingStoreX11::update(WebKit::LayerTreeContext const&) () at Source/WebKit2/UIProcess/gtk/AcceleratedBackingStoreX11.cpp:145''~~
     27 * ~~http://trac.webkit.org/changeset/211204 ''[GTK] WebProcess from WebKitGtk+ 2.15.3 SIGSEVs in WebCore::GraphicsContext3D::drawArrays(unsigned int, int, int) at Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:740''~~
     28 * ~~https://trac.webkit.org/changeset/211205 ''[Threaded Compositor] Update also the contents size when creating the threaded compositor''~~
     29 * ~~https://trac.webkit.org/changeset/211206 ''ImageBufferCairo: cairo_image_surface should use bmalloc-allocated memory''~~
    3030 * https://trac.webkit.org/changeset/211225 ''[GStreamer] ASSERTION FAILED: !g_object_is_floating(ptr) in adoptGRef(GstContext* ptr)''
    31  * https://trac.webkit.org/changeset/211277 ''[GTK] Stop forcing accelerated compositing by default''
    32  * https://trac.webkit.org/changeset/211281 ''[Threaded Compositor] Stop creating the GLContext on demand the first time makeContextCurrent is called''
    33  * https://trac.webkit.org/changeset/211346 ''[GTK] ASSERTION FAILED: !m_layerTreeHost in DrawingAreaImpl::display()''
    34  * https://trac.webkit.org/changeset/211347 ''[Threaded Compositor] Crash when deleting the compositor run loop''
    35  * https://trac.webkit.org/changeset/211348 ''[Threaded Compositor] Crash when detaching the CoordinatedGraphicsScene''
    36  * https://trac.webkit.org/changeset/211357 ''[Threaded Compositor] Crash on WebCore::GLContext::version()''
    37  * https://trac.webkit.org/changeset/211358 ''[Threaded Compositor] Crash in GraphicsContext3D::deleteTexture when destroying TextureMapperPlatformLayerProxy''
    38  * https://trac.webkit.org/changeset/211365 ''[GTK] Do not release OpenGL resource immediately when leaving accelerated compositing mode'' and follow-up https://trac.webkit.org/changeset/211366 ''Unreviewed. Fix GTK+ debug build after r211365.
    39  * https://trac.webkit.org/changeset/211367 ''[GTK] Scrolling iframes, doesn't redraw their content''
     31 * ~~https://trac.webkit.org/changeset/211277 ''[GTK] Stop forcing accelerated compositing by default''~~
     32 * ~~https://trac.webkit.org/changeset/211281 ''[Threaded Compositor] Stop creating the GLContext on demand the first time makeContextCurrent is called''~~
     33 * ~~https://trac.webkit.org/changeset/211346 ''[GTK] ASSERTION FAILED: !m_layerTreeHost in DrawingAreaImpl::display()''~~
     34 * ~~https://trac.webkit.org/changeset/211347 ''[Threaded Compositor] Crash when deleting the compositor run loop''~~
     35 * ~~https://trac.webkit.org/changeset/211348 ''[Threaded Compositor] Crash when detaching the CoordinatedGraphicsScene''~~
     36 * ~~https://trac.webkit.org/changeset/211357 ''[Threaded Compositor] Crash on WebCore::GLContext::version()''~~
     37 * ~~https://trac.webkit.org/changeset/211358 ''[Threaded Compositor] Crash in GraphicsContext3D::deleteTexture when destroying TextureMapperPlatformLayerProxy''~~
     38 * ~~https://trac.webkit.org/changeset/211365 ''[GTK] Do not release OpenGL resource immediately when leaving accelerated compositing mode'' and follow-up https://trac.webkit.org/changeset/211366 ''Unreviewed. Fix GTK+ debug build after r211365.~~
     39 * ~~https://trac.webkit.org/changeset/211367 ''[GTK] Scrolling iframes, doesn't redraw their content''~~
    4040 * https://trac.webkit.org/changeset/211627 ''[GStreamer] Store preloaded media in webkit's cache''
    4141 * https://trac.webkit.org/changeset/211721 ''[GTK][EFL] Release unused UpdateAtlas when in memory pressure situation''
    42  * https://bugs.webkit.org/show_bug.cgi?id=165056 ''Overlay scrolling with iframe-s broken''
     42 * ~~https://bugs.webkit.org/show_bug.cgi?id=165056 ''Overlay scrolling with iframe-s broken''~~
    4343 * https://bugs.webkit.org/show_bug.cgi?id=165082 ''[SOUP] Network process crash in WebKit::CustomProtocolManagerImpl::didFailWithError'' and follow-up https://bugs.webkit.org/show_bug.cgi?id=167876 ''[Soup] Deadlock in NetworkProcess'' and follow-up https://bugs.webkit.org/show_bug.cgi?id=167890 ''[Soup] Long resources loaded by custom protocols sometimes never finish loading''
    4444