Skip to content
Snippets Groups Projects
  1. Sep 18, 2017
  2. Sep 13, 2017
    • Ian Bicking's avatar
      Bug 1399615 - Export Screenshots 19.0.0 to Firefox. r=kmag · e967db83
      Ian Bicking authored
      MozReview-Commit-ID: 1QFbWCThVeg
      
      --HG--
      rename : browser/extensions/screenshots/webextension/icons/onboarding-4.png => browser/extensions/screenshots/webextension/icons/onboarding-5.png
      extra : transplant_source : 1%8AV%EBZ%A5%18%F9%BD%E9%EA%ADv%DEbm%BF%EF5N
      e967db83
  3. Sep 18, 2017
  4. Sep 15, 2017
  5. Sep 18, 2017
  6. Sep 13, 2017
    • Ryan Hunt's avatar
      Bug 1397083 - Don't use CopySurface when drawing theme with nsNativeThemeGTK. r=lsalzman · 58239008
      Ryan Hunt authored
      CopySurface doesn't respect any existing clips that are applied to the draw
      target. It doesn't look like nsNativeThemeGTK uses CopySurface normally, but
      when OMTP is enabled the draw target is a DrawTargetCapture which can't
      LockBits() which causes us to use CopySurface. This can cause a reftest failure.
      
      MozReview-Commit-ID: 1mYMhQB0r3M
      
      --HG--
      extra : rebase_source : d2683dee37ce32049d8daeee786cbb06ba624438
      extra : amend_source : 59c48b66f733108636d52047a55889ee0c4e2746
      58239008
  7. Sep 18, 2017
  8. Sep 14, 2017
  9. Sep 18, 2017
  10. Sep 16, 2017
  11. Sep 15, 2017
  12. Sep 18, 2017
    • Nicholas Nethercote's avatar
      Bug 1400624 - Fix a panic in Stylo memory reporting. r=heycam. · 887dab3c
      Nicholas Nethercote authored
      `MallocSizeOfOps::enclosing_size_of_op` is an `Option<>` type, and the panic in
      question is caused by not providing a value in a case where it's needed for
      measuring a HashSet.
      
      HashMaps and HashSets are common enough that it makes sense to make
      `enclosing_size_of_op` non-optional, which this patch does.
      
      MozReview-Commit-ID: IB2aRuXHj8E
      
      --HG--
      extra : rebase_source : a6f593b718ca9e92a7a36ca7e2063a01e11c7e04
      887dab3c
Loading