Changeset 103540 in webkit
- Timestamp:
- Dec 22, 2011, 7:02:00 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r103512 r103540 1 2011-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 1 10 2011-12-22 Ryuan Choi <[email protected]> 2 11 -
trunk/Source/cmake/OptionsBlackBerry.cmake
r102993 r103540 132 132 WEBKIT_FEATURE(ENABLE_ASSEMBLER_WX_EXCLUSIVE "Assembler WX Exclusive" DEFAULT ON) 133 133 WEBKIT_FEATURE(ENABLE_BLACKBERRY_CARET_APPEARANCE "Blackberry Caret Appearance" DEFAULT OFF) 134 WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT O FF)134 WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT ON) 135 135 WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT ON) 136 136 WEBKIT_FEATURE(ENABLE_CLIENT_BASED_GEOLOCATION "Client based Geolocation" DEFAULT ON) -
trunk/Tools/ChangeLog
r103515 r103540 1 2011-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 1 10 2011-12-22 Kentaro Hara <[email protected]> 2 11 -
trunk/Tools/Scripts/build-webkit
r103461 r103540 152 152 153 153 { 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 }, 155 155 156 156 { option => "channel-messaging", desc => "Toggle MessageChannel and MessagePort support",
Note:
See TracChangeset
for help on using the changeset viewer.