Mark Mentovai
2012/02/28 20:12:40
1. what is “.exp”? Exported? This seems like the o
1. what is “.exp”? Exported? This seems like the opposite of that.
2. This controls exports for the framework, and we already have framework.order,
so I’d suggest framework.unexport.
3. Mangled symbols are bad for exporting like this. Declare ContentMain as
“extern "C"” and then the symbol name would be _ContentMain. It’s probably
cleanest to provide an exported extern "C" ContentMain wrapper function that
calls into the C++ content::ContentMain.
4. Provide a license boilerplate and maybe a description of why you’re doing
this, as in framework.order.
Issue 9513006: First pass at content shell for the Mac. Doesn't work yet.
(Closed)
Created 8 years, 9 months ago by Avi (use Gerrit)
Modified 8 years, 9 months ago
Reviewers: Mark Mentovai
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 51