Open GoogleCodeExporter opened 8 years ago
Good comments, I'll get started on fixes.
Original comment by amack...@gmail.com
on 13 Jul 2010 at 5:23
Fixes have been committed, just need somebody to look them over and test.
Original comment by amack...@gmail.com
on 15 Jul 2010 at 7:00
Two minor things remaining:
1) Copy and paste error in the define being checked for Cocoa:
#if !FBMAC_USE_CARBON
printf("Cocoa not supported\n");
return false;
#else
2) Cocoa+CG should be preferred to Carbon+CG (i.e., tried first in the
if/else-if cascade); the Cocoa event model is more consistent between browsers,
is more efficient, and is better for out-of-process plugins.
Original comment by stuart.morgan
on 16 Jul 2010 at 6:30
Original issue reported on code.google.com by
stuart.morgan
on 13 Jul 2010 at 4:16