WebKit on GitHub!

WebKit on GitHub!

On June 23rd, the WebKit project froze its Subversion tree and transitioned management and interaction with our source code to git on GitHub.

Read more

JavaScriptCore CSI:
A Crash Site Investigation Story

JavaScriptCore CSI:
A Crash Site Investigation Story

When debugging JavaScript bugs, web developers have Web Inspector which provides a debugger and many introspective tools to examine their code with.

Read more

RefPtr Basics

RefPtr Basics

History Many objects in WebKit are reference counted.

Read more

Building WebKit for iOS Simulator

Building WebKit for iOS Simulator

You can now build and run top-of-tree WebKit for iOS in the iOS Simulator — included are a summary of steps to get you up and running.

Read more

WebKit and C++11

WebKit and C++11

WebKit now requires our various ports to build with compilers that support some C++11 features.

Read more

Using References Instead of Pointers

Using References Instead of Pointers

We started converting WebKit code to using references instead of pointers when passing around objects.

Read more

It’s Time for the 2011 WebKit Contributors Meeting!

It’s Time for the 2011 WebKit Contributors Meeting!

Apple will once again be hosting a WebKit Contributors Meeting.

Read more

A Guide to Assertion Macros in WebKit

A Guide to Assertion Macros in WebKit

Background WebKit provides a number of macros to assert that conditions in the code are met.

Read more

Fourth Annual WebKit Open Source Party

Fourth Annual WebKit Open Source Party

WWDC is upon us, and we hope to see you all there!

Read more

Third Annual WebKit Open Source Party

Third Annual WebKit Open Source Party

It’s that time of year again!

Read more

Reporting WebKit Security Bugs

Reporting WebKit Security Bugs

Security is a top priority for the WebKit project.

Read more

New Open Committer and Reviewer Policy

New Open Committer and Reviewer Policy

Historically, new WebKit committers and reviewers have been chosen through an internal Apple process.

Read more