Changes between Version 12 and Version 13 of BuildingGdk


Ignore:
Timestamp:
Jun 5, 2007 12:53:04 PM (17 years ago)
Author:
alp@atoker.com
Comment:

Update "Code layout" section

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGdk

    v12 v13  
    3737The main components of the port:
    3838
    39 Gtk+/Gdk platform: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/gdk WebCore/platform/gdk]
     39=== Gtk+-specific modules ===
    4040
    41 curl backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/network/gdk WebCore/platform/network/gdk]
     41 * Gtk+/Gdk UI platform: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/gdk WebCore/platform/gdk]
    4242
    43 cairo graphics backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/cairo WebCore/platform/graphics/cairo]
     43 * "Page/Gdk": [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/page/gdk WebCore/page/gdk]
    4444
    45 There are other gdk-port related directories which have yet to be listed here.
     45 * "Loader/Gdk": [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/loader/gdk WebCore/loader/gdk]
     46
     47There may be other gdk-port related directories which have yet to be listed here. Note that the name of the port, "Gdk", is a historical mistake and the Gtk+ library should be used where appropriate.
     48
     49=== Shared code modules ===
     50
     51While the Gtk+ port is the primary consumer of these backends, we aim to keep them portable, avoiding even ifdef'd sections specific to the Gtk+ port:
     52
     53 * curl http backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/network/curl WebCore/platform/network/curl]
     54
     55 * cairo graphics backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/cairo WebCore/platform/graphics/cairo]
     56
     57 * cairo graphics SVG backend (coming soon): [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/svg/cairo WebCore/platform/graphics/svg/cairo]
    4658
    4759== Current tasks (May '07) ==