Changes between Version 2 and Version 3 of BuildingGdk


Ignore:
Timestamp:
Apr 20, 2007 2:25:31 AM (17 years ago)
Author:
alp@atoker.com
Comment:

Updated roadmap

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGdk

    v2 v3  
    3131[http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/gdk WebCore/platform/gdk]
    3232
    33 == Development roadmap ==
     33== Current tasks (April '07) ==
     34
     35 * Implement Image::drawPattern() in ImageCairo.cpp (and remove the stub from ImageGdk.cpp) -- this is necessary to fix rendering regressions. Qt/CG implementations may provide inspiration
     36 * Attempt to merge the Cairo code in the Win32 port -- the equivalent code is copy-and-pasted into the "Gdk" port in some places. This will help reduce code duplication but also help towards getting WebKit/Gdk/Gtk+ working on Windows
     37 * Propose a shared NotImplemented.h (see mailing list thread). Remove use of NotImplementedGdk()? This is important as code sharing between ports increases.
     38 * Remove "gdk" naming from the curl backend. Other ports have expressed interest in using it.
     39 * Review the "reentrancy" patch for the curl backend that did not get merged due to style issues(?)
     40 * Investigate fixing the bakefiles so linking doesn't take several minutes. I (Alp) personally don't think bakefile should be replaced with a new build system unless the new system can be shared with at least one other port.
     41
     42== Development roadmap (old?) ==
    3443
    3544 * Track recent API changes in platform/loader