mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Make setZeroTimeout use window.setTimeout
This commit is contained in:
parent
cb2f83cf8e
commit
6089e45b7d
21 changed files with 335 additions and 98 deletions
|
@ -13,7 +13,8 @@ KHRONOS_REPO_URL = "https://github.com/KhronosGroup/WebGL.git"
|
|||
PATCHES = [
|
||||
("js-test-pre.patch", "js/js-test-pre.js"),
|
||||
("unit.patch", "conformance/more/unit.js"),
|
||||
("timeout.patch", None)
|
||||
("timeout.patch", None),
|
||||
("set-zero-timeout.patch", "js/webgl-test-utils.js"),
|
||||
]
|
||||
|
||||
# Fix for 'UnicodeDecodeError: 'ascii' codec can't decode byte'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue