gwt /
gwt /
357817c7cf903fbd9f325c87c536d54214ffc2cf Export user.agent and locale more reliably.
Introduces the js.embedded.properties configuration
parameter. This is a list of binding properties to
include in each permutation's initial fragment (in the
$permProps variable).
When using a CrossSiteIframeLinker, export these properties
in __gwt_activeModules so that Super Dev Mode can pick them
up.
Rationale: The Super Dev Mode bookmarklet calls
__gwt_activeModules[(module name)].bindings() to find out
which bindings it should compile with. However, this isn't
reliable when the developer restricts permutations by
setting these variables to a fixed value. This causes Super
Dev Mode to compile more permutations than necessary.
Bug: issue 7458
Change-Id: I2c7bf4635139eef3d938c4bd8aaaa19499c43bc3
Review-Link: https://gwt-review.googlesource.com/#/c/7702/
6 files changed