Changeset 148110 in webkit


Ignore:
Timestamp:
Apr 10, 2013 11:05:41 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[GTK] Include a crash-fixing patch for the at-spi2-atk dependency
https://bugs.webkit.org/show_bug.cgi?id=114365

Reviewed by Martin Robinson.

Add a patch for the at-spi2-atk 2.8.0 dependency that is applied through the Jhbuild setup.
The patch addresses crashes in the tally_event_reply method. It is already committed into the
at-spi2-atk source tree and will be available with the next stable release, after which the
patch should be removed and the dependency version bumped.

  • gtk/jhbuild.modules:
  • gtk/patches/at-spi2-atk-2.8.0-null-check-after-cleanup.patch: Added.
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r148103 r148110  
     12013-04-10  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Include a crash-fixing patch for the at-spi2-atk dependency
     4        https://bugs.webkit.org/show_bug.cgi?id=114365
     5
     6        Reviewed by Martin Robinson.
     7
     8        Add a patch for the at-spi2-atk 2.8.0 dependency that is applied through the Jhbuild setup.
     9        The patch addresses crashes in the tally_event_reply method. It is already committed into the
     10        at-spi2-atk source tree and will be available with the next stable release, after which the
     11        patch should be removed and the dependency version bumped.
     12
     13        * gtk/jhbuild.modules:
     14        * gtk/patches/at-spi2-atk-2.8.0-null-check-after-cleanup.patch: Added.
     15
    1162013-04-10  Brent Fulgham  <bfulgham@webkit.org>
    217
  • trunk/Tools/gtk/jhbuild.modules

    r147946 r148110  
    241241            repo="ftp.gnome.org"
    242242            hash="sha256:4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20">
     243      <patch file="at-spi2-atk-2.8.0-null-check-after-cleanup.patch" strip="1"/>
    243244    </branch>
    244245    <dependencies>
Note: See TracChangeset for help on using the changeset viewer.