Changes between Version 9 and Version 10 of HackingGtk


Ignore:
Timestamp:
Dec 5, 2007 1:12:15 PM (16 years ago)
Author:
alp@atoker.com
Comment:

Mention bundled code

Legend:

Unmodified
Added
Removed
Modified
  • HackingGtk

    v9 v10  
    3838
    3939 * 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)
     40
     41=== Bundled code modules ===
     42
     43Bundled code is code checked into WebKit SVN that is developed and maintained primarily in some other source code repository.
     44
     45 * Don't change the coding style of bundled code to match the WebKit guidelines
     46 * Avoid making needless changes to bundled code
     47 * Don't change the copyright headers without permission
     48 * Contribute modifications back to the originating project promptly where relevant
     49
     50There isn't much bundled code at the moment, since we now use the Cairo, libpng, libjpeg etc. versions installed on the user's system.
     51
     52These files are bundled from other projects:
     53
     54 * RenderThemeGtk backend (from Mozilla)
     55  * [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/gtk/gtk2drawing.c WebCore/platform/gtk/gtk2drawing.c] [http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/widget/src/gtk2/gtk2drawing.c&rev=HEAD remote]
     56  * [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/gtk/gtkdrawing.h WebCore/platform/gtk/gtkdrawing.h] [http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/widget/src/gtk2/gtkdrawing.h&rev=HEAD remote]
    4057
    4158== Working on WebCore ==