http://gwt-code-reviews.appspot.com/809802/diff/7001/8001
File dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.js (right):

http://gwt-code-reviews.appspot.com/809802/diff/7001/8001#newcode12
dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.js:12: var
$hostedJsVersion="2.1";
Hmm, there are places it is called hostedHtmlVersion in the Java source
-- it would be better to keep them consistent, so if you want to change
it here, you should change it there as well.

http://gwt-code-reviews.appspot.com/809802/diff/7001/8001#newcode336
dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.js:336: // OOPHM
currently only supports IFrameLinker
Change to DevMode and change it to iframe-based linkers.

http://gwt-code-reviews.appspot.com/809802/diff/7001/8001#newcode339
dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.js:339:
document.write('<embed id="pluginEmbed"
type="application/x-gwt-hosted-mode" width="10" height="10">');
I thought document.write would fail using this approach?  I also thought
I remember seeing creating elements and adding them to the document, but
apparently I was hallucinating.

http://gwt-code-reviews.appspot.com/809802/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to