This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 215496 - Enabling Chrome experimental API is required to install the Chrome plugin
Summary: Enabling Chrome experimental API is required to install the Chrome plugin
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 08:18 UTC by Petr Jiricka
Modified: 2012-08-20 08:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-07-13 08:18:10 UTC
Currently, in order to install the NetBeans Chrome plugin, the user has to enable experimental APIs in Chrome via chrome://flags/. This is not acceptable for the final product, needs to be addressed before the release.
Comment 1 Tomas Mysik 2012-07-13 08:50:49 UTC
Agreed.
Comment 2 Jan Stola 2012-08-16 16:08:14 UTC
It has been decided to drop the infobar because the infobar support doesn't seem to be ready yet in Chrome. I have disabled the infobar in our extension and removed the request for "experimental" permission. Hence, it is no longer needed to enable experimenal APIs in Chrome to install the extension.

Modified files: http://hg.netbeans.org/web-main/rev/69f5f291c454
Comment 3 Tomas Mysik 2012-08-20 08:50:30 UTC
Thanks Honzo for doing that.