Changes between Version 4 and Version 5 of Maintenance and architecture list
- Timestamp:
- Mar 25, 2008, 10:41:33 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maintenance and architecture list
v4 v5 16 16 - change CompositeEditCommand and EditCommand to not be derived and base any more; just separate classes 17 17 - restructure undo handling for edit commands so that the the number of different types of undoable steps is smaller and they have much smaller granularity; we can write more robust versions of them 18 19 - eliminate the WebFrameBridge and WebPageBridge classes on Mac20 18 21 19 - eliminate raw pointer use in favor of RefPtr/PassRefPtr