~ubuntu-branches/ubuntu/trusty/xulrunner-1.9/trusty

« back to all changes in this revision

Viewing changes to mozilla/netwerk/build/nsNetModule.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-04-25 14:39:28 UTC
  • mfrom: (1.1.19 upstream) (32.1.2 jaunty-security)
  • Revision ID: james.westby@ubuntu.com-20090425143928-7rf09kep23g3do37
Tags: 1.9.0.10+nobinonly-0ubuntu0.9.04.1
* security/stability v1.9.0.10 (FIREFOX_3_0_10_RELEASE)
  - see USN-765-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#include "nsCacheService.h"
59
59
#include "nsMimeTypes.h"
60
60
#include "nsNetStrings.h"
 
61
#include "nsAboutProtocolHandler.h"
61
62
 
62
63
#include "nsNetCID.h"
63
64
 
177
178
#include "nsAboutBlank.h"
178
179
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAboutProtocolHandler)
179
180
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSafeAboutProtocolHandler)
 
181
NS_GENERIC_FACTORY_CONSTRUCTOR(nsNestedAboutURI)
180
182
 
181
183
#ifdef NECKO_PROTOCOL_about
182
184
// about
1001
1003
      NS_ABOUT_MODULE_CONTRACTID_PREFIX "blank", 
1002
1004
      nsAboutBlank::Create
1003
1005
    },
 
1006
    { "Nested about: URI",
 
1007
      NS_NESTEDABOUTURI_CID,
 
1008
      nsnull,
 
1009
      nsNestedAboutURIConstructor },
1004
1010
#ifdef NECKO_PROTOCOL_about
1005
1011
#ifdef NS_BUILD_REFCNT_LOGGING
1006
1012
    { "about:bloat",