RESOLVED FIXED 179692
Add feature define for alternative presentation button element
https://bugs.webkit.org/show_bug.cgi?id=179692
Summary Add feature define for alternative presentation button element
Daniel Bates
Reported 2017-11-14 13:57:01 PST
Add feature define for alternative presentation button element.
Attachments
Patch (55.06 KB, patch)
2017-11-14 14:06 PST, Daniel Bates
aestes: review+
Daniel Bates
Comment 1 2017-11-14 14:06:52 PST
Daniel Bates
Comment 2 2017-11-14 14:38:30 PST
Andy Estes
Comment 3 2017-11-16 10:31:21 PST
Comment on attachment 326924 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=326924&action=review > Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig:252 > +ENABLE_ALTERNATIVE_PRESENTATION_BUTTON_ELEMENT = ENABLE_ALTERNATIVE_PRESENTATION_BUTTON_ELEMENT; I know that FeatureDefines are currently not sorted properly, but it would be nice to not make it worse. Can you put this between ENABLE_ACCELERATED_OVERFLOW_SCROLLING and ENABLE_APPLE_PAY?
Daniel Bates
Comment 4 2017-11-16 14:24:14 PST
(In reply to Andy Estes from comment #3) > Comment on attachment 326924 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=326924&action=review > > > Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig:252 > > +ENABLE_ALTERNATIVE_PRESENTATION_BUTTON_ELEMENT = ENABLE_ALTERNATIVE_PRESENTATION_BUTTON_ELEMENT; > > I know that FeatureDefines are currently not sorted properly, but it would > be nice to not make it worse. Can you put this between > ENABLE_ACCELERATED_OVERFLOW_SCROLLING and ENABLE_APPLE_PAY? Will fix before landing.
Daniel Bates
Comment 5 2017-11-16 14:24:19 PST
Daniel Bates
Comment 6 2017-11-16 17:17:34 PST
Note You need to log in before you can comment on or make changes to this bug.