slightlylate This sort of detailed feedback about Origin Trial APIs (you can sign up here!: developers.chrome.com/origintrials/) is critical to our learning process. Project Fugu is *all about* iteration and learning from developer needs š”š”š” twitter.com/marcushellbergā¦
marcushellberg . @fractorious, following up on our discussion about the Native File System API at #ChromeDevSummit. We wrote a blog post on what we learned from experimenting with the origin trial, especially about the UX of permission popups: vaadin.com/blog/accessingā¦
webaxe Applying prefers-color-scheme to SVG favicons: blog.tomayac.com/2019/09/21/pre⦠#webdev #svg #a11y
@yoavweiss I could have sworn I have seen a crbug somewhere to improve @ChromeDevTools handling of localhost service workers from different projects. Maybe @mathias remembers?
@firt @EventLift @lombrozo @gauntface @sammachin @torgo @Rumyra The bug report in question is here: bugs.webkit.org/show_bug.cgi?iā¦.
johnwilander Updates to ITP in today’s iOS and macOS releases including a thank you to Google researchers – all under the title “Preventing Tracking Prevention Tracking”webkit.org/blog/9661/prevā¦3H

ChromiumDev Chrome 79 is rolling out now! Installed PWAs on Android get support for maskable icons. The WebXR Device API has landed. Origin trials start for the Wake Lock API, and the rendersubtree attribute. And plenty more! @petele has all the details at developers.google.com/web/updates/20⦠pic.twitter.com/3iC0Rf2M4q
tkadlec New post: a few quick tips for how to use #BigQuery without breaking the bank. timkadlec.com/remembers/2019ā¦
If you’re interested in the background on the better password protection feature that recently launched in Chrome, read up on this great work. ā¤µļø twitter.com/aawc/status/12ā¦
FakeUnicode Because it keeps coming up, how about a thread on Emoji in passwords. So we (and you) can link to it in the future.
Should they be allowed? For all practical purposes they can’t not be. So, yes.
Should they be heavily warned against? Yes.
But why? Well…
@mahemoff “`js
#!/usr/bin/env node
const express = require(‘express’);
const server = express();
server.all(‘/*’, (_, res) => {
res.sendFile(__dirname + ‘/index.html’);
});
const port = 8000;
server.listen(port, () => {
console.log(‘Server listenin
@uskay Definitely, and recipe pages are a great example use case for this feature. You know my email… š