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 137016 - Evaluate and use EditorContextDispatcher
Summary: Evaluate and use EditorContextDispatcher
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Joelle Lam
URL:
Keywords: PERFORMANCE
Depends on: 137005
Blocks: 133682
  Show dependency tree
 
Reported: 2008-06-11 16:26 UTC by Martin Entlicher
Modified: 2008-06-27 16:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The proposed change in JavaScript debugger. (10.16 KB, text/plain)
2008-06-11 16:30 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2008-06-11 16:26:22 UTC
In order to improve performance of context switching, EditorContextDispatcher was introduced to provide the current
context and an efficient way to listen on changes concerning files of specific MIME type. See issue #133682 for details.

The proposed change in JavaScript debugger is attached, please review the diff, I can integrate the change after the API
review of issue #137005 is finished.
Comment 1 Martin Entlicher 2008-06-11 16:30:19 UTC
Created attachment 62678 [details]
The proposed change in JavaScript debugger.
Comment 2 _ sandipchitale 2008-06-11 18:12:47 UTC
Joelle can you please review and comment on Martin's proposed changes.
Comment 3 Joelle Lam 2008-06-17 15:39:48 UTC
+1 Thanks!
Comment 4 Martin Entlicher 2008-06-25 14:16:53 UTC
Integrated in trunk, changeset:   86450:9541dfdd4c0a
http://hg.netbeans.org/main/rev/9541dfdd4c0a
Comment 5 Quality Engineering 2008-06-27 16:12:43 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #285 build
Changeset: http://hg.netbeans.org/main/rev/9541dfdd4c0a
User: mentlicher@netbeans.org
Log: #137016 - JavaScript debugger uses EditorContextDispatcher.