summaryrefslogtreecommitdiffstats
path: root/ios/third_party/blink/README.chromium
blob: 89a345419ac030f4e2a88289b906a259ec45aa7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Name: blink HTMLTokenizer
Short Name: blink
URL: http://www.chromium.org/blink
Version: commit 2e924d852a814dee5efde8deb412a70a4d90c5c7
License: BSD License
Security Critical: yes

Description:
The HTMLTokenizer and associated classes from blink handle tokenizing HTML
content into runtime usable data structures.

Local Modifications:
The blink code was used as a starting point and heavily modified to remove
unnecessary code, dependancies on WTF, and dependencies on GPL code.