[blink-dev] Blink bug status as of 2023-07-31

2023-07-30 Thread tkent
Title: Blink bug summary Blink bug status as of 2023-07-31 Component Open Slow Triage Pri-0/1 ⭐ No owner Oldest Whole Blink17,796(-15)74,889(-72)940(+19)443(-44)95Jan 2015 Uncategorized13(-11)19(-14)1(-6)1(-3)0Jun 2023 Blink>Accessibility522(+9)1,774(+21)61(+5)56(+3)17Feb 2020

Re: [blink-dev] Re: Intent to Ship: HTTPS pages with Cache-control: no-store and Back/Forward Cache

2023-07-30 Thread 'Kenji Baheux' via blink-dev
On Sat, Jul 29, 2023 at 3:03 AM Mike Taylor wrote: > Thanks for the additional analysis. Another question I have, if a site > sends: > > "Cache-Control: no-cache, no-store, must-revalidate" (copypasta from > https://stackoverflow.com/a/2068407), > would it be treated differently as

[blink-dev] WebGPU error catching when rendering on worker

2023-07-30 Thread wenhan chong
Hi All, I am trying to use WebGPU uncapturederror listener to detect unexpected errors that happen during render time. I notice that errors are suppressed and not captured when I am rendering to an offscreen canvas on a worker. I tested this by forcing a simple GPUValidationError in the