Changes between Version 6 and Version 7 of Google Summer of Code 2008


Ignore:
Timestamp:
Feb 27, 2008 2:19:44 PM (16 years ago)
Author:
eric@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Google Summer of Code 2008

    v6 v7  
    77 1. To provide a publicly published list of project ideas that participating students will choose a project from to work on for the duration of the Program;
    88  * Standards Support
    9     * '''SVG Filters''' - Implement a platform-independent set of c++ based SVG filters, as detailed in the the [http://www.w3.org/TR/SVG/filters.html SVG FULL 1.1 specification].  Currently only the Mac platform has a filters implementation (CoreImage based).  These are disabled in tip of tree WebKit.
    10     * '''JavaScript Debugging''' - Add a javascript debugging tool to WebKit.  Examples could be: 1. memory allocation logging tool  2. Event dispatch watching.  3. A javascript profiler.  Work with a mentor to find a summer-scoped project.
    11     * '''CSS3 Paged Media''' - Add support for [http://www.w3.org/TR/css3-page/ CSS3 Paged Media], or a subset thereof.  Currently we have no support in WebKit.
     9    * SVG Filters - Implement a platform-independent set of c++ based SVG filters, as detailed in the the [http://www.w3.org/TR/SVG/filters.html SVG FULL 1.1 specification].  Currently only the Mac platform has a filters implementation (CoreImage based).  These are disabled in tip of tree WebKit.
     10    * CSS3 Paged Media - Add support for [http://www.w3.org/TR/css3-page/ CSS3 Paged Media], or a subset thereof.  Currently we have no support in WebKit.
    1211    * MathML (at least the presentational parts, can get very far with a stylesheet only) - http://www.w3.org/TR/REC-MathML/
    1312    * Ruby - http://www.w3.org/TR/ruby/
     
    3534      * Improved JavaScript properties pane
    3635      * Improved Metrics pane
     36    * Other JavaScript debugging tools
     37      * Memory allocation logging tool
     38      * Event dispatch watching
     39      * Javascript profiler
    3740    * Developer tool of your own design
    3841  * Development Infrastructure