Show
Ignore:
Timestamp:
08/04/08 12:23:14 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35534

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebKit/mac/ChangeLog

    r427 r429  
     12008-08-04  Matt Lilek  <webkit@mattlilek.com> 
     2 
     3        Reviewed by Tim Hatcher. 
     4 
     5        Update the window gradient offset to match the inspector toolbar's new height. 
     6 
     7        * WebCoreSupport/WebInspectorClient.mm: 
     8        (-[WebInspectorWindowController window]): 
     9 
     102008-08-01  Anders Carlsson  <andersca@apple.com> 
     11 
     12        Reviewed by Jon. 
     13 
     14        <rdar://problem/6120206> 
     15        Crash when plug-in queries for NPPVpluginWantsAllNetworkStreams. 
     16         
     17        Pass in a pointer to a void* to make sure that plug-ins don't overwrite the stack. 
     18 
     19        * Plugins/WebBaseNetscapePluginStream.mm: 
     20        (-[WebBaseNetscapePluginStream wantsAllStreams]): 
     21 
     222008-07-31  Anders Carlsson  <andersca@apple.com> 
     23 
     24        Reviewed by Darin. 
     25 
     26        <rdar://problem/5949410> 
     27        Add the ability to transfer a given application cache to a new database. 
     28 
     29        * Misc/WebKitNSStringExtras.h: 
     30        * Misc/WebKitNSStringExtras.m: 
     31        (+[NSString _webkit_applicationCacheDirectoryWithBundleIdentifier:]): 
     32        New method which returns the appopriate cache directory for a given bundle identifier. 
     33         
     34        * WebView/WebDataSource.mm: 
     35        (-[WebDataSource _transferApplicationCache:]): 
     36        Transfer the application cache. 
     37         
     38        * WebView/WebDataSourcePrivate.h: 
     39        * WebView/WebView.mm: 
     40        (WebKitInitializeApplicationCachePathIfNecessary): 
     41        Change this to use _webkit_applicationCacheDirectoryWithBundleIdentifier. 
     42 
    1432008-08-01  John Sullivan  <sullivan@apple.com> 
    244