Closed
Bug 398441
Opened 17 years ago
Closed 9 years ago
provide tutorial/how-to documentation for cookies
Categories
(Developer Documentation Graveyard :: Mozilla Platform, defect)
Developer Documentation Graveyard
Mozilla Platform
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dwitte, Unassigned)
Details
(Whiteboard: u=mozdev p=0 c=Platform)
per https://bugzilla.mozilla.org/show_bug.cgi?id=178993#c142 and https://bugzilla.mozilla.org/show_bug.cgi?id=178993#c143, we should have some docs on how the mozilla impl of cookies works, the various attributes, how we differ from rfc2109 etc. i can probably write up most of the guts of this, but i don't have time to fully proof it or provide examples (if required) etc. will need some help here.
Comment 1•17 years ago
|
||
That's fine -- if you can write something up, I'll fluff it out.
Comment 2•17 years ago
|
||
Would it be beneficial to mention getters and setters?
HTMLDocument.prototype.__defineGetter__( "cookie", function(){return "";} );
HTMLDocument.prototype.__defineSetter__( "cookie", function(){} );
Comment 3•17 years ago
|
||
We now have documentation of the various interfaces associated with cookies, but could use some more friendly how-to type documentation for cookies. It would be nice if someone would write something up.
Updated•17 years ago
|
Summary: provide documentation for cookies → provide tutorial/how-to documentation for cookies
Assignee | ||
Updated•12 years ago
|
Component: Documentation Requests → Documentation
Updated•12 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
Updated•12 years ago
|
Whiteboard: u=mozdev p=0
Updated•12 years ago
|
Component: General → Mozilla Platform
Whiteboard: u=mozdev p=0 → u=mozdev p=0 c=Platform
Comment 4•9 years ago
|
||
C3 says it is done
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•