Nipun Garg
Nipun Garg
Squashed the fixup commits
For the second part, you mean this list, right? Adding AbstractRange and StaticRange should solve the problem. https://github.com/nipunG314/servo/blob/a895fb6d90cf4d8cc86f4bab00cd61cb25bfb5d8/tests/wpt/mozilla/tests/mozilla/interfaces.html#L13
I have updated the manifest file on my local repo and committed the changes upstream. But the CI still complains about having an outdated manifest. Does the manifest need to...
@jdm I have performed the rebase and squashed the MANIFEST commit. Can we try to merge again?
(This was discussed on Discord. Putting it here as a matter of record) Another option would be SwiftShader: https://github.com/google/swiftshader. It is conformant implementation of the Vulkan Spec (at least on...
SwiftShader doesn't seem to an ideal candidate for running headlessCI tests right now. The following capabilities are currently unsupported: 1. VulkanMemoryModel (5345) 2. VariablePointers (4442) ```bash /home/nipun/swiftshader/src/Pipeline/SpirvShader.cpp:388 WARNING: UNSUPPORTED: Unsupported...
I would like to work on this issue.
I have narrowed down the code block where the Err originates. When the `insert` function in `components/script/dom/servoparser/mod.rs`, it eventually calls the `pre_insert` function in `components/script/dom/node.rs`, which calls the 'ensure_pre_insertion_validity` function...
> btw did you have to make any changes to the GLSL or was it a simple copy & paste from the previous example? Copy and paste