mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
92b4962700
- Add support for Set/Get Colors on Background/Foreground/Border via Scripting - Add nsXPFCError.h header file for XPFC specific errors and macros - Changed CommandServer to block upon calls across network. This is to allow returns values on queries like GetBackgroundColor() to return synchronously - Added support for 'class' type commands in zulutest - Threw JS on it's own thread for interactive testing purposes - support for command-line useage for zulutest includes verbose, quiet, console output & source JS script file - ZuluTest implements nsIStreamListener for obtaining JS over network
26 lines
637 B
Plaintext
26 lines
637 B
Plaintext
#
|
|
# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
|
|
# NETSCAPE COMMUNICATIONS CORPORATION
|
|
# Copyright (C) 1996 Netscape Communications Corporation. All Rights
|
|
# Reserved. Use of this Source Code is subject to the terms of the
|
|
# applicable license agreement from Netscape Communications Corporation.
|
|
# The copyright notice(s) in this Source Code does not indicate actual or
|
|
# intended publication of this Source Code.
|
|
#
|
|
GDEPTH = ../../..
|
|
|
|
EXPORTS = \
|
|
nsxpfcCIID.h \
|
|
nsxpfcstrings.h \
|
|
nsxpfc.h \
|
|
nsxpfcFactory.h \
|
|
nsXPFCError.h \
|
|
$(NULL)
|
|
|
|
PRIVATE_EXPORTS = \
|
|
$(NULL)
|
|
|
|
MODULE = xpfc
|
|
|
|
REQUIRES = raptor
|