xxfxxf / chromiumembedded

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

URL for error pages #382

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When we handle OnLoadError -> frame now got url same as in testshell - 
"testshell-error:".
Chrome uses other name: const char kUnreachableWebDataURL[] = 
"chrome://chromewebdata/";
May be have sense change testshell-error to something more closely indicate 
cef? I.e. "cef-error:" for example?

(From forum http://www.magpcss.org/ceforum/viewtopic.php?t=503).

It can be helpful to handle success/error page loads, but this will introduce 
stable URI.

Original issue reported on code.google.com by fdd...@gmail.com on 18 Oct 2011 at 12:50

GoogleCodeExporter commented 9 years ago
Thanks, fixed in revision 333.

Original comment by magreenb...@gmail.com on 21 Oct 2011 at 2:42