Thank you Kent. On Wed, Jun 21, 2023 at 4:33 PM TAMURA, Kent <[email protected]> wrote:
> The HTML specification was updated for this change, and we don't see any > bad signals after the last discussion. I think it's ok to land the > implementation without re-approvals. > > > On Wed, Jun 21, 2023 at 3:53 PM Javier Garcia Visiedo < > [email protected]> wrote: > >> Hi all, >> >> I'm revisiting this I2S, as the code changes were never merged probably >> due to ongoing spec discussions at the time. I'd like to ship these changes >> now. Please let me know if these LGTMs are still valid, or if you need any >> additional input from my side. >> >> Thank you >> Javier >> >> On Thursday, April 15, 2021 at 2:51:39 AM UTC+9 Asanka Herath wrote: >> >>> Contact [email protected] >>> >>> ExplainerNone >>> >>> SpecificationNone >>> >>> Summary >>> >>> Add "ftp", "ftps", and "sftp" to the list of protocols available for >>> registration via registerProtocolHandler(). FTP is now deprecated and will >>> imminently be removed from the codebase. Allowing websites to register >>> themselves as handlers for ftp:// URLs makes it possible to build easy >>> to use gateways for legacy ftp sites. In addition we propose adding related >>> protocols "ftps" and "sftp" to the list. Google Chrome/Chromium was not >>> handling these URL schemes. >>> >>> >>> Blink componentBlink>HTML>CustomHandlers >>> <https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink%3EHTML%3ECustomHandlers> >>> >>> Search tagsftp <https://www.chromestatus.com/features#tags:ftp>, >>> registerprotocolhandler >>> <https://www.chromestatus.com/features#tags:registerprotocolhandler> >>> >>> TAG reviewNone >>> >>> TAG review statusNot applicable >>> >>> Risks >>> >>> >>> Interoperability and Compatibility >>> >>> None >>> >>> The implementation gives precedence to native protocol handlers before >>> consulting sites registered via registerProtcolHandler. >>> >>> Gecko: No signal >>> >>> WebKit: No signal >>> >>> Web developers: No signals >>> >>> >>> Is this feature fully tested by web-platform-tests >>> <https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md> >>> ? >>> Yes. After crrev/2826871 >>> <https://chromium-review.googlesource.com/c/chromium/src/+/2826871> >>> >>> Flag nameNone >>> >>> Tracking bughttps://crbug.com/1199027 >>> >>> Link to entry on the Chrome Platform Status >>> https://www.chromestatus.com/feature/5762628536238080 >>> >>> This intent message was generated by Chrome Platform Status >>> <https://www.chromestatus.com/>. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "blink-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/a/chromium.org/d/msgid/blink-dev/6c83481d-483c-4562-8151-1933d3f6e91bn%40chromium.org >> <https://groups.google.com/a/chromium.org/d/msgid/blink-dev/6c83481d-483c-4562-8151-1933d3f6e91bn%40chromium.org?utm_medium=email&utm_source=footer> >> . >> > > > -- > TAMURA Kent > Software Engineer, Google > > > -- > You received this message because you are subscribed to the Google Groups > "blink-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAGH7WqGQ1asq8kuTug6WQ81ULgv4UXcbG8-mAO1Co8MY%2BwNX4w%40mail.gmail.com > <https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAGH7WqGQ1asq8kuTug6WQ81ULgv4UXcbG8-mAO1Co8MY%2BwNX4w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAFM5ELX1CNiMiv0Aj0D3y4%2BVqNWh%2BZSN%3DvBveKxgZVAmJFtigg%40mail.gmail.com.
