playwright/browser_patches/firefox
Joel Einbinder abb50a79bd
browser(firefox): fix request frame attribution (#3657)
Firefox will sometimes send multiple requests with the same http channel id. When a frame is loaded, the favicon is requested in the parent frame, but with the same channel id. This can cause the document request to report the wrong frame, causing the test 'should capture iframe navigation request' to fail. It fails consistently on my computer.

This patch adds the content policy type into the http channelId to better distinguish requests. Maybe there is something better we can do? It looks like we use channelId has request ids, so there might be more bugs with these favicon requests in playwright?
2020-08-28 17:55:05 -07:00
..
juggler browser(firefox): fix request frame attribution (#3657) 2020-08-28 17:55:05 -07:00
patches browser(firefox): roll Firefox to August 14 beta (#3465) 2020-08-13 23:14:24 -07:00
preferences browser(firefox): always create new process rather than reuse one (#3312) 2020-08-05 15:48:26 -07:00
.gitignore Initial commit 2019-11-19 10:58:15 -08:00
archive.sh devops: strictly configure build folder for Firefox builds (#1454) 2020-03-20 19:24:38 -07:00
BUILD_NUMBER browser(firefox): fix request frame attribution (#3657) 2020-08-28 17:55:05 -07:00
build.sh devops: make sure rust toolchain is installed (#3485) 2020-08-19 09:11:28 -07:00
cheatsheet.md chore(firefox): update cheatsheet with logging instructions (#1609) 2020-03-31 13:23:35 -07:00
clean.sh devops: strictly configure build folder for Firefox builds (#1454) 2020-03-20 19:24:38 -07:00
install-preferences.js devops: bundle firefox preferences alongside with build. 2020-02-11 14:42:04 -08:00
UPSTREAM_CONFIG.sh browser(firefox): roll Firefox to August 14 beta (#3465) 2020-08-13 23:14:24 -07:00