alderlopez / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Add a manager interface for custom cookie handling #542

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CEF applications currently have a single cookie store that is global to all 
browser windows. Some uses of CEF may require customization of cookie storage 
and retrieval. For example:

- Separate cookie store per browser window.
- Separate cookie store per request origin that spans multiple browser windows.

To support this flexibility a new CefCookieManager interface that provides 
get/set methods will be exposed via CefClient.

Original issue reported on code.google.com by magreenb...@gmail.com on 7 Mar 2012 at 2:46

GoogleCodeExporter commented 9 years ago
Added in trunk revision 534, 1025 branch revision 535 and 963 branch revision 
536.

Original comment by magreenb...@gmail.com on 15 Mar 2012 at 10:41

GoogleCodeExporter commented 9 years ago
The above changes only account for cookie actions from the renderer. Need to 
support managers for cookie actions from the HTTP stack as well.

Original comment by magreenb...@gmail.com on 21 Mar 2012 at 3:54

GoogleCodeExporter commented 9 years ago
Changes reverted in in trunk revision 541, 1025 branch revision 540 and 963 
branch revision 539.

Original comment by magreenb...@gmail.com on 21 Mar 2012 at 4:15

GoogleCodeExporter commented 9 years ago
Fixed in trunk revision 542, 1025 branch revision 543 and 963 branch revision 
544.

Original comment by magreenb...@gmail.com on 22 Mar 2012 at 10:12

GoogleCodeExporter commented 9 years ago
Added to CEF3 in revision 549.

Original comment by magreenb...@gmail.com on 23 Mar 2012 at 10:44