Skip to content
Snippets Groups Projects
  1. Apr 10, 2012
  2. Apr 09, 2012
  3. Apr 07, 2012
  4. Apr 03, 2012
  5. Apr 02, 2012
  6. Mar 30, 2012
  7. Apr 02, 2012
  8. Mar 28, 2012
    • Igor Bukanov's avatar
      Bug 737364 - part 2 - replace JSContext with JSRuntime in the GC-related API · 20e5c393
      Igor Bukanov authored
      This part replaces the JSContext *cx argument in most GC-related API
      with JSRuntime *rt. When possible, the patch removes the code to obtain
      a temporary cx just to run the GC.
      
      The patch also removes JS_DestroyContextMaybeGC. That function is not
      used in FF code base and its implementation is broken. It requires that
      the context has an entered compartment when it is destroyed, which in
      turns implies a missing leave compartment call.
      20e5c393
  9. Apr 09, 2012
  10. Apr 07, 2012
  11. Apr 06, 2012
  12. Apr 05, 2012
  13. Mar 31, 2012
  14. Apr 06, 2012
  15. Apr 05, 2012
  16. Apr 04, 2012
  17. Apr 03, 2012
Loading