This change would enable a gadget linker to be minimally invasive when proxying URLs.
http://gwt-code-reviews.appspot.com/1370808/ http://gwt-code-reviews.appspot.com/1385801/diff/1/dev/core/src/com/google/gwt/core/ext/linker/impl/permutations.js File dev/core/src/com/google/gwt/core/ext/linker/impl/permutations.js (right): http://gwt-code-reviews.appspot.com/1385801/diff/1/dev/core/src/com/google/gwt/core/ext/linker/impl/permutations.js#newcode45 dev/core/src/com/google/gwt/core/ext/linker/impl/permutations.js:45: return "__HOSTED_FILENAME__"; these 2 changes make me a bit queasy. They change the API for getCompiledCodeFilename().. but if I don't leave these resources un-based, then we lose flexibility in the computeUrlForResource() method. http://gwt-code-reviews.appspot.com/1385801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
