1.1 --- a/netwerk/cookie/nsICookie2.idl Wed Dec 31 06:55:50 2014 +0100 1.2 +++ b/netwerk/cookie/nsICookie2.idl Wed Dec 31 07:22:50 2014 +0100 1.3 @@ -11,12 +11,17 @@ 1.4 * access of cookie objects 1.5 */ 1.6 1.7 -[scriptable, uuid(05c420e5-03d0-4c7b-a605-df7ebe5ca326)] 1.8 +[scriptable, uuid(9468A7E6-37B3-43CE-A081-377BC12C5BB7)] 1.9 1.10 interface nsICookie2 : nsICookie 1.11 { 1.12 1.13 /** 1.14 + * the origin key of the cookie. 1.15 + */ 1.16 + readonly attribute ACString origin; 1.17 + 1.18 + /** 1.19 * the host (possibly fully qualified) of the cookie, 1.20 * without a leading dot to represent if it is a 1.21 * domain cookie.