AB_rCD.mk |
|
975 |
autoconf.mk.in |
|
160 |
baseconfig.mk |
|
2412 |
check_js_msg_encoding.py |
|
1818 |
check_js_opcode.py |
|
1140 |
check_macroassembler_style.py |
|
11916 |
check_source_count.py |
|
2044 |
check_spidermonkey_style.py |
|
32362 |
check_vanilla_allocations.py |
|
11924 |
config.mk |
|
12358 |
create_rc.py |
// 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/.
#include<winuser.h>
#include<winver.h>
// Note: if you contain versioning information in an included
// RC script, it will be discarded
// Use module.ver to explicitly set these values
// Do not edit this file. Changes won't affect the build.
{include}
Identity LimitedAccessFeature {{ L"{lafidentity}_pcsmm0jrprpb2" }}
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
1 VERSIONINFO
FILEVERSION {fileversion}
PRODUCTVERSION {productversion}
FILEFLAGSMASK 0x3fL
FILEFLAGS {fileflags}
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "Comments", "{comment}"
VALUE "LegalCopyright", "{copyright}"
VALUE "CompanyName", "{company}"
VALUE "FileDescription", "{description}"
VALUE "FileVersion", "{mfversion}"
VALUE "ProductVersion", "{mpversion}"
VALUE "InternalName", "{module}"
VALUE "LegalTrademarks", "{trademarks}"
VALUE "OriginalFilename", "{binary}"
VALUE "ProductName", "{productname}"
VALUE "BuildID", "{buildid}"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0, 1200
END
END
|
11693 |
create_res.py |
|
3380 |
createprecomplete.py |
Iterates through the root_path, creating a list for each file and
directory. Excludes any file paths ending with channel-prefs.js.
|
3278 |
emptyvars.mk.in |
|
17 |
external |
|
|
faster |
|
|
gcc-stl-wrapper.template.h |
|
2883 |
gcc_hidden.h |
Begin all files as hidden visibility |
285 |
install.bat |
|
279 |
make-stl-wrappers.py |
|
678 |
make-system-wrappers.py |
#pragma GCC system_header
#pragma GCC visibility push(default)
{includes}
#pragma GCC visibility pop
|
1842 |
make-windows-h-wrapper.py |
^(.+)\s+ # type
(\w+)\s* # name
(?:\((.*)\))?$ # optional param tys
|
3082 |
Makefile.in |
|
1277 |
makefiles |
|
|
milestone.txt |
|
334 |
moz.build |
|
3925 |
mozunit |
|
|
MozZipFile.py |
Class with methods to open, read, write, close, list zip files.
Subclassing zipfile.ZipFile to allow for overwriting of existing
entries, though only for writestr, not for write.
|
5597 |
msvc-stl-wrapper.template.h |
|
2830 |
nsinstall.c |
Netscape portable install command.
*
* Brendan Eich, 7/20/95
|
10975 |
nsinstall.py |
|
5614 |
pathsub.c |
Pathname subroutines.
*
* Brendan Eich, 8/29/95
|
3917 |
pathsub.h |
Pathname subroutines.
*
* Brendan Eich, 8/29/95
|
1142 |
printconfigsetting.py |
|
713 |
printprereleasesuffix.py |
Returns the prerelease suffix from the version string argument |
918 |
rebuild_check.py |
|
1631 |
recurse.mk |
|
8330 |
rules.mk |
|
40127 |
run-and-prefix.py |
|
935 |
run_spidermonkey_checks.py |
|
476 |
shlwapi-h-constant.decls.h |
This file contains a series of C-style declarations for constants defined in
shlwapi.h using #define. Adding a new constant should be a simple as adding
its name (and optionally type) to this file.
This file is processed by make-windows-h-wrapper.py to generate a wrapper for
the header which removes the defines usually implementing these constants.
Wrappers defined in this file will be declared as `constexpr` values,
and will have their value derived from the windows.h define.
NOTE: This is *NOT* a real C header, but rather an input to the avove script.
Only basic declarations in the form found here are allowed.
|
1086 |
shlwapi-h-unicode.decls.h |
This file contains a series of C-style function prototypes for A/W-suffixed
Win32 APIs defined by shlwapi.h.
This file is processed by make-windows-h-wrapper.py to generate a wrapper for
the header which removes the defines usually implementing these aliases.
Wrappers defined in this file will have the 'stdcall' calling convention,
will be defined as 'inline', and will only be defined if the corresponding
#define directive has not been #undef-ed.
NOTE: This is *NOT* a real C header, but rather an input to the avove script.
Only basic declarations in the form found here are allowed.
|
1097 |
shlwapi-h-wrapper.template.h |
|
1223 |
static-checking-config.mk |
|
1158 |
stl-headers.mozbuild |
|
1498 |
system-headers.mozbuild |
|
30086 |
tests |
|
|
wasm2c.py |
|
470 |
windows-h-constant.decls.h |
This file contains a series of C-style declarations for constants defined in
windows.h using #define. Adding a new constant should be a simple as adding
its name (and optionally type) to this file.
This file is processed by make-windows-h-wrapper.py to generate a wrapper for
the header which removes the defines usually implementing these constants.
Wrappers defined in this file will be declared as `constexpr` values,
and will have their value derived from the windows.h define.
NOTE: This is *NOT* a real C header, but rather an input to the avove script.
Only basic declarations in the form found here are allowed.
|
1753 |
windows-h-unicode.decls.h |
This file contains a series of C-style function prototypes for A/W-suffixed
Win32 APIs defined by windows.h.
This file is processed by make-windows-h-wrapper.py to generate a wrapper for
the header which removes the defines usually implementing these aliases.
Wrappers defined in this file will have the 'stdcall' calling convention,
will be defined as 'inline', and will only be defined if the corresponding
#define directive has not been #undef-ed.
NOTE: This is *NOT* a real C header, but rather an input to the avove script.
Only basic declarations in the form found here are allowed.
|
33353 |
windows-h-wrapper.template.h |
|
1279 |