]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2012-12-31 Rick WaldronMerge branch '2.0-core' of https://github.com/rwldrn...
2012-12-31 Rick WaldronMerge branch 'event20' of https://github.com/dmethvin...
2012-12-31 Rick WaldronMerge branch '2.0-manipulation' of https://github.com...
2012-12-31 Rick WaldronMerge branch '2.0-attributes-rebased'
2012-12-31 Rick WaldronMerge branch 'css2' of https://github.com/dmethvin...
2012-12-31 Rick WaldronMerge branch '2.0-traversing' of https://github.com...
2012-12-31 Timmy Willison2.0: Remove getSetAttribute and getSetInput and oldIE...
2012-12-31 Rick WaldronResolved conflict
2012-12-31 Timmy Willison2.0: Remove style->cssText attroproties fallback
2012-12-31 Timmy WillisonRemove outdated support tests
2012-12-31 Timmy Willison2.0: Remove support.optSelected
2012-12-31 Timmy Willison2.0: Remove oldIE enctype propFix
2012-12-31 Rick WaldronSet testswarm browsersets to "popular-no-old-ie"
2012-12-31 Rick WaldronUpdating the version to 2.0.0pre
2012-12-31 Mike SherovFixes #13088: under IE8, $(selector).attr('style')...
2012-12-29 Dave MethvinAdd release support for map files.
2012-12-28 OlegRename fixCloneNodeIssues helper to fixInput 1094/head
2012-12-28 OlegAdd tests for th element
2012-12-28 OlegAdd empty line
2012-12-28 OlegAdd more tests for wrapMap
2012-12-28 OlegAdd test for td append
2012-12-28 OlegwrapMap.col = wrapMap.tr
2012-12-28 OlegwrapMap.thead = wrapMap.tr
2012-12-28 OlegRewrite tests for colgroup, caption
2012-12-28 OlegRemove fix for #11280
2012-12-28 OlegRemove fieldset from wrapMap
2012-12-28 OlegAdd comments for optgroup and option elements in wrapMap
2012-12-28 OlegRemove fix for #4484, add more tests
2012-12-26 Dave MethvinClean up comments, including browser support levels. 1105/head
2012-12-26 Dave MethvinRemove try/catch around focus events needed by oldIE.
2012-12-26 Dave MethvinRemove obsolete event object fixups.
2012-12-26 Dave MethvinRemove oldIE proprietary event methods/properties.
2012-12-26 Dave MethvinRemove oldIE change and submit special-event code.
2012-12-26 Rick WaldronExplanations for each step of isPlainObject 1098/head
2012-12-26 Rick Waldronobj === Object(obj) comparison is an unnecessary artifa...
2012-12-26 Rick WaldronEnsure that null/undefined args don't choke on native...
2012-12-26 Rick WaldronFurther reduction, thanks @dcherman
2012-12-26 Rick WaldronStraightforward support note
2012-12-26 Rick WaldronStraightforward support note
2012-12-26 Rick WaldronRemove setTimeout for body existance
2012-12-26 Rick Waldron2.0: Reduce globalEval
2012-12-26 Rick Waldron2.0: Reduced parseXML
2012-12-26 Rick Waldron2.0: Reduce isPlainObject
2012-12-26 Rick Waldron2.0: Remove isArray shim
2012-12-26 Rick Waldron2.0: Remove now shim
2012-12-26 Rick Waldron2.0: Remove inArray shim
2012-12-26 Rick Waldron2.0: Remove JSON.parse shim
2012-12-26 Rick Waldron2.0: Remove trim shim
2012-12-26 Rick Waldron2.0: Removes attachEvent paths for jQuery.ready()
2012-12-24 OlegUse tabs instead of spaces
2012-12-24 OlegSimplify getAll helper
2012-12-24 OlegSimplify check for non-Elements
2012-12-24 OlegRemove fix for object element
2012-12-23 OlegSave 43 bytes
2012-12-23 OlegUse common loop iteration idiom
2012-12-23 OlegRemove fix for #9587
2012-12-23 OlegUse correct comments
2012-12-23 OlegSimplify check for empty set in jQuery#domManip
2012-12-23 OlegUse tabs instead of spaces
2012-12-23 OlegCode style changes
2012-12-23 OlegSave one byte
2012-12-23 OlegTake care of comments
2012-12-23 OlegAdd additional test
2012-12-23 OlegRemove needless expression
2012-12-23 OlegRevert changes in support module
2012-12-23 OlegUse GET method in jQuery#domManip
2012-12-23 OlegAdd additional test
2012-12-23 OlegRemove couple of spaces
2012-12-23 OlegMore simplifications fore jQuery#html
2012-12-23 OlegSpeed up iteration in jQuery#domManip if it called...
2012-12-23 OlegSimplify execution of script element if it processed...
2012-12-23 OlegUse jQuery.merge only if it really necessary
2012-12-23 OlegSimplify jQuery.expando
2012-12-23 OlegSimplify wrapMap
2012-12-23 OlegMove all helpers to the end of the module
2012-12-23 OlegRemove fixDefaultChecked helper
2012-12-23 OlegSimplify getAll helper
2012-12-23 OlegSimplify fixCloneNodeIssues helper
2012-12-23 OlegRemove memory fix
2012-12-23 OlegChange "isFunc" variable to "isFunction"
2012-12-23 OlegCode style changes
2012-12-23 OlegSimplify jQuery#wrap
2012-12-23 OlegCode style changes
2012-12-23 OlegRemove unused variables
2012-12-23 OlegRemove removal of container children through removeChil...
2012-12-23 OlegRemove tbody check
2012-12-23 OlegRemove leading white space check
2012-12-23 OlegRemove createSafeFragment helper
2012-12-23 Dave MethvinFollowup to gh-1089. Avoid duplicate typeof check.
2012-12-23 Sebi BurkhardFix #13075. Optimize $.type by preferring `typeof`...
2012-12-23 Sebi BurkhardFix #13076. Speed up $() with strings, part of gh-1089.
2012-12-23 Dave MethvinPut .min.js file at the end so compare_size will work.
2012-12-22 Dave MethvinKnow when to hold em, know when to fold em.
2012-12-22 Dave MethvinPut the map in the dist directory.
2012-12-22 Dave MethvinPost-process map file so it has the right path.
2012-12-21 Richard GibsonUpdate Sizzle
2012-12-21 Richard GibsonFix 00bbbe20 test failures
2012-12-21 OlegDo not perform support check for old Opera. Close gh...
2012-12-21 OlegFix #12569. Improve feature detect for event bubbling...
2012-12-21 Richard GibsonFix #13070: better unescaping logic in Sizzle
next