Articles tagged: Obsolete
Found 356 documents
- Archive/Meta_docs/Using_the_Mozilla_Developer_Center Welcome to the Mozilla Developer Center! Here you'll find documentation for not only working on ...
- Archive/Mozilla/Creating_a_microsummary A microsummary generator is a set of instructions for creating a microsummary from the content ...
- Archive/Mozilla/Creating_regular_expressions_for_a_microsummary_generator A regular expression is a special kind of string (i.e. a sequence of characters) that matches ...
- Archive/Mozilla/Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM XULRunner ships with the JavaXPCOM component, which allows Java code to interact with XPCOM ...
- Archive/Mozilla/Nanojit_merging Adobe and Mozilla share a copy of Nanojit. This means that landing nanojit patches is a bit ...
- Archive/Web/Browser_feature_detection Summary: An experimental approach to discovering degree of support for Standards
- Archive/Web/E4X ECMAScript for XML (E4X) is a programming language extension that adds native XML support to ...
- Archive/Web/E4X/Processing_XML_with_E4X First introduced in JavaScript 1.6, E4X introduces a native XML object to the JavaScript ...
- Archive/Web/Old_Proxy_API Proxies are objects for which the programmer has to define the semantics in JavaScript. The ...
- Archive/Web/Window.importDialog Because opening windows on mobile isn't necessarily appropriate, the Firefox Mobile team ...
- Archive/Web/XForms XForms were envisioned as the future of online forms as envisioned by the W3C. Drawing on other ...
- Gecko/Embedding_Mozilla/FAQ/Embedding_Gecko Today you must download and build the entire mozilla browser source tree, and then choose the ...
- Glossary/XForm XForms is a convention for building Web forms and processing form data in XML format. No major ...
- Mozilla/Add-ons/Overlay_Extensions/Firefox_addons_developer_guide/Let's_build_a_Firefox_extension This document was authored by Taiga (Gomita) Gomibuchi and was originally published in Japanese ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/clearAllData The clearAllData method allows to clear all data usage chunks that were previously stored.
- Mozilla/B2G_OS/API/MozNetworkStatsManager/connectionTypes The connectionTypes property is a list of all possible monitored connection types by the current ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/getNetworkStats The getNetworkStats method allows to retrieve the data usage statistics for the various ...
- Mozilla/B2G_OS/API/MozNetworkStatsManager/maxStorageSamples The maxStorageSamples property indicates the maximum number of date usage chunks stored for each ...
- Mozilla/B2G_OS/API/MozSmsManager Provides support for sending and managing SMS messages on a device with WebSMS.
- Mozilla/B2G_OS/API/Navigator/mozSms Returns an SmsManager object you can use to receive and send SMS messages.
- Mozilla/B2G_OS/API/TelephonyCall/error The error read-only property of the TelephonyCall interface indicates a returned error when a ...
- Mozilla/B2G_OS/API/TelephonyCall/number The number read-only property of the TelephonyCall interface indicates the telephone number ...
- Mozilla/B2G_OS/API/TelephonyCall/onerror The onerror event handler of the TelephonyCall interface is a reference to a function to be ...
- Mozilla/B2G_OS/API/TelephonyCall/secondNumber The secondNumber read-only property of the TelephonyCall interface indicates the second phone ...
- Mozilla/Mozilla_SVG_Project Since you have come this far, you probably already know that SVG stands for Scalable Vector ...
- Mozilla/Mozilla_Web_Developer_Community Get news from developer.mozilla.org and connect with developers involved in cross-browser, ...
- Mozilla/Projects/Social_API/Bookmarks Social Bookmarks were introduced in Firefox 27.
- Mozilla/Projects/Social_API/MozSocial The MozSocial object, returned by the navigator.mozSocial property, is available within the ...
- Mozilla/Projects/Social_API/MozSocial/closePanel Closes the currently open social panel on the parent social media provider panel.
- Mozilla/Projects/Social_API/MozSocial/getAttention Performs some, possibly platform-specific, action designed to get the user's attention. This ...
- Mozilla/Projects/Social_API/MozSocial/getWorker Returns a reference to the service worker for the social media service. Once you have this, you ...
- Mozilla/Projects/Social_API/MozSocial/isVisible Indicates whether or not the social media provider's content sidebar is currently visible.
- Mozilla/Projects/Social_API/MozSocial/openChatWindow Opens a chat window, anchored to the bottom of the browser window. Each chat window is typically ...
- Mozilla/Projects/Social_API/MozSocial/openPanel Opens a flyout panel attached to the social media provider's sidebar at a given vertical offset.
- Mozilla/Projects/Social_API/MozSocial/share Initiates a share action via the SocialAPI Share panel. One argument is passed, an object ...
- Mozilla/Projects/Social_API/Status Social Status was added in Firefox 27 and removed in Firefox 51.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/BOOLEAN_TO_JSVAL BOOLEAN_TO_JSVAL converts a bool argument, b, to a boolean jsval.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/DOUBLE_TO_JSVAL DOUBLE_TO_JSVAL is the inverse of JS::ToNumber.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/INT_FITS_IN_JSVAL Determines if a specified C integer value, i, lies within the range allowed for integer jsval s. ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/INT_TO_JSVAL INT_TO_JSVAL converts a C integer, i, to a jsval.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS::Add_Root These functions are obsoleted, use JS::PersistentRooted instead.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS::Remove_Root JS::Remove*Root removes the variable that rp points to from the garbage collector's root set.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSBool JSBool is the return type of many JSAPI functions and callbacks. JS_TRUE indicates success; ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/jschar jschar, a typedef for the standard C++ type char16_t, will be removed in JSAPI 38. Functions ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSCheckAccessOp Check whether obj[id] may be accessed per mode, returning JS_FALSE on error/exception, JS_TRUE ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/jsdouble jsdouble is a C floating-point number type. It is defined to be a 64-bit, IEEE 754 compliant ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSExtendedClass To implement a custom class that uses any of the JSExtendedClass callbacks:
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSExtendedClass.outerObject See split objects.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSExtendedClass.wrappedObject If a class has the JSCLASS_IS_EXTENDED bit set in its JSClass.flags and has a non-null ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSFastNative The callback should use the following macros to access the fields of vp :
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSFUN_BOUND_METHOD This macro exists only for backward compatibility with existing applications. Its use is ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSFUN_GLOBAL_PARENT
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSGetObjectOps JSObjectOps is used by JS_NewObject 's internals to discover the set of high-level object ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/jsint jsint and jsuint are 32-bit integer types.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSIteratorOp The JavaScript engine calls the JSExtendedClass.iteratorObject callback to create an iterator ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSMarkOp Call JS_MarkGCThing for each GC thing directly reachable from obj. Use JSVAL_IS_GCTHING to check ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSNewResolveOp Like JSResolveOp, but flags provide contextual information about the property access.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOp The callbacks of this type are:
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.defaultValue The JSObjectOps.defaultValue callback corresponds to the [[DefaultValue]] method defined in ECMA ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.defineProperty Define obj[id], an own property of obj named id, having the given initial value, with the ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.destroyObjectMap
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.dropProperty The following contract governs JSObjectOps callers and implementations:
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.enumerate For native objects, the enumerate callback first checks the JSCLASS_NEW_ENUMERATE flag of the ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.getAttributes Get or set attributes of the property obj[id]. Returns JS_FALSE on error or exception, else ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.getProperty Get, set, or delete obj[id], returning JS_FALSE on error or exception, JS_TRUE on success. If ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.getRequiredSlot Get and set a required slot, one that should already have been allocated. These operations are ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.lookupProperty Look for id in obj and its prototype chain, returning JS_FALSE on error or exception, JS_TRUE on ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.newObjectMap Create a new instance of (a concrete subclass of) JSObjectMap (see jsobj.h), with the nrefs and ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectOps.setProto These hooks must check for cycles without deadlocking, and otherwise take special steps. See ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSObjectPrincipalsFinder The JavaScript engine calls this callback to obtain principals for a JSPrincipals.subsume check.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSPRINCIPALS_HOLD JSPRINCIPALS_HOLD and JSPRINCIPALS_DROP are used to manage memory for JSPrincipals objects.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSProperty JSProperty is the abstract base class of all object properties. It is used internally in ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSReserveSlotsOp JSClass offers the following hook:
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_BOOLEAN JSVAL_IS_BOOLEAN(v) is true if the given JavaScript value, v, is a boolean value (that is, it is ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_DOUBLE JSVAL_IS_DOUBLE(v) is true if v is a number represented in memory as a jsdouble.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_GCTHING JSVAL_IS_GCTHING(v) is true if the jsval v is either JSVAL_NULL or a reference to a value that ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_INT JSVAL_IS_INT(v) is true if the jsval v is a number represented in memory as an integer.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_NULL JSVAL_IS_NULL(v) is true if v is JSVAL_NULL, which is the JavaScript null value.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_NUMBER JSVAL_IS_NUMBER(v) is true if v is a JavaScript number.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_OBJECT JSVAL_IS_OBJECT(v) returns true if v is either an object or JSVAL_NULL. This indicates that it ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_PRIMITIVE JSVAL_IS_PRIMITIVE(v) is true if v is undefined, null, a boolean, a number, or a string. ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_STRING JSVAL_IS_STRING(v) is true if v is a string.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_IS_VOID JSVAL_IS_VOID(v) is true if v is JSVAL_VOID, which represents the JavaScript value undefined.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_LOCK JSVAL_LOCK is a deprecated feature that is supported only for backward compatibility with ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_NULL JSVAL_NULL is a jsval constant that represents the JavaScript value null. It is equivalent to ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_ONE JSVAL_ONE is equivalent to INT_TO_JSVAL (1).
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_TO_BOOLEAN JSVAL_TO_BOOLEAN casts the value v to a C integer, either 0 or 1. As a precondition, ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_TO_DOUBLE JSVAL_TO_DOUBLE casts a specified JS value, v, to a C floating-point number of type jsdouble. As ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_TO_GCTHING JSVAL_TO_GCTHING casts a jsval, v, to a raw pointer. The type of the result is void *.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_TO_INT JSVAL_TO_INT converts a specified integer jsval, v, to the corresponding C integer value. If v ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_TO_OBJECT JSVAL_TO_OBJECT casts the argument, v, to type JSObject *. As a precondition, JSVAL_IS_OBJECT ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_TO_STRING JSVAL_TO_STRING casts the argument, v, to type JSString *. As a precondition, JSVAL_IS_STRING ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_TRUE JSVAL_TRUE and JSVAL_FALSE are jsval constants that represent the JavaScript boolean values, ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_UNLOCK JSVAL_UNLOCK is a deprecated feature that is supported only for backward compatibility with ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_VOID JSVAL_VOID is a jsval constant that represents the JavaScript value undefined.
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSVAL_ZERO JSVAL_ZERO is equivalent to INT_TO_JSVAL (0).
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JSXDRObjectOp Serialize or deserialize an object, given an XDR state record representing external data. See ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_AddArgumentFormatter JS_AddArgumentFormatter establishes formatter as the conversion function for format strings ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_AddExternalStringFinalizer Add a finalizer for external strings created by JS_NewExternalString using a type-code returned ...
- Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_AddRoot These functions are obsoleted, use JS::PersistentRooted instead.