Changeset 16390 in webkit


Ignore:
Timestamp:
Sep 15, 2006 9:19:28 PM (18 years ago)
Author:
beidson
Message:

My ChangeLog msg got out of order. *sigh*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r16389 r16390  
     12006-09-15  Brady Eidson  <beidson@apple.com>
     2
     3        Reviewed by Tim Hatcher
     4
     5        <rdar://problem/4730811> - New IconDatabase needs to attempt to create its path.
     6        Otherwise new installs and new user accounts won't have any icons because the icon.db cannot be created
     7
     8        * loader/icon/IconDatabase.cpp: Removed a now obsolete FIXME
     9        (WebCore::makeAllDirectories): Added - candidate to be in a header for "platform neutral file utilities"
     10        (WebCore::IconDatabase::open): Make sure the directory exists
     11
    1122006-09-15  Timothy Hatcher  <timothy@apple.com>
    213
     
    6677        (WebCore::Frame::revealCaret):
    6778        * page/Frame.h:
    68 
    69 2006-09-15  Brady Eidson  <beidson@apple.com>
    70 
    71         Reviewed by Tim Hatcher
    72 
    73         <rdar://problem/4730811> - New IconDatabase needs to attempt to create its path.
    74         Otherwise new installs and new user accounts won't have any icons because the icon.db cannot be created
    75 
    76         * loader/icon/IconDatabase.cpp: Removed a now obsolete FIXME
    77         (WebCore::makeAllDirectories): Added - candidate to be in a header for "platform neutral file utilities"
    78         (WebCore::IconDatabase::open): Make sure the directory exists
    7979
    80802006-09-15  Brady Eidson  <beidson@apple.com>
Note: See TracChangeset for help on using the changeset viewer.