Changes between Version 6 and Version 7 of Modules


Ignore:
Timestamp:
Feb 27, 2012 6:58:57 PM (12 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules

    v6 v7  
    22
    33== Overview ==
     4
     5As we add more features to WebCore, the project becomes more complex.  Some features, like IndexedDB and MediaStream, can add DOM interfaces but aren't otherwise involved in the core functionality of the engine, such as layout and rendering.  WebCore Modules let us reduce the complexity of the project by loosening the coupling of between these features and the rest of WebCore.  This document describes how WebCore's module system works and how to leverage it when building a new feature.
    46
    57== Dependencies ==