Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Bug 339513 - InjectorImpl, isOverridden: checks method with itself instead of...v20110407-2030Oleg Besedin1-1/+80
2011-02-11Bug 336948 - Potential leak of ContextInjectionListenerv20110217-1730Oleg Besedin2-0/+77
2010-11-25Bug 329282 - [DI] The current 'uninject' scenarios break the API contractv20101125-1630Root_translation_branchOleg Besedin7-29/+34
2010-11-12Bug 330118 - Reduce number of RaTs created on context updateOleg Besedin1-0/+41
2010-11-02Bug 329266 - Deprecate and remove IDisposableOleg Besedin12-57/+47
2010-11-01Bug 329208 - [context] Organize listeners by nameOleg Besedin2-12/+9
2010-10-12Bug 327602 - [context] Parent context retains reference to disposed childrenv20101014-1600Oleg Besedin1-0/+2
2010-10-12Bug 327585 - Commands, Handlers, and keybindings should use leaf lookupOleg Besedin1-4/+9
2010-10-07Bug 327283 - [context] Context functions are called on trivial parent changeOleg Besedin1-0/+49
2010-10-06Bug 326182 - [EclipseContext] revisit how variables are looked-upv20101006-1500Oleg Besedin3-5/+4
2010-10-05Bug 326182 - [EclipseContext] revisit how variables are looked-upOleg Besedin5-98/+76
2010-10-04Bug 326182 - [EclipseContext] revisit how variables are looked-upOleg Besedin2-35/+34
2010-10-04Bug 326182 - [EclipseContext] revisit how variables are looked-upOleg Besedin2-4/+9
2010-10-01 Bug 326182 - [EclipseContext] revisit how variables are looked-upOleg Besedin3-0/+311
2010-08-23Bug 320857 - Too many (or too expensive) context updates on Java editor activ...v20100826-1530Oleg Besedin2-0/+109
2010-08-20Bug 320857 - Too many (or too expensive) context updates on Java editor activ...Oleg Besedin2-12/+81
2010-07-13Bug 319728 - Uninjection of primitive values is brokenv20100713-1145Oleg Besedin1-0/+23
2010-07-06Bug 319022 - [DI] [UI]EventObjectSupplier doesn't work with wildcards in topi...v20100706-2000Oleg Besedin1-0/+35
2010-06-30Bug 317183 - Toolbar buttons seem to do nothing (but are enabled)Oleg Besedin2-0/+84
2010-06-29Bug 315781 - 'File > Save' is always disabledOleg Besedin2-0/+88
2010-06-22Bug 317595 - Add ability to uninject without specific contextOleg Besedin4-2/+250
2010-06-15Bug 316977 - Event injection should be able to inject whole event objectv20100615-2100Oleg Besedin1-0/+44
2010-06-10Bug 316392 - DI and Multi/Single valued context valuesv20100613-1930Oleg Besedin2-1/+70
2010-06-09Bug 316375 - Add ability to inject preference nodesv20100609-2000Oleg Besedin1-0/+11
2010-06-03Bug 315325 - Move Persist-Annotation to core.div20100603-1900Oleg Besedin1-22/+3
2010-06-02Bug 315493 - Null value in the child context is lost if non-null value set in...v20100604-1515v20100602-1900Oleg Besedin1-0/+8
2010-06-02Bug 315109 - Context function set in ancestor cannot be overridden by regular...Oleg Besedin2-0/+184
2010-05-18Bug 312622 - HandlerService takes up over 90% of time to activate an editorOleg Besedin9-47/+17
2010-05-13Bug 304844 - e4 Dependency Injection should support javax.annotation.{PostCon...v20100513-1500Oleg Besedin12-20/+22
2010-05-06Bug 311907 - Support conversion of @Preference typesOleg Besedin1-5/+142
2010-05-06Bug 311882 - Support injection of primitive typesOleg Besedin2-4/+97
2010-05-05Bug 310839 - API cleanup for DI and ContextsOleg Besedin6-173/+42
2010-05-04Bug 310839 - API cleanup for DI and Contextsv20100504-1500Oleg Besedin4-11/+9
2010-05-04Bug 310839 - API cleanup for DI and ContextsOleg Besedin1-12/+10
2010-05-04Bug 304437 - [EAS] preferencesOleg Besedin2-6/+6
2010-05-03Bug 310839 - API cleanup for DI and ContextsOleg Besedin3-5/+5
2010-04-30Bug 310839 - API cleanup for DI and ContextsOleg Besedin1-19/+1
2010-04-29Fixed problem with the testOleg Besedin1-1/+0
2010-04-28Bug 310832 - collect DI & contexts tests in the org.eclipse.e4.core.testsOleg Besedin33-6/+3918
2010-04-27Bug 292766 - [context] Make context control methods easier to useOleg Besedin3-7/+7
2010-04-27Bug 301462 - @PreDestroy methods do not appear to be calledOleg Besedin2-0/+129
2010-04-26Bug 307061 - Use annotations for invokeOleg Besedin1-2/+4
2010-04-23Bug 302533 - Injectable classes should be instantiated by the injector even i...v20100424-1900Oleg Besedin1-1/+6
2010-04-19Added TCK tests to the nightly test set (Bug 309671 - Add com.google.code.ati...Oleg Besedin3-1/+63
2010-04-19Bug 309698 - Disposing parent context does not cause objects injected by a ch...Oleg Besedin2-0/+58
2010-04-19Bug 296337 - [Contexts] 2 Injector dispose calls causing InvocationTargetExce...Oleg Besedin3-0/+102
2010-04-19Bug 299760 - ContextInjectionFactory's invoke method (with no default return ...v20100419-1030aOleg Besedin2-0/+49
2010-04-19Bug 304842 - ContextInjectionFactory's javadoc needs correctionOleg Besedin3-0/+68
2010-04-16Bug 309183 - [core] API: clean up exception propagation in DI and contexts pr...v20100419-1030Oleg Besedin1-0/+241
2010-04-13Bug 304945 - [EAS] proposal for a simple way for clients to listen to eventsv20100416-1400Oleg Besedin4-2/+233

Back to the top