[Webkit-unassigned] [Bug 40886] Web Inspector: Backend Should Provide Full Supported CSS Properties List

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 03:10:45 PDT 2010


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





--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2010-06-21 03:10:44 PST ---
> I think it would be nice to just run a script and generate a JavaScript file
> for us. So I think later I will try this approach. The problem here is it
> won't help with the Injected side, but the need for it on the injected
> side (for now) can be fixed in a different way.

Just expose it in the CSSPropertyNames.h and pass data to injected script via the InjectedScriptHost interface (should probably be a lazy getter). Then you can get the data on the inspected page side and everybody is happy!

-- 
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