summaryrefslogtreecommitdiff
path: root/common/modules/storage.jsm
Commit message (Expand)AuthorAge
...
* Use Files rather than strings in io.js where possible. Add some missing docs.Kris Maglione2011-01-20
* Fix some more bootstrapping update bugs.Kris Maglione2011-01-17
* Add an experimental prototype download manager replacement. Fix some bugs.Kris Maglione2011-01-16
* Make buffer.URL a string again. Use buffer.uri and buffer.documentURI interna...Kris Maglione2011-01-16
* Add file input editing history.Kris Maglione2011-01-15
* Fix deleting files after viewing them from source links in :list*.Kris Maglione2011-01-10
* Automagically generate :help key indexes.Kris Maglione2011-01-06
* Make buffer.UR[LI] nsIURI objects. Fix bug in chrome-data:.Kris Maglione2011-01-03
* Automagically generate DTDs. One more step towards dropping the chrome: proto...Kris Maglione2011-01-03
* Fix slew of "Setting pref ... changed from its default value" messages on fir...Kris Maglione2010-12-30
* Miscellaneous semicolon, whitespace, and formatting fixes.Doug Kearns2010-12-30
* Merge changes from bootstrapped.Kris Maglione2010-12-25
* Merge changes from bootstrapped.Kris Maglione2010-12-24
* Rename util.(escapeRegexp|regexpSource) to util.regexp.(escape|getSource).Kris Maglione2010-12-15
* Better chrome:/resource: URL completion.Kris Maglione2010-12-15
* Some minor cleanup and fixes.Kris Maglione2010-12-09
* Profide default leaf names in :write for people who can't be bothered to thin...Kris Maglione2010-12-03
* Fix loading storage files.Kris Maglione2010-12-02
* Allow exporting to a directory as well as an archive with dactyl.exportHelp.Kris Maglione2010-12-02
* Do away with services.(get|create), and move the prefs module to its own file.Kris Maglione2010-12-01
* Normalise regex -> regexp.Doug Kearns2010-10-22
* Replace use of <b>arg</b> in API docs with *arg*.Doug Kearns2010-10-21
* Fix :!foo completion (but not :! foo completion, which works fine).Kris Maglione2010-10-18
* Use rendered HTML for gF/:w !foo/:w >>foo until someone inevitably complains....Kris Maglione2010-10-15
* Fix File on non-Minefield builds.Kris Maglione2010-10-14
* Fix some stupid bugs in newer JägerMonkey. Closes issue #86.Kris Maglione2010-10-14
* Integrate sanitizer with host UI, sanitize at shutdown support, and control w...Kris Maglione2010-10-14
* Finish moving dactyl.dump to util from last commit, and store the last 15 int...Kris Maglione2010-10-06
* Fix a few more comment typos.Doug Kearns2010-09-24
* Whitespace fixes.Doug Kearns2010-09-24
* Normailze path in 'set cwd' rather than in File.joinPaths. Fixes issue #11.Kris Maglione2010-09-23
* Camel-case some identifiers gone rogue.Doug Kearns2010-09-23
* Only normalize() files that exist in File#joinPaths.Kris Maglione2010-09-23
* Fix some :cd problems. Remove special treatement of ,, in 'cdpath'.Kris Maglione2010-09-22
* Fix WinNT OS detection in storage.jsm.Kris Maglione2010-09-21
* Somewhat more resilient File.expandPath and File#init. Fixes Pentadactyl on w...Kris Maglione2010-09-21
* NEWS updates and whitespace fixes.Kris Maglione2010-09-19
* Major documentation updates and formatting fixes, and many, many other change...Kris Maglione2010-09-17
* Change the patently absurd local mark storage structure.Kris Maglione2010-09-17
* Complete :sanitize and private mode overhaul.Kris Maglione2010-09-17
* Merge testing.Kris Maglione2010-08-31
* imported patch dactylifyKris Maglione2010-08-28
* Some smallish fixes.Kris Maglione2010-08-26
* Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...Kris Maglione2010-08-15
* Get rid of absurd strict JS warnings.Kris Maglione2009-11-14
* Formatting fixes.Doug Kearns2009-11-14
* Finish the Great Opening Brace Correction.Doug Kearns2009-11-09
* Fix storage bins.Kris Maglione2009-11-03
* Change Storage#newObject signature.Kris Maglione2009-10-29
* Trigger plugin onUnload handlers at shutdown.Kris Maglione2009-10-10