1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
change what is emitted to the socket to utf8 More... almost 13 years ago
make bad utf8 input an error condition More... almost 13 years ago
Bumped compatibility versions. More... about 13 years ago
Temporary workaround/revert for component registration in Gecko 1.9. More... about 13 years ago
FIX: fixed start/stop application observing on firefox4 and updated install.rdf More... over 13 years ago
FIX: components changes needed by firefox4/gecko2 More... over 13 years ago
FIX: replaced represent function call with repl.represent (thanks Peter Schrammel) More... about 14 years ago
update.rdf/install.rdf: bumped Firefox compatibility version. More... over 14 years ago
FIX: codestyle issues (Components.classes->Cc, Components.interfaces->Ci, empty lines and tabs issues) More... over 14 years ago
FEATURE: added repl.reloadChrome and repl.debugPrefs(true/false) utility functions More... over 14 years ago
update.rdf: added link to changelog. More... almost 15 years ago
install.rdf, update.rdf: removed compatibility for all applications except Firefox and Toolkit, since they are the only ones regularly tested. More... almost 15 years ago
install.rdf: Updated homepage URL to point to github. More... almost 15 years ago
moz.el: using mark-defun instead of c-mark-function, relying on espresso.el instead of javascript.el. More... almost 15 years ago
Included Emacs "espresso" mode, based on javascript-mode but with working defun movements. More... almost 15 years ago
REPL: better display of null and xml values. More... almost 15 years ago
install.rdf: bumped Firefox compatibility. More... about 15 years ago
REPL: httpInspectInteractor was referring to non-existing setInteractor(), fixed. (Thanks Irakli Gozalishvili) More... about 15 years ago
REPL: Removed 1.8-ism. (Thanks Sundeep Kamath) More... about 15 years ago
moz.el: added doc strings, mode map, commentary, and error handler. (Contributed by Lennart Borgman.) More... about 15 years ago
Removed unused chrome.manifest-jar. More... over 15 years ago
REPL: always looking for __parent__ when entering context would cause error for toplevel module context. Fixed. More... over 15 years ago
REPL: when entering a context, search for EXPORTED_SYMBOLS in its __parent__ context instead of the context itself so that even objects in modules may be entered. More... over 15 years ago
REPL: leftover debug line prevented search() from working. Fixed. More... over 15 years ago
REPL: was not detecting modules as toplevel contexts and entering them correctly. Fixed. More... over 15 years ago
REPL: SyntaxError not detected through instanceof (generated in different toplevel?), replacing with name check. More... over 15 years ago
install.rdf, update.rdf: were declaring different compatibilities. Fixed. More... over 15 years ago
Wrap exceptions from subscripts (loaded with repl.load()) into a LoadedScriptError exception. Also make exception output in js interactor clearer. More... over 15 years ago
install.rdf: removed compatibility for older host applications, increased Firefox compatibility to 3.1. More... over 15 years ago
Search command would no longer work with regexp argument as typeof(regexp) != 'function' in recent Gecko versions. Fixed. More... over 15 years ago