webengine/osswebengine/WebKit/ChangeLog
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 2007-10-15  Kevin Decker  <kdecker@apple.com>
       
     2 
       
     3         Reviewed by Darin Adler.
       
     4         
       
     5         Fixed: <rdar://problem/5520541> REGRESSION: Broken image when forwarding certain email on Tiger
       
     6         
       
     7         * WebCoreSupport/WebFrameBridge.mm: The problem was that we were loading Mail's WebKit plug-in
       
     8         too soon, which borked some necessary housekeeping on behalf of Mail. The fix is to add a quirk
       
     9         that treats Tiger Mail's WebKit plug-in like a Netscape plug-in, thus ensuring the plug-in will
       
    10         load during first layout and not attach time. For this plug-in, loading at first layout is 
       
    11         expected and is consistent with Safari 2 behavior.
       
    12 
       
    13 == Rolled over to ChangeLog-2007-10-14 ==