Julian Descottes
Julian Descottes
Introducing a new preference and testing it with launchpad can be tricky. The new preference has to be added in one of the devtools preferences files in order for it...
Per serialization spec, child ownership is always set to "none" before serializing values. This means that only the root can ever have a handle id set. Our current tests for...
This question comes from the following geckodriver issue: https://github.com/mozilla/geckodriver/issues/2007 Chrome/chromedriver currently throws if Find Element by "tag name" is used with an empty string as the tag name, whereas Firefox/geckodriver...
We are implementing the navigationStarted event in Firefox, and with this event the following test now fails: https://github.com/puppeteer/puppeteer/blob/3238b93a79b9e6891c00a32ca009057fb7425a68/test/src/target.spec.ts#L224-L248 It seems we expect no navigationStarted event when calling `window.open('about:blank')`, but I'm...
After working on remote debugging for a few months, I have started paying much more attention to backward compatibility breakage than before. We already had RFC #51 to discuss backward...
When a sprite is not square the preview on the gallery looks really bad:  We should center the image, and have a less contrasting background (with regards to the...
_From @guilnunes on September 1, 2014 19:25_ Is it possible to create folders to organize the artwork in "My Gallery"? It would be pretty handy with the growing number of...
_From @guilnunes on April 30, 2015 13:43_ I think it might be useful to have: On the gallery screen, add a checkbox on the image thumbnails, so you can use...
Puppeteer expects that errors about headers will contain the message "Invalid header", both in the implementation and in tests: https://github.com/puppeteer/puppeteer/blob/7712dffffef49282889ec99c1f0a066b826c2988/packages/puppeteer-core/src/api/HTTPRequest.ts#L705-L713 https://github.com/puppeteer/puppeteer/blob/7712dffffef49282889ec99c1f0a066b826c2988/test/src/requestinterception.spec.ts#L763 We should find another way to handle this in...