Reviewers: jgw, Message: Sorry, Joel, but you're the most appropriate for this one too. It's small, at least.
Description: Just remembered that MenuItemParser has support for the old phantom MenuItemHTML child, which I killed off like a year ago. Getting rid of that support drastically simplifies the class. It also revealed a bug in UiBinderWriter#getClassHierarchyBreadthFirst: it was actually depth first, leading primitive parsers like UiObjectParser to fire before higher level stuff like HasHTMLParser. Please review this at http://gwt-code-reviews.appspot.com/77821 Affected files: M user/src/com/google/gwt/uibinder/parsers/MenuItemParser.java M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
