Looks like some more changes in the order of attributes messes up BridgeSupport in 10.8. For instance, NSCompositeCopy looks like this in 10.7:
<enum name='NSCompositeCopy' value='1'/>
But on 10.8, this causes it to not show up correctly:
<enum value='1' name='NSCompositeCopy'/>
This breaks too:
<constant name='NSToolbarPrintItemIdentifier' type='@'/>
on 10.8 it's:
<constant type='@' name='NSToolbarPrintItemIdentifier'/>
I tried looking at adding some new tests for this guy, but TestsRunner just crashes at launch for me somewhere deep in WebCore.
-gus
--
August 'Gus' Mueller
Flying Meat Inc.
http://flyingmeat.com/