Changes between Version 4 and Version 5 of Maintenance and architecture list


Ignore:
Timestamp:
Mar 25, 2008 10:41:33 AM (16 years ago)
Author:
Darin Adler
Comment:

Remove mention of bridge since it's gone now!

Legend:

Unmodified
Added
Removed
Modified
  • Maintenance and architecture list

    v4 v5  
    1616 - change CompositeEditCommand and EditCommand to not be derived and base any more; just separate classes
    1717 - 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 Mac
    2018
    2119 - eliminate raw pointer use in favor of RefPtr/PassRefPtr