CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 05:45:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20101007221831
location: https://web.archive.org/web/20101007221831/https://github.com/jquery/jquery/commits/master.atom
server-timing: captures_list;dur=0.577128, exclusion.robots;dur=0.020819, exclusion.robots.policy;dur=0.009954, esindex;dur=0.011054, cdx.remote;dur=28.373396, LoadShardBlock;dur=389.311743, PetaboxLoader3.datanode;dur=297.795002, PetaboxLoader3.resolve;dur=57.519569
x-app-server: wwwb-app204
x-ts: 302
x-tr: 446
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 27 Jul 2025 05:45:12 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 19877
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Thu, 07 Oct 2010 22:18:31 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "44fac2df45c1581ffb5d5e21f574dc02"
x-archive-orig-x-runtime: 12ms
x-archive-orig-content-length: 19877
x-archive-orig-cache-control: private, max-age=0, must-revalidate
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 07 Oct 2010 22:18:31 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 07 Oct 2010 22:18:31 GMT", ; rel="memento"; datetime="Thu, 07 Oct 2010 22:18:31 GMT", ; rel="next memento"; datetime="Thu, 23 Jun 2011 09:08:29 GMT", ; rel="last memento"; datetime="Mon, 04 Jan 2021 22:09:55 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: WIDE-20101007181725110-00264-00282-ia360927/WIDE-20101007220113952-00282-28108~ia360927.us.archive.org~9443.warc.gz
server-timing: captures_list;dur=0.765734, exclusion.robots;dur=0.024042, exclusion.robots.policy;dur=0.010876, esindex;dur=0.016803, cdx.remote;dur=18.154326, LoadShardBlock;dur=84.495655, PetaboxLoader3.datanode;dur=167.951382, PetaboxLoader3.resolve;dur=372.467300, load_resource;dur=466.869919
x-app-server: wwwb-app204
x-ts: 200
x-tr: 616
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
tag:github.com,2008:/jquery/jquery/commits/master
Recent Commits to jquery:master
2010-10-05T07:32:57-07:00
tag:github.com,2008:Grit::Commit/a2aefbf3b198620ae45d2451d21cc5bf96258a7d
Fixes acceptData defining in the global scope.
2010-10-05T07:32:57-07:00
rwldrn
https://github.com/rwldrn
<pre>m src/data.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixes acceptData defining in the global scope.</pre>
tag:github.com,2008:Grit::Commit/57c046f91cbc3caf174ecc993fe883c027340901
Tweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jaubourg for the catch.
2010-09-30T15:40:30-07:00
John Resig
https://github.com/jeresig
<pre>m test/unit/ajax.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Tweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jaubourg for the catch.</pre>
tag:github.com,2008:Grit::Commit/06c505d85194890f8bacabc66895a6167b61728a
Make sure setting opacity does not clobber other inline filters. Fixes #7101.
2010-09-30T11:24:59-07:00
Colin Snover
<pre>m src/css.js
m test/unit/css.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Make sure setting opacity does not clobber other inline filters. Fixes #7101.</pre>
tag:github.com,2008:Grit::Commit/cb811c04b035eb2d652b0831e20ea1d3a4d9c448
Using data() on JavaScript objects sets fields directly on the object. Note that events are now a property of a function (to avoid JSON serialization - and only in the case of JavaScript objects, not DOM nodes). Fixes #6807.
2010-09-29T06:46:25-07:00
Dave Reed
https://github.com/InfinitiesLoop
<pre>m src/data.js
m src/event.js
m test/unit/data.js
m test/unit/event.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Using data() on JavaScript objects sets fields directly on the object. Note that events are now a property of a function (to avoid JSON serialization - and only in the case of JavaScript objects, not DOM nodes). Fixes #6807.</pre>
tag:github.com,2008:Grit::Commit/ec7ea3fba15379ebe8ddff5f6c99ec3faf8d6d17
Adjust fallback top/left to just be 0 for disconnected DOM nodes. Follow-up to cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc, thanks to @jitter for the catch.
2010-09-29T05:45:52-07:00
John Resig
https://github.com/jeresig
<pre>m src/offset.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Adjust fallback top/left to just be 0 for disconnected DOM nodes. Follow-up to cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc, thanks to @jitter for the catch.</pre>
tag:github.com,2008:Grit::Commit/49f6f341814dce07b9fe2eff0052feb5ef286dfd
Fix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jitter for the catch.
2010-09-29T05:41:27-07:00
John Resig
https://github.com/jeresig
<pre>m test/unit/event.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jitter for the catch.</pre>
tag:github.com,2008:Grit::Commit/ab77451843e07dd57101e933b5b6c093b024d8eb
Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b. Thanks to @jdalton for the catch.
2010-09-28T20:13:40-07:00
John Resig
https://github.com/jeresig
<pre>m src/event.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b. Thanks to @jdalton for the catch.</pre>
tag:github.com,2008:Grit::Commit/f1f6bc3ec43d86f5b2a0c2b8bf711a2d35930717
Handle child selectors in particular - away from the selector engine. Fixes #7029.
2010-09-28T10:33:21-07:00
John Resig
https://github.com/jeresig
<pre>m src/traversing.js
m test/unit/traversing.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Handle child selectors in particular - away from the selector engine. Fixes #7029.</pre>
tag:github.com,2008:Grit::Commit/873c28425fb64fdb48cfa09d17041bded39b301f
Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes #6298.
2010-09-28T10:12:33-07:00
John Resig
https://github.com/jeresig
<pre>m src/ajax.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes #6298.</pre>
tag:github.com,2008:Grit::Commit/0368606c081fd15dfbcd8509734ef63c58a6b008
Make sure that the contents of the element is still in place when html(Function) is called. Fixes #6733.
2010-09-28T09:50:44-07:00
John Resig
https://github.com/jeresig
<pre>m src/manipulation.js
m test/unit/manipulation.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Make sure that the contents of the element is still in place when html(Function) is called. Fixes #6733.</pre>
tag:github.com,2008:Grit::Commit/e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b
Tweak the logic for fixing event.which. Fixes #2338.
2010-09-28T09:07:57-07:00
John Resig
https://github.com/jeresig
<pre>m src/event.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Tweak the logic for fixing event.which. Fixes #2338.</pre>
tag:github.com,2008:Grit::Commit/9190d4fd603884ed1debf8c0f7817d45b72e1aef
Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5632.
2010-09-28T08:57:20-07:00
John Resig
https://github.com/jeresig
<pre>m src/css.js
m test/unit/css.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5632.</pre>
tag:github.com,2008:Grit::Commit/558d96b42aab634e26a66ff337a03ae89be5b33b
Make setting .css(name, undefined) a no-op. Fixes #4388.
2010-09-28T08:53:09-07:00
John Resig
https://github.com/jeresig
<pre>m src/css.js
m test/unit/css.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Make setting .css(name, undefined) a no-op. Fixes #4388.</pre>
tag:github.com,2008:Grit::Commit/879799fe955f01b85b59fd8a0096d415fc48df03
Make sure that ambiguous val() selection works correctly.
2010-09-28T08:36:28-07:00
John Resig
https://github.com/jeresig
<pre>m test/index.html
m test/unit/attributes.js
m test/unit/selector.js
m test/unit/traversing.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Make sure that ambiguous val() selection works correctly.</pre>
tag:github.com,2008:Grit::Commit/c7c067723006b0dfbb123c1a36885580a587d091
Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this before - but is now consistent across platforms). Fixes #6341.
2010-09-28T08:12:13-07:00
John Resig
https://github.com/jeresig
<pre>m src/attributes.js
m test/unit/attributes.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this before - but is now consistent across platforms). Fixes #6341.</pre>
tag:github.com,2008:Grit::Commit/cf672a2e7a886cac5ae62f6772c6b4b43b19a2fc
Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #4996.
2010-09-28T07:55:48-07:00
John Resig
https://github.com/jeresig
<pre>m src/offset.js
m test/unit/offset.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #4996.</pre>
tag:github.com,2008:Grit::Commit/7be11207b9267592a639eb739dc8d719c7de56a1
Removing unique check on closest(Array) (it wasn't appropriate there and broke functionality elsewhere) - follow-up to commit 8c41325a081f4009aa94748b9b6045e50a78422e. Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dda386b6b2848196689a02a2da6aa40d.
2010-09-27T17:59:42-07:00
jeresig
https://github.com/jeresig
<pre>m src/traversing.js
m test/unit/traversing.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Removing unique check on closest(Array) (it wasn't appropriate there and broke functionality elsewhere) - follow-up to commit 8c41325a081f4009aa94748b9b6045e50a78422e. Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dda386b6b2848196689a02a2da6aa40d.</pre>
tag:github.com,2008:Grit::Commit/8c41325a081f4009aa94748b9b6045e50a78422e
Merge branch 'closestbug-6700' of https://github.com/ajpiano/jquery into ajpiano-closestbug-6700
2010-09-27T12:45:02-07:00
jeresig
https://github.com/jeresig
<pre>m src/traversing.js
m test/unit/traversing.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Merge branch 'closestbug-6700' of https://github.com/ajpiano/jquery into ajpiano-closestbug-6700</pre>
tag:github.com,2008:Grit::Commit/e63fa8beb8e285fe19fc0a1557045b80e3c63c66
Merge branch 'master' of https://github.com/aakoch/jquery into aakoch-master
2010-09-27T11:49:13-07:00
jeresig
https://github.com/jeresig
<pre>m src/ajax.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Merge branch 'master' of https://github.com/aakoch/jquery into aakoch-master</pre>
tag:github.com,2008:Grit::Commit/ea6a4813b7d996f6f7af0b61a5f1bf4ab80b291d
Allow 304/Not Modified tests to complete in Opera.
2010-09-27T09:10:00-07:00
jeresig
https://github.com/jeresig
<pre>m test/unit/ajax.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Allow 304/Not Modified tests to complete in Opera.</pre>