1. 25 Feb, 2013 1 commit
    • abadc0de's avatar
      Added support for lua error handling and includes · 800517ac
      abadc0de authored
      - Added mg.onerror, mg.include, mg.redirect
      - mg.onerror, if overridden, lets the user trap syntax errors and
        other loadbuffer errors, and dump stack traces and debug info
        for uncaught runtime errors.
      - Log unexpected errors from mg.onerror handlers
      - Provide mg.cry so custom handlers can reproduce default behavior
      - Call mg.onerror handler before unwinding stack
      - If mg.onerror returns non-0, stop loading chunks
      - Included pages stop parent page processing if mg.onerror returns non-zero
      - Included pages don't sent HTTP errors, they throw lua errors
      800517ac
  2. 18 Feb, 2013 1 commit
  3. 16 Feb, 2013 6 commits
  4. 12 Feb, 2013 5 commits
  5. 10 Feb, 2013 10 commits
  6. 08 Feb, 2013 11 commits
  7. 07 Feb, 2013 1 commit
  8. 06 Feb, 2013 1 commit
  9. 05 Feb, 2013 4 commits