Bug 399697 - [editor] lazily load patch set controls
Summary: [editor] lazily load patch set controls
Status: RESOLVED DUPLICATE of bug 399699
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Mylyn Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-31 19:36 EST by Miles Parker CLA
Modified: 2013-02-02 17:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miles Parker CLA 2013-01-31 19:36:43 EST
Currently, the editor creates controls for all patch sets at open time. (Introduced by a change in bug 334967.) Creating so many controls causes performance issues on some platforms. We should differ creation of those controls until the user actually opens a given patch set (sub) section.
Comment 1 Miles Parker CLA 2013-01-31 20:08:37 EST
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=334967#c26 and replies for more context.
Comment 2 Steffen Pingel CLA 2013-02-02 17:46:20 EST
This has been fixed as part of bug 399699. Patch set sections are now constructed lazily again.

*** This bug has been marked as a duplicate of bug 399699 ***