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"
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
19 readonly attribute nsIURI origin
;