Ticket #218: Doduo-r262-gcc43.patch
| File Doduo-r262-gcc43.patch, 13.4 kB (added by hiyuh, 6 months ago) |
|---|
-
BAL/ChangeLogOWB
old new 1 2008-06-12 KIMURA Masaru <hiyuh.root@gmail.com> 2 3 Reviewed by NOBODY (OOPS!). 4 Compilation fix for gcc-4.3.1. 5 6 * OWBAL/Concretizations/Facilities/SDL/BCFileChooserSDL.cpp: 7 * OWBAL/Concretizations/Media/SDL/BCMediaPlayerPrivateSDL.cpp: 8 * OWBAL/Concretizations/Types/Common/BCbal_objectCommon.cpp: 9 * OWBAL/Concretizations/Types/SDL/BCIconSDL.cpp: 10 * WKAL/Concretizations/Graphics/SDL/BCGradientSDL.cpp: 11 * WKAL/Concretizations/Graphics/SDL/BCRenderPathSDL.cpp: 12 * WKAL/Concretizations/Graphics/SDL/BCSVGPaintServerGradientSDL.cpp: 13 * WKAL/Concretizations/Graphics/SDL/BCSVGPaintServerPatternSDL.cpp: 14 * WKAL/Concretizations/Graphics/SDL/BCSVGPaintServerSDL.cpp: 15 * WKAL/Concretizations/Graphics/SDL/BCSVGPaintServerSolidSDL.cpp: 16 * WKAL/Concretizations/Graphics/SDL/BCSVGResourceClipperSDL.cpp: 17 * WKAL/Concretizations/Graphics/SDL/BCSVGResourceMaskerSDL.cpp: 18 * WKAL/Concretizations/Widgets/SDL/BCClipboardSDL.cpp: 19 * WKAL/Concretizations/Widgets/SDL/BCContextMenuItemSDL.cpp: 20 * WKAL/Concretizations/Widgets/SDL/BCContextMenuSDL.cpp: 21 * WKAL/Concretizations/Widgets/SDL/BCDragControllerSDL.cpp: 22 * WKAL/Concretizations/Widgets/SDL/BCPasteboardSDL.cpp: 23 * WKAL/Concretizations/Widgets/SDL/BCRenderThemeSDL.cpp: 24 * WKAL/Concretizations/Widgets/SDL/BCSearchPopupMenuSDL.cpp: 25 * WKAL/Concretizations/Widgets/SDL/PasteboardHelperSDL.cpp: 26 1 27 2008-06-12 Fred <fmarmond@pleyo.com> 2 28 3 29 Reviewed by NOBODY (OOPS!). -
BAL/OWBAL/Concretizations/Facilities/SDL/BCFileChooserSDL.cpp
old new 36 36 //#include "LocalizedStrings.h" 37 37 #include "StringTruncator.h" 38 38 39 #include <cstdio> 39 40 40 41 namespace OWBAL { 41 42 -
BAL/OWBAL/Concretizations/Media/SDL/BCMediaPlayerPrivateSDL.cpp
old new 35 35 #include "ScrollView.h" 36 36 #include "Widget.h" 37 37 38 #include <cstdio> 38 39 #include <limits> 39 40 #include <math.h> 40 41 -
BAL/OWBAL/Concretizations/Types/Common/BCbal_objectCommon.cpp
old new 32 32 33 33 #include "Color.h" 34 34 35 #include <cstdio> 36 35 37 BalValue::BalValue() 36 38 : d(new BalValuePrivate()) 37 39 , m_obj(0) -
BAL/OWBAL/Concretizations/Types/SDL/BCIconSDL.cpp
old new 34 34 #include "MIMETypeRegistry.h" 35 35 #include "PassRefPtr.h" 36 36 37 #include <cstdio> 37 38 38 39 namespace OWBAL { 39 40 -
BAL/WKAL/Concretizations/Graphics/SDL/BCGradientSDL.cpp
old new 31 31 #include "CSSParser.h" 32 32 #include "GraphicsContext.h" 33 33 34 #include <cstdio> 35 34 36 namespace WKAL { 35 37 36 38 void Gradient::platformDestroy() -
BAL/WKAL/Concretizations/Graphics/SDL/BCRenderPathSDL.cpp
old new 30 30 31 31 #include "SVGPaintServer.h" 32 32 33 #include <cstdio> 34 33 35 namespace WebCore { 34 36 35 37 bool RenderPath::strokeContains(const FloatPoint& point, bool requiresStroke) const -
BAL/WKAL/Concretizations/Graphics/SDL/BCSVGPaintServerGradientSDL.cpp
old new 38 38 #include "RenderStyle.h" 39 39 #include "SVGGradientElement.h" 40 40 41 #include <cstdio> 42 41 43 namespace WKAL { 42 44 43 45 bool SVGPaintServerGradient::setup(GraphicsContext*& context, const RenderObject* object, SVGPaintTargetType type, bool isPaintingText) const -
BAL/WKAL/Concretizations/Graphics/SDL/BCSVGPaintServerPatternSDL.cpp
old new 31 31 #include "NotImplemented.h" 32 32 #include "SVGPaintServerPattern.h" 33 33 34 #include <cstdio> 35 34 36 namespace WKAL { 35 37 36 38 bool SVGPaintServerPattern::setup(GraphicsContext*& context, const RenderObject* object, SVGPaintTargetType type, bool isPaintingText) const -
BAL/WKAL/Concretizations/Graphics/SDL/BCSVGPaintServerSDL.cpp
old new 34 34 #include "SVGPaintServer.h" 35 35 #include "RenderPath.h" 36 36 37 #include <cstdio> 37 38 38 39 namespace WKAL { 39 40 -
BAL/WKAL/Concretizations/Graphics/SDL/BCSVGPaintServerSolidSDL.cpp
old new 34 34 #include "SVGPaintServer.h" 35 35 #include "RenderPath.h" 36 36 37 #include <cstdio> 38 37 39 namespace WKAL { 38 40 39 41 bool SVGPaintServerSolid::setup(GraphicsContext*& context, const RenderObject* object, SVGPaintTargetType type, bool isPaintingText) const -
BAL/WKAL/Concretizations/Graphics/SDL/BCSVGResourceClipperSDL.cpp
old new 32 32 #include "AffineTransform.h" 33 33 #include "GraphicsContext.h" 34 34 35 #include <cstdio> 35 36 36 37 namespace WKAL { 37 38 -
BAL/WKAL/Concretizations/Graphics/SDL/BCSVGResourceMaskerSDL.cpp
old new 32 32 #include "ImageBuffer.h" 33 33 #include "GraphicsContext.h" 34 34 35 #include <cstdio> 36 35 37 namespace WKAL { 36 38 37 39 void SVGResourceMasker::applyMask(GraphicsContext* context, const FloatRect& boundingBox) -
BAL/WKAL/Concretizations/Widgets/SDL/BCClipboardSDL.cpp
old new 34 34 35 35 #include "Editor.h" 36 36 37 #include <cstdio> 38 37 39 namespace WKAL { 38 40 PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy) 39 41 { -
BAL/WKAL/Concretizations/Widgets/SDL/BCContextMenuItemSDL.cpp
old new 32 32 #include "ContextMenuItem.h" 33 33 #include "CString.h" 34 34 35 #include <cstdio> 36 35 37 #define WEBKIT_CONTEXT_MENU_ACTION "webkit-context-menu" 36 38 37 39 namespace WKAL { -
BAL/WKAL/Concretizations/Widgets/SDL/BCContextMenuSDL.cpp
old new 32 32 33 33 #include "ContextMenuController.h" 34 34 35 #include <cstdio> 36 35 37 namespace WKAL { 36 38 37 39 // TODO: ref-counting correctness checking. -
BAL/WKAL/Concretizations/Widgets/SDL/BCDragControllerSDL.cpp
old new 35 35 #include "FrameView.h" 36 36 #include "Page.h" 37 37 38 #include <cstdio> 39 38 40 namespace WebCore { 39 41 40 42 // FIXME: These values are straight out of DragControllerMac, so probably have -
BAL/WKAL/Concretizations/Widgets/SDL/BCPasteboardSDL.cpp
old new 38 38 #include "KURL.h" 39 39 #include "markup.h" 40 40 41 #include <cstdio> 42 41 43 namespace WKAL { 42 44 43 45 /* FIXME: we must get rid of this and use the enum in webkitwebview.h someway */ -
BAL/WKAL/Concretizations/Widgets/SDL/BCRenderThemeSDL.cpp
old new 34 34 #include "GraphicsContext.h" 35 35 #include "Pen.h" 36 36 37 #include <cstdio> 38 37 39 #define THEME_COLOR 204 38 40 #define THEME_FONT 210 39 41 -
BAL/WKAL/Concretizations/Widgets/SDL/BCSearchPopupMenuSDL.cpp
old new 30 30 #include "config.h" 31 31 #include "SearchPopupMenu.h" 32 32 33 #include <cstdio> 33 34 34 35 namespace WKAL { 35 36 -
BAL/WKAL/Concretizations/Widgets/SDL/PasteboardHelperSDL.cpp
old new 30 30 #include "Frame.h" 31 31 #include "PasteboardHelperSDL.h" 32 32 33 #include <cstdio> 34 33 35 using namespace WebCore; 34 36 35 37 namespace WebKit{ -
WebCore/bridge/bal/bal_instance.cpp
old new 38 38 #include "wtf/HashMap.h" 39 39 #include "object_object.h" 40 40 41 #include <cstdio> 42 41 43 namespace KJS { 42 44 namespace Bindings { 43 45 -
WebKit/ChangeLogOWB
old new 1 2008-06-12 KIMURA Masaru <hiyuh.root@gmail.com> 2 3 Reviewed by NOBODY (OOPS!). 4 Compilation fix for gcc-4.3.1. 5 6 * OrigynWebBrowser/WebCoreSupport/WebChromeClient.cpp: 7 * OrigynWebBrowser/WebCoreSupport/WebFrameLoaderClient.cpp: 8 1 9 2008-06-11 Mario Bensi <mbensi@pleyo.com> 2 10 3 11 Reviewed by NOBODY (OOPS!). -
WebKit/OrigynWebBrowser/WebCoreSupport/WebChromeClient.cpp
old new 46 46 #include <WindowFeatures.h> 47 47 #include DEEPSEE_INCLUDE 48 48 49 #include <cstdio> 50 49 51 using namespace WebCore; 50 52 51 53 WebChromeClient::WebChromeClient(WebView* webView) -
WebKit/OrigynWebBrowser/WebCoreSupport/WebFrameLoaderClient.cpp
old new 59 59 #include <ResourceHandle.h> 60 60 #include DEEPSEE_INCLUDE 61 61 62 #include <cstdio> 63 62 64 using namespace WebCore; 63 65 using namespace HTMLNames; 64 66 -
WebKitTools/ChangeLogOWB
old new 1 2008-06-12 KIMURA Masaru <hiyuh.root@gmail.com> 2 3 Reviewed by NOBODY (OOPS!). 4 Compilation fix for gcc-4.3.1. 5 6 * OWBLauncher/SDL/main.cpp: 7 1 8 2008-06-11 Mario Bensi <mbensi@pleyo.com> 2 9 3 10 Reviewed by NOBODY (OOPS!). -
WebKitTools/OWBLauncher/SDL/main.cpp
old new 40 40 #include "Timer.h" 41 41 #include "SharedTimer.h" 42 42 43 #include <unistd.h> 44 43 45 using namespace WebCore; 44 46 static WebView *webView; 45 47 static bool isExposed = false;
