No subject


Tue Jan 27 15:54:36 PST 2015


"Disk image cache code unnecessarily complicates SharedBuffer implementation. We can remove this now since we don't enable it in WebKit2 on iOS."

I guess as the code was being used only in iOS and they were not enabling it on webkit2, they just removed it to simplify the SharedBuffer impl. Thing is this is still useful on the rpi and we made the code cross platform (see bug #124167), although enabled only on the gtk port.

-- 
You are receiving this mail because:
You are the assignee for the bug.
--1442419154.7c7dBF604.21440
Date: Wed, 16 Sep 2015 08:59:14 -0700
MIME-Version: 1.0
Content-Type: text/html

<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Re-add DiskImageCache"
   href="https://bugs.webkit.org/show_bug.cgi?id=148028#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Re-add DiskImageCache"
   href="https://bugs.webkit.org/show_bug.cgi?id=148028">bug 148028</a>
              from <span class="vcard"><a class="email" href="mailto:andrunko&#64;gmail.com" title="Andre Moreira Magalhaes &lt;andrunko&#64;gmail.com&gt;"> <span class="fn">Andre Moreira Magalhaes</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=148028#c6">comment #6</a>)
<span class="quote">&gt; I didn't know this DiskImageCache. So, the idea is to cache decoded images
&gt; in disk temporary, because reading from disk is faster than decoding, right?
&gt; I wonder why it was removed from the IOS port.</span >

Yes, you are correct, and the cached data is mmaped also. 



More information about the webkit-unassigned mailing list