Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 376095

Summary: Remove promise from content assist
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: EditorAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 1.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-04-04 11:41:46 EDT
The contentAssist.js file contains a half-baked implementation of an asynchronous Promise. It should consume a better promise implementation from someplace else (not dojo).
Comment 1 Mark Macdonald CLA 2012-10-04 10:48:53 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=67428864b75d0cede13b0f5b57dcd9d0a881aa7c

orion/Deferred is now used. This simplified the error-handling process enough that I was also able to fix bug 376403.