0
I Use This!
Inactive

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Apr 02, 2025 — Apr 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comment all jquery tests except "can load jquery" because loading segfaults on rubyracer 0.7.4. weird. More... almost 16 years ago
uncomment previously segfaulting jquery tests (some of these will now display an ugly exception but not fail) More... almost 16 years ago
re-include jquery tests to test/all.rb More... almost 16 years ago
rescue exceptions from rdom_access for now More... almost 16 years ago
loading rdom before webmock in the test_helper. Crack, which is a webmock dependency, has a bug which causes FalseClass.blank? to return false. loading rdom first makes it use it's own core extensions for blank? instead of crack's extensions. More... almost 16 years ago
update readme More... almost 16 years ago
weee. we can run jquery. except that three jquery tests segfault. More... almost 16 years ago
use Equals() for comparsion if we're comparing V8::Objects (could probably be done better) More... almost 16 years ago
add a few lowlevel js tests for Window More... almost 16 years ago
use To.v8 on the setter return value More... almost 16 years ago
fix Window to use new-style properties More... almost 16 years ago
don't memoize property_names for now More... almost 16 years ago
remove debug statement More... almost 16 years ago
use the window as the V8 scope More... almost 16 years ago
more tests passing. all.rb does not currently load jquery_tests because the test suite would then segfault More... almost 16 years ago
prefer respond_to?(name) over respond_to?(:[]) in NamedPropertyGetter. still not really sure here More... almost 16 years ago
fix Navigator to use new style properties More... almost 16 years ago
hmmm, delegate p and setTimeout from context to window for now. this really should be more transparent More... almost 16 years ago
stop defining attr_readers on Attributes More... almost 16 years ago
remove duplicate test case More... almost 16 years ago
in node_test iterate over childnodes in ruby for now (waiting for IndexedPropertyGetter?) More... almost 16 years ago
prefer hash access over eval'ing a method so that foo['id'] does not call foo.id. should ideally be able to check if it's a hash access or method call though. More... almost 16 years ago
fix rebase conflicts More... almost 16 years ago
fix properties/dom_attributes inclusion order More... almost 16 years ago
change property access so that it *mostly* does what the testcases want. More... almost 16 years ago
lack of parens was causing a ruby syntax warning in ruby TextMate bundle. More... almost 16 years ago
get rid of annoying setter warning. More... almost 16 years ago
retrofit javascript tests for johnson. More... almost 16 years ago
add tests to help clarify the required js/ruby binding behaviour More... almost 16 years ago
remove camel/snakecasing from Access, use Property.property for defining the property More... almost 16 years ago