pwnall Hacking on Blink and Chromium
About

Data buffers in Blink

Jul 8, 2014

This article describes (some of) the classes used in Blink to represent data buffers.

WebData

WebData wraps a SharedBuffer instance. It is not thread-safe.

WebData is defined in public/platform/WebData.h and implemented in Source/platform/exported/WebData.cpp.

WebThreadSafeData

pwnall Hacking on Blink and Chromium

  • pwnall Hacking on Blink and Chromium
  • victor@costan.us

Victor Costan is a Blink / Chromium committer and a WebKit contributor. This blog documents his attempts to understand the codebases and improve the Web platform.