Changeset 95934 in webkit


Ignore:
Timestamp:
Sep 25, 2011 9:13:43 PM (13 years ago)
Author:
abarth@webkit.org
Message:

Finish removing PLATFORM(BREWMP) by removing associated code
https://bugs.webkit.org/show_bug.cgi?id=68779

Reviewed by Sam Weinig.

.:

  • Source/cmake/WebKitPackaging.cmake:
  • wscript:

Source/JavaScriptCore:

(WTF::fastMallocSize):

  • wtf/Vector.h:
  • wtf/brew: Removed.
  • wtf/brew/MainThreadBrew.cpp: Removed.
  • wtf/brew/OwnPtrBrew.cpp: Removed.
  • wtf/brew/RefPtrBrew.h: Removed.
  • wtf/brew/ShellBrew.h: Removed.
  • wtf/brew/StringBrew.cpp: Removed.
  • wtf/brew/SystemMallocBrew.h: Removed.
  • wtf/unicode/brew: Removed.
  • wtf/unicode/brew/UnicodeBrew.cpp: Removed.
  • wtf/unicode/brew/UnicodeBrew.h: Removed.

Source/WebCore:

When Geoffrey Garen removed PLATFORM(BREWMP) in
http://trac.webkit.org/changeset/95555, he did not remove all the
associated code. This completes the work started in r95555 by removing
all the code assoicated with PLATFORM(BREWMP).

  • WebCore.gyp/WebCore.gyp:
  • WebCore.gypi:
  • bindings/js/ScriptControllerBrew.cpp: Removed.
  • editing/brew: Removed.
  • editing/brew/EditorBrew.cpp: Removed.
  • gyp/WebCore.gyp:
  • page/brew: Removed.
  • page/brew/ChromeClientBrew.h: Removed.
  • page/brew/DragControllerBrew.cpp: Removed.
  • page/brew/EventHandlerBrew.cpp: Removed.
  • page/brew/FrameBrew.cpp: Removed.
  • platform/brew: Removed.
  • platform/brew/ClipboardBrew.cpp: Removed.
  • platform/brew/ClipboardBrew.h: Removed.
  • platform/brew/ContextMenuBrew.cpp: Removed.
  • platform/brew/ContextMenuItemBrew.cpp: Removed.
  • platform/brew/CursorBrew.cpp: Removed.
  • platform/brew/DragDataBrew.cpp: Removed.
  • platform/brew/EventLoopBrew.cpp: Removed.
  • platform/brew/FileSystemBrew.cpp: Removed.
  • platform/brew/KURLBrew.cpp: Removed.
  • platform/brew/LanguageBrew.cpp: Removed.
  • platform/brew/LocalizedStringsBrew.cpp: Removed.
  • platform/brew/LoggingBrew.cpp: Removed.
  • platform/brew/MIMETypeRegistryBrew.cpp: Removed.
  • platform/brew/PasteboardBrew.cpp: Removed.
  • platform/brew/PlatformKeyboardEventBrew.cpp: Removed.
  • platform/brew/PlatformMouseEventBrew.cpp: Removed.
  • platform/brew/PlatformTouchEventBrew.cpp: Removed.
  • platform/brew/PlatformTouchPointBrew.cpp: Removed.
  • platform/brew/PopupMenuBrew.cpp: Removed.
  • platform/brew/PopupMenuBrew.h: Removed.
  • platform/brew/SSLKeyGeneratorBrew.cpp: Removed.
  • platform/brew/ScreenBrew.cpp: Removed.
  • platform/brew/ScrollbarThemeBrew.cpp: Removed.
  • platform/brew/ScrollbarThemeBrew.h: Removed.
  • platform/brew/SearchPopupMenuBrew.cpp: Removed.
  • platform/brew/SearchPopupMenuBrew.h: Removed.
  • platform/brew/SharedBufferBrew.cpp: Removed.
  • platform/brew/SharedTimerBrew.cpp: Removed.
  • platform/brew/SoundBrew.cpp: Removed.
  • platform/brew/SystemTimeBrew.cpp: Removed.
  • platform/brew/TemporaryLinkStubs.cpp: Removed.
  • platform/brew/WidgetBrew.cpp: Removed.
  • platform/graphics/brew: Removed.
  • platform/graphics/brew/IconBrew.cpp: Removed.
  • platform/graphics/brew/ImageBrew.cpp: Removed.
  • platform/graphics/brew/IntPointBrew.cpp: Removed.
  • platform/graphics/brew/IntSizeBrew.cpp: Removed.
  • platform/network/brew: Removed.
  • platform/network/brew/DNSBrew.cpp: Removed.
  • platform/network/brew/SocketStreamError.h: Removed.
  • platform/network/brew/SocketStreamHandle.h: Removed.
  • platform/network/brew/SocketStreamHandleBrew.cpp: Removed.
  • platform/network/brew/SocketStreamHandlePrivate.h: Removed.
  • platform/text/brew: Removed.
  • platform/text/brew/TextBoundariesBrew.cpp: Removed.
  • platform/text/brew/TextBreakIteratorBrew.cpp: Removed.
  • platform/text/brew/TextCodecBrew.cpp: Removed.
  • platform/text/brew/TextCodecBrew.h: Removed.

Source/WebKit2:

  • Scripts/generate-forwarding-headers.pl:

Tools:

  • Scripts/webkitpy/common/config/build.py:
  • waf/build/settings.py:
Location:
trunk
Files:
59 deleted
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r95922 r95934  
     12011-09-25  Adam Barth  <abarth@webkit.org>
     2
     3        Finish removing PLATFORM(BREWMP) by removing associated code
     4        https://bugs.webkit.org/show_bug.cgi?id=68779
     5
     6        Reviewed by Sam Weinig.
     7
     8        * Source/cmake/WebKitPackaging.cmake:
     9        * wscript:
     10
    1112011-09-25  Adam Barth  <abarth@webkit.org>
    212
  • trunk/Source/JavaScriptCore/ChangeLog

    r95933 r95934  
     12011-09-25  Adam Barth  <abarth@webkit.org>
     2
     3        Finish removing PLATFORM(BREWMP) by removing associated code
     4        https://bugs.webkit.org/show_bug.cgi?id=68779
     5
     6        Reviewed by Sam Weinig.
     7
     8        * JavaScriptCore.gyp/JavaScriptCore.gyp:
     9        * JavaScriptCore.gypi:
     10        * gyp/JavaScriptCore.gyp:
     11        * wscript:
     12        * wtf/FastMalloc.cpp:
     13        (WTF::fastMallocSize):
     14        * wtf/Vector.h:
     15        * wtf/brew: Removed.
     16        * wtf/brew/MainThreadBrew.cpp: Removed.
     17        * wtf/brew/OwnPtrBrew.cpp: Removed.
     18        * wtf/brew/RefPtrBrew.h: Removed.
     19        * wtf/brew/ShellBrew.h: Removed.
     20        * wtf/brew/StringBrew.cpp: Removed.
     21        * wtf/brew/SystemMallocBrew.h: Removed.
     22        * wtf/unicode/brew: Removed.
     23        * wtf/unicode/brew/UnicodeBrew.cpp: Removed.
     24        * wtf/unicode/brew/UnicodeBrew.h: Removed.
     25
    1262011-09-25  Filip Pizlo  <fpizlo@apple.com>
    227
  • trunk/Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp

    r95922 r95934  
    126126        ['include', '../wtf/'],
    127127        # FIXME: This is clearly not sustainable.
    128         ['exclude', '../wtf/brew'],
    129128        ['exclude', '../wtf/efl'],
    130129        ['exclude', '../wtf/gobject'],
     
    135134        ['exclude', '../wtf/wince'],
    136135        ['exclude', '../wtf/wx'],
    137         ['exclude', '../wtf/unicode/brew'],
    138136        ['exclude', '../wtf/unicode/wince'],
    139137        ['exclude', '../wtf/unicode/glib'],
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r95922 r95934  
    630630            'wtf/TypeTraits.cpp',
    631631            'wtf/WTFThreadData.cpp',
    632             'wtf/brew/MainThreadBrew.cpp',
    633             'wtf/brew/OwnPtrBrew.cpp',
    634             'wtf/brew/RefPtrBrew.h',
    635             'wtf/brew/ShellBrew.h',
    636             'wtf/brew/StringBrew.cpp',
    637             'wtf/brew/SystemMallocBrew.h',
    638632            'wtf/chromium/ChromiumThreading.h',
    639633            'wtf/chromium/MainThreadChromium.cpp',
     
    670664            'wtf/unicode/UTF8.cpp',
    671665            'wtf/unicode/UnicodeMacrosFromICU.h',
    672             'wtf/unicode/brew/UnicodeBrew.cpp',
    673             'wtf/unicode/brew/UnicodeBrew.h',
    674666            'wtf/unicode/glib/UnicodeGLib.cpp',
    675667            'wtf/unicode/glib/UnicodeGLib.h',
  • trunk/Source/JavaScriptCore/gyp/JavaScriptCore.gyp

    r95922 r95934  
    8181        ['exclude', 'os-win32/'],
    8282        ['exclude', 'qt/'],
    83         ['exclude', 'wtf/(brew|efl|gtk|qt|wince|wx)/'],
    84         ['exclude', 'wtf/unicode/brew/'],
     83        ['exclude', 'wtf/(efl|gtk|qt|wince|wx)/'],
    8584        ['exclude', 'wtf/unicode/glib/'],
    8685        ['exclude', 'wtf/unicode/qt4/'],
  • trunk/Source/JavaScriptCore/wscript

    r95400 r95934  
    3535
    3636    jscore_excludes = ['jsc.cpp', 'ExecutableAllocatorPosix.cpp']
    37     jscore_excludes.extend(get_excludes(jscore_dir, ['*Brew.cpp', '*CF.cpp', '*Symbian.cpp']))
    38 
     37    jscore_excludes.extend(get_excludes(jscore_dir, ['*CF.cpp', '*Symbian.cpp']))
    3938    jscore_excludes.extend(get_excludes(jscore_dir, ['*None.cpp']))
    4039
  • trunk/Source/JavaScriptCore/wtf/FastMalloc.cpp

    r95555 r95934  
    386386    return malloc_size(p);
    387387#elif OS(WINDOWS)
    388     // Brew MP uses its own memory allocator, so _msize does not work on the Brew MP simulator.
    389388    return _msize(const_cast<void*>(p));
    390389#else
  • trunk/Source/JavaScriptCore/wtf/Vector.h

    r88477 r95934  
    358358        {
    359359            // Calling malloc(0) might take a lock and may actually do an
    360             // allocation on some systems (e.g. Brew).
     360            // allocation on some systems.
    361361            if (capacity)
    362362                allocateBuffer(capacity);
  • trunk/Source/WebCore/ChangeLog

    r95931 r95934  
     12011-09-25  Adam Barth  <abarth@webkit.org>
     2
     3        Finish removing PLATFORM(BREWMP) by removing associated code
     4        https://bugs.webkit.org/show_bug.cgi?id=68779
     5
     6        Reviewed by Sam Weinig.
     7
     8        When Geoffrey Garen removed PLATFORM(BREWMP) in
     9        http://trac.webkit.org/changeset/95555, he did not remove all the
     10        associated code.  This completes the work started in r95555 by removing
     11        all the code assoicated with PLATFORM(BREWMP).
     12
     13        * WebCore.gyp/WebCore.gyp:
     14        * WebCore.gypi:
     15        * bindings/js/ScriptControllerBrew.cpp: Removed.
     16        * editing/brew: Removed.
     17        * editing/brew/EditorBrew.cpp: Removed.
     18        * gyp/WebCore.gyp:
     19        * page/brew: Removed.
     20        * page/brew/ChromeClientBrew.h: Removed.
     21        * page/brew/DragControllerBrew.cpp: Removed.
     22        * page/brew/EventHandlerBrew.cpp: Removed.
     23        * page/brew/FrameBrew.cpp: Removed.
     24        * platform/brew: Removed.
     25        * platform/brew/ClipboardBrew.cpp: Removed.
     26        * platform/brew/ClipboardBrew.h: Removed.
     27        * platform/brew/ContextMenuBrew.cpp: Removed.
     28        * platform/brew/ContextMenuItemBrew.cpp: Removed.
     29        * platform/brew/CursorBrew.cpp: Removed.
     30        * platform/brew/DragDataBrew.cpp: Removed.
     31        * platform/brew/EventLoopBrew.cpp: Removed.
     32        * platform/brew/FileSystemBrew.cpp: Removed.
     33        * platform/brew/KURLBrew.cpp: Removed.
     34        * platform/brew/LanguageBrew.cpp: Removed.
     35        * platform/brew/LocalizedStringsBrew.cpp: Removed.
     36        * platform/brew/LoggingBrew.cpp: Removed.
     37        * platform/brew/MIMETypeRegistryBrew.cpp: Removed.
     38        * platform/brew/PasteboardBrew.cpp: Removed.
     39        * platform/brew/PlatformKeyboardEventBrew.cpp: Removed.
     40        * platform/brew/PlatformMouseEventBrew.cpp: Removed.
     41        * platform/brew/PlatformTouchEventBrew.cpp: Removed.
     42        * platform/brew/PlatformTouchPointBrew.cpp: Removed.
     43        * platform/brew/PopupMenuBrew.cpp: Removed.
     44        * platform/brew/PopupMenuBrew.h: Removed.
     45        * platform/brew/SSLKeyGeneratorBrew.cpp: Removed.
     46        * platform/brew/ScreenBrew.cpp: Removed.
     47        * platform/brew/ScrollbarThemeBrew.cpp: Removed.
     48        * platform/brew/ScrollbarThemeBrew.h: Removed.
     49        * platform/brew/SearchPopupMenuBrew.cpp: Removed.
     50        * platform/brew/SearchPopupMenuBrew.h: Removed.
     51        * platform/brew/SharedBufferBrew.cpp: Removed.
     52        * platform/brew/SharedTimerBrew.cpp: Removed.
     53        * platform/brew/SoundBrew.cpp: Removed.
     54        * platform/brew/SystemTimeBrew.cpp: Removed.
     55        * platform/brew/TemporaryLinkStubs.cpp: Removed.
     56        * platform/brew/WidgetBrew.cpp: Removed.
     57        * platform/graphics/brew: Removed.
     58        * platform/graphics/brew/IconBrew.cpp: Removed.
     59        * platform/graphics/brew/ImageBrew.cpp: Removed.
     60        * platform/graphics/brew/IntPointBrew.cpp: Removed.
     61        * platform/graphics/brew/IntSizeBrew.cpp: Removed.
     62        * platform/network/brew: Removed.
     63        * platform/network/brew/DNSBrew.cpp: Removed.
     64        * platform/network/brew/SocketStreamError.h: Removed.
     65        * platform/network/brew/SocketStreamHandle.h: Removed.
     66        * platform/network/brew/SocketStreamHandleBrew.cpp: Removed.
     67        * platform/network/brew/SocketStreamHandlePrivate.h: Removed.
     68        * platform/text/brew: Removed.
     69        * platform/text/brew/TextBoundariesBrew.cpp: Removed.
     70        * platform/text/brew/TextBreakIteratorBrew.cpp: Removed.
     71        * platform/text/brew/TextCodecBrew.cpp: Removed.
     72        * platform/text/brew/TextCodecBrew.h: Removed.
     73
    1742011-09-25  Kentaro Hara  <haraken@chromium.org>
    275
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r95922 r95934  
    12941294      'sources/': [
    12951295        # FIXME: Figure out how to store these patterns in a variable.
    1296         ['exclude', '(brew|cairo|ca|cf|cg|curl|efl|freetype|gstreamer|gtk|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|iphone|win|wince|wx)/'],
     1296        ['exclude', '(cairo|ca|cf|cg|curl|efl|freetype|gstreamer|gtk|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|iphone|win|wince|wx)/'],
    12971297        ['exclude', '(?<!Chromium)(Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|WinCE|Wx)\\.(cpp|mm?)$'],
    12981298
     
    13491349
    13501350        # FIXME: Figure out how to store these patterns in a variable.
    1351         ['exclude', '(brew|cairo|ca|cf|cg|curl|efl|freetype|gstreamer|gtk|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|iphone|win|wince|wx)/'],
     1351        ['exclude', '(cairo|ca|cf|cg|curl|efl|freetype|gstreamer|gtk|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|iphone|win|wince|wx)/'],
    13521352        ['exclude', '(?<!Chromium)(Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|WinCE|Wx)\\.(cpp|mm?)$'],
    13531353
     
    16011601
    16021602        # FIXME: Figure out how to store these patterns in a variable.
    1603         ['exclude', '(brew|cairo|ca|cf|cg|curl|efl|freetype|gstreamer|gtk|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|iphone|win|wince|wx)/'],
     1603        ['exclude', '(cairo|ca|cf|cg|curl|efl|freetype|gstreamer|gtk|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|iphone|win|wince|wx)/'],
    16041604        ['exclude', '(?<!Chromium)(Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|WinCE|Wx)\\.(cpp|mm?)$'],
    16051605
     
    16701670
    16711671        # FIXME: Figure out how to store these patterns in a variable.
    1672         ['exclude', '(brew|cairo|ca|cf|cg|curl|efl|freetype|gstreamer|gtk|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|iphone|win|wince|wx)/'],
     1672        ['exclude', '(cairo|ca|cf|cg|curl|efl|freetype|gstreamer|gtk|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|iphone|win|wince|wx)/'],
    16731673        ['exclude', '(?<!Chromium)(Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|WinCE|Wx)\\.(cpp|mm?)$'],
    16741674
  • trunk/Source/WebCore/WebCore.gypi

    r95922 r95934  
    19421942            'bindings/js/ScriptCallStackFactory.h',
    19431943            'bindings/js/ScriptController.cpp',
    1944             'bindings/js/ScriptControllerBrew.cpp',
    19451944            'bindings/js/ScriptControllerEfl.cpp',
    19461945            'bindings/js/ScriptControllerGtk.cpp',
     
    25262525            'editing/WrapContentsInDummySpanCommand.cpp',
    25272526            'editing/WrapContentsInDummySpanCommand.h',
    2528             'editing/brew/EditorBrew.cpp',
    25292527            'editing/chromium/EditorChromium.cpp',
    25302528            'editing/chromium/FrameSelectionChromium.cpp',
     
    29622960            'page/animation/KeyframeAnimation.cpp',
    29632961            'page/animation/KeyframeAnimation.h',
    2964             'page/brew/ChromeClientBrew.h',
    2965             'page/brew/DragControllerBrew.cpp',
    2966             'page/brew/EventHandlerBrew.cpp',
    2967             'page/brew/FrameBrew.cpp',
    29682962            'page/chromium/ChromeClientChromium.h',
    29692963            'page/chromium/DragControllerChromium.cpp',
     
    31463140            'platform/audio/mac/FFTFrameMac.cpp',
    31473141            'platform/audio/mkl/FFTFrameMKL.cpp',
    3148             'platform/brew/ClipboardBrew.cpp',
    3149             'platform/brew/ClipboardBrew.h',
    3150             'platform/brew/ContextMenuBrew.cpp',
    3151             'platform/brew/ContextMenuItemBrew.cpp',
    3152             'platform/brew/CursorBrew.cpp',
    3153             'platform/brew/DragDataBrew.cpp',
    3154             'platform/brew/EventLoopBrew.cpp',
    3155             'platform/brew/FileSystemBrew.cpp',
    3156             'platform/brew/KURLBrew.cpp',
    3157             'platform/brew/LanguageBrew.cpp',
    3158             'platform/brew/LocalizedStringsBrew.cpp',
    3159             'platform/brew/LoggingBrew.cpp',
    3160             'platform/brew/MIMETypeRegistryBrew.cpp',
    3161             'platform/brew/PasteboardBrew.cpp',
    3162             'platform/brew/PlatformKeyboardEventBrew.cpp',
    3163             'platform/brew/PlatformMouseEventBrew.cpp',
    3164             'platform/brew/PlatformTouchEventBrew.cpp',
    3165             'platform/brew/PlatformTouchPointBrew.cpp',
    3166             'platform/brew/PopupMenuBrew.cpp',
    3167             'platform/brew/PopupMenuBrew.h',
    3168             'platform/brew/SSLKeyGeneratorBrew.cpp',
    3169             'platform/brew/ScreenBrew.cpp',
    3170             'platform/brew/ScrollbarThemeBrew.cpp',
    3171             'platform/brew/ScrollbarThemeBrew.h',
    3172             'platform/brew/SearchPopupMenuBrew.cpp',
    3173             'platform/brew/SearchPopupMenuBrew.h',
    3174             'platform/brew/SharedBufferBrew.cpp',
    3175             'platform/brew/SharedTimerBrew.cpp',
    3176             'platform/brew/SoundBrew.cpp',
    3177             'platform/brew/SystemTimeBrew.cpp',
    3178             'platform/brew/TemporaryLinkStubs.cpp',
    3179             'platform/brew/WidgetBrew.cpp',
    31803142            'platform/cf/BinaryPropertyList.cpp',
    31813143            'platform/cf/FileSystemCF.cpp',
     
    33703332            'platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h',
    33713333            'platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm',
    3372             'platform/graphics/brew/IconBrew.cpp',
    3373             'platform/graphics/brew/ImageBrew.cpp',
    3374             'platform/graphics/brew/IntPointBrew.cpp',
    3375             'platform/graphics/brew/IntSizeBrew.cpp',
    33763334            'platform/graphics/ca/GraphicsLayerCA.cpp',
    33773335            'platform/graphics/ca/GraphicsLayerCA.h',
     
    41134071            'platform/network/SocketStreamHandleBase.h',
    41144072            'platform/network/SocketStreamHandleClient.h',
    4115             'platform/network/brew/DNSBrew.cpp',
    4116             'platform/network/brew/SocketStreamError.h',
    4117             'platform/network/brew/SocketStreamHandle.h',
    4118             'platform/network/brew/SocketStreamHandleBrew.cpp',
    4119             'platform/network/brew/SocketStreamHandlePrivate.h',
    41204073            'platform/network/cf/AuthenticationCF.cpp',
    41214074            'platform/network/cf/AuthenticationCF.h',
     
    43154268            'platform/text/TextStream.cpp',
    43164269            'platform/text/UnicodeRange.cpp',
    4317             'platform/text/brew/TextBoundariesBrew.cpp',
    4318             'platform/text/brew/TextBreakIteratorBrew.cpp',
    4319             'platform/text/brew/TextCodecBrew.cpp',
    4320             'platform/text/brew/TextCodecBrew.h',
    43214270            'platform/text/cf/HyphenationCF.cpp',
    43224271            'platform/text/cf/StringCF.cpp',
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r95922 r95934  
    7575
    7676        # FIXME: Figure out how to store these patterns in a variable.
    77         ['exclude', '(brew|cairo|chromium|curl|efl|freetype|fftw|gstreamer|gtk|linux|mkl|openvg|pango|qt|skia|soup|symbian|texmap|iphone|v8|win|wince|wx)/'],
    78         ['exclude', '(Brew|Cairo|Curl|Chromium|Efl|Gtk|Linux|OpenType|Qt|Safari|Soup|Symbian|V8|Win|WinCE|Wx)\\.(cpp|mm?)$'],
     77        ['exclude', '(cairo|chromium|curl|efl|freetype|fftw|gstreamer|gtk|linux|mkl|openvg|pango|qt|skia|soup|symbian|texmap|iphone|v8|win|wince|wx)/'],
     78        ['exclude', '(Cairo|Curl|Chromium|Efl|Gtk|Linux|OpenType|Qt|Safari|Soup|Symbian|V8|Win|WinCE|Wx)\\.(cpp|mm?)$'],
    7979        ['exclude', 'Chromium[^/]*\\.(cpp|mm?)$'],
    8080
  • trunk/Source/WebKit2/ChangeLog

    r95922 r95934  
     12011-09-25  Adam Barth  <abarth@webkit.org>
     2
     3        Finish removing PLATFORM(BREWMP) by removing associated code
     4        https://bugs.webkit.org/show_bug.cgi?id=68779
     5
     6        Reviewed by Sam Weinig.
     7
     8        * Scripts/generate-forwarding-headers.pl:
     9
    1102011-09-25  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Source/WebKit2/Scripts/generate-forwarding-headers.pl

    r95922 r95934  
    3636my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
    3737my $incFromRoot = abs_path($ARGV[0]);
    38 my @platformPrefixes = ("brew", "cf", "chromium", "curl", "efl", "gtk", "mac", "qt", "soup", "v8", "win", "wx");
     38my @platformPrefixes = ("cf", "chromium", "curl", "efl", "gtk", "mac", "qt", "soup", "v8", "win", "wx");
    3939my @frameworks = ( "JavaScriptCore", "WebCore", "WebKit2");
    4040my @skippedPrefixes;
  • trunk/Source/cmake/WebKitPackaging.cmake

    r95922 r95934  
    109109    # File and Directory patterns that no CMake-ified port uses
    110110    SET(FILE_PATTERNS_UNKNOWN_PORTS
    111       "/brew/" "/Brew/" "brew\\\\." "Brew\\\\."
    112111      "/carbon/" "/Carbon/" "carbon\\\\." "Carbon\\\\."
    113112      "/cf/" "/Cf/" "cf\\\\." "Cf\\\\."
  • trunk/Tools/ChangeLog

    r95928 r95934  
     12011-09-25  Adam Barth  <abarth@webkit.org>
     2
     3        Finish removing PLATFORM(BREWMP) by removing associated code
     4        https://bugs.webkit.org/show_bug.cgi?id=68779
     5
     6        Reviewed by Sam Weinig.
     7
     8        * Scripts/webkitpy/common/config/build.py:
     9        * waf/build/settings.py:
     10
    1112011-09-21  Ai Makabi  <makabi@google.com>
    212
  • trunk/Tools/Scripts/webkitpy/common/config/build.py

    r95922 r95934  
    4747        ("Tools/BuildSlaveSupport/build.webkit.org-config/public_html", []),
    4848        ("Websites", []),
    49         ("brew", []),
    5049        ("efl", []),
    5150        ("iphone", []),
  • trunk/Tools/waf/build/settings.py

    r95922 r95934  
    6262
    6363ports = [
    64     'Brew',
    6564    'Chromium',
    6665    'Gtk',
  • trunk/wscript

    r95922 r95934  
    215215
    216216    features = [Options.options.port.lower()]
    217     exclude_patterns = ['*AllInOne.cpp', '*Brew.cpp', '*CFNet.cpp', '*Chromium*.cpp',
     217    exclude_patterns = ['*AllInOne.cpp', '*CFNet.cpp', '*Chromium*.cpp',
    218218            '*Efl.cpp', '*Gtk.cpp', '*Mac.cpp', '*None.cpp', '*Qt.cpp', '*Safari.cpp',
    219219            'test*bindings.*', '*WinCE.cpp', "WebDOMCanvas*.cpp", "WebDOMSVG*.cpp"]
Note: See TracChangeset for help on using the changeset viewer.