1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed overlays to more sensible names. More... almost 17 years ago
Removed dependency on module loader from mozrepl. More... almost 17 years ago
Removed all libraries except module_manager, which is needed by mozunit and mozrepl. More... almost 17 years ago
Updated metadata and relying on external Makefile for build. More... almost 17 years ago
Repl: in some instances, exception object turned out to be undefined, so relying on implicit conversion to string instead of explicit toString(). More... almost 17 years ago
Repl: friendlier to XPCOM objects: not trying to assign an unload listener to every toplevel; recognizing wrappedJSObjects and their parent scope as top levels. More... almost 17 years ago
REPL Moz.el: removed check that would fail under Emacs21. (Contributed by Ripley.) More... about 17 years ago
REPL: source cleanup. More... about 17 years ago
MozUnit: fixed typo that prevented window from closing. (Fix by Kouhei Sutou.) More... about 17 years ago
moz.el: added delays to avoid sending output too soon after interaction mode is open or output that is concatenated when it should be sent in more parts. More... about 17 years ago
REPL: ignores "sun", "Packages" and "java" attributes of nsIDOMWindow since accessing their attributes causes connection to crash (at least when JVM is not installed). More... over 17 years ago
Made compatible with Thunderbird. More... over 17 years ago
REPL: fixed syntax mode (input read until it makes sense syntactically, or eval is forced) and made default. More... over 17 years ago
REPL: _prompt() can be told what prompt to print via an argument. More... over 17 years ago
Tested with Firefox2. More... over 17 years ago
js-mode.el: minor edits. More... over 17 years ago
Build env fixes. More... over 17 years ago
Minor cleanups. More... over 17 years ago
REPL: can now be started automatically, and listening port can be changed. More... over 17 years ago
Wrapped inspection in try..catch so that it does not die badly when an object doesn't like being inspected. More... over 17 years ago
Hack to have the "repl" name available when the repl itself is the context. More... over 17 years ago
Was not including components/ dir in package, fixed. (Bugreport by Paul Cannon) More... almost 18 years ago
DB: added hooks on pre-insertion. More... almost 18 years ago
DB Tests: source cleanup. More... almost 18 years ago
MozRepl: turned into XPCOM component. More... almost 18 years ago
ModuleManager: marked problematic spots. More... almost 18 years ago
ModuleManager: added inject functionality, to load module into existing object. More... almost 18 years ago
ActiveRDF: imported datasource logger and merged with main ActiveRDF file. More... almost 18 years ago
MozUnit assertion: re-recorded injection of assertion caller into exception because of inconsistent repo. More... almost 18 years ago
MozUnit TestCase: don't propagate caller info in report since they're injected in exception object. More... almost 18 years ago