Skip to content
Snippets Groups Projects
  1. Aug 04, 2017
  2. Aug 01, 2017
  3. Jul 26, 2017
  4. Aug 05, 2017
    • Nathan Froyd's avatar
      servo: Merge #17974 - remove testing feature from stylo_tests (from... · 42133503
      Nathan Froyd authored
      servo: Merge #17974 - remove testing feature from stylo_tests (from froydnj:remove-testing-feature); r=SimonSapin
      
      `stylo_tests` currently requires a separate version of the `style` crate, compiled with the `testing` feature, so a function testing the size of specified values can be accessed.  With a few tweaks, we can make the information needed for the test available to the `stylo_tests` crate directly, eliminating the need for a separately-compiled `style` crate.
      
      This doesn't matter much for Servo itself (it might make CI times slightly faster?), but Gecko automation/development would like to run `stylo_tests`, and not having to compile two versions of the `style` crate (or have a dead, test-only function hanging around in the `style` crate) would be a win.
      
      ---
      
      - [X] `./mach build -d` does not report any errors
      - [X] `./mach test-tidy` does not report any errors
      - [X] There are tests for these changes
      
      Source-Repo: https://github.com/servo/servo
      Source-Revision: a6369149dc5344b2b80a12fca1c43cf99c94fdc9
      
      --HG--
      extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
      extra : subtree_revision : f23cc39c69a996f3d1023f4c00f8d564d4a3e97f
      42133503
  5. Aug 03, 2017
  6. Aug 05, 2017
  7. Aug 01, 2017
  8. Aug 05, 2017
  9. Aug 04, 2017
  10. Aug 05, 2017
  11. Aug 04, 2017
  12. Aug 05, 2017
  13. Aug 04, 2017
  14. Aug 05, 2017
    • Cameron McCormack's avatar
      servo: Merge #17979 - style: Revert font-family serialization commit #17972... · 55743423
      Cameron McCormack authored
      servo: Merge #17979 - style: Revert font-family serialization commit #17972 (from heycam:font-family-revert); r=heycam
      
      This reverts commit 4f525f6fa04195cdb93fc4394fbc0c78f2626bd7.
      
      I accidentally included some unrelated changes in #17972, so backing out here.
      
      Source-Repo: https://github.com/servo/servo
      Source-Revision: 40315a6bf701dc8ade850f7521acf023966d1a09
      
      --HG--
      extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
      extra : subtree_revision : 96056d1c77c1afd7638026bab0a3a43346bdb131
      55743423
  15. Aug 04, 2017
  16. Aug 05, 2017
Loading