Skip to content
Snippets Groups Projects
  1. Aug 10, 2015
  2. Aug 04, 2015
  3. Aug 06, 2015
  4. Aug 10, 2015
    • Karl Tomlinson's avatar
      bug 1191648 don't create audioprocess event when there is no listener r=padenot · b78f6f27
      Karl Tomlinson authored
      Creating the event added a reference to the ScriptProcessorNode, which wasn't
      released until the AudioProcessingEvent was destroyed in
      nsCycleCollector::FreeSnowWhite().
      
      If another event is dispatched before cycle collection considers the
      ScriptProcessorNode, then the node will not be collected.
      
      Also, the reference count of the ScriptProcessorNode is no longer toggled
      because this seemed to interfere with the cycle collection process.
      
      --HG--
      extra : rebase_source : 41878e716fe3fcc8f46f518be2a50d050b8ed14c
      b78f6f27
  5. Aug 06, 2015
  6. Aug 10, 2015
  7. Aug 09, 2015
  8. Aug 10, 2015
Loading