Skip to content
  • andersca@apple.com's avatar
    2010-04-30 Anders Carlsson <andersca@apple.com> · c35bb586
    andersca@apple.com authored
            Reviewed by Timothy Hatcher.
    
            Next step towards fixing
            
            https://bugs.webkit.org/show_bug.cgi?id=20784
            move npapi.h to C99 integer types
    
            Use the C99 types everywhere. The "old" types are still around but will be removed
            in a subsequent commit.
    
            * Plugins/WebBaseNetscapePluginStream.h:
            * Plugins/WebBaseNetscapePluginStream.mm:
            (WebNetscapePluginStream::deliverData):
            * Plugins/WebNetscapePluginView.h:
            * Plugins/WebNetscapePluginView.mm:
            (-[WebNetscapePluginView saveAndSetNewPortStateForUpdate:]):
            (-[WebNetscapePluginView getAuthenticationInfoWithProtocol:host:port:scheme:realm:username:usernameLength:password:passwordLength:]):
            * Plugins/npapi.mm:
            (NPN_MemAlloc):
            (NPN_MemFlush):
            (NPN_PostURLNotify):
            (NPN_PostURL):
            (NPN_Write):
            (NPN_ScheduleTimer):
            (NPN_UnscheduleTimer):
            (NPN_GetValueForURL):
            (NPN_SetValueForURL):
            (NPN_GetAuthenticationInfo):
            (WKN_CheckIfAllowedToLoadURL):
            (WKN_CancelCheckIfAllowedToLoadURL):
    2010-04-30  Anders Carlsson  <andersca@apple.com>
    
            Reviewed by Timothy Hatcher.
    
            Next step towards fixing
            
            https://bugs.webkit.org/show_bug.cgi?id=20784
            move npapi.h to C99 integer types
    
            Use the C99 types everywhere. The "old" types are still around but will be removed
            in a subsequent commit.
    
            * bridge/npapi.h:
            (_NPCocoaEvent::):
            * plugins/PluginPackage.h:
            * plugins/PluginStream.cpp:
            (WebCore::PluginStream::deliverData):
            * plugins/PluginStream.h:
            * plugins/PluginView.cpp:
            (WebCore::PluginView::postURLNotify):
            (WebCore::PluginView::postURL):
            (WebCore::PluginView::write):
            (WebCore::PluginView::handlePost):
            * plugins/PluginView.h:
            * plugins/PluginViewNone.cpp:
            (WebCore::PluginView::handlePostReadFile):
            * plugins/npapi.cpp:
            (NPN_MemAlloc):
            (NPN_MemFlush):
            (NPN_PostURLNotify):
            (NPN_PostURL):
            (NPN_Write):
            * plugins/npfunctions.h:
            * plugins/win/PluginPackageWin.cpp:
            (WebCore::PluginPackage::NPVersion):
            * plugins/win/PluginViewWin.cpp:
            (WebCore::PluginView::handlePostReadFile):
    2010-04-30  Anders Carlsson  <andersca@apple.com>
    
            Reviewed by Timothy Hatcher.
    
            Next step towards fixing
            
            https://bugs.webkit.org/show_bug.cgi?id=20784
            move npapi.h to C99 integer types
    
            Use the C99 types everywhere. The "old" types are still around but will be removed
            in a subsequent commit.
    
            * DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp:
            (int32VariantToIdentifier):
            (doubleVariantToIdentifier):
            (testIdentifierToInt):
            (testGetIntIdentifier):
            * DumpRenderTree/TestNetscapePlugIn.subproj/main.cpp:
            (NPP_New):
            (NPP_NewStream):
            (NPP_WriteReady):
            (NPP_Write):
            (NPP_HandleEvent):
            * DumpRenderTree/win/TestNetscapePlugin/main.cpp:
            (NPP_New):
            (NPP_NewStream):
            (NPP_WriteReady):
            (NPP_Write):
            (NPP_HandleEvent):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58590 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c35bb586