0
Files
src/content/public
simonb 908ec61cdc Refactor chromium's Linker class.
Preparation for creating an alternative non-crazy linker based
chromium Linker:

- Convert Linker from pure static into a singleton class.
- Split into an abstract base class containing (expected) common code,
and (for now) a single concrete subclass that implements the current
crazy linker based loading of libchrome.so.
- Update client code to handle the singleton getInstance() requirement
and class name changes.
- Modernize logging.

Later changes will introduce a second concrete Linker subclass that is
free of crazy linker code, for Android platform system linkers that
handle packed relocations, load from apk, and shared relro natively.

BUG=385553

Review URL: https://codereview.chromium.org/1224963002

Cr-Commit-Position: refs/heads/master@{#338182}
2015-07-09 23:25:03 +00:00
..
2015-07-09 23:25:03 +00:00
2014-12-03 19:24:02 +00:00

Content API design:
http://www.chromium.org/developers/content-module/content-api