Show
Ignore:
Timestamp:
07/30/08 15:12:45 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35445

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/bridge/npapi.h

    r388 r424  
    336336     */ 
    337337    NPPVformValue = 16,    /* Not implemented in WebKit */ 
     338 
     339    NPPVpluginUrlRequestsDisplayedBool = 17, /* Not implemented in WebKit */ 
     340 
     341    /* Checks if the plugin is interested in receiving the http body of 
     342     * failed http requests (http status != 200). 
     343     */ 
     344    NPPVpluginWantsAllNetworkStreams = 18, 
     345 
    338346#ifdef XP_MACOSX 
    339347    /* Used for negotiating drawing models */