Changeset ade0ad4


Ignore:
Timestamp:
08/16/2024 09:50:16 PM (5 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
ef35d61
Parents:
e315d96f
Message:

WebKitGTK: Fix a regression that causes crashes on some websites.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re315d96f rade0ad4  
    4242      <para>August 16th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Fix a regression in WebKitGTK that causes crashes
     46          when rendering some websites. Fixes
     47          <ulink url="&blfs-ticket-root;20235">#20235</ulink>.</para>
     48        </listitem>
    4449        <listitem>
    4550          <para>[renodr] - Update to asymptote-2.91. Fixes
  • x/lib/webkitgtk.xml

    re315d96f rade0ad4  
    154154      </para>
    155155    </important>
     156
     157    <para>
     158      First, fix a regression that occurs with some websites that use
     159      WebAssembly: <!-- Ticket #20235 -->
     160    </para>
     161
     162<screen><userinput remap="pre">sed '/returnLocation.isStackArgument/,/returnLocation = canonicalLocation/d'\
     163    -i Source/JavaScriptCore/wasm/WasmBBQJIT.cpp</userinput></screen>
    156164
    157165    <para>
Note: See TracChangeset for help on using the changeset viewer.