I am wondering, which type and version of JavaScript/CSS engines is Gnome 3 aka Gnome Shell using?

Is there any information about current version, etc?

link|improve this question

4  
Nice reputation 6_6 – Shaz Apr 26 '11 at 21:49
feedback

2 Answers

up vote 8 down vote accepted

For JavaScipt the engine GJS (based on SpiderMonkey). For theming, it is used a sort of superset of CSS2. You might be interested in reading the documentation of GtkCssProvider and the migration information.

On the other hand, there are some CSS3-like operations available, such as radial and linear gradients. You might want to take a look the article Styling GTK+ with CSS to get some ideas. The article was written by the developer who wrote GtkCssProvider.

link|improve this answer
Nice to see you around :) – gforcada Sep 22 '11 at 11:55
Note that GNOME Shell uses mx to draw widgets. See more on live.gnome.org/GnomeShell/Development – gforcada Sep 22 '11 at 11:57
feedback

The JavaScript engine is GJS. The CSS is, I believe, internal - in GTK 3, all theming is done using CSS.

link|improve this answer
Thanks for the answer. I know that CSS is used for theming. However there is no information if it is CSS2/CSS3 or CSS10. – hsz Apr 27 '11 at 8:30
It is a superset of CCs2 – fpmurphy May 17 '11 at 3:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.