- 02 Sep, 2006 1 commit
-
-
thatcher authored
Reviewed by Tim H. Bug 10454: Unix bakefile fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=10454 * JavaScriptCoreSources.bkl: WebCore: Reviewed by Tim H. Bug 10454: Unix bakefile fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=10454 * WebCoreSources.bkl: * platform/gdk/RenderPopupMenuGdk.cpp: (WebCore::RenderPopupMenuGdk::RenderPopupMenuGdk): * platform/gdk/RenderPopupMenuGdk.h: * platform/gdk/RenderThemeGdk.cpp: (WebCore::RenderThemeGdk::createPopupMenu): (WebCore::RenderThemeGdk::systemFont): * platform/gdk/RenderThemeGdk.h: * platform/gdk/TemporaryLinkStubs.cpp: * webcore-base.bkl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16193 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 29 Jul, 2006 1 commit
-
-
darin authored
Reviewed by Darin. - fixes for Linux build * JavaScriptCoreSources.bkl: Added new files to build, kjs/PropertyNameArray.cpp and kjs/testkjs.cpp, and removed old files. WebCore: Reviewed and tweaked by Darin. - fixes for Linux build (still might not compile, since Darin tweaked but was unable to test). * WebCoreSources.bkl: Added some new sources, removed some obsolete ones. * Projects/gdk/webcore-gdk.bkl: Added RenderPopupMenuGdk.cpp * html/HTMLPlugInElement.h: Removed incorrect syntax with class name before ::. * platform/gdk/FrameGdk.h: * platform/gdk/FrameGdk.cpp: Updated parameters of constructor. Moved a couple stubs out of this file. * platform/gdk/RenderPopupMenuGdk.h: Added. * platform/gdk/RenderPopupMenuGdk.cpp: Added. Just a file full of empty stubs. * platform/gdk/RenderThemeGdk.h: * platform/gdk/RenderThemeGdk.cpp: (WebCore::RenderThemeGdk::createPopupMenu): Added. * platform/gdk/TemporaryLinkStubs.cpp: Add some new stubs. WebKitTools: Reviewed by Darin. - fixes for Linux build * GdkLauncher/mk: Added call to bakefile_gen before calling make. * GdkLauncher/gdklauncher.bkl: Tweak comment. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15691 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 30 Jun, 2006 1 commit
-
-
darin authored
Compilation fixes for Linux/Gdk. * JavaScriptCore/kjs/interpreter.cpp: added include of signal.h * JavaScriptCore/kjs/ExecState.h: added missing class declaration * JavaScriptCore/kjs/ExecState.cpp: case wrong on include of context.h * JavaScriptCore/JavaScriptCoreSources.bkl: added Context.cpp and ExecState.cpp git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15118 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 10 Jun, 2006 1 commit
-
-
ggaren authored
- http://bugzilla.opendarwin.org/show_bug.cgi?id=8515 Linux porting compile bug Fix by Mike Emmel, Reviewed by Darin. * JavaScriptCoreSources.bkl: * jscore.bkl: * wtf/Platform.h: WebCore: - http://bugzilla.opendarwin.org/show_bug.cgi?id=8515 Linux porting compile bug Fix by Mike Emmel, Reviewed by Darin. * Projects/gdk/webcore-gdk.bkl: * WebCoreSources.bkl: * css/maketokenizer: * html/HTMLCanvasElement.cpp: * html/HTMLImageElement.h: * icon/IconDatabase.cpp: * make-generated-sources.sh: * page/Frame.h: * page/FramePrivate.h: * platform/Cursor.h: * platform/FontData.h: (WebCore::FontData::getGlyphIndex): * platform/GlyphBuffer.h: (WebCore::GlyphBuffer::glyphAt): (WebCore::GlyphBuffer::advanceAt): (WebCore::GlyphBuffer::add): * platform/GraphicsContext.h: * platform/PlatformKeyboardEvent.h: * platform/PlatformMouseEvent.h: * platform/PlatformWheelEvent.h: * platform/ScrollView.h: * platform/TransferJob.h: (WebCore::TransferJob::getInternal): * platform/TransferJobInternal.h: (WebCore::TransferJobInternal::TransferJobInternal): * platform/Widget.h: * platform/cairo/GraphicsContextCairo.cpp: (WebCore::GraphicsContext::GraphicsContext): (WebCore::GraphicsContext::roundToDevicePixels): * webcore-base.bkl: * xpath/impl/XPathValue.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@14807 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 13 May, 2006 1 commit
-
-
ap authored
Reviewed by Darin, landed by ap. - http://bugzilla.opendarwin.org/show_bug.cgi?id=8528 Bakefiles (and generated Makefiles) for wx and gdk ports JavaScriptCore: * make-generated-sources.sh: Added script to configure environment to run DerivedSources.make * JavaScriptCoreSources.bkl: Added JavaScriptCore sources list for Bakefile. * jscore.bkl: Bakefile used to generate JavaScriptCore project files (currently only used by wx and gdk ports) WebCore: * make-generated-sources.sh: Added script to configure environment to run DerivedSources.make * move-js-headers.sh: Added script to copy JavaScriptCore includes into one dir so that Framework-style includes will work on all OSes. (written by Mike Emmel) * platform/wx: New dir, home for the wxWidgets port * platform/wx/wx-encodings.txt: Added temp. stub for wx encodings file. * Projects: New dir, for various project files for ports. * Projects/gdk: New dir, GDK port files. * Projects/webcore-gdk.bkl: Bakefile to generate GDK port project files * Projects/wx: New dir, wxWidgets port files. * Projects/webcore-wx.bkl: Bakefile to generate wxWidgets port project files WebKitTools: * Scripts/install-unix-extras: Added. * Scripts/regenerate-makefiles: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@14359 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-