servo/python/servo
Martin Robinson e2cf3e8d1a Reorganize Servo's WPT Python scripts
This change moves all of Servo's WPT Python support scripts into one
directory as they were previously scattered throughout the directory
structure. This should allow more code reuse and make it easier to
understand how everything fits together.

The changes:

- `tests/wpt/update` → `python/wpt/importer`
- `etc/ci/upstream-wpt-changes/wptupstreamer` → `python/wpt/exporter`
- `etc/ci/upstream-wpt-changes/test.py` → `python/wpt/test.py`
- `etc/ci/upstream-wpt-changes/tests` → `python/wpt/tests`
- `tests/wpt/servowpt.py` →
    - `python/wpt/update.py`
    - `python/wpt/run.py`
- `tests/wpt/manifestupdate.py` → `python/wpt/manifestupdate.py`

This change also removes
 - The ability to run the `update-wpt` and `test-wpt` commands without
   using `mach`. These didn't work very well, because it was difficult
   to get all of the wptrunner and mach dependencies installed outside
   of the Python virtualenv. It's simpler if they are always run through
   `mach`.
- The old WPT change upstreaming script that was no longer used.
2023-04-20 12:24:55 +02:00
..
lints Keep WPT import path around while running lints. 2022-11-09 22:14:38 -05:00
mutation Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap.py Replace usage of six.moves.urllib with urllib 2023-04-10 12:47:39 +02:00
bootstrap_commands.py Replace usage of six.moves.urllib with urllib 2023-04-10 12:47:39 +02:00
build_commands.py Make errors during build status notification warnings 2023-04-17 09:03:01 +02:00
command_base.py Replace usage of six.moves.urllib with urllib 2023-04-10 12:47:39 +02:00
devenv_commands.py Auto merge of #29610 - mrobinson:notify, r=mukilan 2023-04-13 10:02:35 +02:00
gstreamer.py Conditionally use certain GStreamer plugins 2023-02-16 08:59:12 +01:00
package_commands.py Fix nightly upload to GH release logic. 2023-04-13 12:31:42 +05:30
packages.py Update LLVM toolchain version for Windows 2023-01-24 20:46:34 +05:30
post_build_commands.py Improve winit/mach segfault output 2023-02-28 21:54:48 +08:00
servo-binary-formula.rb.in Change servo homepage link to https 2018-11-27 19:01:20 +01:00
testing_commands.py Reorganize Servo's WPT Python scripts 2023-04-20 12:24:55 +02:00
util.py Replace usage of six.moves.urllib with urllib 2023-04-10 12:47:39 +02:00