Changes between Version 19 and Version 20 of HackingGtk
- Timestamp:
- Feb 15, 2010, 4:46:53 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HackingGtk
v19 v20 42 42 * cairo graphics backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/cairo WebCore/platform/graphics/cairo] 43 43 44 * cairo graphics "canvas" element backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/html/ CanvasRenderingContext2D.cpp WebCore/html/CanvasRenderingContext2D.cpp] (and a few other files in WebCore/html)44 * cairo graphics "canvas" element backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/html/canvas/CanvasRenderingContext2D.cpp WebCore/html/canvas/CanvasRenderingContext2D.cpp] (and a few other files in WebCore/html) 45 45 46 46 * GStreamer media backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp] (has small dependencies on GTK+/Cairo that can be easily abstracted if other ports want to share the GStreamer backend)