Changeset 31700 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Apr 7, 2008, 5:21:33 PM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2008-04-07 Brady Eidson <[email protected]>

Add "ENABLE_DOM_STORAGE" to keep in sync with the rest of the project

  • Configurations/JavaScriptCore.xcconfig:

WebKit/mac:

2008-04-07 Brady Eidson <[email protected]>

Add "ENABLE_DOM_STORAGE" to keep in sync with the rest of the project

  • Configurations/WebKit.xcconfig:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r31694 r31700  
     12008-04-07  Brady Eidson  <[email protected]>
     2
     3        Add "ENABLE_DOM_STORAGE" to keep in sync with the rest of the project
     4
     5        * Configurations/JavaScriptCore.xcconfig:
     6
    172008-04-07  Adam Roben  <[email protected]>
    28
  • trunk/JavaScriptCore/Configurations/JavaScriptCore.xcconfig

    r31353 r31700  
    1414
    1515// This needs to be kept sorted, and in sync with FEATURE_DEFINES in WebCore.xcconfig, WebKit.xcconfig and the default settings of build-webkit.
    16 FEATURE_DEFINES = ENABLE_CROSS_DOCUMENT_MESSAGING ENABLE_DATABASE ENABLE_ICONDATABASE ENABLE_SVG ENABLE_SVG_ANIMATION ENABLE_SVG_AS_IMAGE ENABLE_SVG_FONTS ENABLE_SVG_FOREIGN_OBJECT ENABLE_SVG_USE ENABLE_VIDEO ENABLE_XPATH ENABLE_XSLT;
     16FEATURE_DEFINES = ENABLE_CROSS_DOCUMENT_MESSAGING ENABLE_DATABASE ENABLE_DOM_STORAGE ENABLE_ICONDATABASE ENABLE_SVG ENABLE_SVG_ANIMATION ENABLE_SVG_AS_IMAGE ENABLE_SVG_FONTS ENABLE_SVG_FOREIGN_OBJECT ENABLE_SVG_USE ENABLE_VIDEO ENABLE_XPATH ENABLE_XSLT;
Note: See TracChangeset for help on using the changeset viewer.