Changeset 49834 in webkit


Ignore:
Timestamp:
Oct 19, 2009 9:01:56 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2009-10-19 John Gregg <johnnyg@google.com>

Reviewed by Dimitri Glazkov.

set ENABLE_NOTIFICATIONS=1 for Chromium
https://bugs.webkit.org/show_bug.cgi?id=29949

  • chromium/features.gypi:
Location:
trunk/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/ChangeLog

    r49526 r49834  
     12009-10-19  John Gregg  <johnnyg@google.com>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        set ENABLE_NOTIFICATIONS=1 for Chromium
     6        https://bugs.webkit.org/show_bug.cgi?id=29949
     7
     8        * chromium/features.gypi:
     9
    1102009-10-13  Drew Wilson  <atwilson@atwilson-macpro.local>
    211
  • trunk/WebKit/chromium/features.gypi

    r49526 r49834  
    5050        'ENABLE_JSC_MULTIPLE_THREADS=0',
    5151        'ENABLE_ICONDATABASE=0',
    52         'ENABLE_NOTIFICATIONS=0',
     52        'ENABLE_NOTIFICATIONS=1',
    5353        'ENABLE_ORIENTATION_EVENTS=0',
    5454        'ENABLE_XSLT=1',
Note: See TracChangeset for help on using the changeset viewer.