Skip to Content
Webブラウザエンジニアリング ―Chrome開発者たちから学ぶ、作って理解するブラウザとWebの仕組み
book

Webブラウザエンジニアリング ―Chrome開発者たちから学ぶ、作って理解するブラウザとWebの仕組み

by Pavel Panchekha, Chris Harrelson, 小河 亮
March 2026
Intermediate
600 pages
10h
Japanese
O'Reilly Japan, Inc.
Content preview from Webブラウザエンジニアリング ―Chrome開発者たちから学ぶ、作って理解するブラウザとWebの仕組み

結論A本書で触れなかった内容

 これまでの16章で、Webブラウザの主要なコンポーネントについて、ネットワークリクエストからデータの安全な保存方法までしっかりと理解いただけたと思います。しかし、非常に広大なトピックであるため、いくつか省略せざるを得ませんでした。本書で取り上げていない最も重要な項目を、順不同で紹介します。

A.1 JavaScriptの実行

 現代のWebブラウザの大部分は、非常に高性能なJavaScriptの実装です。今日、主要なブラウザはすべてJavaScriptを実行するだけでなく、実行時に型解析を用いて、その場で低レベルの機械語にコンパイルします。さらに、「隠れクラス(hidden class)」のような技術は、JavaScriptが提供しない構造を推論し、メモリ使用量とガベージコレクションの負荷を低減します。さらに、現代のブラウザはWebAssemblyも実行します。これは、多くのプログラミング言語からコンパイルできるハードウェアに依存しないバイトコード形式であり、いつの日かWeb上でJavaScriptと同等になるかもしれません。

 本書では、JavaScriptエンジンの構築を省略し、代わりにDukPyを使用しています。この選択をしたのは、JavaScriptの実行は現代のブラウザの中心である一方で、Python、Lua、Javaといった他の言語の実行と非常に似た技術を使用しているためです。現代のJavaScriptエンジンの内部について学ぶ最善の方法は、プログラミング言語の実装に関する本を読むことです。

A.2 テキストとグラフィックスのレンダリング

 テキストレンダリングは、表面的に見えるものよりもはるかに複雑です。文字は幅や高さが異なります。アクセントは文字の上に重ねる必要があるかもしれません。「合字( ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Terraformではじめる実践IaC ―AWSでのインフラストラクチャー構築の基本から継続的デプロイまで

Terraformではじめる実践IaC ―AWSでのインフラストラクチャー構築の基本から継続的デプロイまで

伊藤 太斉, 藤原 涼馬

Publisher Resources

ISBN: 9784814401574Publisher Website