/* *ThisSourceCodeFormissubjecttothetermsoftheMozillaPublic *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
cenum Action : 8 { // A cookie was deleted. cookie contains the deleted cookie.
COOKIE_DELETED, // A cookie was added. cookie contains the added cookie.
COOKIE_ADDED, // A cookie was altered. cookie contains the updated version of the // cookie. Note that host, path, and name are invariant for a given // cookie; other parameters may change.
COOKIE_CHANGED, // the entire cookie list was cleared. cookie is null.
ALL_COOKIES_CLEARED, // A set of cookies was purged. batchDeletedCookies contains the list of // deleted cookies. cookie is null. // Purging typically affects expired cookies or cases where the cookie // list grows too large.
COOKIES_BATCH_DELETED,
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.