Ignore:
Timestamp:
Sep 15, 2006, 5:39:12 PM (19 years ago)
Author:
bdash
Message:

2006-09-15 Krzysztof Kowalczyk <[email protected]>

Reviewed by Adam.

http://bugzilla.opendarwin.org/show_bug.cgi?id=10864
Bug 10864: Linux\GDK build fixes

  • JavaScriptCoreSources.bkl:
  • jscore.bkl:

2006-09-15 Krzysztof Kowalczyk <[email protected]>

Reviewed by Adam.

http://bugzilla.opendarwin.org/show_bug.cgi?id=10864
Bug 10864: Linux\GDK build fixes

  • Projects/gdk/webcore-gdk.bkl:
  • WebCoreSources.bkl:
  • platform/gdk/FontCacheGdk.cpp:
  • platform/gdk/FontDataGdk.cpp: (WebCore::FontData::platformInit):
  • platform/gdk/FontGdk.cpp: (WebCore::Font::drawGlyphs):
  • platform/gdk/FrameGdk.cpp: (WebCore::FrameGdk::handleGdkEvent):
  • platform/gdk/FrameGdk.h:
  • platform/gdk/ImageGdk.cpp: Added. (WebCore::Image::initPlatformData): (WebCore::Image::invalidatePlatformData): (WebCore::Image::loadPlatformResource): (WebCore::Image::supportsType):
  • platform/gdk/RenderPopupMenuGdk.cpp: (WebCore::RenderPopupMenuGdk::hidePopup):
  • platform/gdk/RenderPopupMenuGdk.h:
  • platform/gdk/ScreenGdk.cpp: (WebCore::drawableForPage): (WebCore::screenRect): (WebCore::screenDepth): (WebCore::usableScreenRect): (WebCore::scaleFactor):
  • platform/gdk/SystemTimeLinux.cpp: (WebCore::currentTime):
  • platform/gdk/TemporaryLinkStubs.cpp: (FrameGdk::bindingRootObject): (FrameGdk::markMisspellings): (WebCore::screenDepthPerComponent): (WebCore::screenIsMonochrome): (WebCore::fileButtonChooseFileLabel): (WebCore::fileButtonNoFileSelectedLabel): (FrameGdk::shouldChangeSelection): (FrameGdk::respondToChangedSelection): (FrameGdk::respondToChangedContents): (Path::contains): (PlatformScrollBar::PlatformScrollBar): (PlatformScrollBar::~PlatformScrollBar): (PlatformScrollBar::width): (PlatformScrollBar::height): (PlatformScrollBar::setEnabled): (PlatformScrollBar::paint): (PlatformScrollBar::setScrollBarValue): (PlatformScrollBar::setKnobProportion): (PlatformScrollBar::setRect): (ScrollBar::ScrollBar): (FileChooser::FileChooser): (FileChooser::~FileChooser): (FileChooser::openFileChooser): (FileChooser::basenameForWidth): (FileChooser::uploadControlDetaching): (FileChooser::chooseFile): (Icon::Icon): (Icon::~Icon): (Icon::newIconForFile): (Icon::paint): (IconLoader::stopLoading): (IconLoader::startLoading): (IconLoader::createForFrame): (IconDatabase::isIconExpiredForIconURL): (IconDatabase::hasEntryForIconURL): (IconDatabase::sharedIconDatabase):
  • platform/gdk/WidgetGdk.cpp:
  • webcore-base.bkl:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCoreSources.bkl

    r16193 r16382  
    7474
    7575        </set>
     76        <set append="1" var="JSCORE_SOURCES_BINDINGS">
     77               
     78                bindings/c/c_class.cpp
     79                bindings/c/c_instance.cpp
     80                bindings/c/c_runtime.cpp
     81                bindings/c/c_utility.cpp
     82                bindings/NP_jsobject.cpp
     83                bindings/npruntime.cpp
     84                bindings/runtime.cpp
     85                bindings/runtime_array.cpp
     86                bindings/runtime_method.cpp
     87                bindings/runtime_object.cpp
     88                bindings/runtime_root.cpp
     89
     90        </set>
     91
    7692</makefile>
Note: See TracChangeset for help on using the changeset viewer.