Changes between Version 39 and Version 40 of WebKitGTK/2.24.x


Ignore:
Timestamp:
Apr 4, 2019 10:08:11 AM (5 years ago)
Author:
Michael Catanzaro
Comment:

Propose merges

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/2.24.x

    v39 v40  
    1616== Proposed merges for 2.24.1 ==
    1717
    18   * https://trac.webkit.org/changeset/243602 ''[FreeType] Incorrect application of glyph positioning in the Y direction''
    19   * https://trac.webkit.org/changeset/243505 ''Assertion failure !isInAcceleratedCompositingMode() in DrawingAreaProxyCoordinatedGraphics::incorporateUpdate when forceCompositingMode is turned on ​https://bugs.webkit.org/show_bug.cgi?id=195879''
     18  * https://trac.webkit.org/changeset/242788 ''[WPE][GTK] Load events may occur in unexpected order when JS redirects page before subresource load finishes''
     19  * https://trac.webkit.org/changeset/242917 ''Fix an edge case where HTMLFormElement::removeFormElement is invoked twice with the same element''
     20  * https://trac.webkit.org/changeset/242919 ''Use RenderBox::previousSiblingBox/nextSiblingBox in RenderMultiColumnFlow''
     21  * https://trac.webkit.org/changeset/242921 ''[WeakPtr] RenderListMarker::m_listItem should be a WeakPtr''
     22  * https://trac.webkit.org/changeset/242943 ''Cleanup inline boxes when list marker gets blockified''
     23  * https://trac.webkit.org/changeset/242964 ''Storing a Node in Ref/RefPtr inside its destructor results in double delete''
    2024  * https://trac.webkit.org/changeset/243058 ''[GStreamer] Rewrite HTTP source element using pushsrc base class''
    2125    * https://trac.webkit.org/changeset/243140 ''REGRESSION(r243058): [GStreamer] 3 tests now timing out''
    2226    * https://trac.webkit.org/changeset/243197 ''[GStreamer] Switch back to webkitwebsrc for adaptive streaming fragments downloading''
     27  * https://trac.webkit.org/changeset/243175 ''Reparenting during a mutation event inside appendChild could result in a circular DOM tree''
     28    * https://trac.webkit.org/changeset/243182 ''Rebaseline the test after r243175. It got somehow landed with failing expectations.''
     29  *   * https://trac.webkit.org/changeset/243291 ''Fix possible memory leak when dismissing a color picker''
     30  * https://trac.webkit.org/changeset/243233 ''appendChild should throw when inserting an ancestor of a template into its content adopted to another document''
     31  * https://trac.webkit.org/changeset/243331 ''Do not insert the first-letter anonymous container until after we've constructed the first-letter renderer.''
     32  * https://trac.webkit.org/changeset/243434 ''[GTK][WPE] Do not allow changes in active URI before provisional load starts for non-API requests''
     33  * https://trac.webkit.org/changeset/243505 ''Assertion failure !isInAcceleratedCompositingMode() in DrawingAreaProxyCoordinatedGraphics::incorporateUpdate when forceCompositingMode is turned on''
     34  * https://trac.webkit.org/changeset/243602 ''[FreeType] Incorrect application of glyph positioning in the Y direction''
    2335  * https://trac.webkit.org/changeset/243608 ''[WPE][GTK] webkit_web_resource_get_data_finish can return NULL without setting error''
    24   * https://trac.webkit.org/changeset/242788 ''[WPE][GTK] Load events may occur in unexpected order when JS redirects page before subresource load finishes''
    25   * https://trac.webkit.org/changeset/243434 ''[GTK][WPE] Do not allow changes in active URI before provisional load starts for non-API requests''
     36  * https://trac.webkit.org/changeset/243639 ''BackwardsGraph needs to consider back edges as the backward's root successor''
    2637  * https://trac.webkit.org/changeset/243804 ''Get rid of HTMLInputElement::setEditingValue''
     38  * https://trac.webkit.org/changeset/243820 ''Crash in HTMLCanvasElement::createContext2d after the element got adopted to a new document''
     39  * https://trac.webkit.org/changeset/243828 ''Documents can be destroyed before their CSSFontFaceSet is destroyed''
     40  * https://trac.webkit.org/changeset/243860 ''[ATK] Don't touch accessibility tree in WebFrameLoaderClient::dispatchDidClearWindowObjectInWorld''
    2741
    2842  * ~~https://trac.webkit.org/changeset/243538 ''Build failure with gstreamer 1.12.5 if USE_GSTREAMER_GL is enabled''~~