Bug 135993 - [iOS] Teach postprocess-headers.sh to remove code guarded by ENABLE_IOS_GESTURE_EVENTS and ENABLE_TOUCH_EVENTS if applicable
Summary: [iOS] Teach postprocess-headers.sh to remove code guarded by ENABLE_IOS_GESTU...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks: 135945
  Show dependency treegraph
 
Reported: 2014-08-15 13:23 PDT by Daniel Bates
Modified: 2014-08-15 16:20 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.18 KB, patch)
2014-08-15 13:31 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2014-08-15 13:23:27 PDT
Implement support in postprocess-headers.sh to remove code guarded by macro defines ENABLE_IOS_GESTURE_EVENTS and ENABLE_TOUCH_EVENTS depending of whether these defines are enabled. We'll make use of this support in the patch for bug #135945 to disable ENABLE_IOS_GESTURE_EVENTS and temporarily disable ENABLE_TOUCH_EVENTS when building for iOS using the public iOS SDK.
Comment 1 Daniel Bates 2014-08-15 13:31:25 PDT
Created attachment 236675 [details]
Patch
Comment 2 Daniel Bates 2014-08-15 16:20:08 PDT
Comment on attachment 236675 [details]
Patch

Clearing flags on attachment: 236675

Committed r172658: <http://trac.webkit.org/changeset/172658>
Comment 3 Daniel Bates 2014-08-15 16:20:10 PDT
All reviewed patches have been landed.  Closing bug.