Skip to content
  • darin's avatar
    Reviewed by Hyatt. · 4ecb97ed
    darin authored
            - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6646
              compile CSS sources in instead of reading them from disk
    
            * WebCore.vcproj/WebCore/WebCore.vcproj:
            * WebCore.vcproj/WebCore/build-generated-files.sh:
    
            * css/make-css-file-arrays.pl: Added. Used to generate C array forms of the ".css" files.
            * css/UserAgentStyleSheets.cpp: Added. Used to indirectly compile the generated file.
    
            * WebCore.xcodeproj/project.pbxproj: Added new source files. Added a build phase to
            invoke the make-css-file-arrays.pl script. Removed the .css files, which no longer need
            to be installed as part of the final package.
    
            * css/cssstyleselector.cpp: (WebCore::parseUASheet): Removed code to read user agent
            sheets from disk. Replaced with code that gets them from compiled-in arrays instead.
            Uses a pretty lame DOMString hack that could be reworked some day.
            (WebCore::CSSStyleSelector::loadDefaultStyle): Change to load from arrays intead of disk.
    
            * css/html4.css: Added missing license header, tweaked format a bit.
            * css/quirks.css: Added missing license header, tweaked format.
            * css/svg.css: Moved from ksvg2/css directory.
            * ksvg2/css/svg.css: Moved to top level css directory.
    
            * page/Frame.cpp: Removed includes of qfile.h and kstandarddirs.h.
    
            * ForwardingHeaders/kstandarddirs.h: Removed.
            * ForwardingHeaders/qfile.h: Removed.
            * kwq/KWQFile.h: Removed.
            * kwq/KWQFile.mm: Removed.
            * kwq/KWQKStandardDirs.h: Removed.
            * kwq/KWQKStandardDirs.mm: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@12167 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4ecb97ed