Philip Jägenstedt
Philip Jägenstedt
@bzbarsky FYI. In addition to this there's some mangling of the prototype's own properties and instance's own properties, but only if we happen to find an instance. This makes for...
@thiagowfx I'm not familiar with the changes that caused this breakage, so I don't know off hand. But feel free to ping me if you try to debug this and...
This sounds reasonable if it doesn't come with any complications to support both contexts. Can the same API that `exposeDevToolsProtocol` exposes be used in the "standalone" config as well, so...
Cool, looks like that tool supports TypeScript.
Perhaps the tests can be modified to not need as much (maximum) memory? Does state leak beyond the individual tests for example?
Hmm, sounds like the documents and parsers should be able to be GCd, but aren't?
Ah, probably the JS engine just doesn't know what the true cost of these objects is, counting only the wrappers. At least for `` and `` extra accounting (in the...
It would be great to get this into tools/wpt/run.py: https://github.com/web-platform-tests/wpt/blob/bfc7ce508b754e84e95830c2186f1fa8eb9f179e/tools/wpt/run.py#L378-L385 See `Chrome.setup_kwargs` and `Firefox.setup_kwargs` in that file for precedent. If we put it into wpt itself, it'll also work for...
@cvazac @youennf are setting shared by Safari stable and TP, or are there settings that are only used by STP? Something that would make this easier is if it were...
Yes, that would be great I think, if they then have no effect beyond the WebDriver session.