16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.WebBrowser.FlashCookieManager.FlashCookieManager</h1> |
23 <h1>eric6.WebBrowser.FlashCookieManager.FlashCookieManager</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the Flash cookie manager. |
26 Module implementing the Flash cookie manager. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#FlashCookieManager">FlashCookieManager</a></td> |
38 <td><a href="#FlashCookieManager">FlashCookieManager</a></td> |
34 <td>Class implementing the Flash cookie manager object.</td> |
39 <td>Class implementing the Flash cookie manager object.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="FlashCookieManager" ID="FlashCookieManager"></a> |
49 <a NAME="FlashCookieManager" ID="FlashCookieManager"></a> |
43 <h2>FlashCookieManager</h2> |
50 <h2>FlashCookieManager</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing the Flash cookie manager object. |
53 Class implementing the Flash cookie manager object. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QObject |
56 QObject |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>RefreshInterval</td></tr> |
60 <tr><td>RefreshInterval</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
58 <table> |
68 |
|
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#FlashCookieManager.__init__">FlashCookieManager</a></td> |
72 <td><a href="#FlashCookieManager.__init__">FlashCookieManager</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#FlashCookieManager.__autoRefresh">__autoRefresh</a></td> |
76 <td><a href="#FlashCookieManager.__autoRefresh">__autoRefresh</a></td> |
64 <td>Private slot to refresh the list of cookies.</td> |
77 <td>Private slot to refresh the list of cookies.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#FlashCookieManager.__extractOriginFrom">__extractOriginFrom</a></td> |
80 <td><a href="#FlashCookieManager.__extractOriginFrom">__extractOriginFrom</a></td> |
67 <td>Private method to extract the cookie origin given its file name.</td> |
81 <td>Private method to extract the cookie origin given its file name.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#FlashCookieManager.__insertFlashCookie">__insertFlashCookie</a></td> |
84 <td><a href="#FlashCookieManager.__insertFlashCookie">__insertFlashCookie</a></td> |
70 <td>Private method to insert a Flash cookie into the cache.</td> |
85 <td>Private method to insert a Flash cookie into the cache.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#FlashCookieManager.__isBlacklisted">__isBlacklisted</a></td> |
88 <td><a href="#FlashCookieManager.__isBlacklisted">__isBlacklisted</a></td> |
73 <td>Private method to check for a blacklisted cookie.</td> |
89 <td>Private method to check for a blacklisted cookie.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#FlashCookieManager.__isWhitelisted">__isWhitelisted</a></td> |
92 <td><a href="#FlashCookieManager.__isWhitelisted">__isWhitelisted</a></td> |
76 <td>Private method to check for a whitelisted cookie.</td> |
93 <td>Private method to check for a whitelisted cookie.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#FlashCookieManager.__loadFlashCookies">__loadFlashCookies</a></td> |
96 <td><a href="#FlashCookieManager.__loadFlashCookies">__loadFlashCookies</a></td> |
79 <td>Private slot to load the Flash cookies to be cached.</td> |
97 <td>Private slot to load the Flash cookies to be cached.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#FlashCookieManager.__loadFlashCookiesFromPath">__loadFlashCookiesFromPath</a></td> |
100 <td><a href="#FlashCookieManager.__loadFlashCookiesFromPath">__loadFlashCookiesFromPath</a></td> |
82 <td>Private slot to load the Flash cookies from a path.</td> |
101 <td>Private slot to load the Flash cookies from a path.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#FlashCookieManager.__removeAllButWhitelisted">__removeAllButWhitelisted</a></td> |
104 <td><a href="#FlashCookieManager.__removeAllButWhitelisted">__removeAllButWhitelisted</a></td> |
85 <td>Private method to remove all non-whitelisted cookies.</td> |
105 <td>Private method to remove all non-whitelisted cookies.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#FlashCookieManager.__sharedObjectDirName">__sharedObjectDirName</a></td> |
108 <td><a href="#FlashCookieManager.__sharedObjectDirName">__sharedObjectDirName</a></td> |
88 <td>Private slot to determine the path of the shared data objects.</td> |
109 <td>Private slot to determine the path of the shared data objects.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#FlashCookieManager.__startStopTimer">__startStopTimer</a></td> |
112 <td><a href="#FlashCookieManager.__startStopTimer">__startStopTimer</a></td> |
91 <td>Private slot to start or stop the auto refresh timer.</td> |
113 <td>Private slot to start or stop the auto refresh timer.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#FlashCookieManager.clearCache">clearCache</a></td> |
116 <td><a href="#FlashCookieManager.clearCache">clearCache</a></td> |
94 <td>Public method to clear the list of cached Flash cookies.</td> |
117 <td>Public method to clear the list of cached Flash cookies.</td> |
95 </tr><tr> |
118 </tr> |
|
119 <tr> |
96 <td><a href="#FlashCookieManager.clearNewOrigins">clearNewOrigins</a></td> |
120 <td><a href="#FlashCookieManager.clearNewOrigins">clearNewOrigins</a></td> |
97 <td>Public method to clear the list of newly detected Flash cookies.</td> |
121 <td>Public method to clear the list of newly detected Flash cookies.</td> |
98 </tr><tr> |
122 </tr> |
|
123 <tr> |
99 <td><a href="#FlashCookieManager.flashCookies">flashCookies</a></td> |
124 <td><a href="#FlashCookieManager.flashCookies">flashCookies</a></td> |
100 <td>Public method to get the list of cached Flash cookies.</td> |
125 <td>Public method to get the list of cached Flash cookies.</td> |
101 </tr><tr> |
126 </tr> |
|
127 <tr> |
102 <td><a href="#FlashCookieManager.flashPlayerDataPath">flashPlayerDataPath</a></td> |
128 <td><a href="#FlashCookieManager.flashPlayerDataPath">flashPlayerDataPath</a></td> |
103 <td>Public method to get the Flash Player data path.</td> |
129 <td>Public method to get the Flash Player data path.</td> |
104 </tr><tr> |
130 </tr> |
|
131 <tr> |
105 <td><a href="#FlashCookieManager.newCookiesList">newCookiesList</a></td> |
132 <td><a href="#FlashCookieManager.newCookiesList">newCookiesList</a></td> |
106 <td>Public method to get the list of newly detected Flash cookies.</td> |
133 <td>Public method to get the list of newly detected Flash cookies.</td> |
107 </tr><tr> |
134 </tr> |
|
135 <tr> |
108 <td><a href="#FlashCookieManager.preferencesChanged">preferencesChanged</a></td> |
136 <td><a href="#FlashCookieManager.preferencesChanged">preferencesChanged</a></td> |
109 <td>Public slot to handle a change of preferences.</td> |
137 <td>Public slot to handle a change of preferences.</td> |
110 </tr><tr> |
138 </tr> |
|
139 <tr> |
111 <td><a href="#FlashCookieManager.removeAllCookies">removeAllCookies</a></td> |
140 <td><a href="#FlashCookieManager.removeAllCookies">removeAllCookies</a></td> |
112 <td>Public method to remove all flash cookies.</td> |
141 <td>Public method to remove all flash cookies.</td> |
113 </tr><tr> |
142 </tr> |
|
143 <tr> |
114 <td><a href="#FlashCookieManager.removeCookie">removeCookie</a></td> |
144 <td><a href="#FlashCookieManager.removeCookie">removeCookie</a></td> |
115 <td>Public method to remove a cookie of the list of cached cookies.</td> |
145 <td>Public method to remove a cookie of the list of cached cookies.</td> |
116 </tr><tr> |
146 </tr> |
|
147 <tr> |
117 <td><a href="#FlashCookieManager.setFlashCookies">setFlashCookies</a></td> |
148 <td><a href="#FlashCookieManager.setFlashCookies">setFlashCookies</a></td> |
118 <td>Public method to set the list of cached Flash cookies.</td> |
149 <td>Public method to set the list of cached Flash cookies.</td> |
119 </tr><tr> |
150 </tr> |
|
151 <tr> |
120 <td><a href="#FlashCookieManager.showFlashCookieManagerDialog">showFlashCookieManagerDialog</a></td> |
152 <td><a href="#FlashCookieManager.showFlashCookieManagerDialog">showFlashCookieManagerDialog</a></td> |
121 <td>Public method to show the Flash cookies management dialog.</td> |
153 <td>Public method to show the Flash cookies management dialog.</td> |
122 </tr><tr> |
154 </tr> |
|
155 <tr> |
123 <td><a href="#FlashCookieManager.shutdown">shutdown</a></td> |
156 <td><a href="#FlashCookieManager.shutdown">shutdown</a></td> |
124 <td>Public method to perform shutdown actions.</td> |
157 <td>Public method to perform shutdown actions.</td> |
125 </tr> |
158 </tr> |
126 </table> |
159 </table> |
127 <h3>Static Methods</h3> |
160 <h3>Static Methods</h3> |
|
161 |
128 <table> |
162 <table> |
129 <tr><td>None</td></tr> |
163 <tr><td>None</td></tr> |
130 </table> |
164 </table> |
|
165 |
131 <a NAME="FlashCookieManager.__init__" ID="FlashCookieManager.__init__"></a> |
166 <a NAME="FlashCookieManager.__init__" ID="FlashCookieManager.__init__"></a> |
132 <h4>FlashCookieManager (Constructor)</h4> |
167 <h4>FlashCookieManager (Constructor)</h4> |
133 <b>FlashCookieManager</b>(<i>parent=None</i>) |
168 <b>FlashCookieManager</b>(<i>parent=None</i>) |
|
169 |
134 <p> |
170 <p> |
135 Constructor |
171 Constructor |
136 </p><dl> |
172 </p> |
|
173 <dl> |
|
174 |
137 <dt><i>parent</i> (QObject)</dt> |
175 <dt><i>parent</i> (QObject)</dt> |
138 <dd> |
176 <dd> |
139 reference to the parent object |
177 reference to the parent object |
140 </dd> |
178 </dd> |
141 </dl><a NAME="FlashCookieManager.__autoRefresh" ID="FlashCookieManager.__autoRefresh"></a> |
179 </dl> |
|
180 <a NAME="FlashCookieManager.__autoRefresh" ID="FlashCookieManager.__autoRefresh"></a> |
142 <h4>FlashCookieManager.__autoRefresh</h4> |
181 <h4>FlashCookieManager.__autoRefresh</h4> |
143 <b>__autoRefresh</b>(<i></i>) |
182 <b>__autoRefresh</b>(<i></i>) |
|
183 |
144 <p> |
184 <p> |
145 Private slot to refresh the list of cookies. |
185 Private slot to refresh the list of cookies. |
146 </p><a NAME="FlashCookieManager.__extractOriginFrom" ID="FlashCookieManager.__extractOriginFrom"></a> |
186 </p> |
|
187 <a NAME="FlashCookieManager.__extractOriginFrom" ID="FlashCookieManager.__extractOriginFrom"></a> |
147 <h4>FlashCookieManager.__extractOriginFrom</h4> |
188 <h4>FlashCookieManager.__extractOriginFrom</h4> |
148 <b>__extractOriginFrom</b>(<i>path</i>) |
189 <b>__extractOriginFrom</b>(<i>path</i>) |
|
190 |
149 <p> |
191 <p> |
150 Private method to extract the cookie origin given its file name. |
192 Private method to extract the cookie origin given its file name. |
151 </p><dl> |
193 </p> |
|
194 <dl> |
|
195 |
152 <dt><i>path</i> (str)</dt> |
196 <dt><i>path</i> (str)</dt> |
153 <dd> |
197 <dd> |
154 file name of the cookie file |
198 file name of the cookie file |
155 </dd> |
199 </dd> |
156 </dl><dl> |
200 </dl> |
|
201 <dl> |
157 <dt>Returns:</dt> |
202 <dt>Returns:</dt> |
158 <dd> |
203 <dd> |
159 cookie origin |
204 cookie origin |
160 </dd> |
205 </dd> |
161 </dl><dl> |
206 </dl> |
|
207 <dl> |
162 <dt>Return Type:</dt> |
208 <dt>Return Type:</dt> |
163 <dd> |
209 <dd> |
164 str |
210 str |
165 </dd> |
211 </dd> |
166 </dl><a NAME="FlashCookieManager.__insertFlashCookie" ID="FlashCookieManager.__insertFlashCookie"></a> |
212 </dl> |
|
213 <a NAME="FlashCookieManager.__insertFlashCookie" ID="FlashCookieManager.__insertFlashCookie"></a> |
167 <h4>FlashCookieManager.__insertFlashCookie</h4> |
214 <h4>FlashCookieManager.__insertFlashCookie</h4> |
168 <b>__insertFlashCookie</b>(<i>path</i>) |
215 <b>__insertFlashCookie</b>(<i>path</i>) |
|
216 |
169 <p> |
217 <p> |
170 Private method to insert a Flash cookie into the cache. |
218 Private method to insert a Flash cookie into the cache. |
171 </p><dl> |
219 </p> |
|
220 <dl> |
|
221 |
172 <dt><i>path</i> (str)</dt> |
222 <dt><i>path</i> (str)</dt> |
173 <dd> |
223 <dd> |
174 Flash cookies path |
224 Flash cookies path |
175 </dd> |
225 </dd> |
176 </dl><a NAME="FlashCookieManager.__isBlacklisted" ID="FlashCookieManager.__isBlacklisted"></a> |
226 </dl> |
|
227 <a NAME="FlashCookieManager.__isBlacklisted" ID="FlashCookieManager.__isBlacklisted"></a> |
177 <h4>FlashCookieManager.__isBlacklisted</h4> |
228 <h4>FlashCookieManager.__isBlacklisted</h4> |
178 <b>__isBlacklisted</b>(<i>cookie</i>) |
229 <b>__isBlacklisted</b>(<i>cookie</i>) |
|
230 |
179 <p> |
231 <p> |
180 Private method to check for a blacklisted cookie. |
232 Private method to check for a blacklisted cookie. |
181 </p><dl> |
233 </p> |
|
234 <dl> |
|
235 |
182 <dt><i>cookie</i> (FlashCookie)</dt> |
236 <dt><i>cookie</i> (FlashCookie)</dt> |
183 <dd> |
237 <dd> |
184 Flash cookie to be tested |
238 Flash cookie to be tested |
185 </dd> |
239 </dd> |
186 </dl><dl> |
240 </dl> |
|
241 <dl> |
187 <dt>Returns:</dt> |
242 <dt>Returns:</dt> |
188 <dd> |
243 <dd> |
189 flag indicating a blacklisted cookie |
244 flag indicating a blacklisted cookie |
190 </dd> |
245 </dd> |
191 </dl><dl> |
246 </dl> |
|
247 <dl> |
192 <dt>Return Type:</dt> |
248 <dt>Return Type:</dt> |
193 <dd> |
249 <dd> |
194 bool |
250 bool |
195 </dd> |
251 </dd> |
196 </dl><a NAME="FlashCookieManager.__isWhitelisted" ID="FlashCookieManager.__isWhitelisted"></a> |
252 </dl> |
|
253 <a NAME="FlashCookieManager.__isWhitelisted" ID="FlashCookieManager.__isWhitelisted"></a> |
197 <h4>FlashCookieManager.__isWhitelisted</h4> |
254 <h4>FlashCookieManager.__isWhitelisted</h4> |
198 <b>__isWhitelisted</b>(<i>cookie</i>) |
255 <b>__isWhitelisted</b>(<i>cookie</i>) |
|
256 |
199 <p> |
257 <p> |
200 Private method to check for a whitelisted cookie. |
258 Private method to check for a whitelisted cookie. |
201 </p><dl> |
259 </p> |
|
260 <dl> |
|
261 |
202 <dt><i>cookie</i> (FlashCookie)</dt> |
262 <dt><i>cookie</i> (FlashCookie)</dt> |
203 <dd> |
263 <dd> |
204 Flash cookie to be tested |
264 Flash cookie to be tested |
205 </dd> |
265 </dd> |
206 </dl><dl> |
266 </dl> |
|
267 <dl> |
207 <dt>Returns:</dt> |
268 <dt>Returns:</dt> |
208 <dd> |
269 <dd> |
209 flag indicating a whitelisted cookie |
270 flag indicating a whitelisted cookie |
210 </dd> |
271 </dd> |
211 </dl><dl> |
272 </dl> |
|
273 <dl> |
212 <dt>Return Type:</dt> |
274 <dt>Return Type:</dt> |
213 <dd> |
275 <dd> |
214 bool |
276 bool |
215 </dd> |
277 </dd> |
216 </dl><a NAME="FlashCookieManager.__loadFlashCookies" ID="FlashCookieManager.__loadFlashCookies"></a> |
278 </dl> |
|
279 <a NAME="FlashCookieManager.__loadFlashCookies" ID="FlashCookieManager.__loadFlashCookies"></a> |
217 <h4>FlashCookieManager.__loadFlashCookies</h4> |
280 <h4>FlashCookieManager.__loadFlashCookies</h4> |
218 <b>__loadFlashCookies</b>(<i></i>) |
281 <b>__loadFlashCookies</b>(<i></i>) |
|
282 |
219 <p> |
283 <p> |
220 Private slot to load the Flash cookies to be cached. |
284 Private slot to load the Flash cookies to be cached. |
221 </p><a NAME="FlashCookieManager.__loadFlashCookiesFromPath" ID="FlashCookieManager.__loadFlashCookiesFromPath"></a> |
285 </p> |
|
286 <a NAME="FlashCookieManager.__loadFlashCookiesFromPath" ID="FlashCookieManager.__loadFlashCookiesFromPath"></a> |
222 <h4>FlashCookieManager.__loadFlashCookiesFromPath</h4> |
287 <h4>FlashCookieManager.__loadFlashCookiesFromPath</h4> |
223 <b>__loadFlashCookiesFromPath</b>(<i>path</i>) |
288 <b>__loadFlashCookiesFromPath</b>(<i>path</i>) |
|
289 |
224 <p> |
290 <p> |
225 Private slot to load the Flash cookies from a path. |
291 Private slot to load the Flash cookies from a path. |
226 </p><dl> |
292 </p> |
|
293 <dl> |
|
294 |
227 <dt><i>path</i> (str)</dt> |
295 <dt><i>path</i> (str)</dt> |
228 <dd> |
296 <dd> |
229 Flash cookies path |
297 Flash cookies path |
230 </dd> |
298 </dd> |
231 </dl><a NAME="FlashCookieManager.__removeAllButWhitelisted" ID="FlashCookieManager.__removeAllButWhitelisted"></a> |
299 </dl> |
|
300 <a NAME="FlashCookieManager.__removeAllButWhitelisted" ID="FlashCookieManager.__removeAllButWhitelisted"></a> |
232 <h4>FlashCookieManager.__removeAllButWhitelisted</h4> |
301 <h4>FlashCookieManager.__removeAllButWhitelisted</h4> |
233 <b>__removeAllButWhitelisted</b>(<i></i>) |
302 <b>__removeAllButWhitelisted</b>(<i></i>) |
|
303 |
234 <p> |
304 <p> |
235 Private method to remove all non-whitelisted cookies. |
305 Private method to remove all non-whitelisted cookies. |
236 </p><a NAME="FlashCookieManager.__sharedObjectDirName" ID="FlashCookieManager.__sharedObjectDirName"></a> |
306 </p> |
|
307 <a NAME="FlashCookieManager.__sharedObjectDirName" ID="FlashCookieManager.__sharedObjectDirName"></a> |
237 <h4>FlashCookieManager.__sharedObjectDirName</h4> |
308 <h4>FlashCookieManager.__sharedObjectDirName</h4> |
238 <b>__sharedObjectDirName</b>(<i></i>) |
309 <b>__sharedObjectDirName</b>(<i></i>) |
|
310 |
239 <p> |
311 <p> |
240 Private slot to determine the path of the shared data objects. |
312 Private slot to determine the path of the shared data objects. |
241 </p><dl> |
313 </p> |
|
314 <dl> |
242 <dt>Returns:</dt> |
315 <dt>Returns:</dt> |
243 <dd> |
316 <dd> |
244 path of the shared data objects |
317 path of the shared data objects |
245 </dd> |
318 </dd> |
246 </dl><dl> |
319 </dl> |
|
320 <dl> |
247 <dt>Return Type:</dt> |
321 <dt>Return Type:</dt> |
248 <dd> |
322 <dd> |
249 str |
323 str |
250 </dd> |
324 </dd> |
251 </dl><a NAME="FlashCookieManager.__startStopTimer" ID="FlashCookieManager.__startStopTimer"></a> |
325 </dl> |
|
326 <a NAME="FlashCookieManager.__startStopTimer" ID="FlashCookieManager.__startStopTimer"></a> |
252 <h4>FlashCookieManager.__startStopTimer</h4> |
327 <h4>FlashCookieManager.__startStopTimer</h4> |
253 <b>__startStopTimer</b>(<i></i>) |
328 <b>__startStopTimer</b>(<i></i>) |
|
329 |
254 <p> |
330 <p> |
255 Private slot to start or stop the auto refresh timer. |
331 Private slot to start or stop the auto refresh timer. |
256 </p><a NAME="FlashCookieManager.clearCache" ID="FlashCookieManager.clearCache"></a> |
332 </p> |
|
333 <a NAME="FlashCookieManager.clearCache" ID="FlashCookieManager.clearCache"></a> |
257 <h4>FlashCookieManager.clearCache</h4> |
334 <h4>FlashCookieManager.clearCache</h4> |
258 <b>clearCache</b>(<i></i>) |
335 <b>clearCache</b>(<i></i>) |
|
336 |
259 <p> |
337 <p> |
260 Public method to clear the list of cached Flash cookies. |
338 Public method to clear the list of cached Flash cookies. |
261 </p><a NAME="FlashCookieManager.clearNewOrigins" ID="FlashCookieManager.clearNewOrigins"></a> |
339 </p> |
|
340 <a NAME="FlashCookieManager.clearNewOrigins" ID="FlashCookieManager.clearNewOrigins"></a> |
262 <h4>FlashCookieManager.clearNewOrigins</h4> |
341 <h4>FlashCookieManager.clearNewOrigins</h4> |
263 <b>clearNewOrigins</b>(<i></i>) |
342 <b>clearNewOrigins</b>(<i></i>) |
|
343 |
264 <p> |
344 <p> |
265 Public method to clear the list of newly detected Flash cookies. |
345 Public method to clear the list of newly detected Flash cookies. |
266 </p><a NAME="FlashCookieManager.flashCookies" ID="FlashCookieManager.flashCookies"></a> |
346 </p> |
|
347 <a NAME="FlashCookieManager.flashCookies" ID="FlashCookieManager.flashCookies"></a> |
267 <h4>FlashCookieManager.flashCookies</h4> |
348 <h4>FlashCookieManager.flashCookies</h4> |
268 <b>flashCookies</b>(<i></i>) |
349 <b>flashCookies</b>(<i></i>) |
|
350 |
269 <p> |
351 <p> |
270 Public method to get the list of cached Flash cookies. |
352 Public method to get the list of cached Flash cookies. |
271 </p><dl> |
353 </p> |
|
354 <dl> |
272 <dt>Returns:</dt> |
355 <dt>Returns:</dt> |
273 <dd> |
356 <dd> |
274 list of Flash cookies |
357 list of Flash cookies |
275 </dd> |
358 </dd> |
276 </dl><dl> |
359 </dl> |
|
360 <dl> |
277 <dt>Return Type:</dt> |
361 <dt>Return Type:</dt> |
278 <dd> |
362 <dd> |
279 list of FlashCookie |
363 list of FlashCookie |
280 </dd> |
364 </dd> |
281 </dl><a NAME="FlashCookieManager.flashPlayerDataPath" ID="FlashCookieManager.flashPlayerDataPath"></a> |
365 </dl> |
|
366 <a NAME="FlashCookieManager.flashPlayerDataPath" ID="FlashCookieManager.flashPlayerDataPath"></a> |
282 <h4>FlashCookieManager.flashPlayerDataPath</h4> |
367 <h4>FlashCookieManager.flashPlayerDataPath</h4> |
283 <b>flashPlayerDataPath</b>(<i></i>) |
368 <b>flashPlayerDataPath</b>(<i></i>) |
|
369 |
284 <p> |
370 <p> |
285 Public method to get the Flash Player data path. |
371 Public method to get the Flash Player data path. |
286 </p><dl> |
372 </p> |
|
373 <dl> |
287 <dt>Returns:</dt> |
374 <dt>Returns:</dt> |
288 <dd> |
375 <dd> |
289 Flash Player data path |
376 Flash Player data path |
290 </dd> |
377 </dd> |
291 </dl><dl> |
378 </dl> |
|
379 <dl> |
292 <dt>Return Type:</dt> |
380 <dt>Return Type:</dt> |
293 <dd> |
381 <dd> |
294 str |
382 str |
295 </dd> |
383 </dd> |
296 </dl><a NAME="FlashCookieManager.newCookiesList" ID="FlashCookieManager.newCookiesList"></a> |
384 </dl> |
|
385 <a NAME="FlashCookieManager.newCookiesList" ID="FlashCookieManager.newCookiesList"></a> |
297 <h4>FlashCookieManager.newCookiesList</h4> |
386 <h4>FlashCookieManager.newCookiesList</h4> |
298 <b>newCookiesList</b>(<i></i>) |
387 <b>newCookiesList</b>(<i></i>) |
|
388 |
299 <p> |
389 <p> |
300 Public method to get the list of newly detected Flash cookies. |
390 Public method to get the list of newly detected Flash cookies. |
301 </p><dl> |
391 </p> |
|
392 <dl> |
302 <dt>Returns:</dt> |
393 <dt>Returns:</dt> |
303 <dd> |
394 <dd> |
304 list of newly detected Flash cookies |
395 list of newly detected Flash cookies |
305 </dd> |
396 </dd> |
306 </dl><dl> |
397 </dl> |
|
398 <dl> |
307 <dt>Return Type:</dt> |
399 <dt>Return Type:</dt> |
308 <dd> |
400 <dd> |
309 list of str |
401 list of str |
310 </dd> |
402 </dd> |
311 </dl><a NAME="FlashCookieManager.preferencesChanged" ID="FlashCookieManager.preferencesChanged"></a> |
403 </dl> |
|
404 <a NAME="FlashCookieManager.preferencesChanged" ID="FlashCookieManager.preferencesChanged"></a> |
312 <h4>FlashCookieManager.preferencesChanged</h4> |
405 <h4>FlashCookieManager.preferencesChanged</h4> |
313 <b>preferencesChanged</b>(<i></i>) |
406 <b>preferencesChanged</b>(<i></i>) |
|
407 |
314 <p> |
408 <p> |
315 Public slot to handle a change of preferences. |
409 Public slot to handle a change of preferences. |
316 </p><a NAME="FlashCookieManager.removeAllCookies" ID="FlashCookieManager.removeAllCookies"></a> |
410 </p> |
|
411 <a NAME="FlashCookieManager.removeAllCookies" ID="FlashCookieManager.removeAllCookies"></a> |
317 <h4>FlashCookieManager.removeAllCookies</h4> |
412 <h4>FlashCookieManager.removeAllCookies</h4> |
318 <b>removeAllCookies</b>(<i></i>) |
413 <b>removeAllCookies</b>(<i></i>) |
|
414 |
319 <p> |
415 <p> |
320 Public method to remove all flash cookies. |
416 Public method to remove all flash cookies. |
321 </p><a NAME="FlashCookieManager.removeCookie" ID="FlashCookieManager.removeCookie"></a> |
417 </p> |
|
418 <a NAME="FlashCookieManager.removeCookie" ID="FlashCookieManager.removeCookie"></a> |
322 <h4>FlashCookieManager.removeCookie</h4> |
419 <h4>FlashCookieManager.removeCookie</h4> |
323 <b>removeCookie</b>(<i>cookie</i>) |
420 <b>removeCookie</b>(<i>cookie</i>) |
|
421 |
324 <p> |
422 <p> |
325 Public method to remove a cookie of the list of cached cookies. |
423 Public method to remove a cookie of the list of cached cookies. |
326 </p><dl> |
424 </p> |
|
425 <dl> |
|
426 |
327 <dt><i>cookie</i> (FlashCookie)</dt> |
427 <dt><i>cookie</i> (FlashCookie)</dt> |
328 <dd> |
428 <dd> |
329 Flash cookie to be removed |
429 Flash cookie to be removed |
330 </dd> |
430 </dd> |
331 </dl><a NAME="FlashCookieManager.setFlashCookies" ID="FlashCookieManager.setFlashCookies"></a> |
431 </dl> |
|
432 <a NAME="FlashCookieManager.setFlashCookies" ID="FlashCookieManager.setFlashCookies"></a> |
332 <h4>FlashCookieManager.setFlashCookies</h4> |
433 <h4>FlashCookieManager.setFlashCookies</h4> |
333 <b>setFlashCookies</b>(<i>cookies</i>) |
434 <b>setFlashCookies</b>(<i>cookies</i>) |
|
435 |
334 <p> |
436 <p> |
335 Public method to set the list of cached Flash cookies. |
437 Public method to set the list of cached Flash cookies. |
336 </p><dl> |
438 </p> |
|
439 <dl> |
|
440 |
337 <dt><i>cookies</i> (list of FlashCookie)</dt> |
441 <dt><i>cookies</i> (list of FlashCookie)</dt> |
338 <dd> |
442 <dd> |
339 list of Flash cookies to store |
443 list of Flash cookies to store |
340 </dd> |
444 </dd> |
341 </dl><a NAME="FlashCookieManager.showFlashCookieManagerDialog" ID="FlashCookieManager.showFlashCookieManagerDialog"></a> |
445 </dl> |
|
446 <a NAME="FlashCookieManager.showFlashCookieManagerDialog" ID="FlashCookieManager.showFlashCookieManagerDialog"></a> |
342 <h4>FlashCookieManager.showFlashCookieManagerDialog</h4> |
447 <h4>FlashCookieManager.showFlashCookieManagerDialog</h4> |
343 <b>showFlashCookieManagerDialog</b>(<i></i>) |
448 <b>showFlashCookieManagerDialog</b>(<i></i>) |
|
449 |
344 <p> |
450 <p> |
345 Public method to show the Flash cookies management dialog. |
451 Public method to show the Flash cookies management dialog. |
346 </p><a NAME="FlashCookieManager.shutdown" ID="FlashCookieManager.shutdown"></a> |
452 </p> |
|
453 <a NAME="FlashCookieManager.shutdown" ID="FlashCookieManager.shutdown"></a> |
347 <h4>FlashCookieManager.shutdown</h4> |
454 <h4>FlashCookieManager.shutdown</h4> |
348 <b>shutdown</b>(<i></i>) |
455 <b>shutdown</b>(<i></i>) |
|
456 |
349 <p> |
457 <p> |
350 Public method to perform shutdown actions. |
458 Public method to perform shutdown actions. |
351 </p> |
459 </p> |
352 <div align="right"><a href="#top">Up</a></div> |
460 <div align="right"><a href="#top">Up</a></div> |
353 <hr /> |
461 <hr /> |