1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
REPL: function to toggle prefs, called from overlay, was missing. More... over 16 years ago
REPL: preliminary support for UTF-8. More... over 16 years ago
Metadata update. More... over 16 years ago
REPL: can set port from command line. (Suggested by wojtow.) More... over 16 years ago
REPL: saves result of last operation as `repl.$$'. More... over 16 years ago
REPL: when printing results of operations, now REPL outputs a concise representation of the value. More... over 16 years ago
Fixed website URLs. More... over 16 years ago
javascript.el: lines beginning with '.' that continue previous lines now get properly indented. (Contributed by Karl Landström.) More... over 16 years ago
javascript.el: added recognition of "let" keyword. More... over 16 years ago
Displaying web page with changes when upgrading. More... over 16 years ago
REPL overlay: source cleanup. More... over 16 years ago
install.rdf: updated link to update.rdf. More... over 16 years ago
Added update.rdf template. More... over 16 years ago
REPL: preference items can be accessed/changed from menu. More... over 16 years ago
REPL util: url generation for components on xulplanet.com was wrong, fixed. (Reported by Toru Yamaguchi.) More... over 16 years ago
javascript.el: added syntactic information to have c-mark-function work. More... over 16 years ago
Moz.el: removed reference to js-mode. More... over 16 years ago
REPL: added javascript.el. More... over 16 years ago
chrome.manifest: using independent overlays for mozrepl and mozunit. More... over 16 years ago
REPL: separated overlays from MozLab's. More... over 16 years ago
MozUnit: moved content of 'util' file into ui.js. Separated overlay from MozLab's. More... over 16 years ago
Repl: removed in-house js-mode, replacing it with much better javascript.el by Karl Landstrom. More... over 16 years ago
REPL: added preference option to listen on 0.0.0.0 instead of loopback only. Disabled by default because of course it's a security risk. More... over 16 years ago
Added command line handler for -repl switch. More... over 16 years ago
REPL Server: updated code that stops server and all sessions. More... almost 17 years ago
REPL: large outputs could result in short writes and leave repl client side unusable. Fixed by making output stream blocking. (Diagnosed & fixed by by Lukas Loehrer.) More... almost 17 years ago
REPL, Server: decoupled; repl session now receives data from transport via the receive() method and server receives data from repl via onOutput callback. More... almost 17 years ago
REPL: moved initialization of session from constructor to separate init() method. More... almost 17 years ago
MozRepl overlay: namespace fix. More... almost 17 years ago
Added preliminary support for MozRepl in Songbird. More... almost 17 years ago