1. 27 Jun, 2018 1 commit
    • Michael Hinton's avatar
      Docs - fix text cutoff issue in Firefox · 0891cf25
      Michael Hinton authored
      Firefox handles flex differently than Chrome. When flex is set to 1,
      the flex item does not respect the flex container's bounds, causing
      text to be cutoff.
      
      Bug 5339.
      0891cf25
  2. 26 Jun, 2018 4 commits
  3. 25 Jun, 2018 2 commits
  4. 22 Jun, 2018 2 commits
  5. 20 Jun, 2018 5 commits
  6. 19 Jun, 2018 2 commits
  7. 18 Jun, 2018 1 commit
  8. 16 Jun, 2018 1 commit
  9. 15 Jun, 2018 2 commits
  10. 13 Jun, 2018 1 commit
  11. 12 Jun, 2018 4 commits
  12. 08 Jun, 2018 3 commits
  13. 07 Jun, 2018 4 commits
  14. 06 Jun, 2018 1 commit
    • Brian Christiansen's avatar
      Don't allocate downed cloud nodes · be449407
      Brian Christiansen authored
      which were marked down due to ResumeTimeout.
      
      If a cloud node was marked down due to not responding by ResumeTimeout,
      the code inadvertently added the node back to the avail_node_bitmap --
      after being cleared by set_node_down_ptr(). The scheduler would then
      attempt to allocate the node again, which would cause a loop of hitting
      ResumeTimeout and allocating the downed node again.
      
      Bug 5264
      be449407
  15. 05 Jun, 2018 2 commits
  16. 04 Jun, 2018 1 commit
  17. 02 Jun, 2018 1 commit
  18. 01 Jun, 2018 1 commit
  19. 31 May, 2018 2 commits