WebKit Bugzilla
Attachment 371823 Details for
Bug 198742
: Include `touch-action` in the computed styles list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198742-20190610221706.patch (text/plain), 1.26 KB, created by
Devin Rousso
on 2019-06-10 22:17:07 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-06-10 22:17:07 PDT
Size:
1.26 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 0c8b145e5dab85ae9ff30a1b332c9e27bc203d89..64702489d71258a3dc8a76941b94f0c049edd00a 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,12 @@ >+2019-06-10 Devin Rousso <drousso@apple.com> >+ >+ Include `touch-action` in the computed styles list >+ https://bugs.webkit.org/show_bug.cgi?id=198742 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * css/CSSComputedStyleDeclaration.cpp: >+ > 2019-06-10 Basuke Suzuki <Basuke.Suzuki@sony.com> > > Web Inspector: DNS names in SymmaryInfo was wrong. >diff --git a/Source/WebCore/css/CSSComputedStyleDeclaration.cpp b/Source/WebCore/css/CSSComputedStyleDeclaration.cpp >index 17100755aeb6aebfbf44252416f254d7fc3a6549..ce9d8cac5c84e9fc7a27c1b834325c95bb6058a8 100644 >--- a/Source/WebCore/css/CSSComputedStyleDeclaration.cpp >+++ b/Source/WebCore/css/CSSComputedStyleDeclaration.cpp >@@ -458,7 +458,10 @@ static const CSSPropertyID computedProperties[] = { > CSSPropertyGlyphOrientationVertical, > CSSPropertyVectorEffect, > CSSPropertyX, >- CSSPropertyY >+ CSSPropertyY, >+#if ENABLE(POINTER_EVENTS) >+ CSSPropertyTouchAction, >+#endif > }; > > const unsigned numComputedProperties = WTF_ARRAY_LENGTH(computedProperties);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198742
: 371823