gwt-plugins / gwt-eclipse-plugin

GWT Eclipse Plugin Documentation
http://gwt-plugins.github.io/documentation/
Eclipse Public License 1.0
115 stars 49 forks source link

Write a patch for overriding hostname in CodeServer #274

Open branflake2267 opened 8 years ago

branflake2267 commented 8 years ago

replace var hostName = -bindAddress

branflake2267 commented 8 years ago

https://github.com/gwtproject/gwt/blob/3a41a8067767965ff72f4e49eb015f587fcfee16/dev/codeserver/java/com/google/gwt/dev/codeserver/LauncherDir.java - replace hostName in template

var hostName = $wnd.location.hostname;

screen shot 2016-10-12 at 9 43 02 am

branflake2267 commented 8 years ago

https://github.com/gwt-plugins/codeserver - first hack in place

branflake2267 commented 8 years ago

https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit-contributors/9LSJJXjxbgc - proposed

branflake2267 commented 8 years ago

https://gwt-review.googlesource.com/#/c/17180/ - gwt codeserver change