2001-09-25 22:43:09 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
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
|
|
|
|
2002-08-30 08:48:58 +00:00
|
|
|
#define JAVASCRIPT_GLOBAL_CONSTRUCTOR_PROTO_ALIAS_CATEGORY \
|
2010-06-21 20:57:44 +00:00
|
|
|
"JavaScript-global-constructor-prototype-alias"
|
2002-08-30 08:48:58 +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
|
|
|
|
2011-09-06 19:01:01 +00:00
|
|
|
#define JAVASCRIPT_NAVIGATOR_PROPERTY_CATEGORY \
|
|
|
|
"JavaScript-navigator-property"
|
|
|
|
|
2002-03-04 02:25:08 +00:00
|
|
|
#define JAVASCRIPT_DOM_CLASS \
|
2010-06-21 20:57:44 +00:00
|
|
|
"JavaScript-DOM-class"
|
2002-03-04 02:25:08 +00:00
|
|
|
|
|
|
|
#define JAVASCRIPT_DOM_INTERFACE \
|
2010-06-21 20:57:44 +00:00
|
|
|
"JavaScript-DOM-interface"
|
2002-03-04 02:25:08 +00:00
|
|
|
|
1998-12-19 02:11:17 +00:00
|
|
|
#endif /* nsIScriptNameSpaceManager_h__ */
|