<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Decode data URLs in web process"
   href="https://bugs.webkit.org/show_bug.cgi?id=148128#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Decode data URLs in web process"
   href="https://bugs.webkit.org/show_bug.cgi?id=148128">bug 148128</a>
              from <span class="vcard"><a class="email" href="mailto:sabouhallawa&#64;apple.com" title="Said Abou-Hallawa &lt;sabouhallawa&#64;apple.com&gt;"> <span class="fn">Said Abou-Hallawa</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=259282&amp;action=diff" name="attach_259282" title="patch">attachment 259282</a> <a href="attachment.cgi?id=259282&amp;action=edit" title="patch">[details]</a></span>
patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=259282&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=259282&amp;action=review</a>

<span class="quote">&gt;&gt;&gt; Source/WebCore/loader/ResourceLoader.cpp:228
&gt;&gt;&gt; +        return;
&gt;&gt; 
&gt;&gt; Will that make loading data uri resources synchronous? If yes then I think this is going to be problematic. Please see comments in <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - When using SVG as an image, we should load datauri images when these images are not in the image cache."
   href="show_bug.cgi?id=99677">https://bugs.webkit.org/show_bug.cgi?id=99677</a>. Also if you stick with this approach, you may want to roll out <a href="http://trac.webkit.org/changeset/179626">http://trac.webkit.org/changeset/179626</a> since it will not be needed anymore.
&gt; 
&gt; DataURLDecoder::decode() does the decoding in another thread so it will no be synchronous.</span >

So who is firing the onload event for data uri resources in this approach?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>