WebKit in the News

WebKit in the News

Google’s Android announcement (see post below) has led to a new round of stories about WebKit in the blogosphere.

Read more

WebKit Detect script updated for iPhone and iPod touch

WebKit Detect script updated for iPhone and iPod touch

We don’t usually recommend checking for specific user agents; it’s usually better to test for capabilities directly.

Read more

Back to Basics

Back to Basics

I’ve noticed that there’s been a little bit of confusion out there about WebKit.

Read more

WebKit Shutting Down

WebKit Shutting Down

WebKit has always focused on performance, web standards compliance, security, and relatively understandable code.

Read more

The Obligatory iPhone Post

The Obligatory iPhone Post

Yesterday, Steve Jobs announced the iPhone, a new combination phone, iPod and internet communications device.

Read more

Optimizing Page Load Time (and a little about the Debug menu)

Optimizing Page Load Time (and a little about the Debug menu)

We don’t usually just repost content from other blogs here.

Read more

Strange Medium

Strange Medium

Digging up a very old blog entry from http://www.456bereastreet.com/archive/200408/sizing_monospaced_fonts/, the question is asked, “What’s up with the different font sizes when the monospace font family is used?” The answer, as usual with Web browsers, is pretty interesting (which is browser developer-speak for “insanely confusing”).

Read more

The FOUC Problem

The FOUC Problem

FOUC stands for Flash of Unstyled Content.

Read more

Recent WebKit Features

Recent WebKit Features

There have been a lot of exciting new engine-level features that have been added to WebKit over the last few months, and not all of them have received their own blog entries.

Read more

WebKit Site Redesign

WebKit Site Redesign

If you are reading this post, you have probably already noticed that we’ve launched a visual redesign of the WebKit site.

Read more

We’re Hunting Memory Leaks

We’re Hunting Memory Leaks

We’ve heard a number of reports of Safari memory leaks, and we’d like to fix a bunch of these.

Read more

JavaScriptCore C++ Name Changes

JavaScriptCore C++ Name Changes

Here are some name changes we’re planning for some classes and functions in JavaScriptCore in the KJS namespace: Old Name New Names ValueImp JSValue AllocatedValueImp JSCell ObjectImp JSObject Undefined() jsUndefined() Null() jsNull() Boolean() jsBoolean(), jsTrue(), jsFalse() Number() jsNumber(), jsNaN(), jsZero(), jsOne(), jsTwo() String() jsString() We want to take Imp suffixes off class names of subclasses […]

Read more