Skip to content
Snippets Groups Projects
  1. Dec 31, 2004
  2. 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
  3. Dec 17, 2004
  4. Dec 07, 2004
  5. Oct 19, 2003
  6. Jul 25, 2003
  7. 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
  8. Jun 12, 2003
  9. May 06, 2003
  10. 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
  11. Apr 02, 2003
  12. Mar 22, 2003
  13. Mar 21, 2003
  14. Mar 10, 2003
  15. Mar 08, 2003
  16. Nov 30, 2002
  17. Nov 07, 2002
Loading