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 135059 - Integrate several fixes done by tor into NB 6.1 patch 1
Summary: Integrate several fixes done by tor into NB 6.1 patch 1
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: pslechta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-14 16:21 UTC by pslechta
Modified: 2009-02-27 14:26 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Zip of a mercurial bundle file including a changeset to migrate the remaining fixes (385.60 KB, application/x-compressed)
2008-05-15 01:27 UTC, Torbjorn Norbye
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pslechta 2008-05-14 16:21:16 UTC
User tor fixed several bugs in javascript area. These fixes should be integrated into 6.1 patch 1 (some of them maybe
into 6.1 patch 2). This task is created to track this effort.
Comment 2 pslechta 2008-05-14 16:44:24 UTC
The following fixes still need to be ported into release61_fixes repository:

changeset:   79255:34a5f55fb030
tag:         tip
user:        Tor Norbye <tor@netbeans.org>
date:        Fri Apr 25 20:51:21 2008 -0700
summary:     * Add <canvas> tag support in the JavaScript libraries (Also fixes 133939)

changeset:   78768:9182f5c33fcf
user:        Tor Norbye <tor@netbeans.org>
date:        Mon Apr 21 08:52:44 2008 -0700
summary:     133384: NullPointerException at org.netbeans.modules.gsfret.editor.hyperlink.GoToSupport$1.run

changeset:   78695:d3aec75431f3
user:        Tor Norbye <tor@netbeans.org>
date:        Sat Apr 19 21:16:19 2008 -0700
summary:     Fix various bugs related to Go To Declaration in JavaScript

changeset:   78693:f287ea296f64
user:        Tor Norbye <tor@netbeans.org>
date:        Sat Apr 19 10:26:35 2008 -0700
summary:     For web projects, we should only scan in the web/ folder for JavaScript files! The generic source roots

changeset:   78332:25d02fc08c15
user:        Tor Norbye <tor@netbeans.org>
date:        Thu Apr 17 15:59:53 2008 -0700
summary:     A couple of JavaScript completion tweaks

changeset:   78331:f15a8a775d80
user:        Tor Norbye <tor@netbeans.org>
date:        Thu Apr 17 15:44:01 2008 -0700
summary:     A few more tweaks to code completion for the demo scenario

changeset:   78330:20a6f820c485
user:        Tor Norbye <tor@netbeans.org>
date:        Thu Apr 17 15:15:41 2008 -0700
summary:     Fix insert-break handling for {} in calls

changeset:   78329:0fcc39e4370e
user:        Tor Norbye <tor@netbeans.org>
date:        Thu Apr 17 15:14:33 2008 -0700
summary:     Fix a couple of bugs that affect demos (showing browser compatibility on properties, and a missing resource)

changeset:   78226:bc5194f82096
user:        Tor Norbye <tor@netbeans.org>
date:        Wed Apr 16 18:01:22 2008 -0700
summary:     Fix NPE

changeset:   78139:c0ec410de37a
user:        Tor Norbye <tor@netbeans.org>
date:        Tue Apr 15 18:54:27 2008 -0700
summary:     Improve code completion: include the currently called method surrounding

changeset:   78109:fddee703b318
user:        Tor Norbye <tor@netbeans.org>
date:        Tue Apr 15 09:52:30 2008 -0700
summary:     Fix many JavaScript AST position errors.
Comment 3 Torbjorn Norbye 2008-05-15 01:27:50 UTC
Created attachment 61414 [details]
Zip of a mercurial bundle file including a changeset to migrate the remaining fixes
Comment 4 Torbjorn Norbye 2008-05-15 01:28:58 UTC
I have attached a bundle file which can be applied to the release61_fixes branch (the tip before my commit was changeset
bc82d8d90e2d). This changeset includes all the remaining fixes for the JavaScript patch.
Comment 5 pslechta 2008-05-15 11:10:41 UTC
The bundle with remaining changes was used.

http://hg.netbeans.org/release61_fixes/rev/023e92d69693

Now, all the changes done by Tor should be backported in release61_fixes repository.
NB build is OK, everything compiles fine.
Comment 6 Martin Schovanek 2008-05-19 16:58:21 UTC
Verified in 6.1fcs+patch1.