Bug 1804798 - Explicitly set auto page name (and corresponding debug flag) when inser...
[gecko.git] / netwerk / base / nsIURIWithSpecialOrigin.idl
blob3b8e2e0c97d6ce4c323f09d2fc813fcfe0d99144
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
7 interface nsIURI;
9 /**
10 * nsIURIWithSpecialOrigin is implemented by URIs need to supply an origin that
11 * does not match the spec. This is exclusively used in comm-central's Mailnews module.
13 [scriptable, builtinclass, uuid(4f65569b-d6fc-4580-94d9-21e775658a2a)]
14 interface nsIURIWithSpecialOrigin : nsISupports
16 /**
17 * Special origin.
19 readonly attribute nsIURI origin;