~azzar1/unity/add-show-desktop-key

  • Committer: mattgiuca
  • Date: 2008-01-10 00:28:41 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:150
fileservice: Big refactor.
    No longer outputs a list of objects. Instead outputs an object, which
    maps filenames to objects. The objects NO LONGER contain a "filename"
    field.
    This is easier for the client (JavaScript) to handle, especially when
    it wants to look for ".". Also allowed a nice refactor on the server
    side.

    Internally, no longer uses map/filter. Just uses straight for loops
    which are actually a bit neater (no need for currying functions).
Filename Latest Rev Last Changed Committer Comment Size
..
console.js 128 17 years ago drtomc A couple of bug fixes. 4.6 KB Diff Download File
index.html 127 17 years ago drtomc A bit of simplification - unify the output areas a 1.1 KB Diff Download File
json2.js 111 17 years ago drtomc Checkpoint work on the console. 9.6 KB Diff Download File
md5.js 111 17 years ago drtomc Checkpoint work on the console. 8.6 KB Diff Download File
python-console 128 17 years ago drtomc A couple of bug fixes. 2.6 KB Diff Download File