Skip to main content
WebKit

WebKit

Browser engineWikipedia

Search complete. 60 mentions across 36 episodes found for "WebKit".

Sep 9, 2026

Eric SufertHOST
5:16
The browser nevertheless occupied a consequential position in this arrangement because it executed the code and controlled the storage on which continuity of identity often depended.
Eric SufertHOST
5:25
And Apple, which controls not just the Safari browser but, outside of the EU, all browsers that operate on iOS, since all global iOS browsers must use WebKit, Safari's rendering engine, began imposing increasingly restrictive conditions on that process with its Intelligent Tracking Prevention, or ITP, program, introduced in 2017.
Eric SufertHOST
5:44
The original iteration of the framework limited when cookies could support tracking across websites, and subsequent revisions progressively narrowed the opportunities available to advertising companies.
Eric SufertHOST
5:54
Moving identifiers into first-party cookies offered an adaptation since those cookies were associated with the advertiser's own website.
Mike BelsheGUEST
44:51
Sundar was product manager on Google Chrome.
Mike BelsheGUEST
44:56
but uh uh didn't expect it to go as far as it did really we just wanted to change internet standards so you know microsoft and explorer had won the browser wars finally the browser browser wars were done web developers didn't have to worry about building for three different um rendering engines and then what does chrome do chrome comes out with a new rendering engine, a rendering engine based on Apple's WebKit, which was really relatively small.
Mike BelsheGUEST
45:24
People wondered like, wait, are we going to reopen the browser wars? I guess we did.
Mike BelsheGUEST
45:28
But the point was to make it so that the new standards that had already been created years earlier could start to reach real people.
Rick ByersGUEST
2:38
Like, I think we used to sometimes think the way to get the best possible design is do the most review, and I think what we found is review is useful, um, but not as useful as actual experimentation, actually trying things in the wild, especially with real custom- Um, and so the best way to find product market fit and good API design, I think we've learned kind of painfully from some failed experiments, is to actually let people try things and learn from where it doesn't work and, and work really hard to shorten your feedback cycle time.
Rick ByersGUEST
3:06
Um, and so this is what WebKit prefixes, not just WebKit, but Moz and, you know, prefixed APIs were designed to be that.
Rick ByersGUEST
3:13
Let's have a, you know, a, a low overhead way of shipping out some ideas that people can try, um, but we won't really bake them into the web until we really understand them.
Rick ByersGUEST
3:22
Um, and, you know, as many people know, that kind of failed miraculously in, in...
Rick ByersGUEST
3:40
But, like, we really struggled with that tension, and that my recollection, I'm sure there's multiple people have different stories on this, but let me just tell you the story I remember from, uh, starting.
Rick ByersGUEST
3:49
And I, I gotta credit, again, I'm sure lots of people deserve some credit, but I'm gonna credit Jacob Rossi from the Edge team.
Rick ByersGUEST
3:54
Uh, I remember a TPAC in, um, in, uh, near San Francisco Airport, uh, I think it was 2014 TPAC, and it was one of the breakout sessions, and Jacob proposed a breakout session to talk about this problem, uh, what do we do about prefixes? So shortly after Blink forked from WebKit, and we had said in, we had said that, like, we weren't gonna be doing prefixed APIs anymore, um, we were gonna, like, focus on the standards path, and Jacob was really pushing this, well, how do we, how do we actually give ourselves a tight feedback loop? How do we make it safe to fail? It's something Alex Russell talks about a lot, is you want to get a tight feedback loop and great API design.
Rick ByersGUEST
4:25
You want to make it really cheap to fail, 'cause most ideas are bad ideas.
Matt BirchlerHOST
15:58
I am using the web API to do that.
Matt BirchlerHOST
16:01
And while WebKit and Safari do not support it, Chromium does.
Matt BirchlerHOST
16:05
And I have been playing a lot of Nonagram on the Galaxy Fold 8 because it turns out having an iPad Mini is really nice for playing Nonagrams.
Matt BirchlerHOST
16:17
It will be good for Sudokus and crosswords and stuff.
Artificial IntelligenceNARRATOR
1:34
Playwright is a browser automation and end-to-end testing framework.
Artificial IntelligenceNARRATOR
1:38
It can use Chromium, Firefox, and WebKit through one testing API, and its runner includes features like locators, projects, traces, screenshots, and fixtures.
Artificial IntelligenceNARRATOR
1:48
1.
Artificial IntelligenceNARRATOR
1:49
I don't really care about edge cases here.
denolfeHOST
3:27
The news story announced that Firefox on iOS now has a built-in ad blocker.
denolfeHOST
3:31
It uses Apple's WebKit content blocker technology and the EasyList filter to block many third-party ads and trackers.
denolfeHOST
3:38
The feature is optional and off by default, aiming to reduce clutter and improve browsing experience without blocking everything or affecting sites' revenue support.
denolfeHOST
3:47
Firefox support privacy protections already on the platform, and this addition gives users more control over their browsing.
Jerry BellHOST
4:21
13 malicious theme packages on Packagist inject JavaScript into every site that installs them.
Jerry BellHOST
4:27
And on unpatched iPhones, that script runs a WebKit chain that installs spyware.
Jerry BellHOST
4:32
Audit your composer dependencies and get managed phones current.
Jerry BellHOST
4:36
16.
Jack RudenkoGUEST
72:43
All our current software is powered by open source.
Jack RudenkoGUEST
72:47
And I believe that's the biggest unfair, like companies like Microsoft, Apple, like Chrome built on top of the WebKit, which was built by Apple.
Jack RudenkoGUEST
73:01
They redo the KHTML from Linux KDE project, which was created by, was open source project.
Jack RudenkoGUEST
73:10
All the web now powered by open source project.
Akili AkridgeGUEST
7:09
Once you land onto a page, and it's because it's a one-click exploit, once you land onto a page, it then executes and exploits on iOS devices.
Akili AkridgeGUEST
7:19
It exploits the WebKit vulnerability.
Akili AkridgeGUEST
7:22
Now, the WebKit vulnerability leverages what's called just-in-time, and just-in-time is a JavaScript compilation.
Akili AkridgeGUEST
7:28
Basically, what happens is Apple has decided that they were going to keep this door open because they want web pages to load faster for a better end user experience.
Akili AkridgeGUEST
7:38
But what it does is that it bypasses the need for checking to see if the code is malicious or not by just rendering the code.

21 MINS LATER

Akili AkridgeGUEST
28:30
Yeah, absolutely.
Akili AkridgeGUEST
28:31
So listen, Lockdown mode is useful, but it's all about timing, right? So earlier I explained JIT, which is just in time.
Akili AkridgeGUEST
28:45
It's a JavaScript compilation capability that is leveraged by the WebKit.
Jack RudenkoGUEST
72:43
All our current software is powered by open source.
Jack RudenkoGUEST
72:47
And I believe that's the biggest unfair, like companies like Microsoft, Apple, like Chrome built on top of the WebKit, which was built by Apple.
Jack RudenkoGUEST
73:01
They redo the KHTML from Linux KDE project, which was created by, was open source project.
Jack RudenkoGUEST
73:10
All the web now powered by open source project.

26 more episodes mention WebKit.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.