Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-25Bug 387504 comment 13: Bugs in program argument parsing (compared to command ↵v20121025-124248Markus Keller1-1/+36
line) Reverted special treatment of Windows arguments in DebugPlugin.exec(..)
2012-10-08Bug 390052 - ↵v20121008-163013Pawel Piech1-2/+9
VirtualViewerFilterTests.testREfreshToUnfilterElementsWithMixedFilters test times out on Windows 7
2012-10-04Bug 380288 - NPE switching to the Breakpoints ViewPawel Piech2-1/+34
Added guard to prevent updating viewer while input == null.
2012-09-21Bug 387504: Bugs in program argument parsing (compared to command line)v20120921-184318I20120925-0800Markus Keller1-12/+16
2012-09-05Bug 387504 - Bugs in program argument parsing (compared to command line)v20120905-155951Markus Keller3-0/+280
2012-08-09Bug 382046 - [flex] Intermittent failure in ↵v20120809-222045Pawel Piech2-50/+62
StateTests.testSaveAndRestoreInputInstance()
2012-06-19Bug 381175 - [patch] launchConfigurationTypeImage to support platform:Mohamed Hussein1-2/+24
style icons
2012-05-15Fix Copyrights.Pawel Piech28-28/+28
2012-04-25Bug 293618 - [tests][patch][breakpoints] Breakpoints view sorts up tov20120425-0322Daniel Friederich3-4/+387
first colon only
2012-04-12[nobug] synchronize PDE compiler settings + adjust JavaDoc processingv20120412-1646Mike Rennie2-9/+9
prefs
2012-04-09Bug 304066 - [flex] Race conditions in processing of delta and content updatesPawel Piech1-1/+1
Remainder of fix.
2012-04-09Bug 304066 - [flex] Race conditions in processing of delta and content updates.Pawel Piech3-3/+3
2012-04-09Bug 373790 - Debug view stays busy after Resumev20120409-1757N20120416-1918I20120416-1738I20120416-1719I20120416-1643I20120416-1623I20120416-1600I20120416-1508I20120411-2034I20120411-1737I20120411-0906I20120411-0258I20120410-2330I20120410-2037I20120410-1710I20120410-0633I20120410-0320I20120410-0304I20120410-0252I20120410-0238I20120410-0216I20120410-0152I20120410-0136I20120410-0122I20120410-0102I20120410-0049I20120410-0027I20120409-2358I20120409-2119I20120409-2018I20120409-1957I20120409-1911Pawel Piech2-2/+76
Fixed busy state in variables view when switching frames rapidly.
2012-03-30Bug 374447 - [memory] NPE in ↵v20120330-2013Pawel Piech1-2/+7
MemoryRenderingTests.testBindingChangeNotification test
2012-03-29Bug 373790 - Debug view stays busy after ResumePawel Piech3-7/+80
2012-03-02Bug 372619 - 10 test failures in official buildv20120302-0544Pawel Piech1-0/+2
Added a clarification comment to the test.
2012-02-29Bug 372619 - 10 test failures in official buildPawel Piech1-1/+2
Fixed a race condition in StateTests.testPreserveCollapseAndSelectDeltaAfterSaveAndRestore().
2012-02-24Bug 372550 - [flex-hierarchy] Poor performance when refreshing a view with ↵v20120224-2309Pawel Piech5-6/+71
large arrays (Performance unit test)
2011-12-10Bug 365985 - Compile warning in official buildPawel Piech1-1/+1
2011-12-01Bug 161435 - [flex] Promote asynchronous viewer framework to API -v20111201-2011Pawel Piech37-330/+1629
(merge flex_viewer_refactor branch into master)
2011-11-15bug 360015 - (Added a unit test and an additional guard againstv20111115-0624Pawel Piech1-5/+53
IColumnPresentation.getHeader() returning null.
2011-09-28[flex-hierarchy] AIOB exception while using viewer with filtersv20110928-0408Pawel Piech1-0/+16
2011-07-07[nobug] fix Javadoc warnings and add API problem filters for known API usage ↵Michael Rennie5-4/+20
problems
2011-05-05Copyright updatesMichael Rennie22-419/+429
2011-04-28Bug 343308 - Moved Jface viewer tests to a local run only tests suite.Pawel Piech2-19/+61
2011-04-26Bug 343308 - some tests timeout while running via XVnc on the Mac Hudson slavesPawel Piech12-252/+252
- Changed Display.sleep() calls to Thread.sleep(0)
2011-04-14Don't move linked resources on the EFS.Dani Megert1-2/+2
2011-03-02Bug 325465 - Virtual viewer tests timeout when viewer is hiddenPawel Piech11-119/+20
- Decided that the fix does more harm than good and backed out the ON_TOP style change.
2011-02-25Bug 325465 - Virtual viewer tests timeout when viewer is hiddenPawel Piech11-24/+30
- Disabled ON_TOP for Windows
2011-02-25Bug 335193 - NullPointerException raised by ModelContentProvider.cancelRestorePawel Piech2-7/+21
2011-02-24Bug 337782 - Running platform Debug tests logs spurious entries in consolePawel Piech1-1/+1
- Temporarily disabled test to try to resolve DNFs on Windows.
2011-02-23Bug 337782 - Running platform Debug tests logs spurious entries in consolePawel Piech1-1/+1
- Wait for label updates to complete before refreshing view.
2011-02-18Bug 325465 - Virtual viewer tests timeout when viewer is hiddenPawel Piech10-32/+98
- Removed the SWT.ON_TOP shell style on Macs.
2011-02-18Bug 337518 - compile warning in official buildPawel Piech1-3/+0
2011-02-17Bug 335193 - NullPointerException raised by ModelContentProvider.cancelRestorePawel Piech1-1/+73
2011-02-17Bug 325465 - Virtual viewer tests timeout when viewer is hiddenPawel Piech9-9/+27
Changed the shell setup from setMaximize() to setSize(800,600)
2011-02-17Bug 328297- need a way to initialize the width of columns, similar to ↵Pawel Piech1-2/+4
initialzie the columns in IColumnPresentation Made the test more reliable cross-platform.
2011-02-16Bug 325465 - Virtual viewer tests timeout when viewer is hiddenPawel Piech10-16/+20
2011-02-16Bug 328297 - need a way to initialize the width of columns, similar to ↵Pawel Piech2-0/+386
initialzie the columns in IColumnPresentation
2011-02-15Bug 335734 - [FlexHierarchy] InternalTreeModelViewer saveElementState and ↵Pawel Piech2-10/+97
doSaveElementState hurts performance for virtual tree
2010-10-26Bug 328673 - TestModelUpdatesListener has compile warning in official buildPawel Piech1-1/+1
2010-10-21Bug 210027 - TreeModelLabelProvider does not cancel stale updatesPawel Piech1-1/+231
2010-10-13Bug 327557 - test failure: testRestoreRevealAfterRevealCancel2Pawel Piech3-18/+84
2010-10-13 Bug 327557 - test failure: testRestoreRevealAfterRevealCancel2Darin Wright1-1/+6
2010-10-08Bug 326917 - [Fiexible Hierarchy] View state is not saved correctly when top ↵Pawel Piech4-31/+455
view element is deep in a tree hierarchy.
2010-09-29Bug 326565 - [Flex hierarchy] Unit tests for lazy loading in debugger views.Pawel Piech1-1/+2
2010-09-29Bug 326565 - [Flex hierarchy] Unit tests for lazy loading in debugger viewsPawel Piech9-11/+349
2010-09-28Bug 326410 - test failures on Mac: restore top indexPawel Piech1-8/+4
2010-09-28Bug 324100 - Updated copyright statement.Pawel Piech1-1/+2
2010-09-27Updated copyright statement.Pawel Piech2-2/+3

Back to the top