Changes between Version 1 and Version 2 of HighLevelOverview


Ignore:
Timestamp:
Oct 6, 2009 9:48:34 AM (15 years ago)
Author:
Atlant@mac.com
Comment:

-typos, "to"->"from", grammar

Legend:

Unmodified
Added
Removed
Modified
  • HighLevelOverview

    v1 v2  
    33
    441. '''JavaScriptCore''': The JavaScript engine. This also includes the WTF 
    5 librbrary, which contains various utilities. This is completely cross-
    6 platform (though there are various platform-specific JIT backends.) 
    7 This can be used as a separate entity to the rest of WebKit.
     5library, which contains various utilities. This is completely cross-platform
     6(though there are various platform-specific JIT backends). This can be used
     7as a separate entity from the rest of WebKit.
    88
    9 2. '''WebCore:''' this is where most of the magic lives. All rendering 
    10 logic, SVG support, transforms, network support, etc. Are here.
     92. '''WebCore:''' this is where most of the magic lives. All of the rendering 
     10logic, SVG support, transforms, network support, etc. is here.
    1111
    1212Each platform has specific logic here. Look in WebCore platform for