Search completed in 1.69 seconds.
6 results for "MODULE_NAME":
Module structure of the SDK - Archive of obsolete content
ArchiveAdd-onsAdd-on SDKGuidesModule structure of the SDK
for high-level modules this is just sdk/<module_name>, and for low-level modules it is sdk/<path_to_module>/<module_name>: // load the high-level "tabs" module var tabs = require("sdk/tabs"); // load the low-level "uuid" module var uuid = require('sdk/util/uuid'); the path to specify for a low-level module is given along with the module name itself in the title of the module's documentation page (for example, system/environment).
Chapter 4: Using XPCOM—Implementing advanced processes - Archive of obsolete content
ArchiveAdd-onsOverlay ExtensionsFirefox addons developer guideUsing XPCOM—Implementing advanced processes
each component is identified with a contract id in the form @domain_name/module_name/component_name;version_number, and implements one or more interfaces that determine what functions can be called on these components.
JavaScript crypto - Archive of obsolete content
ArchiveMozillaJavaScript crypto
= 3 // successfully added a module js_err_other = -1 // errors other than the following js_err_user_cancel_action = -2 // user aborted an action js_err_incorrect_num_of_arguments = -3 // calling a method w/ incorrect # of // arguments js_err_add_module = -5 // error adding a module js_err_bad_module_name = -6 // the module name is invalid js_err_add_module_duplicate = -10 // the module being installed has the // same name as one of the modules that // has already been installed miscellaneous domstring random(in long numbytes); unimplementedyou can use window.crypto.getrandomvalues instead.
Makefile - variables
MozillaDeveloper guideBuild InstructionsHow Mozilla s build system worksMakefile - variables
module module_name no_dist_install inhibit generating and copying exports/install targets into $(moz_objdir)/dist/install.
How Mozilla's build system works
MozillaDeveloper guideBuild InstructionsHow Mozilla s build system works
topsrcdir = @top_srcdir@ srcdir = @srcdir@ vpath = @srcdir@ include $(depth)/config/autoconf.mk module = layout library_name = gklayout export_library = 1 is_component = 1 module_name = nslayoutmodule cppsrcs = \ nslayoutmodule.cpp \ $(null) shared_library_libs = \ $(dist)/lib/$(lib_prefix)gkhtmlbase_s.$(lib_suffix) \ $(dist)/lib/$(lib_prefix)gkhtmldoc_s.$(lib_suffix) \ $(dist)/lib/$(lib_prefix)gkhtmlforms_s.$(lib_suffix) \ $(dist)/lib/$(lib_prefix)gkhtmlstyle_...
sslerr.html
MozillaProjectsNSSSSL functionssslerr.html
sec_error_cannot_move_sensitive_key -8087 "a sensitive key cannot be moved to the slot where it is needed." sec_error_js_invalid_module_name -8086 invalid module name.