~ubuntu-branches/ubuntu/quantal/gecko-mediaplayer/quantal

« back to all changes in this revision

Viewing changes to src/npn_gate.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2010-02-27 17:04:42 UTC
  • mfrom: (1.1.16 upstream) (0.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100227170442-vunev0niu3xmrij8
Tags: 0.9.9.2-1
* Point fix release (LP: #523793):
  - Use proper NPERR and NPRES codes in the URLNotify and DestroyStream
  - Fix Apple HD Gallery site
  - Improved handling of .m3u playlists
  - Opera still has issues with apple.com/trailers sites,
    due to user agent issues.
* Add chromium-browser (>> 4.0) as a compatible browser

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    return rv;
94
94
}
95
95
 
96
 
NPError NPN_PostURL(NPP instance, const char *url, const char *window, uint32_t len, const char *buf,
97
 
                    NPBool file)
 
96
NPError NPN_PostURL(NPP instance, const char *url, const char *window, uint32_t len,
 
97
                    const char *buf, NPBool file)
98
98
{
99
99
    NPError rv = NPNFuncs.posturl(instance, url, window, len, buf, file);
100
100
    return rv;