Commits related to the token: firefox, as of 09-30-2013
SHA | date | commit |
48a3549 |
3 weeks ago |
Restore support for Firefox < 23, Chrome < 28 and Safari 5.1. |
bbbdd94 |
5 weeks ago |
Fix #10814. Make support tests lazy and broken out to components. |
16115c1 |
4 months ago |
support.boxSizingReliable in FF 23 should be true. Close gh-1288 |
6da5eb1 |
7 months ago |
Follow-up for 22a4e5bd0a7c0a92b54b9965984b582fd42099f2, fix .checkOn, add support tests. Cloes gh-1199. |
17049c7 |
9 months ago |
2.0: reduced xhr transport |
ccf7aba |
10 months ago |
Remove outdated support tests |
7b5ffcd |
1 year, 3 months ago |
Fixes a variety of typographical problems. Closes gh-853 |
3d6237e |
1 year, 10 months ago |
Remove the invisible body in support; Add temporary tests to verify correct support completions for upcoming support changes. |
81de96a |
2 years, 6 months ago |
Fixes #8099 using iframe to capture an element's real default display; suggested by lrbabe/louisremi |
885b64d |
2 years, 6 months ago |
Fixes #8099 using iframe to capture an element's real default display; suggested by lrbabe/louisremi |
fbf79c0 |
2 years, 8 months ago |
Remove old cruft from test folder. Change "polluted" test suite loader to use CDN hosted libraries. |
b90369e |
2 years, 8 months ago |
Fixes #8135. Makes sure any exception thrown by Firefox when trying to access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior. |
ab3ba4a |
2 years, 10 months ago |
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. |
ffb1867 |
3 years, 9 months ago |
Rewrite of jQuery.browser to become engine-centric, rather than browser-centric. Also attempt to determine the engine version in a smarter fashion, less prone to error. Finally, enhanced the test suite with 255 useragent strings from http://user-agent-string.info/download for testing. jQuery.browser.safari is now deprecated, use jQuery.browser.webkit instead. |
17791c9 |
3 years, 10 months ago |
Added in jQuery.browser.firefox, deprecated jQuery.browser.mozilla. |
d3dc2d1 |
3 years, 10 months ago |
Get browser version rather than rendering engine version. Don't recognize Chrome as Safari. See results of different userAgent strings here: http://spreadsheets.google.com/ccc?key=0Aj5JJFjq9rZDdHdxXzRLVnY0SzFpRTBOUDc4VmhzRVE |
c7006d2 |
3 years, 11 months ago |
Removing the old speed perf directory (the current one is in the main 'speed' directory). |
d7d908b |
4 years, 6 months ago |
decoupling styles retrieval from the attr method |
dcbec1f |
4 years, 9 months ago |
Cleaned up the benchmarking utility (using a newer version of jQuery and fixing the runner). |
fa13d60 |
5 years ago |
test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fails, but 1.8.x doesn't fail anymore. |
52fbe5d |
5 years ago |
test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them. |
b0b5fa7 |
6 years ago |
Fixed the build/speed testing application to work with current versions of jQuery. The main changes were implementing :has() where necessary to replace functionality that no longer existed and to use noConflict() so the libraries wouldn't have to be modified for the speed testing. |
b4e23b5 |
6 years ago |
Reorganzing the jQuery source (first phase). |
73ab36b |
6 years ago |
Added the Speed Test Suite. Can be made by doing 'make speed'. |
2712efd |
7 years ago |
Update for src and href attribute selectors fix |
4c850c2 |
7 years ago |
Fix the ^= type attribute selector in firefox for href. |
666cc90 |
7 years ago |
Fix for #534 |
Commits related to the token: bugzilla, as of 09-30-2013
SHA | date | commit |
6318ae6 |
7 weeks ago |
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. |
dca7681 |
6 months ago |
Improve CSS and `Support:` comments. Close gh-1220. |
c078b83 |
1 year, 1 month ago |
Fix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909. |
1122c8c |
1 year, 4 months ago |
Adjust the return type for the tabindex attribute tests to be a string. Recomment a tabindex test since FF12's QSA includes video elements that don't have a tabindex attribute. |
fbf79c0 |
2 years, 8 months ago |
Remove old cruft from test folder. Change "polluted" test suite loader to use CDN hosted libraries. |
f3474c0 |
4 years, 1 month ago |
fix for #5198, event memory leak limited to IE only via conditional compilation |
dae96f5 |
4 years, 6 months ago |
Added some more information to the unload event cleanup. |
fa13d60 |
5 years ago |
test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fails, but 1.8.x doesn't fail anymore. |
52fbe5d |
5 years ago |
test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them. |