Articles tagged: cookies
Found 30 documents
- Cookies_in_Mozilla Suggestions as to needed documentation can be directed to Mike Connor.
- Cookies_Preferences_in_Mozilla These preferences apply to most Mozilla products (including Firefox and Seamonkey), however they ...
- Mozilla/Add-ons/Code_snippets/Cookies Cookies for a given host, represented as objects, can be enumerated as such:
- Mozilla/Add-ons/WebExtensions/API/cookies Enables WebExtensions to get and set cookies, and be notified when they change.
- Mozilla/Add-ons/WebExtensions/API/cookies/Cookie The Cookie type of the cookies API represents information about an HTTP cookie.
- Mozilla/Add-ons/WebExtensions/API/cookies/CookieStore The CookieStore type of the cookies API represents a cookie store in the browser.
- Mozilla/Add-ons/WebExtensions/API/cookies/get The get() method of the cookies API retrieves information about a single cookie, given its name ...
- Mozilla/Add-ons/WebExtensions/API/cookies/getAll The getAll() method of the cookies API retrieves all cookies from a single cookie store that ...
- Mozilla/Add-ons/WebExtensions/API/cookies/getAllCookieStores The getAllCookieStores() method of the cookies API returns a list of all cookie stores.
- Mozilla/Add-ons/WebExtensions/API/cookies/onChanged The onChanged event of the cookies API is fired when a cookie is set or removed.
- Mozilla/Add-ons/WebExtensions/API/cookies/OnChangedCause The OnChangedCause type of the cookies API represents the reason a cookie changed.
- Mozilla/Add-ons/WebExtensions/API/cookies/remove The remove() method of the cookies API deletes a cookie, given its name and URL.
- Mozilla/Add-ons/WebExtensions/API/cookies/set The set() method of the cookies API sets a cookie containing the specified cookie data. This ...
- Mozilla/Gecko/DOM_Storage_implementation_notes This is a work in progress document at this stage helping review and land bug 600307.
- Mozilla/Projects/NSPR/Creating_a_cookie_log Creating a cookie log is often necessary to troubleshoot problems with Firefox's cookie ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookie An optional interface for accessing the HTTP or javascript cookie object.
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookie2 The nsICookie2 interface provides information about a cookie, and extends the nsICookie interface.
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookieAcceptDialog
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookieConsent Inherits from: nsISupports
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookieManager2 The nsICookieManager2 interface contains additional methods that expand upon the ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookiePermission The nsICookiePermission interface is used to test for cookie permissions
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookiePromptService The nsICookiePromptService interface is to open a dialog to ask to permission to accept the cookie.
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookieService See nsICookieManager and nsICookieManager2 for methods to manipulate the cookie database ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsICookieStorage This interface represents the storage repository for cookies.
- Mozilla/Thunderbird/Cookies_In_Thunderbird In versions of Thunderbird prior to 3 the cookie policy was very restrictive (to RSS only). ...
- Tools/Storage_Inspector The Storage Inspector enables you to inspect various types of storage that a web page can use. ...
- Web/HTTP/Cookies An HTTP cookie (web cookie, browser cookie) is a small piece of data that a server sends to the ...
- Web/HTTP/Headers/Cookie The Cookie HTTP request header contains stored HTTP cookies previously sent by the server with ...
- Web/HTTP/Headers/Set-Cookie The Set-Cookie HTTP response header is used to send cookies from the server to the user agent.
- Web/HTTP/Headers/Set-Cookie2 The obsolete Set-Cookie2 HTTP response header used to send cookies from the server to the user ...