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 235833 - NetBeans asks me to update chrome plugin after first run
Summary: NetBeans asks me to update chrome plugin after first run
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Petr Jiricka
URL:
Keywords: 7.4_HR_FIX
Depends on:
Blocks:
 
Reported: 2013-09-11 18:01 UTC by John Jullion-ceccarelli
Modified: 2013-09-13 11:33 UTC (History)
6 users (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 John Jullion-ceccarelli 2013-09-11 18:01:01 UTC
On Mac. 

Using NB RC1, I delete the Chrome plugin from Chrome, run a Maven Java EE project with HTML page in it, NB prompts to install plugin and runs fine. If I close that Chrome tab and run again, it asks me to update the plugin using the Update Plugins button on Extensions page. No update is available.
Comment 1 David Konecny 2013-09-11 19:33:56 UTC
Is it time to upload new version of Chrome plugin to Chrome website?

I do not think we did many changes in Chrome plugin API interface but we should do a sanity check that NB 7.3 works fine with the latest version, right?
Comment 2 Vladimir Riha 2013-09-12 06:09:50 UTC
Perhaps there could also be the button link "Not connected?" in this case that leads to dialog describing manual drag & drop installation.
Comment 3 Vladimir Riha 2013-09-12 06:51:39 UTC
(In reply to David Konecny from comment #1)
> I do not think we did many changes in Chrome plugin API interface but we
> should do a sanity check that NB 7.3 works fine with the latest version,
> right?

I've tried some very basic inspection (change color, font-size, add new property) and basic debugging (adding breakpoints, watches, callstack,etc.)  with 2 projects and it seemed OK.

Product Version: NetBeans IDE 7.3.1 (Build 201306052037)
Updates: Updates available
Java: 1.7.0_40; Java HotSpot(TM) Client VM 24.0-b56
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b43
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 4 Petr Jiricka 2013-09-12 07:50:27 UTC
Ok, I will publish a new version. I think we should first bump the version of the plugin to 1.1 - Honzo could you please do it for both the trunk and 7.4 branch?
Comment 5 Jan Stola 2013-09-12 07:54:44 UTC
(In reply to Petr Jiricka from comment #4)
> Ok, I will publish a new version. I think we should first bump the version
> of the plugin to 1.1 - Honzo could you please do it for both the trunk and
> 7.4 branch?

OK, I will do it.
Comment 6 Jan Stola 2013-09-12 10:01:20 UTC
I have increased the version of the extension to 1.1. I have also increased the version that the extension exchanges with the IDE to match NB 7.4 (it was matching NB 7.3).

trunk: http://hg.netbeans.org/web-main/rev/f62a989a2c7b
release74: http://hg.netbeans.org/releases/rev/608742255999

I am reassigning the issue back to Petr to publish a new version of the extension at Chrome Web Store.
Comment 7 Petr Jiricka 2013-09-13 11:33:42 UTC
Done, version 1.1 was published. As the code is already in 7.4, marking with 74_HR_FIX.