Open GoogleCodeExporter opened 9 years ago
Yes, that looks like if CEF has a problem with the content of the given URL.
> render process terminated: TS_PROCESS_CRASHED
That means that the renderer process, that creates all the content which is
displayed within the browser window, has crashed. And the renderer is a part of
CEF, so this seems to be a CEF issue, maybe already fixed in newer CEF-Versions.
So I would guess that this issue occurs as well within a native app using CEF
3.2171.1902.115.
As workaround for JCEF I would suggest to replace the URL
(slides.html5rocks.com/...) by a self created web source
(client://tests/geotest.html) and to create a geo-test on our own.
Regards,
Kai
Original comment by k...@censhare.de
on 13 Mar 2015 at 7:27
Geolocation requires Google API keys which are not provided with the public CEF
build: http://www.chromium.org/developers/how-tos/api-keys
Original comment by magreenb...@gmail.com
on 13 Mar 2015 at 2:35
I was only going through all the dialogs and tests and reporting what I found.
IF this code can be made stable and predictable it needs a full deep regression
test.
Original comment by rockney8...@gmail.com
on 13 Mar 2015 at 11:04
JCEF is transitioning from Google Code to Bitbucket project hosting. If you
would like to continue receiving notifications on this issue please add
yourself as a Watcher at the new location:
https://bitbucket.org/chromiumembedded/java-cef/issue/161
Original comment by magreenb...@gmail.com
on 18 Mar 2015 at 6:02
Original issue reported on code.google.com by
rockney8...@gmail.com
on 12 Mar 2015 at 9:32