Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Side by Side Diff: README.chromium

Issue 1539001: Reimplement ibus-gconf so it does not depend on GConf-2 database (Closed)
Patch Set: fix Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.am ('k') | configure.ac » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Chromium OS Changes: 1 Chromium OS Changes:
2 2
3 - bus/main.c 3 - bus/main.c
4 4
5 Check if DBUS_SESSION_BUS_ADDRESS enviroment variable is set. 5 Check if DBUS_SESSION_BUS_ADDRESS enviroment variable is set.
6 6
7 - bus/ibusimpl.c 7 - bus/ibusimpl.c
8 8
9 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. 9 Set TRUE on ibus->use_global_engine in bus_ibus_impl_init() so that all renderer
10 processes and a browser process could share one IM context by default.
10 11
12 - memconf/config.h
13 - memconf/config.cc
14
15 memconf/config.cc is a modified version of gconf/config.c which doesn't use
16 GConf-2 nor files as its storage. Instead, it keeps user config on memory.
17
18 Google C++ coding standard is applied to these files (except function names) to
19 make code review easy.
20
21 - memconf/Makefile.am
22
23 Copied from gconf/Makefile.am. GConf-2 dependency are removed.
24
25 - gconf/
26
27 This directory is no longer used on Chromium OS.
OLDNEW
« no previous file with comments | « Makefile.am ('k') | configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698