I'm developing a desktop application which is completely written in javascript + web services. I'd like to host it in a chromeless web browser. So basically just a window. I don't want the URL bar, I don't want the big blue bar, etc. I just want a window. Without anything. (although I may want an "x" to close it).
I'm not sure if chrome supports this, but I'm looking for a webkit based browser that can do this. (I looked into C#/Awesomium but I'd rather have a regular mainstream browser rather than updating pesky DLLs all the time to support new features)