Bug 159313 - Web Inspector: Add "spring" to transition-timing-function value autocompletion
Summary: Web Inspector: Add "spring" to transition-timing-function value autocompletion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-06-30 13:39 PDT by Nikita Vasilyev
Modified: 2016-07-05 09:19 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.37 KB, patch)
2016-06-30 13:44 PDT, Nikita Vasilyev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.