Bug 135993

Summary: [iOS] Teach postprocess-headers.sh to remove code guarded by ENABLE_IOS_GESTURE_EVENTS and ENABLE_TOUCH_EVENTS if applicable
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: iPhone / iPad   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 135945    
Attachments:
Description Flags
Patch none

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.