Changes between Version 2 and Version 3 of Maintenance and architecture list


Ignore:
Timestamp:
Feb 13, 2008 9:34:24 AM (16 years ago)
Author:
Darin Adler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maintenance and architecture list

    v2 v3  
    4848 - remove mildly misleading "this is part of the KDE project" comments
    4949
    50  - move Objective-C bindings generation into WebKit
     50 - move Objective-C bindings generation into Mac WebKit
     51 - move code that doesn't belong in Mac WebKit into WebCore
     52 - move code that doesn't belong in WebCore into Mac WebKit
    5153
    5254 Make the core perl script modular enough that the Objective-C stuff can live in WebKit. Eliminate the scripts that copy all the headers.
    53 
    54  - move code that doesn't belong in WebKit into WebCore
    55 
    5655 There's still a lot of crap in there that can be moved down. WebKit is for binding to the Mac API and to Objective-C.
    57 
    58  - move code that doesn't belong in WebCore into WebKit
    59 
    6056 Things like the Objective-C accessibility wrappers should be in WebKit, with a C++ version in WebCore.