Skip to content
Snippets Groups Projects
  1. Feb 02, 2006
  2. Dec 22, 2005
  3. Dec 13, 2005
  4. Apr 18, 2005
  5. Dec 31, 2004
  6. Dec 18, 2004
    • rswindell's avatar
      Change to *_area objects: associative arrays now contain *all* such configured · 47bf3ce5
      rswindell authored
      items (regardless what the user has "access" to), while the _list arrays
      continue to only contain items the current user has access to.
      Script writers using the associative arrays can check the "index" property to
      verify the user has access to the item in question (a value of -1 indicates the
      item is not in one of the _list arrays because the user has no access).
      47bf3ce5
  7. Dec 07, 2004
  8. Oct 19, 2003
  9. Jul 25, 2003
  10. Jul 23, 2003
    • rswindell's avatar
      Fixed (finally) JavaScript object initialization segfaults when the JS runtime · 345eafda
      rswindell authored
      "max_bytes" value is insufficient for the number of configured items:
      by defining dynamically created objects and arrays as properties of child
      objects of the global object immediately after such objects are created,
      they are "implicitly rooted", protecting them from (unexpected) garbage
      collection. Now the initialization will simply fail with a nice "out of memory"
      error. This was a long-standing bug that rarely occurred in the wild.
      345eafda
  11. Jun 12, 2003
  12. May 06, 2003
  13. Apr 03, 2003
    • rswindell's avatar
      Eliminated unnecessary JSClass definitions. · 9c83c3b3
      rswindell authored
      Added more property descriptions (for dynamic JS object model docs).
      Fixed a few bugs exposed by jsdocs.js.
      Using JS_NewNumberValue for full 32-bit integer support (bitfields mostly).
      9c83c3b3
  14. Apr 02, 2003
  15. Mar 22, 2003
  16. Mar 21, 2003
  17. Mar 10, 2003
  18. Mar 08, 2003
  19. Dec 05, 2002
  20. Nov 30, 2002
  21. Nov 14, 2002
  22. Nov 07, 2002
  23. Nov 05, 2002
  24. Sep 17, 2002
  25. Aug 30, 2002
  26. Aug 10, 2002
  27. Feb 07, 2002
  28. Feb 02, 2002
  29. Dec 20, 2001
  30. Nov 27, 2001
  31. Nov 13, 2001
  32. Oct 17, 2001
  33. Jul 30, 2001
  34. Jun 22, 2001
Loading