Commit Graph

22356 Commits

Author SHA1 Message Date
Geoff Schmidt
e16e0abaf3 more renderList tests
- reactivity/GC of renderlist item body
- items that render to multiple DOM nodes
2012-01-13 19:31:14 -05:00
Nick Martin
e7c23b0634 Update dependency versions. 2012-01-13 16:13:46 -08:00
Nick Martin
06a14e6ad9 Even more robustness to socket.io weirdness. This one should be fixed in socket.io master, but the extra safety belt doesn't hurt. 2012-01-13 15:20:12 -08:00
Nick Martin
75e387aaa0 Use nodeType===11 for cross-browser DocumentFragment test. Thanks David. 2012-01-13 14:00:02 -08:00
Geoff Schmidt
85742619d9 try_all_orders => try_all_permutations
use to test correct GC behavior of renderList
2012-01-13 16:07:46 -05:00
Geoff Schmidt
e24c97bd4b remove debugging message 2012-01-13 14:50:43 -05:00
Geoff Schmidt
f30692f0d5 more renderList tests. improve renderList GC 2012-01-13 14:45:53 -05:00
Geoff Schmidt
cb5c1c3672 some more renderlist tests, using try_all_orders 2012-01-13 14:45:53 -05:00
Geoff Schmidt
50fe6de9f9 bugfix: default render_empty 2012-01-13 14:45:53 -05:00
Nick Martin
4891d1c956 Determining if an element is a Node is tricky too. 2012-01-12 21:05:05 -08:00
Nick Martin
a1c5623191 workaround DocumentFragment not being defined on IE8. 2012-01-12 19:21:00 -08:00
Nick Martin
73368ce348 Reapply fix lost in merge. 212cdd8b5. 2012-01-12 18:44:54 -08:00
Nick Martin
c37109eb1c Merge remote branch 'refs/remotes/origin/master' into performance
Conflicts:
	packages/deps/deps.js
2012-01-12 17:29:29 -08:00
Geoff Schmidt
827617e168 add new LiveRange creation mode
.. now you can create either the largest, or the smallest LiveRange that starts and ends on a given pair of nodes. has tests. leaderboard now works (under hand testing)
2012-01-12 01:53:31 -08:00
Geoff Schmidt
8b8d19bf3f renderList implemented, not debugged. it has bugs. 2012-01-12 01:50:53 -08:00
Geoff Schmidt
d38e915438 make todos run again 2012-01-12 01:50:53 -08:00
Geoff Schmidt
0d72c2b6b2 WIP 2012-01-12 01:50:53 -08:00
David Greenspan
ef1233d4fb minor typo-level fixes 2012-01-11 15:06:26 -08:00
Nick Martin
231aa7b81d Add backwards compatibility package. Sky = Meteor. 2012-01-10 13:13:26 -08:00
Nick Martin
c5b5880cea Be even more defensive to socket.io weirdness. 2012-01-09 22:46:31 -08:00
Nick Martin
a9f58deb93 Cleanup socket a little more aggressively. Hopefully fixes hanging connection bug. 2012-01-09 14:42:42 -08:00
Nick Martin
dc88513aca Revert "REVERT LATER. Google group."
This reverts commit 1928788b43.
2012-01-06 19:36:29 -08:00
Nick Martin
5a7cf6482a Bump to version 0.0.42 2012-01-06 17:51:28 -08:00
Nick Martin
bc14ecad49 New cloudfront endpoint for new S3 bucket. 2012-01-06 15:06:46 -08:00
Nick Martin
b7b4ed0920 Revert "REVERT LATER. Do not change S3 bucket name at this point."
This reverts commit eafe8a0ef0.
2012-01-06 15:00:58 -08:00
Nick Martin
e3b59aa2a1 REVERT LATER use playpen. 2012-01-05 22:10:53 -08:00
Geoff Schmidt
58822077f4 pass context to on_invalidate handlers
(cherrypick from performance branch)
2012-01-05 13:48:57 -08:00
Nick Martin
ed88fca47b misc fixup in tests. 2012-01-04 21:30:23 -08:00
Nick Martin
4bdbf8bca4 perl -pi -e 's/SKYBREAK/METEOR/g' meteor 2012-01-04 21:29:09 -08:00
Nick Martin
9d3d31df6e Rename .skybreak directories. 2012-01-04 21:27:14 -08:00
Nick Martin
8943d6ed6e Rename skybreak files and directories. 2012-01-04 21:24:52 -08:00
Nick Martin
ae91a7705c perl -pi -e 's/\.sky/.meteor/g' packages/livedata/livedata_server.js 2012-01-04 21:22:35 -08:00
Nick Martin
274d64820a perl -pi -e 's/sky_rpc/meteor_rpc/g' app/skybreak/deploy.js 2012-01-04 21:21:27 -08:00
Nick Martin
ad8adcbc90 Include missed .skybreak directories. 2012-01-04 21:19:52 -08:00
Nick Martin
3faff2de78 perl -pi -e 's/Sky/Meteor/g' **/* 2012-01-04 20:52:46 -08:00
Nick Martin
8b04fec56f Fixup S3 URL. 2012-01-04 20:17:13 -08:00
Nick Martin
1928788b43 REVERT LATER. Google group. 2012-01-04 20:14:44 -08:00
Nick Martin
2d1c5a31df REVERT LATER. Irc channel. 2012-01-04 20:14:27 -08:00
Nick Martin
8a623d94cb REVERT LATER. Change github URL. 2012-01-04 20:13:12 -08:00
Nick Martin
05794f5643 perl -pi -e 's/skybreak/meteor/g' **/* 2012-01-04 18:32:23 -08:00
Nick Martin
23cd5b6912 perl -pi -e 's/Skybreak/Meteor/g' **/* 2012-01-04 18:30:25 -08:00
Nick Martin
eafe8a0ef0 REVERT LATER. Do not change S3 bucket name at this point. 2012-01-04 18:25:17 -08:00
Nick Martin
2f17721e79 Use contact instead of info. info gets lots of spam. 2012-01-04 18:22:29 -08:00
Nick Martin
cc6c5ab9d3 s/skybreakplatform/meteor 2012-01-04 12:40:58 -08:00
Geoff Schmidt
cdf96b22c2 remove spurious '<!-- undefined -->' in head
this features was originally supposed to put a comment before each head or body part, indicating what file it came from, but was never fully wired up. revisit when we have a motivating use case.
2011-12-22 18:25:04 -08:00
Geoff Schmidt
f7a737af6a use HTML5 doctype 2011-12-22 18:25:04 -08:00
Nick Martin
9ee5fe4702 Bump to version 0.0.41 v0.0.41 2011-12-21 13:11:54 -08:00
Geoff Schmidt
e2fb49da71 fix ie9 Sky.startup
("Enhanced Support Across A Broad Diversity Of Customer Platform")

the deal here:
- IE9 no longer autobinds doScroll as IE <9 does
- but IE9 has DOMContentLoaded so let's use that
2011-12-20 18:52:02 -08:00
Nick Martin
212cdd8b5c Fix embarrassing typo caught by IE8. 2011-12-20 17:12:06 -08:00
Nick Martin
0edcc2e77a Correct lying help message. 2011-12-20 16:04:38 -08:00