openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
rdom
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
6 days
ago. based on code collected
6 days
ago.
Apr 02, 2025 — Apr 02, 2026
Showing page 1 of 3
Search / Filter on:
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.
Sven Fuchs
More...
almost 16 years ago
uncomment previously segfaulting jquery tests (some of these will now display an ugly exception but not fail)
Sven Fuchs
More...
almost 16 years ago
re-include jquery tests to test/all.rb
Sven Fuchs
More...
almost 16 years ago
rescue exceptions from rdom_access for now
Sven Fuchs
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.
Daniƫl van de Burgt
More...
almost 16 years ago
update readme
Sven Fuchs
More...
almost 16 years ago
weee. we can run jquery. except that three jquery tests segfault.
Sven Fuchs
More...
almost 16 years ago
use Equals() for comparsion if we're comparing V8::Objects (could probably be done better)
Sven Fuchs
More...
almost 16 years ago
add a few lowlevel js tests for Window
Sven Fuchs
More...
almost 16 years ago
use To.v8 on the setter return value
Sven Fuchs
More...
almost 16 years ago
fix Window to use new-style properties
Sven Fuchs
More...
almost 16 years ago
don't memoize property_names for now
Sven Fuchs
More...
almost 16 years ago
remove debug statement
Charles Lowell
More...
almost 16 years ago
use the window as the V8 scope
Charles Lowell
More...
almost 16 years ago
more tests passing. all.rb does not currently load jquery_tests because the test suite would then segfault
Sven Fuchs
More...
almost 16 years ago
prefer respond_to?(name) over respond_to?(:[]) in NamedPropertyGetter. still not really sure here
Sven Fuchs
More...
almost 16 years ago
fix Navigator to use new style properties
Sven Fuchs
More...
almost 16 years ago
hmmm, delegate p and setTimeout from context to window for now. this really should be more transparent
Sven Fuchs
More...
almost 16 years ago
stop defining attr_readers on Attributes
Sven Fuchs
More...
almost 16 years ago
remove duplicate test case
Sven Fuchs
More...
almost 16 years ago
in node_test iterate over childnodes in ruby for now (waiting for IndexedPropertyGetter?)
Sven Fuchs
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.
Sven Fuchs
More...
almost 16 years ago
fix rebase conflicts
Sven Fuchs
More...
almost 16 years ago
fix properties/dom_attributes inclusion order
Sven Fuchs
More...
almost 16 years ago
change property access so that it *mostly* does what the testcases want.
Charles Lowell
More...
almost 16 years ago
lack of parens was causing a ruby syntax warning in ruby TextMate bundle.
Charles Lowell
More...
almost 16 years ago
get rid of annoying setter warning.
Charles Lowell
More...
almost 16 years ago
retrofit javascript tests for johnson.
Sven Fuchs
More...
almost 16 years ago
add tests to help clarify the required js/ruby binding behaviour
Sven Fuchs
More...
almost 16 years ago
remove camel/snakecasing from Access, use Property.property for defining the property
Sven Fuchs
More...
almost 16 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree