After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 777623 - Add support for chrome-gnome-shell browser extension
Add support for chrome-gnome-shell browser extension
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 766776
 
 
Reported: 2017-01-22 21:24 UTC by Yuri Konotopov
Modified: 2018-08-03 20:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yuri Konotopov 2017-01-22 21:24:46 UTC
As Michael suggested in bug 766776 I grepped Chrome APIs needed for chrome-gnome-shell to work.

Required:
chrome.extension.getURL
chrome.i18n.getMessage
chrome.runtime.connectNative
chrome.runtime.sendNativeMessage
chrome.runtime.getManifest().version
chrome.runtime.getPlatformInfo
chrome.runtime.onMessage.addListener
chrome.runtime.onMessageExternal.addListener
chrome.runtime.sendMessage
chrome.runtime.lastError
chrome.tabs.query
chrome.tabs.sendMessage
chrome.storage.local

Optional:
chrome.alarms
chrome.runtime.onInstalled.addListener
chrome.runtime.OnInstalledReason
chrome.storage.onChanged.addListener
chrome.storage.sync
chrome.tabs.create
Comment 1 GNOME Infrastructure Team 2018-08-03 20:59:31 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/epiphany/issues/358.