@PatchMethod
 static void open(String url, String name, String features) {
   WindowOperationsHandler handler = GwtConfig.get().getWindowOperationsHandler();
   if (handler != null) {
     handler.open(url, name, features);
   }
 }