comparison dwt/internal/mozilla/nsIDocShell.d @ 340:3f4a5c7d138f

Fixes
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 08:09:00 -0700
parents dd63eb078d7a
children 942da4b6558a
comparison
equal deleted inserted replaced
339:c317081df76f 340:3f4a5c7d138f
130 130
131 /****************************************************************************** 131 /******************************************************************************
132 132
133 ******************************************************************************/ 133 ******************************************************************************/
134 134
135 const char[] NS_IDOCSHELL_MOZILLA_1_8_BRANCH_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8"; 135 const char[] NS_IDOCSHELL_1_8_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8";
136 136
137 const nsIID NS_IDOCSHELL_MOZILLA_1_8_BRANCH_IID= 137 const nsIID NS_IDOCSHELL_1_8_IID=
138 {0x45988a14, 0xb240, 0x4d07, 138 {0x45988a14, 0xb240, 0x4d07,
139 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]}; 139 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
140 140
141 extern(System) 141 extern(System)
142 142
143 interface nsIDocShell_MOZILLA_1_8_BRANCH : nsISupports { 143 interface nsIDocShell_1_8 : nsISupports {
144 144
145 static const char[] IID_STR = NS_IDOCSHELL_MOZILLA_1_8_BRANCH_IID_STR; 145 static const char[] IID_STR = NS_IDOCSHELL_1_8_IID_STR;
146 static const nsIID IID = NS_IDOCSHELL_MOZILLA_1_8_BRANCH_IID; 146 static const nsIID IID = NS_IDOCSHELL_1_8_IID;
147 147
148 nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval); 148 nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval);
149 nsresult AddSessionStorage(nsACString * aDomain, nsIDOMStorage storage); 149 nsresult AddSessionStorage(nsACString * aDomain, nsIDOMStorage storage);
150 nsresult GetCurrentDocumentChannel(nsIChannel *aCurrentDocumentChannel); 150 nsresult GetCurrentDocumentChannel(nsIChannel *aCurrentDocumentChannel);
151 } 151 }
152 152
153 /****************************************************************************** 153 /******************************************************************************
154 154
155 ******************************************************************************/ 155 ******************************************************************************/
156 156
157 const char[] NS_IDOCSHELL_MOZILLA_1_9_BRANCH_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8"; 157 const char[] NS_IDOCSHELL_1_9_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8";
158 158
159 const nsIID NS_IDOCSHELL_MOZILLA_1_9_BRANCH_IID = 159 const nsIID NS_IDOCSHELL_1_9_IID =
160 {0x45988a14, 0xb240, 0x4d07, 160 {0x45988a14, 0xb240, 0x4d07,
161 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]}; 161 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
162 162
163 extern(System) 163 extern(System)
164 164
165 interface nsIDocShell_MOZILLA_1_9_BRANCH : nsISupports { 165 interface nsIDocShell_1_9 : nsISupports {
166 166
167 static const char[] IID_STR = NS_IDOCSHELL_MOZILLA_1_9_BRANCH_IID_STR; 167 static const char[] IID_STR = NS_IDOCSHELL_1_9_IID_STR;
168 static const nsIID IID = NS_IDOCSHELL_MOZILLA_1_9_BRANCH_IID; 168 static const nsIID IID = NS_IDOCSHELL_1_9_IID;
169 169
170 nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval); 170 nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval);
171 nsresult AddSessionStorage(nsACString * aDomain, nsIDOMStorage storage); 171 nsresult AddSessionStorage(nsACString * aDomain, nsIDOMStorage storage);
172 nsresult GetCurrentDocumentChannel(nsIChannel *aCurrentDocumentChannel); 172 nsresult GetCurrentDocumentChannel(nsIChannel *aCurrentDocumentChannel);
173 } 173 }