Created
September 7, 2012 22:01
-
-
Save brianmcd/3670088 to your computer and use it in GitHub Desktop.
CloudBrowser specific JSDOM commits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 7d7ca89c4914aec53cad62ecdbb264faa3bda5da | |
Author: Brian McDaniel <[email protected]> | |
Date: Thu May 10 15:57:35 2012 -0400 | |
update contextify dep | |
commit a0df4bbb8eb839d9a5ecb0adc3223063ddfe20d5 | |
Author: Brian McDaniel <[email protected]> | |
Date: Sat Mar 31 16:56:07 2012 -0400 | |
jsdom.jsdom now takes a browser argument | |
This is a CloudBrowser Browser object. In our advice, we wrap the | |
Document constructor to embed the browser object into all new Documents | |
so we can avoid having to require multiple copies of jsdom. | |
commit c17a74a767a06e565384d1672f436d854c31f21e | |
Merge: 61fda0a 0f25574 | |
Author: Brian McDaniel <[email protected]> | |
Date: Mon Mar 26 20:58:53 2012 -0400 | |
Fix merge conflicts with tmpvar. | |
commit 61fda0af5b4e70873969ddb7e755a28458b9c794 | |
Author: Brian McDaniel <[email protected]> | |
Date: Mon Mar 26 20:56:59 2012 -0400 | |
Fix for looking up attributes on an object with []. | |
commit 4aa7c8b867edc3c78d34e66727c728d9e0e99d0b | |
Author: Brian McDaniel <[email protected]> | |
Date: Mon Jan 23 20:21:33 2012 -0500 | |
Added non-standard doc->frame reference. | |
commit 0f2f2b08a66f6cf16b62699df15e4292588a924f | |
Author: Brian McDaniel <[email protected]> | |
Date: Mon Jan 23 00:30:50 2012 -0500 | |
getAttribute for non-existant attribute should return null, not "" (jQuery data test fix). | |
commit abee6284f10d4db5c4dbb5e61b377111795ed1cc | |
Author: Brian McDaniel <[email protected]> | |
Date: Sat Jan 21 15:08:01 2012 -0500 | |
Delegate CSSStyleDeclaration#removeAttribute and setAttribute to removeProperty and setProperty, respectively (jQuery test suit e fix). | |
commit 13c5dd221cefd07c6c1c5e213e01deb96b1a01a2 | |
Author: Brian McDaniel <[email protected]> | |
Date: Sat Jan 21 14:57:56 2012 -0500 | |
Now firing 'unload' event during window.close() (jQuery test suite fix.) | |
commit 968c551d500c563d375597021c762638e4f1ec74 | |
Author: Brian McDaniel <[email protected]> | |
Date: Mon Jan 16 15:17:47 2012 -0500 | |
Now throwing exceptions from event handlers instead of silently ignoring them. | |
commit 58103bfad70cadd1f8f83eb9ee87d52934b26774 | |
Merge: 24178b1 a0e95f4 | |
Author: Brian McDaniel <[email protected]> | |
Date: Mon Jan 16 15:16:33 2012 -0500 | |
Merge with tmpvar/master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment