Changes between Version 1 and Version 2 of HighLevelOverview
- Timestamp:
- Oct 6, 2009, 9:48:34 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HighLevelOverview
v1 v2 3 3 4 4 1. '''JavaScriptCore''': The JavaScript engine. This also includes the WTF 5 libr brary, 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 tothe rest of WebKit.5 library, which contains various utilities. This is completely cross-platform 6 (though there are various platform-specific JIT backends). This can be used 7 as a separate entity from the rest of WebKit. 8 8 9 2. '''WebCore:''' this is where most of the magic lives. All rendering10 logic, SVG support, transforms, network support, etc. Arehere.9 2. '''WebCore:''' this is where most of the magic lives. All of the rendering 10 logic, SVG support, transforms, network support, etc. is here. 11 11 12 12 Each platform has specific logic here. Look in WebCore platform for