Module engine

Module engine 

Source
Expand description

ブラウザのコア機能を提供するモジュール このモジュールには、HTML/CSSパーサー、DOMツリー構築、 JavaScriptエンジンなどブラウザの中核となる機能が含まれます。 The engine module contains the core components of the Orinium engine, including the bridge, CSS handling, HTML parsing, input processing, layout management, rendering model, and tree structure.

Modules§

bridge
Engine と Platform 間の橋渡しモジュール。
css
CSS processing module. Parsing, tokenization, and selector matching.
html
HTML processing module. Parsing and tokenization.
input
入力処理とヒットテスト。クリック位置の要素判定を行う。
layouter
Layout builder
renderer_model
Render model and draw command generation module.
tree
Generic tree structure for DOM, render tree, or other hierarchical data.