netwerk/cookie/nsICookie2.idl

branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
parent 0
6474c204b198
equal deleted inserted replaced
0:2e1f162aea50 1:29b15c85264e
9 * Main cookie object interface for use by consumers: 9 * Main cookie object interface for use by consumers:
10 * extends nsICookie, a frozen interface for external 10 * extends nsICookie, a frozen interface for external
11 * access of cookie objects 11 * access of cookie objects
12 */ 12 */
13 13
14 [scriptable, uuid(05c420e5-03d0-4c7b-a605-df7ebe5ca326)] 14 [scriptable, uuid(9468A7E6-37B3-43CE-A081-377BC12C5BB7)]
15 15
16 interface nsICookie2 : nsICookie 16 interface nsICookie2 : nsICookie
17 { 17 {
18
19 /**
20 * the origin key of the cookie.
21 */
22 readonly attribute ACString origin;
18 23
19 /** 24 /**
20 * the host (possibly fully qualified) of the cookie, 25 * the host (possibly fully qualified) of the cookie,
21 * without a leading dot to represent if it is a 26 * without a leading dot to represent if it is a
22 * domain cookie. 27 * domain cookie.

mercurial