Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-14Bugzilla 414993. Content assist selection for "this." doesn't getv201308141852jpadilla1-1/+1
2013-07-15[384319] CPU utilization to 100% when this is appended to new objectv201307161720Jason Peterson1-1358/+775
2011-07-19[351448] [Content Assist] No parameters populated for constructor for code co...cjaun1-809/+660
2011-07-14[327093] java.lang.IllegalArgumentException: Argument not valid in StyledText...nitind1-4/+10
2011-07-01[343054] [content assist] <init> shows up as a completion proposalcjaun1-1/+1
2011-04-27[343691] exception stack trace on $ as a type namecjaun1-1/+1
2011-04-13[342722] Content assist filtering does not work if module and type name start...cjaun1-1/+5
2011-04-05[333825] CompletionEngine had unused variables treated differently by new com...nitind1-299/+299
2010-12-15[331473] Inference mixin support brokennitind1-50/+0
2010-12-14[332568] Provide content assist for JavaScript typesnitind1-0/+7
2010-07-13Pulled 3.2.1 fixes into HEADcjaun1-65/+105
2010-04-16[309315] [exceptions] Found a problem with the 'by relevance' (org.eclipse.ws...cjaun1-12/+2
2010-04-14[309133] [content assist] Should not be checking Task Tags during content ass...cjaun1-1/+3
2010-01-13[251207] [validation] Inheritance broken if Classes are in separate files.cjaun1-230/+1
2010-01-12[251207] [validation] Inheritance broken if Classes are in separate files.cjaun1-12/+1
2009-12-22[nobug] avoid NPE and possible infinite loop from original fix for [269049]nitind1-9/+12
2009-12-03[269074] [content assist] "arguments" object not available in content assistcjaun1-4/+13
2009-12-02[269049] [content assist] Content assist for Objects shows confusing type namescjaun1-0/+28
2009-11-23[nobug] remove redundant castnitind1-1/+1
2009-11-23[295736] [search] General clean up of JavaScript searchcjaun1-4/+0
2009-11-20[295736] [search] General clean up of JavaScript searchcjaun1-41/+1
2009-11-17[294918] [search] Type hierarchy is not complete for multiple levels of inher...cjaun1-4/+0
2009-11-16[294918] [search] Type hierarchy is not complete for multiple levels of inher...cjaun1-1/+168
2009-11-12[294918] [search] Type hierarchy is not complete for multiple levels of inher...cjaun1-168/+1
2009-08-20[287175] Misc: ReturnType vs. InferredType in MethodDeclarationscjaun1-23/+0
2009-08-04[285639] Removal of unused error/warnings from JSDTcjaun1-20/+0
2009-07-10[262728] Work towards "Wrong Javascript Flow Analysis Validation"cjaun1-37/+9
2009-06-29[281899] Remove synthetic bindingscjaun1-64/+2
2009-06-25[234582] types scoping differs from browserscjaun1-194/+67
2009-06-24[281364] Clean up of org.eclipse.wst.jsdt.internal.compiler.astcjaun1-33/+0
2009-06-23[234582] types scoping differs from browserscjaun1-524/+15
2009-06-19[280937] Remove the TypeVariableBinding classcjaun1-108/+7
2009-06-15[268390] API clean up requiredcjaun1-2/+0
2009-06-15[280271] Removal of unused Binding classescjaun1-12/+0
2009-06-12[280082] Clean up the various DOM nodescjaun1-57/+2
2009-06-09[279706] Remove ast nodes for generic typescjaun1-213/+10
2009-06-09[279674] Remove ITypeParamter ast nodecjaun1-125/+1
2009-06-09[279661] Remove IWildcard from org.eclipse.wst.jsdt.core.astcjaun1-29/+0
2009-06-09[279629] Removal of unused ast classes - IAssertStatement, ICastExpression, I...cjaun1-14/+0
2009-06-08[279516] Removal of IAnnotation, IMarkingAnnotation, INormalAnnotation, and I...cjaun1-25/+0
2009-06-03[278989] Clean up of org.eclipse.wst.jsdt.core.Flags classcjaun1-72/+0
2009-06-03[278972] Clean up of CompletionProposal and CompetionContextcjaun1-42/+2
2009-04-23[262428] Some clean up needed of unused fields and methods - mostly in the Im...nitind1-211/+6
2008-12-03merge in changes from maintenance branchpberkland1-21/+0
2008-10-29merge changes into head from 3.0.3 maintenancepberkland1-0/+72
2008-10-01merge in changes from 3_0_maintenancepberkland1-1/+23
2008-08-21merge in 3.0.1 fixespberkland1-1/+12
2008-05-13[230291] remove dead codepberkland1-83/+80
2008-04-30update copyright dates and add provision api commentspberkland1-2/+2
2008-04-30[228098] refactor API names to better reflect javascriptpberkland1-61/+61

Back to the top