Please enable JavaScript to use this page!

AllTalks site logo
🍔

Chrome Dev Summit

Over the two days, the Chrome team and members of the ecosystem will deep-dive into the latest updates to the platform and tools to improve developer productivity, as they build pinnacle web experiences for their users

Chrome Dev Summit

33 min

Next-generation web styling

Adam Argyle, Una Kravets

With new CSS features landing in browsers, and Houdini on the horizon, web styling has become so much more powerful than ever. In this talk, we’ll show you how to leverage these new properties and wo…

Chrome Dev Summit

36 min

Adaptive Loading - Improving web performance on slow devices

Addy Osmani, Nate Schloss

Today, developers often build components and routes for a single baseline ("mobile", "desktop"). However, the environment conditions users are in are often much more nuanced. They may be on a device …

Chrome Dev Summit

30 min

PWA and the installable web

PJ McLachlan, Sam Thorogood, Mukund Laddha

The Web has a superpower—it's a frictionless and federated experience, whether for search results, news articles, ride sharing, or spreadsheets. With modern, evergreen browsers, your users can accept…

Chrome Dev Summit

24 min

HTML isn’t done!

Nicole Sullivan, Greg Whitworth

Let’s go back in time a bit. Remember when word was out that we were going to get new HTML elements? I don’t know about you, but I was so excited. After years of building the same tabset over and ove…

Chrome Dev Summit

26 min

How to make your content shine on Google Search

Martin Splitt

With the new evergreen Googlebot, powered by the latest Chromium rendering engine, developers can leverage all the latest web technologies that optimize user experience and discoverability of their c…

Chrome Dev Summit

30 min

The main thread is overworked & underpaid

Surma

Amongst all the platforms for app development, the web is arguably the only one that does not make good use of threading. On the web, the main thread has a lot of responsibilities, and we keep adding…

Chrome Dev Summit

28 min

Bridging the native app gap

Sam Richard

The Web today is an incredibly powerful platform, but there's still a gap between what web apps can do and the capabilities of native apps. Progressive Web Apps get us part of the way there, but to t…

Chrome Dev Summit

25 min

Oh the things you’ll compile - modern WebAssembly

Thomas Nattestad, Ingvar Stepanyan

WebAssembly is an entirely new language format for the Web that lets you run languages that were previously impossible on the Web. Come to this talk to see how you can use WebAssembly in new ways, le…

Chrome Dev Summit

23 min

Speed tooling evolutions: 2019 and beyond

Elizabeth Sweeny, Paul Irish

Our understanding of how to accurately represent and optimize for a users' experience continues to grow more accurate and informed. Our speed metrics, automation story, and best-practice recommendati…

Chrome Dev Summit

30 min

What’s new in sign-up and sign-in

Eiji Kitamura

The Web is becoming more capable of signing up and signing in users securely and seamlessly. In this talk we'll describe an effective way for users to sign up to your website, and sign back in more e…

Chrome Dev Summit

28 min

Web as a building block for user experience

Dev Gogate

A user’s journey on mobile is not linear and does not necessarily start and end with the browser. Learn how the Web provides the connection for emerging technologies and how to leverage the many supe…

Chrome Dev Summit

33 min

Chrome extensions and the world of tomorrow

Simeon Vincent

Chrome's extensions platform is undergoing a sea change. Nearly 6 years after the current manifest version was introduced, we are revving it again. Manifest V3 rethinks several of the basics about ho…

Chrome Dev Summit

27 min

Protecting users on a thriving web

Emily Stark, Michael Kleber

From spoofy phishing sites to cross-site tracking, it can be hard to know where you are and what's being observed about you on the web. Chrome’s goal is to help people make safe decisions amidst this…

Chrome Dev Summit

32 min

Intent to explain: Demystifying the Blink shipping proces

Yoav Weiss, Chris Wilson

Welcome to Chrome Dev Summit, where you’ll hear about many new and shiny features coming soon to a Chromium-based browser near you! But, how do those features come to be? Who decides which features …

Chrome Dev Summit

7 min

Designing for speed and hacking user perception

Mustafa Kurtuldu

In this talk I will cover research on speed and UX that Google has conducted on speed and design techniques developers can use to improve the perceived speed of their websites and apps.

Chrome Dev Summit

7 min

Faster apps with JSON.parse

Mathias Bynens

Because the JSON grammar is much simpler than JavaScript’s grammar, JSON can be parsed more efficiently than JavaScript. This knowledge can be applied to improve start-up performance for web apps tha…