mht / mini_chromium_win

Useful low-level (“base”) routines from Chromium for Windows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini_chromium_win

Inspired by mini_chromium from Mark Mentovai (Chromium team). mini_chromium_win is a small collection of useful low-level ("base") routines from the Chromium open-source project at http://www.chromium.org/ . Unlike mini_chromium, mini_chromium_win is for Windows.

Goal

  • Eliminate unnecessary code
  • Take care of API incompatibility between major version, such as v22 -> v23. According to Chromium team, 'base' is not design for reuse of other projects.

Non-Goal

About

Useful low-level (“base”) routines from Chromium for Windows.