To resize the window manually, you use what you tried - "resizable"
var myWin = window.openDialog('chrome://myapp/content/mywindow.xul','mywindow','centerscreen,chrome,resizable,dialog=no',{});
To resize it programmatically, try ResizeTo or ResizeBy
a source
to share