Changes between Version 16 and Version 17 of HackingGtk


Ignore:
Timestamp:
May 8, 2009 2:03:16 PM (15 years ago)
Author:
amd@store20.com
Comment:

Gtk+ uses libsoup backend instead of curl

Legend:

Unmodified
Added
Removed
Modified
  • HackingGtk

    v16 v17  
    3333While 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:
    3434
    35  * curl http backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/network/curl WebCore/platform/network/curl]
     35 * libsoup http backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/network/soup WebCore/platform/network/soup]
    3636
    3737 * cairo graphics backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/cairo WebCore/platform/graphics/cairo]