Changeset 224330 in webkit


Ignore:
Timestamp:
Nov 2, 2017 6:56:48 AM (6 years ago)
Author:
fred.wang@free.fr
Message:

Add references to bug 179167 in FIXME comments
https://bugs.webkit.org/show_bug.cgi?id=179168

Patch by Frederic Wang <fwang@igalia.com> on 2017-11-02
Reviewed by Daniel Bates.

Source/JavaScriptCore:

  • Configurations/FeatureDefines.xcconfig:

Source/WebCore:

  • Configurations/FeatureDefines.xcconfig:

Source/WebCore/PAL:

  • Configurations/FeatureDefines.xcconfig:

Source/WebKit:

  • Configurations/FeatureDefines.xcconfig:

Source/WebKitLegacy/mac:

  • Configurations/FeatureDefines.xcconfig:

Source/WTF:

  • wtf/FeatureDefines.h:

Tools:

  • TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
Location:
trunk
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r224313 r224330  
     12017-11-02  Frederic Wang  <fwang@igalia.com>
     2
     3        Add references to bug 179167 in FIXME comments
     4        https://bugs.webkit.org/show_bug.cgi?id=179168
     5
     6        Reviewed by Daniel Bates.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-11-01  Jeremy Jones  <jeremyj@apple.com>
    211
  • trunk/Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig

    r224313 r224330  
    190190
    191191// FIXME: Remove the USE_INTERNAL_SDK condition once we support touch events when building for iOS with
    192 // the public SDK. We will also need to update FeatureDefines.h.
     192// the public SDK. See <https://webkit.org/b/179167>.
    193193ENABLE_TOUCH_EVENTS[sdk=iphone*] = $(ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_$(USE_INTERNAL_SDK));
    194194ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_YES = ENABLE_TOUCH_EVENTS;
  • trunk/Source/WTF/ChangeLog

    r224320 r224330  
     12017-11-02  Frederic Wang  <fwang@igalia.com>
     2
     3        Add references to bug 179167 in FIXME comments
     4        https://bugs.webkit.org/show_bug.cgi?id=179168
     5
     6        Reviewed by Daniel Bates.
     7
     8        * wtf/FeatureDefines.h:
     9
    1102017-11-01  Jiewen Tan  <jiewen_tan@apple.com>
    211
  • trunk/Source/WTF/wtf/FeatureDefines.h

    r223779 r224330  
    140140
    141141/* FIXME: Remove the USE(APPLE_INTERNAL_SDK) conjunct once we support touch events when building against
    142 the public iOS SDK. We will also need to update the FeatureDefines.xcconfig files. */
     142the public iOS SDK. See <https://webkit.org/b/179167>. */
    143143#if !defined(ENABLE_TOUCH_EVENTS) && USE(APPLE_INTERNAL_SDK)
    144144#define ENABLE_TOUCH_EVENTS 1
  • trunk/Source/WebCore/ChangeLog

    r224327 r224330  
     12017-11-02  Frederic Wang  <fwang@igalia.com>
     2
     3        Add references to bug 179167 in FIXME comments
     4        https://bugs.webkit.org/show_bug.cgi?id=179168
     5
     6        Reviewed by Daniel Bates.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-11-02  Antti Koivisto  <antti@apple.com>
    211
  • trunk/Source/WebCore/Configurations/FeatureDefines.xcconfig

    r224313 r224330  
    190190
    191191// FIXME: Remove the USE_INTERNAL_SDK condition once we support touch events when building for iOS with
    192 // the public SDK. We will also need to update FeatureDefines.h.
     192// the public SDK. See <https://webkit.org/b/179167>.
    193193ENABLE_TOUCH_EVENTS[sdk=iphone*] = $(ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_$(USE_INTERNAL_SDK));
    194194ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_YES = ENABLE_TOUCH_EVENTS;
  • trunk/Source/WebCore/PAL/ChangeLog

    r224313 r224330  
     12017-11-02  Frederic Wang  <fwang@igalia.com>
     2
     3        Add references to bug 179167 in FIXME comments
     4        https://bugs.webkit.org/show_bug.cgi?id=179168
     5
     6        Reviewed by Daniel Bates.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-11-01  Jeremy Jones  <jeremyj@apple.com>
    211
  • trunk/Source/WebCore/PAL/Configurations/FeatureDefines.xcconfig

    r224313 r224330  
    190190
    191191// FIXME: Remove the USE_INTERNAL_SDK condition once we support touch events when building for iOS with
    192 // the public SDK. We will also need to update FeatureDefines.h.
     192// the public SDK. See <https://webkit.org/b/179167>.
    193193ENABLE_TOUCH_EVENTS[sdk=iphone*] = $(ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_$(USE_INTERNAL_SDK));
    194194ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_YES = ENABLE_TOUCH_EVENTS;
  • trunk/Source/WebKit/ChangeLog

    r224315 r224330  
     12017-11-02  Frederic Wang  <fwang@igalia.com>
     2
     3        Add references to bug 179167 in FIXME comments
     4        https://bugs.webkit.org/show_bug.cgi?id=179168
     5
     6        Reviewed by Daniel Bates.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-11-01  Jeremy Jones  <jeremyj@apple.com>
    211
  • trunk/Source/WebKit/Configurations/FeatureDefines.xcconfig

    r224313 r224330  
    190190
    191191// FIXME: Remove the USE_INTERNAL_SDK condition once we support touch events when building for iOS with
    192 // the public SDK. We will also need to update FeatureDefines.h.
     192// the public SDK. See <https://webkit.org/b/179167>.
    193193ENABLE_TOUCH_EVENTS[sdk=iphone*] = $(ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_$(USE_INTERNAL_SDK));
    194194ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_YES = ENABLE_TOUCH_EVENTS;
  • trunk/Source/WebKitLegacy/mac/ChangeLog

    r224313 r224330  
     12017-11-02  Frederic Wang  <fwang@igalia.com>
     2
     3        Add references to bug 179167 in FIXME comments
     4        https://bugs.webkit.org/show_bug.cgi?id=179168
     5
     6        Reviewed by Daniel Bates.
     7
     8        * Configurations/FeatureDefines.xcconfig:
     9
    1102017-11-01  Jeremy Jones  <jeremyj@apple.com>
    211
  • trunk/Source/WebKitLegacy/mac/Configurations/FeatureDefines.xcconfig

    r224313 r224330  
    190190
    191191// FIXME: Remove the USE_INTERNAL_SDK condition once we support touch events when building for iOS with
    192 // the public SDK. We will also need to update FeatureDefines.h.
     192// the public SDK. See <https://webkit.org/b/179167>.
    193193ENABLE_TOUCH_EVENTS[sdk=iphone*] = $(ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_$(USE_INTERNAL_SDK));
    194194ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_YES = ENABLE_TOUCH_EVENTS;
  • trunk/Tools/ChangeLog

    r224313 r224330  
     12017-11-02  Frederic Wang  <fwang@igalia.com>
     2
     3        Add references to bug 179167 in FIXME comments
     4        https://bugs.webkit.org/show_bug.cgi?id=179168
     5
     6        Reviewed by Daniel Bates.
     7
     8        * TestWebKitAPI/Configurations/FeatureDefines.xcconfig:
     9
    1102017-11-01  Jeremy Jones  <jeremyj@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig

    r224313 r224330  
    190190
    191191// FIXME: Remove the USE_INTERNAL_SDK condition once we support touch events when building for iOS with
    192 // the public SDK. We will also need to update FeatureDefines.h.
     192// the public SDK. See <https://webkit.org/b/179167>.
    193193ENABLE_TOUCH_EVENTS[sdk=iphone*] = $(ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_$(USE_INTERNAL_SDK));
    194194ENABLE_TOUCH_EVENTS_ios_WITH_INTERNAL_SDK_YES = ENABLE_TOUCH_EVENTS;
Note: See TracChangeset for help on using the changeset viewer.