Changes between Version 2 and Version 3 of Maintenance and architecture list
- Timestamp:
- Feb 13, 2008, 9:34:24 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maintenance and architecture list
v2 v3 48 48 - remove mildly misleading "this is part of the KDE project" comments 49 49 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 51 53 52 54 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 WebCore55 56 55 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 WebKit59 60 56 Things like the Objective-C accessibility wrappers should be in WebKit, with a C++ version in WebCore.