Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2016 16:30:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 212925] www/chromium: chrome.runtime.getPlatformInfo is broken
Message-ID:  <bug-212925-28929-RIDyELuyDP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212925-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212925-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
nE0sIghT <ykonotopov@gmail.com> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
chromium@FreeBSD.org:
Bug 212925: www/chromium: chrome.runtime.getPlatformInfo is broken
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212925



--- Description ---
Trying to use chrome.runtime.getPlatformInfo Chromium API call [1] I get er=
ror
in terminal:
----
[2564:416779264:0923/191125:ERROR:linux_util.cc(122)] Not implemented reach=
ed
in std::string base::GetLinuxDistro()
----

Also this javascript error is thrown in Chromium:
----
Error in response to runtime.getPlatformInfo: TypeError: Cannot read proper=
ty
'os' of undefined

Error
Unchecked runtime.lastError while running runtime.getPlatformInfo: Platform
information unavailable.
----

Chromium on FreeBSD should return some well known and documented by Google
value - "linux" or "openbsd" [2].

This error is prevents GNOME Shell integration for Chrome [3] to work on
FreeBSD.

[1] https://developer.chrome.com/extensions/runtime#method-getPlatformInfo
[2] https://developer.chrome.com/extensions/runtime#type-PlatformOs
[3] https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212925-28929-RIDyELuyDP>