CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 23:49:53 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100130103922
location: https://web.archive.org/web/20100130103922/https://github.com/jrburke
server-timing: captures_list;dur=0.705589, exclusion.robots;dur=0.024224, exclusion.robots.policy;dur=0.010151, esindex;dur=0.011515, cdx.remote;dur=12.397546, LoadShardBlock;dur=241.587814, PetaboxLoader3.datanode;dur=86.659327, PetaboxLoader3.resolve;dur=83.165849
x-app-server: wwwb-app217
x-ts: 302
x-tr: 305
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app217; 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: Thu, 31 Jul 2025 23:49:54 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 30 Jan 2010 10:39:22 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "56169c70348d060c8f6024a37403a398"
x-archive-orig-x-runtime: 82ms
x-archive-orig-content-length: 106103
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 30 Jan 2010 10:39:22 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 29 Jun 2009 18:34:35 GMT", ; rel="prev memento"; datetime="Fri, 01 Jan 2010 22:21:35 GMT", ; rel="memento"; datetime="Sat, 30 Jan 2010 10:39:22 GMT", ; rel="next memento"; datetime="Sun, 25 Apr 2010 02:44:44 GMT", ; rel="last memento"; datetime="Mon, 28 Jul 2025 08:15:40 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: 52_14_20100130094704_crawl101-c/52_14_20100130103911_crawl101.arc.gz
server-timing: captures_list;dur=0.458743, exclusion.robots;dur=0.016620, exclusion.robots.policy;dur=0.007948, esindex;dur=0.009583, cdx.remote;dur=35.706755, LoadShardBlock;dur=202.593323, PetaboxLoader3.datanode;dur=509.561455, PetaboxLoader3.resolve;dur=178.055694, load_resource;dur=546.409283
x-app-server: wwwb-app217
x-ts: 200
x-tr: 903
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=()
content-encoding: gzip
jrburke's Profile - GitHub
Public Activity
jrburke
(James Burke)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- James Burke
- Website/Blog
- https://tagneto.blogspot.com
- Company
- Mozilla Messaging
- Member Since
- Apr 13, 2009 (9 months)
Following 0 coders and watching 5 repositories view all →
Public Repositories (4)
-
runjs
A file and module loader for JavaScript
Last updated Tue Jan 26 09:32:17 -0800 2010
-
jquery
jQuery JavaScript Library
Forked from jquery/jquery Thu Dec 17 14:47:59 -0800 2009
Last updated Sun Jan 17 16:22:38 -0800 2010
-
blade
A JavaScript toolkit experiment
Last updated Sat Jan 02 19:13:16 -0800 2010
-
dvcs_jslint
Pre-commit hook to run jslint that works for Git as well as Mercurial
Last updated Thu Dec 03 17:58:19 -0800 2009
Public Activity 
New branch is at jrburke/runjs/tree/require
HEAD is c74d334cf9eefad57092eb931f9dd47c7ab2f194
x

-
jrburke committed c74d334c:
Fix issue where loaded resources without names would not get called back correctly. Introduced test that demonstrates the issue and the fix.
-
jrburke committed 5d293276:
Introducing run.def for defining modules, to help make the API clearer when defining modules vs just running code that has dependencies.
HEAD is 9de2dbd7a774bf24cadc9ec777967a7fb9d634a2
x

-
jeresig committed 2526e293:
Fixing some bugs in the re-tooling of toggleClass, adding in some performance optimizations.
-
jeresig committed 600d3145:
A first pass at making sure that all the setter function arguments receive the index of the element and a relevant value to work with. Fixes #5763.
-
jeresig committed 84dd82eb:
Add some abort() Ajax tests. Verifies that #3984 works.
-
jeresig committed e424e01c:
Merge branch 'master' of github.com:jquery/jquery
-
jeresig committed e9d5947b:
Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - and immediately deprecating it. Please explicitly use jQuery(document) in your code.
-
Filipe Fortes committed 0d1a2c1b:
Make sure to do a deep copy on arrays. #5750
-
jeresig committed 6861b5d4:
Added in support for content-type sniffing for scripts. Fixes #5718.
-
rwldrn committed 787f2710:
Detect JSON Ajax requests by the response content-type (like is done with XML). Fixes #5709.
-
jeresig committed 230614b4:
Merging in jQuery.proxy() branch.
-
jeresig committed 8db0dd2c:
Added in a holdover jQuery.event.guid for back-compat (two plugins use it: mousewheel and a datepicker). Plugin authors should work to stop using jQuery.event.guid and jQuery.event.proxy ASAP.
-
jeresig committed 0645b71e:
Merge branch 'useragent'
-
jeresig committed ff3645ee:
Try to use the native JSON parser in all cases and fallback to the old technique otherwise. This allows us to also handle cases where the JSON parser is unable to parse JSON-like strings correctly (e.g. {foo:bar}) which is something that worked before but would stop working with the switch to the new parser.
-
jeresig committed ffb1867a:
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 https://user-agent-string.info/download for testing. jQuery.browser.safari is now deprecated, use jQuery.browser.webkit instead.
-
jeresig committed 3f648c4e:
Make sure that the ActiveX exception is caught if it's unable to be loaded. Fixes #2849.
-
jeresig committed b2289f3e:
Try to use XMLHttpRequest in more cases in IE 7. Thanks to Matt Kruse and Sam Collett for the suggestions. Fixes #3623, #2849, #5338, and #5529.
-
jeresig committed 25ee9cee:
Update the copyright from 2009 to 2010.
-
jeresig committed 3d35a972:
Oops, Rakefile was generating the wrong file.
-
jeresig committed 1d2b1a57:
Added in jQuery.proxy(obj, name), like the method described in Secrets of the JavaScript Ninja and in Dojo's Hitch, and added in some unit tests.
-
jeresig committed a5dbca4a:
Moved jQuery.proxy() into core.
-
jeresig committed 66975de2:
Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQuery.proxy() as alternative to handling scoping on callbacks. Fixes #5736.
And 55 more commits...
HEAD is 189d31ddc9cf82cfc15e051a91f79364950f2016
x

-
jrburke committed 189d31dd:
Rework the evaluations of module callbacks, using a recursive execute style as suggested by Rawld Gill. This style was not used before in the dojo xd loader because it had to support Safari 2 which had a tiny call stack and the recursive calls would kill it easily. Should not be a problem now for the browsers of today. Had to rework the build process to account for new exec method. Added the jquery-run-sample to source to make it easier to track, but needs a tweak from the source config to make it usable standalone, as mentioned in the README.txt in that folder.
minor bug in build/runbuild.js
HEAD is e277074f43be76da850a71f53d5b7db4a515836c
x

-
jrburke committed e277074f:
Tweaks suggested by Bryan Forbes/David Mark: avoiding this refs, using .src to get absolute path for urls found through script element checking, use most recent script tag parentNode if head element is not available, remove global and doc refs and not use this, but favor a var declared outside the master closure, stricter loaded/complete regexp. Added a test page that has no html, head or body tags in it.
i18n! required in module name?
HEAD is 4f0e64278fd56d3d2b4491890cbf61950a6aeb24
x

-
jrburke committed 4f0e6427:
Set up build system to be able to handle dojo files with pragmas in it, and allow run.js to be built into dojo.js and have the baseUrl configured correctly and remove the use strict for dojo layers that go through closure compiler, since that compiler uses different rules with that directive.
HEAD is 46e2f079a5ef7fa633720dd3ddea4793c3892b4a
x

-
jrburke committed 46e2f079:
Try to clarify a bit what blade hopes to be. Related to issue #1
-
jrburke committed 6562b594:
Testing precommit hook
-
jrburke committed 0ef0195d:
Testing precommit hook
-
jrburke committed 002516cc:
Testing precommit hook
-
jrburke committed 358ed094:
Testing precommit hook
-
jrburke committed 96c2af38:
Testing precommit hook
-
jrburke committed 25e65c12:
Testing precommit hook
-
jrburke committed 97170150:
Testing precommit hook
HEAD is 43b52e61fa6df692fba95fdf42f8f5e2af6a430e
x

-
jeresig committed f0505c6d:
Bringing Sizzle test suite changes back in.
-
jeresig committed 1feb92af:
Make sure that we don't bind the onunload event in Opera.
-
jeresig committed 3fd62eae:
Switched from using YUI Compressor to Google Compiler. Minified and Gzipped filesize reduced to 22,839 bytes from 26,169 bytes (13% decrease in filesize). Sizzle copyright was merged into the main header (since it's removed automatically). Still passes all unit tests.
-
jeresig committed 42f8c3ad:
No need to use the conditional comment for binding the onunload event in IE.
-
jeresig committed 0d06f399:
Updating the source version to 1.4b1pre.
-
jeresig committed f745357b:
Tagging the 1.4a2 release.
-
jeresig committed a0af1a8f:
Updating the source version to 1.4b1pre.
-
jeresig committed 92d6ce5a:
Tagging the 1.4a2 release.
-
jeresig committed 1c7d3155:
Move the test results list above the test HTML to avoid test suite layout weirdness.
-
jeresig committed 298bfb79:
The constructor check for isPlainObject was redundant, everything still passes without it.
-
jeresig committed 67b3be24:
Added additional checks for DOM nodes and window to isPlainObject, IE 8 was still letting those pass through. Fixes #5669.
-
jeresig committed 5e811146:
Temporarily disabling test for bug #4299.
-
jeresig committed c05712f0:
Fixed the spacing from the last commit.
-
jeresig committed d40083c8:
Disabled the passthrough .attr(method_name) functionality. You can now use it if you do: .attr({method_name: value}, true) OR as an easy initialization method: jQuery('<div/>', {html: '...', id: 'test'}).
-
rkatic committed 148fb7ba:
Made isPlainObject() supporting null, undefined, and window values on IE too. Also added some related tests. Fixes #5669.
-
jeresig committed 27d65b59:
Backing out the change from 841f9ff7a1815b521044aeeb39ccbe70fa688201, it was ineffectual in Internet Explorer. Keeping the broken test case, for now, so that we can check into the issue some more.
-
jeresig committed f0366306:
Brought the attributes module more inline with the jQuery style guidelines.
-
jeresig committed 99d83fbd:
Bringing the effects module closer to being inline with the style guideline.
-
jeresig committed b70872f7:
Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
-
jeresig committed 9368b188:
Removed jQuery.fn.contains - didn't match the :contains() selector and confused things. Thanks ajpiano for the tip.
And 30 more commits...