2015-05-03 19:32:37 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
1998-12-19 02:11:17 +00:00
|
|
|
|
|
|
|
#ifndef nsIScriptNameSpaceManager_h__
|
|
|
|
#define nsIScriptNameSpaceManager_h__
|
|
|
|
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
|
|
|
#define JAVASCRIPT_GLOBAL_CONSTRUCTOR_CATEGORY \
|
2010-06-21 20:57:44 +00:00
|
|
|
"JavaScript-global-constructor"
|
1998-12-19 02:11:17 +00:00
|
|
|
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
|
|
|
#define JAVASCRIPT_GLOBAL_PROPERTY_CATEGORY \
|
2010-06-21 20:57:44 +00:00
|
|
|
"JavaScript-global-property"
|
1998-12-19 02:11:17 +00:00
|
|
|
|
2007-06-26 14:44:20 +00:00
|
|
|
// a global property that is only accessible to privileged script
|
|
|
|
#define JAVASCRIPT_GLOBAL_PRIVILEGED_PROPERTY_CATEGORY \
|
2010-06-21 20:57:44 +00:00
|
|
|
"JavaScript-global-privileged-property"
|
2007-06-26 14:44:20 +00:00
|
|
|
|
1998-12-19 02:11:17 +00:00
|
|
|
#endif /* nsIScriptNameSpaceManager_h__ */
|