Yup.  CompilerParameters.gwt.xml:

<define-configuration-property name="js.embedded.properties" 
is-multi-valued="true"/>
<extend-configuration-property name="js.embedded.properties" value="locale"/>
<extend-configuration-property name="js.embedded.properties" 
value="user.agent"/>



/**
 * Returns the binding property values to be embedded into the initial 
JavaScript fragment
 * for this permutation. (There will be one map for each soft permutation.)
 */
public ImmutableList<ImmutableMap<String, String>> 
findEmbeddedProperties(TreeLogger logger) {

  Set<String> propsWanted = 
Sets.newTreeSet(getConfigurationProperties().getStrings(
      "js.embedded.properties"));



This is new to me, so will let someone else describe in detail, but it 
seems "local" and "user.agent" are both system-level magic keys you should 
not be using except for their blessed purpose.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/840f19c8-d850-40a5-b597-4f9f2b9b811c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to