I'm checking to be sure we've considered all of the important security and policy decision points in WebKit for Adobe AIR.
 
The ones that seem most obvious are:
 
    ScriptInterpreter::isSafeScript
    Window::isSafeScript
 
    FrameLoaderClient::dispatchDecidePolicyForMIMEType
    FrameLoaderClient::dispatchDecidePolicyForNewWindowAction
    FrameLoaderClient::dispatchDecidePolicyForNavigationAction
    FrameLoaderClient::shouldGoToHistoryItem
    FrameLoaderClient::representationExistsForURLScheme
    FrameLoaderClient::canHandleRequest
    FrameLoaderClient::canShowMIMEType
 
    FrameLoader::canLoad
    FrameLoader::shouldHideReferrer
 
Is there anything important that I've missed?
 
Thanks,
 
Stan Switzer
Adobe Systems