Changeset 103540 in webkit

Timestamp:
Dec 22, 2011, 7:02:00 AM (14 years ago)
Author:
[email protected]
Message:

[BlackBerry] Enable blob for the BlackBerry porting
https://bugs.webkit.org/show_bug.cgi?id=75074

Reviewed by George Staikos.

.:

  • Source/cmake/OptionsBlackBerry.cmake:

Tools:

  • Scripts/build-webkit:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r103512 r103540  
     12011-12-22  Leo Yang  <[email protected]>
     2
     3        [BlackBerry] Enable blob for the BlackBerry porting
     4        https://bugs.webkit.org/show_bug.cgi?id=75074
     5
     6        Reviewed by George Staikos.
     7
     8        * Source/cmake/OptionsBlackBerry.cmake:
     9
    1102011-12-22  Ryuan Choi  <[email protected]>
    211
  • trunk/Source/cmake/OptionsBlackBerry.cmake

    r102993 r103540  
    132132WEBKIT_FEATURE(ENABLE_ASSEMBLER_WX_EXCLUSIVE "Assembler WX Exclusive" DEFAULT ON)
    133133WEBKIT_FEATURE(ENABLE_BLACKBERRY_CARET_APPEARANCE "Blackberry Caret Appearance" DEFAULT OFF)
    134 WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF)
     134WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT ON)
    135135WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT ON)
    136136WEBKIT_FEATURE(ENABLE_CLIENT_BASED_GEOLOCATION "Client based Geolocation" DEFAULT ON)
  • trunk/Tools/ChangeLog

    r103515 r103540  
     12011-12-22  Leo Yang  <[email protected]>
     2
     3        [BlackBerry] Enable blob for the BlackBerry porting
     4        https://bugs.webkit.org/show_bug.cgi?id=75074
     5
     6        Reviewed by George Staikos.
     7
     8        * Scripts/build-webkit:
     9
    1102011-12-22  Kentaro Hara  <[email protected]>
    211
  • trunk/Tools/Scripts/build-webkit

    r103461 r103540  
    152152
    153153    { option => "blob", desc => "Toggle Blob support",
    154       define => "ENABLE_BLOB", default => (isAppleMacWebKit() || isGtk() || isChromium()), value => \$blobSupport },
     154      define => "ENABLE_BLOB", default => (isAppleMacWebKit() || isGtk() || isChromium() || isBlackBerry()), value => \$blobSupport },
    155155
    156156    { option => "channel-messaging", desc => "Toggle MessageChannel and MessagePort support",
Note: See TracChangeset for help on using the changeset viewer.
close