Changeset bf70a38


Ignore:
Timestamp:
11/09/2023 05:19:15 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
2f7217b1
Parents:
739a1e0
Message:

webkitgtk: Fix an issue breaking various Web sites

There is a regression in WebKitGTK-2.42.1 breaking various Web sites.
See the linked bug report and its duplicates.

The fix is a simple change, so apply it as a sed now.

BugLink: https://bugs.webkit.org/show_bug.cgi?id=262777
Link: https://github.com/WebKit/WebKit/commit/c29a26a02441

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r739a1e0 rbf70a38  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[xry111] - Fix an issue with WebKitGTK-2.42.1 breaking
     46          various Web sites.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to libcloudproviders-0.3.5. Fixes
    4650          <ulink url="&blfs-ticket-root;18837">#18837</ulink>.</para>
  • x/lib/webkitgtk.xml

    r739a1e0 rbf70a38  
    145145    <application>WebKitGTK</application></bridgehead>
    146146
    147 <!--
    148     <para>
    149       First, fix a problem when not using BUBBLEWRAP_SANDBOX:
    150     </para>
    151 
    152 <screen><userinput>sed -i '39,66 s:^://:' Source/WTF/wtf/glib/Sandbox.cpp</userinput></screen>
    153 -->
     147    <!-- https://bugs.webkit.org/show_bug.cgi?id=262777
     148         https://github.com/WebKit/WebKit/commit/c29a26a02441 -->
     149    <para>
     150      First, fix an issue breaking Web sites relying on Javascript Blob API:
     151    </para>
     152
     153<screen><userinput>sed "/bool BlobURL::isSecureBlobURL/,/^}/                                \
     154     s/return false/return SecurityOrigin::isSecure(getOriginURL(url))/" \
     155    -i Source/WebCore/fileapi/BlobURL.cpp</userinput></screen>
    154156
    155157    <important>
Note: See TracChangeset for help on using the changeset viewer.