0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Generate HTML page that runs the tests inside a browser. All tests pass in all four major browsers (IE6, Firefox, Opera, Konqueror). More... over 18 years ago
* Implement case statement (got mapped to "if") * alias === to eql? More... over 18 years ago
Implement "next" in while loop More... over 18 years ago
Improve "if" statements with no "then" block by negating condition and swapping "then" and "else" blocks. This is a common situation with "unless". More... over 18 years ago
last commit fixed a TODO More... over 18 years ago
Optimize conditionalize. For example: More... over 18 years ago
Allow multiple outputs (useful inside pipes if you want to store a copy to a file, but also output it to STDOUT). More... over 18 years ago
* More... over 18 years ago
Refactor testing a bit to make it faster. Allow "-" in rubyjs_gen to read from stdin. More... over 18 years ago
* Use Rhino again by default for running tests, because Spidermonkey doesn't run all tests (this BUG has to be fixed!). * Implement "break" inside of "while" More... over 18 years ago
* More... over 18 years ago
Use spidermonkey-based RunScript (faster than rhino) More... over 18 years ago
Plug-in the vendor parsetree version. More... over 18 years ago
apply patch More... over 18 years ago
import ParseTree More... over 18 years ago
* CodeGenerator: surround everything with with_current_model * core.rb: rebuild_class: Fix including modules * Implement String#split, Array#delete * Fix constant lookup * RWT: Implement Label * Add test case for Array More... over 18 years ago
* rubyjs_gen: add --debug, --opt and --show-options command line options * Implement --opt NoArgumentArityChecks options * Fix bug in supercall() when the super() method is not directly defined in the superclass, but e.g. in the super-super class * Implement DebugNameGenerator which doesn't obfuscate the variable names too much (enabled when in $RUBYJS__DEBUG mode) * RWT: Implement Panel, AbsolutePanel and RootPanel classes * RWT: Add Element.changeToStaticPositioning and Element.setAbsolutePixelPosition methods * add TestString More... over 18 years ago
Port Widget class More... over 18 years ago
Remove file as it became obsolete More... over 18 years ago
RubyJS changes: More... over 18 years ago
remove DOM class. Instead use Element and Event classes. More... over 18 years ago
Fix bug in String#strip, cause by \s -> " " instead of "\\s" More... over 18 years ago
Implement Opera specific overrides. Implement compareElement method in DOM.rb. More... over 18 years ago
Implement String#strip, #length and #size methods More... over 18 years ago
Move comments from Javascript inline into Ruby comments More... over 18 years ago
Add script that test the tests that should already pass. More... over 18 years ago
Add Label widget and widget related code. More... over 18 years ago
Forgot to add Event.rb More... over 18 years ago
Add example More... over 18 years ago
Add __init and correct dispatchEvent handler More... over 18 years ago