apimall / chromiumembedded

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

CEF1: Unsupported cookie scheme: chrome-devtools #802

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I get lots of these messages in the console when opening Developer Tools window:

    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools
    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools
    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools
    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools
    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools
    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools
    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools
    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools
    [1122/223930:VERBOSE1:cookie_monster.cc(2009)] WARNING: Unsupported cookie scheme: chrome-devtools

It happens in this function:

    bool CookieMonster::HasCookieableScheme(const GURL& url) {

The source line:

    // The scheme didn't match any in our whitelist.
    VLOG(kVlogPerCookieMonster) << "WARNING: Unsupported cookie scheme: " << url.scheme();

Maybe we should add chrome-devtools to the supported schemes? By calling:

    CefCookieManager->GetGlobalManager()->SetSupportedSchemes().

Using CEF 1, branch 1271, revision 909.

Original issue reported on code.google.com by czarek.t...@gmail.com on 26 Nov 2012 at 3:31

GoogleCodeExporter commented 9 years ago
This messages are written to the log file/console only when you set the 
log_severity to verbose, so run cefclient.exe with -log-severity=verbose flag.

Original comment by czarek.t...@gmail.com on 26 Nov 2012 at 10:04

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 15 Jan 2013 at 2:25

GoogleCodeExporter commented 9 years ago
CEF1 has entered bug-fix-only maintenance mode. See 
http://magpcss.org/ceforum/viewtopic.php?f=10&t=10647 for details. If this 
issue applies to the current version of CEF3 please create a new issue.

Original comment by magreenb...@gmail.com on 11 Oct 2013 at 2:07