Skip to content
Snippets Groups Projects
  1. Jun 06, 2017
  2. May 29, 2017
    • Julian Descottes's avatar
      Bug 1367424 - use DevTools shim in addon SDK;r=rpl · ab7e9c52
      Julian Descottes authored
      MozReview-Commit-ID: 2ZoAU1pRxzx
      
      --HG--
      extra : rebase_source : 10551df8d5aa69f523d9b4e4387299b9e6e8b7e1
      ab7e9c52
    • Julian Descottes's avatar
      Bug 1367424 - add shims for addon sdk to DevToolsShim;r=ochameau · 4cbdadf2
      Julian Descottes authored
      Some APIs and methods still used by the addon sdk are not worth exposing
      or migrating to mozilla-central given that this is only intended for
      release 56 (after that, legacy extensions will no longer be supported).
      
      For those APIs, we create a simple wrapper in DevToolsShim and moved the
      implementation to framework/devtools
      
      MozReview-Commit-ID: 8LiiptqO0NI
      
      --HG--
      extra : rebase_source : 357b503532fed7933a6690418b846c70350c59b9
      4cbdadf2
  3. Jun 02, 2017
  4. May 15, 2017
  5. Jun 05, 2017
  6. Jun 06, 2017
  7. Jun 05, 2017
    • Gabriele Svelto's avatar
      Bug 1370215 - Add the AsyncShutdownTimeout and ShutdownProgress annotations to... · e3b7a2cb
      Gabriele Svelto authored
      Bug 1370215 - Add the AsyncShutdownTimeout and ShutdownProgress annotations to the crash ping sent via the crashreporter client; r=ted
      
      This also removes the TelemetrySessionId field from the whitelist because that
      field is already manually stripped and moved into the ping's root node.
      Putting it in the whitelist is redundant.
      
      MozReview-Commit-ID: B3WAyCSHoyR
      
      --HG--
      extra : rebase_source : 9729399a1e1c45cf1646498379d68684985134ce
      e3b7a2cb
  8. Jun 02, 2017
    • Nicholas Nethercote's avatar
      Bug 1369612 - Remove ProfilerStackFrameDynamicRAII and profiler_call_{enter,exit}. r=mstange. · ede22c75
      Nicholas Nethercote authored
      ProfilerStackFrameRAII and ProfilerStackFrameDynamicRAII are very similar; the
      latter lets a dynamic string be specified as well (and lacks the
      MOZ_GUARD_OBJECT stuff, for no good reason).
      
      This patch does the following.
      
      - Removes ProfilerStackFrameDynamicRAII, and adds a dynamic string to
        ProfilerStackFrameRAII. It also reorders the constructor's arguments to match
        the field ordering of ProfileEntry. There aren't many usage sites so these
        changes don't affect many places.
      
      - With that done, there is only a single callsite for each of
        profiler_call_enter() and profiler_call_exit(), so the patch also inlines and
        removes them.
      ede22c75
    • Nicholas Nethercote's avatar
      Bug 1369644 - Remove use of |volatile| from ProfileEntry. r=mstange,shu,jseward,froydnj. · 1b418b1c
      Nicholas Nethercote authored
      These annotations aren't doing anything useful. The important thing with
      the PseudoStack is that, during pushes, the stack pointer incrementing happens
      after the new entry is written, and this is ensured by the stack pointer being
      Atomic.
      
      The patch also improves the comments on PseudoStack.
      
      --HG--
      extra : rebase_source : 100f8a5e4b750c15fac66175550c4c284a141f16
      1b418b1c
  9. Jun 06, 2017
  10. Jun 05, 2017
  11. Jun 04, 2017
  12. Jun 05, 2017
  13. Jun 02, 2017
  14. Jun 03, 2017
  15. Jun 01, 2017
  16. Jun 02, 2017
    • Henrik Skupin's avatar
      Bug 1369708 - Avoid setting of default preferences by mozrunner. r=ato · 6ed7ad27
      Henrik Skupin authored
      Update dependencies for mozrunner (0.4) and mozprofile (0.3) to
      stop setting default preferences by mozrunner. This will also allow
      to overwrite all preferences now via the moz:firefoxOptions capability.
      
      MozReview-Commit-ID: IU0oKzRnnfG
      
      --HG--
      extra : rebase_source : 7f8946f7e22af9beebaddc52c78d549ddc898c87
      6ed7ad27
  17. Jun 05, 2017
Loading