1. 30 7月, 2018 2 次提交
  2. 28 7月, 2018 1 次提交
  3. 27 7月, 2018 1 次提交
  4. 26 7月, 2018 4 次提交
  5. 25 7月, 2018 3 次提交
  6. 24 7月, 2018 4 次提交
  7. 23 7月, 2018 3 次提交
  8. 20 7月, 2018 3 次提交
  9. 19 7月, 2018 2 次提交
  10. 18 7月, 2018 7 次提交
  11. 17 7月, 2018 1 次提交
  12. 16 7月, 2018 1 次提交
  13. 13 7月, 2018 3 次提交
    • F
      cd1b20ae
    • S
      Lazy-load performance bar UI · 8e1a8dee
      Sean McGivern 提交于
      We need to eagerly load the performance bar wrapper component
      (`performance_bar/index.js`) when the page is loaded and the container element
      is present, to ensure that we register the interceptor early enough in the
      page's lifecycle.
      
      However, we don't need to load the UI at that point. Not doing so means that we
      can let Webpack extract the UI (`performance_bar/components/*`) into its own
      chunk, so users who don't see the performance bar don't have to load too much
      unnecessary JavaScript.
      8e1a8dee
    • P
      fixed test to correctly text relative URLs · 9b9cbb4a
      Phil Hughes 提交于
      doesnt add query param if source & target projects match
      9b9cbb4a
  14. 12 7月, 2018 5 次提交