[Webkit-unassigned] [Bug 74730] Web Inspector: Auto-complete transform functions for -webkit-transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 18 09:44:04 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74730





--- Comment #6 from Pavel Feldman <pfeldman at chromium.org>  2011-12-18 09:44:04 PST ---
> Why can't this be part of the CSSAgent.getSupportedCSSProperties call?

I am not a great fan of the CSSAgent.getSupportedCSSProperties. Considering inspector front-end an IDE-alike tool that attaches to browsers, it should be well aware of all kinds of properties for all kinds of browsers (not only WebKit). So my view of the world is a number of css property names with potential values for particular browsers defined in the JSON form on the front-end side. I believe Alexander was going to generate front-end structures instead of using the native generator for CSSAgent.getSupportedCSSProperties.

Having said that, a protocol method that would list CSS properties backend supports sounds cool. It is just that I don't know where I would apply it today.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list