openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Atom - The hackable editor
Settings
|
Report Duplicate
25
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Nov 15, 2022 — Nov 15, 2023
Showing page 2,833 of 2,839
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
filter.CHILD rewrite
LosTFx
More...
almost 16 years ago
filter.CHILD rewrite
LosTFx
More...
almost 16 years ago
Added an extra check in prefilter.CLASS to speed up IE
LosTFx
More...
almost 16 years ago
Added an extra check in prefilter.CLASS to speed up IE
LosTFx
More...
almost 16 years ago
Made the getAttribute check more explicit - comment nodes don't have getAttribute in XUL documents. Fixes jQuery bug #3870.
John Resig
More...
almost 16 years ago
Made the getAttribute check more explicit - comment nodes don't have getAttribute in XUL documents. Fixes jQuery bug #3870.
John Resig
More...
almost 16 years ago
Bumping Sizzle version to 0.9.3.
John Resig
More...
almost 16 years ago
Bumping Sizzle version to 0.9.3.
John Resig
More...
almost 16 years ago
Tweaked one of the selector tests.
John Resig
More...
almost 16 years ago
Tweaked one of the selector tests.
John Resig
More...
almost 16 years ago
Added some additional checks to make sure that the correct methods are being used in IE on XML documents.
John Resig
More...
almost 16 years ago
Added some additional checks to make sure that the correct methods are being used in IE on XML documents.
John Resig
More...
almost 16 years ago
Bumping the version of Sizzle up to 0.9.2.
John Resig
More...
almost 16 years ago
Bumping the version of Sizzle up to 0.9.2.
John Resig
More...
almost 16 years ago
A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML documents, so we just fall back to the normal engine.
John Resig
More...
almost 16 years ago
A follow-up for bug #3945. ID selectors don't work in querySelectorAll on XML documents, so we just fall back to the normal engine.
John Resig
More...
almost 16 years ago
Make sure that [name=foo] and #id selectors don't use the native methods on XML documents (since id and name attributes may not be defined by a DTD and will return nothing instead. Fixes jQuery bug #3945.
John Resig
More...
almost 16 years ago
Make sure that [name=foo] and #id selectors don't use the native methods on XML documents (since id and name attributes may not be defined by a DTD and will return nothing instead. Fixes jQuery bug #3945.
John Resig
More...
almost 16 years ago
Now handle the case where Safari's querySelectorAll fails on uppercase characters in quirks mode. Added a test to check for it and re-worked some of the existing tests to better handle document order issues. Fixes jQuery bug #3840.
John Resig
More...
almost 16 years ago
Now handle the case where Safari's querySelectorAll fails on uppercase characters in quirks mode. Added a test to check for it and re-worked some of the existing tests to better handle document order issues. Fixes jQuery bug #3840.
John Resig
More...
almost 16 years ago
After discussing it with a number of users I've decided to revert the change to [name!=value]. It is now equal to :not([attr!=value]). Attempting to switch it to [attr]:not([attr!=value]) produced some really non-obvious results and confused users. Fixes jQuery bug #3884.
John Resig
More...
almost 16 years ago
After discussing it with a number of users I've decided to revert the change to [name!=value]. It is now equal to :not([attr!=value]). Attempting to switch it to [attr]:not([attr!=value]) produced some really non-obvious results and confused users. Fixes jQuery bug #3884.
John Resig
More...
almost 16 years ago
CHILD positions were being cached improperly. Tweaked it and added a test to make sure it doesn't happen again. Fixes jQuery bug #3924.
John Resig
More...
almost 16 years ago
CHILD positions were being cached improperly. Tweaked it and added a test to make sure it doesn't happen again. Fixes jQuery bug #3924.
John Resig
More...
almost 16 years ago
Fixed a missing semicolon. Fixes jQuery bug #3927.
John Resig
More...
almost 16 years ago
Fixed a missing semicolon. Fixes jQuery bug #3927.
John Resig
More...
almost 16 years ago
Added a performance improvement to preFilter.CLASS from LosT on the Sizzle.js mailing list.
John Resig
More...
almost 16 years ago
Added a performance improvement to preFilter.CLASS from LosT on the Sizzle.js mailing list.
John Resig
More...
almost 16 years ago
Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.
John Resig
More...
almost 16 years ago
Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.
John Resig
More...
almost 16 years ago
←
1
2
…
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree