2001-09-26 02:43:09 +04:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 15:12:37 +04: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 05:11:17 +03: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 21:42:36 +04:00
|
|
|
#define JAVASCRIPT_GLOBAL_CONSTRUCTOR_CATEGORY \
|
2010-06-22 00:57:44 +04:00
|
|
|
"JavaScript-global-constructor"
|
1998-12-19 05:11:17 +03:00
|
|
|
|
2002-08-30 12:48:58 +04:00
|
|
|
#define JAVASCRIPT_GLOBAL_CONSTRUCTOR_PROTO_ALIAS_CATEGORY \
|
2010-06-22 00:57:44 +04:00
|
|
|
"JavaScript-global-constructor-prototype-alias"
|
2002-08-30 12:48:58 +04: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 21:42:36 +04:00
|
|
|
#define JAVASCRIPT_GLOBAL_PROPERTY_CATEGORY \
|
2010-06-22 00:57:44 +04:00
|
|
|
"JavaScript-global-property"
|
1998-12-19 05:11:17 +03:00
|
|
|
|
2007-06-26 18:44:20 +04:00
|
|
|
// a global property that is only accessible to privileged script
|
|
|
|
#define JAVASCRIPT_GLOBAL_PRIVILEGED_PROPERTY_CATEGORY \
|
2010-06-22 00:57:44 +04:00
|
|
|
"JavaScript-global-privileged-property"
|
2007-06-26 18:44:20 +04:00
|
|
|
|
2011-09-06 23:01:01 +04:00
|
|
|
#define JAVASCRIPT_NAVIGATOR_PROPERTY_CATEGORY \
|
|
|
|
"JavaScript-navigator-property"
|
|
|
|
|
2002-03-04 05:25:08 +03:00
|
|
|
#define JAVASCRIPT_DOM_CLASS \
|
2010-06-22 00:57:44 +04:00
|
|
|
"JavaScript-DOM-class"
|
2002-03-04 05:25:08 +03:00
|
|
|
|
|
|
|
#define JAVASCRIPT_DOM_INTERFACE \
|
2010-06-22 00:57:44 +04:00
|
|
|
"JavaScript-DOM-interface"
|
2002-03-04 05:25:08 +03:00
|
|
|
|
1998-12-19 05:11:17 +03:00
|
|
|
#endif /* nsIScriptNameSpaceManager_h__ */
|