servo/etc
Simon Sapin 188dd9e7ab Reduce git fetch depth. 100 still takes quite some time!
```
(git init servo.git &&
    cd servo.git &&
    time git fetch https://github.com/servo/servo master $ARGS &&
); rm -rf servo.git

Full: 724.75 MiB
      57s home fiber in Paris
    1m25s AWS us-west-2 Oregon
    3m23s Macstadium DC1 Atlanta
    4m22s Macstadium DC2 Las Vegas

--depth 100: 129.00 MiB
    1m21s home
    1m18s AWS
    1m30s Macstadium 1
    1m24s Macstadium 2

--depth 50: 97.62 MiB
    30s home
    30s AWS
    41s Macstadium 1
    40s Macstadium 2

--depth 30: 92.47 MiB
    17s home
    18s AWS
    27s Macstadium 1
    26s Macstadium 2

--depth 10: 88.25 MiB
    11s home
    12s AWS
    26s Macstadium 1
    25s Macstadium 2

--depth 1: 87.53 MiB
    10s home
    10s AWS
    22s Macstadium 1
    28s Macstadium 2
```
2019-11-16 14:15:52 +01:00
..
ci Fix sccache failure when rustc generates hundreds of thousands of warnings 2019-11-12 17:46:21 +01:00
doc.servo.org Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
layout_viewer Layout viewer now uses local copy of jquery. 2017-03-16 18:38:33 +02:00
taskcluster Reduce git fetch depth. 100 still takes quite some time! 2019-11-16 14:15:52 +01:00
cert_generator.js Update cert-generator and certs 2017-03-14 08:01:54 -07:00
cert_generator.sh Apply format change to cert_generator.sh 2019-05-08 19:24:32 +02:00
jsdefine Cargoify servo 2014-09-08 20:21:42 -06:00
memory_chart.html Add tool to chart memory usage from reports. 2018-03-08 22:46:42 -05:00
memory_reports_over_time.py Code coverage for decisionlib 2018-10-09 14:00:25 +02:00
patch-trace-template.py profile: Integrate the time profiler with the macOS signpost 2016-10-01 00:12:49 -07:00
profilicate.py Add a sampling profiler and a script to generate profiles for use with Gecko tooling. 2019-03-26 16:35:08 -04:00
run_in_headless_android_emulator.py com.mozilla to org.mozilla 2018-10-02 08:09:35 +02:00
rustdoc-style.html Cargoify servo 2014-09-08 20:21:42 -06:00
rustdoc-with-private Remove rustdoc work-around from 43a75011be 2019-07-17 10:48:54 +02:00
servo.sb Cargoify servo 2014-09-08 20:21:42 -06:00
servo_automation_screenshot.py Automation Script to take screenshot for servo 2018-04-27 14:05:32 -04:00
servo_gdb.py Add flake8 to the tidy process for Python files 2015-06-04 11:17:34 -04:00
start_servo.py Update getopts 2018-08-24 17:49:58 +02:00
unused_wpt_results.py Add script to find unused WPT results. 2019-09-25 12:38:00 -04:00
valgrind-memcheck.supp Add a valgrind suppression file. 2015-12-17 10:36:03 -06:00