Reviewers: tobyr, rdayal, Description: When we ripped out SWT, we removed RunWebApp which relied on the embedded browser to display the app. I have replaced it by using BrowserLauncher to launch a platform-dependent browser with the app (and fixed a couple of declared but unthrown exceptions).
Second problem was that changes to JettyLauncher so GPE could configure the default log level meant callers had to call setBaseLogLevel or Jetty would get an NPE -- I made the default be INFO to avoid this problem. Finally, reports are now being generated with multiple same-named categories, and so finding a category by name was beving badly. I fixed this by merging benchmarks from similarly-named categories. Please review this at http://gwt-code-reviews.appspot.com/120801 Affected files: dev/core/src/com/google/gwt/dev/RunWebApp.java dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java dev/core/src/com/google/gwt/dev/util/BrowserLauncher.java tools/benchmark-viewer/src/com/google/gwt/benchmarks/viewer/server/ReportXml.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
