Changeset 61936 in webkit


Ignore:
Timestamp:
Jun 25, 2010 8:22:26 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-06-25 Sterling Swigart <sswigart@google.com>

Reviewed by David Levin.

Resetting ENABLE_IMAGE_RESIZER to 0. Image.webkitGetImage needs to be developed under
a 0 value, at least until both the JSC and V8 bindings are in place.
https://bugs.webkit.org/show_bug.cgi?id=41116

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r61929 r61936  
     12010-06-25  Sterling Swigart  <sswigart@google.com>
     2
     3        Reviewed by David Levin.
     4
     5        Resetting ENABLE_IMAGE_RESIZER to 0. Image.webkitGetImage needs to be developed under
     6        a 0 value, at least until both the JSC and V8 bindings are in place.
     7        https://bugs.webkit.org/show_bug.cgi?id=41116
     8
     9        * features.gypi: ENABLE_IMAGE_RESIZER=0
     10
    1112010-06-25  Victor Wang  <victorw@chromium.org>
    212
  • trunk/WebKit/chromium/features.gypi

    r61547 r61936  
    5353        'ENABLE_GEOLOCATION=1',
    5454        'ENABLE_ICONDATABASE=0',
    55         'ENABLE_IMAGE_RESIZER=1',
     55        'ENABLE_IMAGE_RESIZER=0',
    5656        'ENABLE_INDEXED_DATABASE=1',
    5757        'ENABLE_INPUT_SPEECH=1',
Note: See TracChangeset for help on using the changeset viewer.