Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 288615 - Refactor HtmlUtil.js to remove StringBuilder.js
Summary: Refactor HtmlUtil.js to remove StringBuilder.js
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.3 M2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-04 04:51 EDT by Tim Buschtoens CLA
Modified: 2009-09-08 07:34 EDT (History)
0 users

See Also:


Attachments
fix (10.67 KB, patch)
2009-09-08 06:40 EDT, Tim Buschtoens CLA
ivan: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Buschtoens CLA 2009-09-04 04:51:37 EDT
StringBuilder.js (used by HtmlUtil.js, used by MultiCellWidget.js) is trying to access an html-file that does not exist (reason unkown). It could easily be replaced by an simple array.
Comment 1 Tim Buschtoens CLA 2009-09-08 06:40:17 EDT
Created attachment 146647 [details]
fix

Eliminates need for StringBuilder.js by removing HtmlUtil.js completely. (Also some changes in MultiCellWidget for this to work.) 

For StringBuild to be actually removed, qx.js and qx-debug.js must be build again.
Comment 2 Ivan Furnadjiev CLA 2009-09-08 07:33:16 EDT
Applied patch to CVS HEAD.