WPTIncludeList 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. ./.gitignore
  2. ./CONTRIBUTING.md
  3. ./docs/commands.json
  4. ./LICENSE.md
  5. ./resources/testdriver-actions.js
  6. ./resources/testdriver.js
  7. ./resources/testdriver.js.headers
  8. ./resources/testdriver-vendor.js
  9. ./resources/testdriver-vendor.js.headers
  10. ./serve.py
  11. ./tools/__init__.py
  12. ./tools/certs/README.md
  13. ./tools/certs/01A389.pem
  14. ./tools/certs/01A38A.pem
  15. ./tools/certs/045C7F.pem
  16. ./tools/certs/045C80.pem
  17. ./tools/certs/09DDE0.pem
  18. ./tools/certs/09DDE1.pem
  19. ./tools/certs/serial.old
  20. ./tools/certs/serial
  21. ./tools/certs/index.txt.old
  22. ./tools/certs/index.txt
  23. ./tools/certs/index.txt.attr.old
  24. ./tools/certs/index.txt.attr
  25. ./tools/certs/config.json
  26. ./tools/certs/cacert.key
  27. ./tools/certs/cacert.pem
  28. ./tools/certs/web-platform.test.key
  29. ./tools/certs/web-platform.test.pem
  30. ./tools/ci/__init__.py
  31. ./tools/ci/commands.json
  32. ./tools/ci/requirements_build.txt
  33. ./tools/ci/update_built.py
  34. ./tools/ci/tc/__init__.py
  35. ./tools/ci/tc/github_checks_output.py
  36. ./tools/conftest.py
  37. ./tools/docker/commands.json
  38. ./tools/gitignore/__init__.py
  39. ./tools/gitignore/gitignore.py
  40. ./tools/lint/__init__.py
  41. ./tools/lint/commands.json
  42. ./tools/lint/fnmatch.py
  43. ./tools/lint/lint.py
  44. ./tools/lint/rules.py
  45. ./tools/localpaths.py
  46. ./tools/manifest/XMLParser.py
  47. ./tools/manifest/__init__.py
  48. ./tools/manifest/catalog/xhtml.dtd
  49. ./tools/manifest/commands.json
  50. ./tools/manifest/download.py
  51. ./tools/manifest/item.py
  52. ./tools/manifest/jsonlib.py
  53. ./tools/manifest/log.py
  54. ./tools/manifest/manifest.py
  55. ./tools/manifest/sourcefile.py
  56. ./tools/manifest/testpaths.py
  57. ./tools/manifest/typedata.py
  58. ./tools/manifest/update.py
  59. ./tools/manifest/utils.py
  60. ./tools/manifest/vcs.py
  61. ./tools/quic/commands.json
  62. ./tools/quic/__init__.py
  63. ./tools/quic/requirements.txt
  64. ./tools/quic/serve.py
  65. ./tools/serve/__init__.py
  66. ./tools/serve/commands.json
  67. ./tools/serve/serve.py
  68. ./tools/taskcluster/commands.json
  69. ./tools/third_party/atomicwrites/LICENSE
  70. ./tools/third_party/atomicwrites/README.rst
  71. ./tools/third_party/atomicwrites/atomicwrites/__init__.py
  72. ./tools/third_party/enum/enum/LICENSE
  73. ./tools/third_party/enum/enum/README
  74. ./tools/third_party/enum/enum/__init__.py
  75. ./tools/third_party/h2/LICENSE
  76. ./tools/third_party/h2/h2/__init__.py
  77. ./tools/third_party/h2/h2/config.py
  78. ./tools/third_party/h2/h2/connection.py
  79. ./tools/third_party/h2/h2/errors.py
  80. ./tools/third_party/h2/h2/events.py
  81. ./tools/third_party/h2/h2/exceptions.py
  82. ./tools/third_party/h2/h2/frame_buffer.py
  83. ./tools/third_party/h2/h2/settings.py
  84. ./tools/third_party/h2/h2/stream.py
  85. ./tools/third_party/h2/h2/utilities.py
  86. ./tools/third_party/h2/h2/windows.py
  87. ./tools/third_party/hpack/LICENSE
  88. ./tools/third_party/hpack/hpack/__init__.py
  89. ./tools/third_party/hpack/hpack/compat.py
  90. ./tools/third_party/hpack/hpack/exceptions.py
  91. ./tools/third_party/hpack/hpack/hpack.py
  92. ./tools/third_party/hpack/hpack/huffman.py
  93. ./tools/third_party/hpack/hpack/huffman_constants.py
  94. ./tools/third_party/hpack/hpack/huffman_table.py
  95. ./tools/third_party/hpack/hpack/struct.py
  96. ./tools/third_party/hpack/hpack/table.py
  97. ./tools/third_party/html5lib/LICENSE
  98. ./tools/third_party/html5lib/README.rst
  99. ./tools/third_party/html5lib/html5lib/__init__.py
  100. ./tools/third_party/html5lib/html5lib/_ihatexml.py
  101. ./tools/third_party/html5lib/html5lib/_inputstream.py
  102. ./tools/third_party/html5lib/html5lib/_tokenizer.py
  103. ./tools/third_party/html5lib/html5lib/_trie/__init__.py
  104. ./tools/third_party/html5lib/html5lib/_trie/_base.py
  105. ./tools/third_party/html5lib/html5lib/_trie/datrie.py
  106. ./tools/third_party/html5lib/html5lib/_trie/py.py
  107. ./tools/third_party/html5lib/html5lib/_utils.py
  108. ./tools/third_party/html5lib/html5lib/constants.py
  109. ./tools/third_party/html5lib/html5lib/filters/__init__.py
  110. ./tools/third_party/html5lib/html5lib/filters/alphabeticalattributes.py
  111. ./tools/third_party/html5lib/html5lib/filters/base.py
  112. ./tools/third_party/html5lib/html5lib/filters/inject_meta_charset.py
  113. ./tools/third_party/html5lib/html5lib/filters/lint.py
  114. ./tools/third_party/html5lib/html5lib/filters/optionaltags.py
  115. ./tools/third_party/html5lib/html5lib/filters/sanitizer.py
  116. ./tools/third_party/html5lib/html5lib/filters/whitespace.py
  117. ./tools/third_party/html5lib/html5lib/html5parser.py
  118. ./tools/third_party/html5lib/html5lib/serializer.py
  119. ./tools/third_party/html5lib/html5lib/treeadapters/__init__.py
  120. ./tools/third_party/html5lib/html5lib/treeadapters/genshi.py
  121. ./tools/third_party/html5lib/html5lib/treeadapters/sax.py
  122. ./tools/third_party/html5lib/html5lib/treebuilders/__init__.py
  123. ./tools/third_party/html5lib/html5lib/treebuilders/base.py
  124. ./tools/third_party/html5lib/html5lib/treebuilders/dom.py
  125. ./tools/third_party/html5lib/html5lib/treebuilders/etree.py
  126. ./tools/third_party/html5lib/html5lib/treebuilders/etree_lxml.py
  127. ./tools/third_party/html5lib/html5lib/treewalkers/__init__.py
  128. ./tools/third_party/html5lib/html5lib/treewalkers/base.py
  129. ./tools/third_party/html5lib/html5lib/treewalkers/dom.py
  130. ./tools/third_party/html5lib/html5lib/treewalkers/etree.py
  131. ./tools/third_party/html5lib/html5lib/treewalkers/etree_lxml.py
  132. ./tools/third_party/html5lib/html5lib/treewalkers/genshi.py
  133. ./tools/third_party/html5lib/parse.py
  134. ./tools/third_party/hyperframe/LICENSE
  135. ./tools/third_party/hyperframe/hyperframe/__init__.py
  136. ./tools/third_party/hyperframe/hyperframe/exceptions.py
  137. ./tools/third_party/hyperframe/hyperframe/flags.py
  138. ./tools/third_party/hyperframe/hyperframe/frame.py
  139. ./tools/third_party/pdf_js/LICENSE
  140. ./tools/third_party/pdf_js/pdf.js
  141. ./tools/third_party/pdf_js/pdf.worker.js
  142. ./tools/third_party/pywebsocket3/LICENSE
  143. ./tools/third_party/pywebsocket3/mod_pywebsocket/__init__.py
  144. ./tools/third_party/pywebsocket3/mod_pywebsocket/_stream_exceptions.py
  145. ./tools/third_party/pywebsocket3/mod_pywebsocket/common.py
  146. ./tools/third_party/pywebsocket3/mod_pywebsocket/dispatch.py
  147. ./tools/third_party/pywebsocket3/mod_pywebsocket/extensions.py
  148. ./tools/third_party/pywebsocket3/mod_pywebsocket/fast_masking.i
  149. ./tools/third_party/pywebsocket3/mod_pywebsocket/handshake/base.py
  150. ./tools/third_party/pywebsocket3/mod_pywebsocket/handshake/hybi.py
  151. ./tools/third_party/pywebsocket3/mod_pywebsocket/handshake/__init__.py
  152. ./tools/third_party/pywebsocket3/mod_pywebsocket/http_header_util.py
  153. ./tools/third_party/pywebsocket3/mod_pywebsocket/memorizingfile.py
  154. ./tools/third_party/pywebsocket3/mod_pywebsocket/msgutil.py
  155. ./tools/third_party/pywebsocket3/mod_pywebsocket/request_handler.py
  156. ./tools/third_party/pywebsocket3/mod_pywebsocket/server_util.py
  157. ./tools/third_party/pywebsocket3/mod_pywebsocket/standalone.py
  158. ./tools/third_party/pywebsocket3/mod_pywebsocket/stream.py
  159. ./tools/third_party/pywebsocket3/mod_pywebsocket/util.py
  160. ./tools/third_party/pywebsocket3/mod_pywebsocket/websocket_server.py
  161. ./tools/third_party/pywebsocket3/README.md
  162. ./tools/third_party/pywebsocket3/setup.py
  163. ./tools/third_party/pywebsocket3/MANIFEST.in
  164. ./tools/third_party/six/LICENSE
  165. ./tools/third_party/six/six.py
  166. ./tools/third_party/webencodings/PKG-INFO
  167. ./tools/third_party/webencodings/README.rst
  168. ./tools/third_party/webencodings/setup.cfg
  169. ./tools/third_party/webencodings/setup.py
  170. ./tools/third_party/webencodings/webencodings.egg-info/PKG-INFO
  171. ./tools/third_party/webencodings/webencodings.egg-info/SOURCES.txt
  172. ./tools/third_party/webencodings/webencodings.egg-info/dependency_links.txt
  173. ./tools/third_party/webencodings/webencodings.egg-info/top_level.txt
  174. ./tools/third_party/webencodings/webencodings/__init__.py
  175. ./tools/third_party/webencodings/webencodings/labels.py
  176. ./tools/third_party/webencodings/webencodings/mklabels.py
  177. ./tools/third_party/webencodings/webencodings/tests.py
  178. ./tools/third_party/webencodings/webencodings/x_user_defined.py
  179. ./tools/third_party/websockets/README.rst
  180. ./tools/third_party/websockets/LICENSE
  181. ./tools/third_party/websockets/setup.py
  182. ./tools/third_party/websockets/tox.ini
  183. ./tools/third_party/websockets/performance/mem_server.py
  184. ./tools/third_party/websockets/performance/mem_client.py
  185. ./tools/third_party/websockets/Makefile
  186. ./tools/third_party/websockets/MANIFEST.in
  187. ./tools/third_party/websockets/setup.cfg
  188. ./tools/third_party/websockets/.gitignore
  189. ./tools/third_party/websockets/src/websockets/version.py
  190. ./tools/third_party/websockets/src/websockets/uri.py
  191. ./tools/third_party/websockets/src/websockets/protocol.py
  192. ./tools/third_party/websockets/src/websockets/framing.py
  193. ./tools/third_party/websockets/src/websockets/__init__.py
  194. ./tools/third_party/websockets/src/websockets/headers.py
  195. ./tools/third_party/websockets/src/websockets/speedups.pyi
  196. ./tools/third_party/websockets/src/websockets/server.py
  197. ./tools/third_party/websockets/src/websockets/typing.py
  198. ./tools/third_party/websockets/src/websockets/client.py
  199. ./tools/third_party/websockets/src/websockets/handshake.py
  200. ./tools/third_party/websockets/src/websockets/extensions/base.py
  201. ./tools/third_party/websockets/src/websockets/extensions/__init__.py
  202. ./tools/third_party/websockets/src/websockets/extensions/permessage_deflate.py
  203. ./tools/third_party/websockets/src/websockets/py.typed
  204. ./tools/third_party/websockets/src/websockets/__main__.py
  205. ./tools/third_party/websockets/src/websockets/speedups.c
  206. ./tools/third_party/websockets/src/websockets/exceptions.py
  207. ./tools/third_party/websockets/src/websockets/utils.py
  208. ./tools/third_party/websockets/src/websockets/auth.py
  209. ./tools/third_party/websockets/src/websockets/http.py
  210. ./tools/third_party/websockets/.appveyor.yml
  211. ./tools/third_party/websockets/compliance/README.rst
  212. ./tools/third_party/websockets/compliance/fuzzingclient.json
  213. ./tools/third_party/websockets/compliance/test_client.py
  214. ./tools/third_party/websockets/compliance/fuzzingserver.json
  215. ./tools/third_party/websockets/compliance/test_server.py
  216. ./tools/webdriver/webdriver/__init__.py
  217. ./tools/webdriver/webdriver/client.py
  218. ./tools/webdriver/webdriver/error.py
  219. ./tools/webdriver/webdriver/protocol.py
  220. ./tools/webdriver/webdriver/transport.py
  221. ./tools/webdriver/webdriver/bidi/__init__.py
  222. ./tools/webdriver/webdriver/bidi/client.py
  223. ./tools/webdriver/webdriver/bidi/error.py
  224. ./tools/webdriver/webdriver/bidi/modules/__init__.py
  225. ./tools/webdriver/webdriver/bidi/modules/_module.py
  226. ./tools/webdriver/webdriver/bidi/modules/browsing_context.py
  227. ./tools/webdriver/webdriver/bidi/modules/script.py
  228. ./tools/webdriver/webdriver/bidi/modules/session.py
  229. ./tools/webdriver/webdriver/bidi/transport.py
  230. ./tools/webtransport/README.md
  231. ./tools/webtransport/__init__.py
  232. ./tools/webtransport/requirements.txt
  233. ./tools/webtransport/h3/__init__.py
  234. ./tools/webtransport/h3/capsule.py
  235. ./tools/webtransport/h3/handler.py
  236. ./tools/webtransport/h3/webtransport_h3_server.py
  237. ./tools/wpt/__init__.py
  238. ./tools/wpt/android.py
  239. ./tools/wpt/browser.py
  240. ./tools/wpt/commands.json
  241. ./tools/wpt/create.py
  242. ./tools/wpt/install.py
  243. ./tools/wpt/markdown.py
  244. ./tools/wpt/paths
  245. ./tools/wpt/revlist.py
  246. ./tools/wpt/run.py
  247. ./tools/wpt/testfiles.py
  248. ./tools/wpt/update.py
  249. ./tools/wpt/utils.py
  250. ./tools/wpt/virtualenv.py
  251. ./tools/wpt/wpt.py
  252. ./tools/wptrunner/requirements_firefox.txt
  253. ./tools/wptrunner/requirements_epiphany.txt
  254. ./tools/wptrunner/tox.ini
  255. ./tools/wptrunner/requirements_chrome_android.txt
  256. ./tools/wptrunner/wptrunner.default.ini
  257. ./tools/wptrunner/requirements.txt
  258. ./tools/wptrunner/requirements_chrome.txt
  259. ./tools/wptrunner/wptrunner/expectedtree.py
  260. ./tools/wptrunner/wptrunner/testdriver-vendor.js
  261. ./tools/wptrunner/wptrunner/config.py
  262. ./tools/wptrunner/wptrunner/testharnessreport-servodriver.js
  263. ./tools/wptrunner/wptrunner/testharness_runner.html
  264. ./tools/wptrunner/wptrunner/executors/executorselenium.py
  265. ./tools/wptrunner/wptrunner/executors/test-wait.js
  266. ./tools/wptrunner/wptrunner/executors/executoropera.py
  267. ./tools/wptrunner/wptrunner/executors/window-loaded.js
  268. ./tools/wptrunner/wptrunner/executors/executoredge.py
  269. ./tools/wptrunner/wptrunner/executors/protocol.py
  270. ./tools/wptrunner/wptrunner/executors/executorservo.py
  271. ./tools/wptrunner/wptrunner/executors/testharness_servodriver.js
  272. ./tools/wptrunner/wptrunner/executors/base.py
  273. ./tools/wptrunner/wptrunner/executors/pytestrunner/__init__.py
  274. ./tools/wptrunner/wptrunner/executors/pytestrunner/runner.py
  275. ./tools/wptrunner/wptrunner/executors/executoredgechromium.py
  276. ./tools/wptrunner/wptrunner/executors/runner.js
  277. ./tools/wptrunner/wptrunner/executors/actions.py
  278. ./tools/wptrunner/wptrunner/executors/__init__.py
  279. ./tools/wptrunner/wptrunner/executors/executorwebkit.py
  280. ./tools/wptrunner/wptrunner/executors/executorinternetexplorer.py
  281. ./tools/wptrunner/wptrunner/executors/executorchrome.py
  282. ./tools/wptrunner/wptrunner/executors/executormarionette.py
  283. ./tools/wptrunner/wptrunner/executors/testharness_webdriver_resume.js
  284. ./tools/wptrunner/wptrunner/executors/reftest.js
  285. ./tools/wptrunner/wptrunner/executors/executorwebdriver.py
  286. ./tools/wptrunner/wptrunner/executors/executorservodriver.py
  287. ./tools/wptrunner/wptrunner/executors/process.py
  288. ./tools/wptrunner/wptrunner/executors/executorsafari.py
  289. ./tools/wptrunner/wptrunner/print_reftest_runner.html
  290. ./tools/wptrunner/wptrunner/metadata.py
  291. ./tools/wptrunner/wptrunner/wptlogging.py
  292. ./tools/wptrunner/wptrunner/vcs.py
  293. ./tools/wptrunner/wptrunner/wpttest.py
  294. ./tools/wptrunner/wptrunner/wptcommandline.py
  295. ./tools/wptrunner/wptrunner/font.py
  296. ./tools/wptrunner/wptrunner/manifestinclude.py
  297. ./tools/wptrunner/wptrunner/mpcontext.py
  298. ./tools/wptrunner/wptrunner/webdriver_server.py
  299. ./tools/wptrunner/wptrunner/products.py
  300. ./tools/wptrunner/wptrunner/expected.py
  301. ./tools/wptrunner/wptrunner/formatters/chromium.py
  302. ./tools/wptrunner/wptrunner/formatters/__init__.py
  303. ./tools/wptrunner/wptrunner/formatters/wptscreenshot.py
  304. ./tools/wptrunner/wptrunner/formatters/wptreport.py
  305. ./tools/wptrunner/wptrunner/formatters/tests/test_chromium.py
  306. ./tools/wptrunner/wptrunner/manifestupdate.py
  307. ./tools/wptrunner/wptrunner/testharnessreport-servo.js
  308. ./tools/wptrunner/wptrunner/manifestexpected.py
  309. ./tools/wptrunner/wptrunner/stability.py
  310. ./tools/wptrunner/wptrunner/browsers/edgechromium.py
  311. ./tools/wptrunner/wptrunner/browsers/servodriver.py
  312. ./tools/wptrunner/wptrunner/browsers/ie.py
  313. ./tools/wptrunner/wptrunner/browsers/sauce.py
  314. ./tools/wptrunner/wptrunner/browsers/firefox.py
  315. ./tools/wptrunner/wptrunner/browsers/android_weblayer.py
  316. ./tools/wptrunner/wptrunner/browsers/android_webview.py
  317. ./tools/wptrunner/wptrunner/browsers/chrome_android.py
  318. ./tools/wptrunner/wptrunner/browsers/webkit.py
  319. ./tools/wptrunner/wptrunner/browsers/chrome_ios.py
  320. ./tools/wptrunner/wptrunner/browsers/webkitgtk_minibrowser.py
  321. ./tools/wptrunner/wptrunner/browsers/chrome.py
  322. ./tools/wptrunner/wptrunner/browsers/base.py
  323. ./tools/wptrunner/wptrunner/browsers/firefox_android.py
  324. ./tools/wptrunner/wptrunner/browsers/epiphany.py
  325. ./tools/wptrunner/wptrunner/browsers/edge.py
  326. ./tools/wptrunner/wptrunner/browsers/__init__.py
  327. ./tools/wptrunner/wptrunner/browsers/opera.py
  328. ./tools/wptrunner/wptrunner/browsers/servo.py
  329. ./tools/wptrunner/wptrunner/browsers/safari.py
  330. ./tools/wptrunner/wptrunner/browsers/chrome_spki_certs.py
  331. ./tools/wptrunner/wptrunner/browsers/edge_webdriver.py
  332. ./tools/wptrunner/wptrunner/wptmanifest/node.py
  333. ./tools/wptrunner/wptrunner/wptmanifest/backends/static.py
  334. ./tools/wptrunner/wptrunner/wptmanifest/backends/base.py
  335. ./tools/wptrunner/wptrunner/wptmanifest/backends/conditional.py
  336. ./tools/wptrunner/wptrunner/wptmanifest/backends/__init__.py
  337. ./tools/wptrunner/wptrunner/wptmanifest/serializer.py
  338. ./tools/wptrunner/wptrunner/wptmanifest/__init__.py
  339. ./tools/wptrunner/wptrunner/wptmanifest/parser.py
  340. ./tools/wptrunner/wptrunner/wptmanifest/tests/test_serializer.py
  341. ./tools/wptrunner/wptrunner/wptmanifest/tests/test_static.py
  342. ./tools/wptrunner/wptrunner/wptmanifest/tests/test_tokenizer.py
  343. ./tools/wptrunner/wptrunner/wptmanifest/tests/test_conditional.py
  344. ./tools/wptrunner/wptrunner/wptmanifest/tests/test_parser.py
  345. ./tools/wptrunner/wptrunner/wptmanifest/tests/__init__.py
  346. ./tools/wptrunner/wptrunner/__init__.py
  347. ./tools/wptrunner/wptrunner/testrunner.py
  348. ./tools/wptrunner/wptrunner/environment.py
  349. ./tools/wptrunner/wptrunner/testdriver-extra.js
  350. ./tools/wptrunner/wptrunner/testharnessreport.js
  351. ./tools/wptrunner/wptrunner/instruments.py
  352. ./tools/wptrunner/wptrunner/wptrunner.py
  353. ./tools/wptrunner/wptrunner/testloader.py
  354. ./tools/wptrunner/wptrunner/update/sync.py
  355. ./tools/wptrunner/wptrunner/update/state.py
  356. ./tools/wptrunner/wptrunner/update/metadata.py
  357. ./tools/wptrunner/wptrunner/update/tree.py
  358. ./tools/wptrunner/wptrunner/update/base.py
  359. ./tools/wptrunner/wptrunner/update/__init__.py
  360. ./tools/wptrunner/wptrunner/update/update.py
  361. ./tools/wptrunner/wptrunner/process.py
  362. ./tools/wptrunner/requirements_opera.txt
  363. ./tools/wptrunner/requirements_android_webview.txt
  364. ./tools/wptrunner/requirements_ie.txt
  365. ./tools/wptrunner/requirements_edge_chromium.txt
  366. ./tools/wptrunner/requirements_chrome_ios.txt
  367. ./tools/wptrunner/requirements_webkit.txt
  368. ./tools/wptrunner/requirements_sauce.txt
  369. ./tools/wptrunner/setup.py
  370. ./tools/wptrunner/README.rst
  371. ./tools/wptrunner/MANIFEST.in
  372. ./tools/wptrunner/requirements_safari.txt
  373. ./tools/wptrunner/requirements_servo.txt
  374. ./tools/wptrunner/requirements_edge.txt
  375. ./tools/wptserve/LICENSE
  376. ./tools/wptserve/README.md
  377. ./tools/wptserve/wptserve/__init__.py
  378. ./tools/wptserve/wptserve/config.py
  379. ./tools/wptserve/wptserve/constants.py
  380. ./tools/wptserve/wptserve/handlers.py
  381. ./tools/wptserve/wptserve/logger.py
  382. ./tools/wptserve/wptserve/pipes.py
  383. ./tools/wptserve/wptserve/ranges.py
  384. ./tools/wptserve/wptserve/request.py
  385. ./tools/wptserve/wptserve/response.py
  386. ./tools/wptserve/wptserve/router.py
  387. ./tools/wptserve/wptserve/routes.py
  388. ./tools/wptserve/wptserve/server.py
  389. ./tools/wptserve/wptserve/sslutils/__init__.py
  390. ./tools/wptserve/wptserve/sslutils/base.py
  391. ./tools/wptserve/wptserve/sslutils/openssl.py
  392. ./tools/wptserve/wptserve/sslutils/pregenerated.py
  393. ./tools/wptserve/wptserve/stash.py
  394. ./tools/wptserve/wptserve/utils.py
  395. ./tools/wptserve/wptserve/wptserve.py
  396. ./tools/wptserve/wptserve/ws_h2_handshake.py
  397. ./websockets/handlers/basic_auth_wsh.py
  398. ./websockets/handlers/delayed-passive-close_wsh.py
  399. ./websockets/handlers/echo_close_data_wsh.py
  400. ./websockets/handlers/echo-cookie_wsh.py
  401. ./websockets/handlers/echo_exit_wsh.py
  402. ./websockets/handlers/echo-query_v13_wsh.py
  403. ./websockets/handlers/echo-query_wsh.py
  404. ./websockets/handlers/echo_raw_wsh.py
  405. ./websockets/handlers/echo_wsh.py
  406. ./websockets/handlers/empty-message_wsh.py
  407. ./websockets/handlers/handshake_no_extensions_wsh.py
  408. ./websockets/handlers/handshake_no_protocol_wsh.py
  409. ./websockets/handlers/handshake_protocol_wsh.py
  410. ./websockets/handlers/handshake_sleep_2_wsh.py
  411. ./websockets/handlers/invalid_wsh.py
  412. ./websockets/handlers/origin_wsh.py
  413. ./websockets/handlers/protocol_array_wsh.py
  414. ./websockets/handlers/protocol_wsh.py
  415. ./websockets/handlers/receive-backpressure_wsh.py
  416. ./websockets/handlers/referrer_wsh.py
  417. ./websockets/handlers/send-backpressure_wsh.py
  418. ./websockets/handlers/set-cookie_http_wsh.py
  419. ./websockets/handlers/set-cookie-secure_wsh.py
  420. ./websockets/handlers/set-cookies-samesite_wsh.py
  421. ./websockets/handlers/set-cookie_wsh.py
  422. ./websockets/handlers/simple_handshake_wsh.py
  423. ./websockets/handlers/sleep_10_v13_wsh.py
  424. ./websockets/handlers/stash_responder_blocking_wsh.py
  425. ./websockets/handlers/stash_responder_wsh.py
  426. ./websockets/handlers/wrong_accept_key_wsh.py
  427. ./wpt
  428. ./wpt.py