Bug 1890277: part 1) Add CSP parser tests for `require-trusted-types-for`. r=tschuster
[gecko.git] / chrome / nsIToolkitChromeRegistry.idl
blob080dd335559ec0cf14a6654109cef454309da973
1 /* -*- Mode: C++; tab-width; 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include "nsIChromeRegistry.idl"
8 interface nsIURI;
9 interface nsIUTF8StringEnumerator;
11 [scriptable, uuid(8727651c-9530-45a0-b81e-0e0690c30c50)]
12 interface nsIToolkitChromeRegistry : nsIXULChromeRegistry
14 /**
15 * Get a list of locales available for the specified package.
17 nsIUTF8StringEnumerator getLocalesForPackage(in AUTF8String aPackage);