Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-30 Thread Dale Curtis
Thanks! Yes it has a base::Feature toggle; one is automatically included: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/runtime_enabled_features.json5;l=120;drc=86659902320c9a6ff1083688c928109df3d84f25 https://source.chromium.org/chromium/chromium/src

Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-30 Thread Chris Harrelson
LGTM3 On Wed, Aug 30, 2023 at 8:23 AM Daniel Bratell wrote: > LGTM2 > > /Daniel > On 2023-08-30 16:24, Yoav Weiss wrote: > > LGTM1 to ship, with a base flag to ensure we can rollback if needed. > > On Mon, Aug 28, 2023 at 6:16 PM Dale Curtis > wrote: > >> On Mon, Aug 21, 2023 at 9:41 AM Dale Cu

Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-30 Thread Daniel Bratell
LGTM2 /Daniel On 2023-08-30 16:24, Yoav Weiss wrote: LGTM1 to ship, with a base flag to ensure we can rollback if needed. On Mon, Aug 28, 2023 at 6:16 PM Dale Curtis wrote: On Mon, Aug 21, 2023 at 9:41 AM Dale Curtis wrote: On Sun, Aug 20, 2023 at 7:36 PM Yoav Weiss

Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-30 Thread Yoav Weiss
LGTM1 to ship, with a base flag to ensure we can rollback if needed. On Mon, Aug 28, 2023 at 6:16 PM Dale Curtis wrote: > On Mon, Aug 21, 2023 at 9:41 AM Dale Curtis > wrote: > >> On Sun, Aug 20, 2023 at 7:36 PM Yoav Weiss >> wrote: >> >>> Thanks for working on this!! Eliminating resources whi

Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-28 Thread Dale Curtis
On Mon, Aug 21, 2023 at 9:41 AM Dale Curtis wrote: > On Sun, Aug 20, 2023 at 7:36 PM Yoav Weiss wrote: > >> Thanks for working on this!! Eliminating resources which can't be loaded >> as CORS enabled resources is super useful! >> >> On Fri, Aug 18, 2023 at 11:28 PM Dale Curtis >> wrote: >> >>>

Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-21 Thread Dale Curtis
On Mon, Aug 21, 2023 at 1:24 AM Fredrik Söderquist wrote: > On Mon, Aug 21, 2023 at 4:36 AM Yoav Weiss wrote: > >> Thanks for working on this!! Eliminating resources which can't be loaded >> as CORS enabled resources is super useful! >> >> On Fri, Aug 18, 2023 at 11:28 PM Dale Curtis >> wrote:

Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-21 Thread Dale Curtis
On Sun, Aug 20, 2023 at 7:36 PM Yoav Weiss wrote: > Thanks for working on this!! Eliminating resources which can't be loaded > as CORS enabled resources is super useful! > > On Fri, Aug 18, 2023 at 11:28 PM Dale Curtis > wrote: > >> Contact emailsdalecur...@chromium.org >> >> ExplainerNone >> >>

Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-21 Thread Fredrik Söderquist
On Mon, Aug 21, 2023 at 4:36 AM Yoav Weiss wrote: > Thanks for working on this!! Eliminating resources which can't be loaded > as CORS enabled resources is super useful! > > On Fri, Aug 18, 2023 at 11:28 PM Dale Curtis > wrote: > >> Contact emailsdalecur...@chromium.org >> >> ExplainerNone >> >>

Re: [blink-dev] Intent to Implement and Ship: SVGImageElement.crossOrigin attribute.

2023-08-20 Thread Yoav Weiss
Thanks for working on this!! Eliminating resources which can't be loaded as CORS enabled resources is super useful! On Fri, Aug 18, 2023 at 11:28 PM Dale Curtis wrote: > Contact emailsdalecur...@chromium.org > > ExplainerNone > > Specificationhttps://www.w3.org/TR/SVG > > Summary > > Implements