Bug 159313

Summary: Web Inspector: Add "spring" to transition-timing-function value autocompletion
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, joepeck, mattbaker, nvasilyev, sam, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=158403
https://bugs.webkit.org/show_bug.cgi?id=159315
Attachments:
Description Flags
Patch none

Description Nikita Vasilyev 2016-06-30 13:39:11 PDT
"spring" timing function was added in
https://trac.webkit.org/changeset/201759/trunk/Source
Comment 1 Radar WebKit Bug Importer 2016-06-30 13:40:36 PDT
<rdar://problem/27114269>
Comment 2 Nikita Vasilyev 2016-06-30 13:44:34 PDT
Created attachment 282462 [details]
Patch
Comment 3 WebKit Commit Bot 2016-06-30 14:19:29 PDT
Comment on attachment 282462 [details]
Patch

Clearing flags on attachment: 282462

Committed r202702: <http://trac.webkit.org/changeset/202702>
Comment 4 WebKit Commit Bot 2016-06-30 14:19:32 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Sam Weinig 2016-07-03 10:26:11 PDT
This should probably be gated on the same Setting spring support is behind, no?
Comment 6 Timothy Hatcher 2016-07-05 09:19:21 PDT
(In reply to comment #5)
> This should probably be gated on the same Setting spring support is behind,
> no?

Yes and no. We auto complete other properties and values we don't support directly (like iOS only properties).

The effort to make this gated on the same runtime setting likely isn't worth it.