| Index: README.chromium
|
| diff --git a/README.chromium b/README.chromium
|
| index 42598b4c8c5c1afb1058a71a9afe266c27fa0eea..6a8459e189ee52a6e5e80bac41ff7ab1c4f5c764 100644
|
| --- a/README.chromium
|
| +++ b/README.chromium
|
| @@ -6,5 +6,22 @@ Check if DBUS_SESSION_BUS_ADDRESS enviroment variable is set.
|
|
|
| - bus/ibusimpl.c
|
|
|
| -Set TRUE on ibus->use_global_engine in bus_ibus_impl_init() so that all renderer processes and a browser process could share one IM context by default.
|
| +Set TRUE on ibus->use_global_engine in bus_ibus_impl_init() so that all renderer
|
| +processes and a browser process could share one IM context by default.
|
|
|
| +- memconf/config.h
|
| +- memconf/config.cc
|
| +
|
| +memconf/config.cc is a modified version of gconf/config.c which doesn't use
|
| +GConf-2 nor files as its storage. Instead, it keeps user config on memory.
|
| +
|
| +Google C++ coding standard is applied to these files (except function names) to
|
| +make code review easy.
|
| +
|
| +- memconf/Makefile.am
|
| +
|
| +Copied from gconf/Makefile.am. GConf-2 dependency are removed.
|
| +
|
| +- gconf/
|
| +
|
| +This directory is no longer used on Chromium OS.
|
|
|