Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(298)

Issue 7433049: Launch the second ibus engine too to reduce the launching time. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by fujiwara
Modified:
11 years, 3 months ago
Reviewers:
shawn.p.huang
CC:
shawn.p.huang_gmail.com, fujiwara
Base URL:
git://github.com/ibus/ibus.git@master
Visibility:
Public.

Description

Launch the second ibus engine too to reduce the launching time. Currently the first ibus engine only is running but the second engine is also frequently used. It is good to run the second engine before user types Ctrl+space. BUG=RH#838734 TEST=src/tests/ibus-bus

Patch Set 1 #

Total comments: 10

Patch Set 2 : Updated with message #2. #

Total comments: 2

Patch Set 3 : Updated message #4. #

Total comments: 5

Patch Set 4 : Updated with message #6. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -0 lines) Patch
M bus/ibusimpl.c View 1 2 3 3 chunks +68 lines, -0 lines 0 comments Download
M src/ibusbus.h View 1 1 chunk +48 lines, -0 lines 0 comments Download
M src/ibusbus.c View 1 1 chunk +62 lines, -0 lines 0 comments Download
M src/tests/ibus-bus.c View 1 2 chunks +26 lines, -0 lines 0 comments Download
M ui/gtk3/panel.vala View 1 3 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 8
fujiwara
11 years, 3 months ago (2013-03-04 10:23:06 UTC) #1
Peng
https://codereview.appspot.com/7433049/diff/1/bus/ibusimpl.c File bus/ibusimpl.c (right): https://codereview.appspot.com/7433049/diff/1/bus/ibusimpl.c#newcode179 bus/ibusimpl.c:179: " <method name='StartComponentByEngineName'>\n" How about rename it to PreloadEngines(string[]names)? ...
11 years, 3 months ago (2013-03-04 15:35:17 UTC) #2
fujiwara
https://codereview.appspot.com/7433049/diff/1/bus/ibusimpl.c File bus/ibusimpl.c (right): https://codereview.appspot.com/7433049/diff/1/bus/ibusimpl.c#newcode179 bus/ibusimpl.c:179: " <method name='StartComponentByEngineName'>\n" On 2013/03/04 15:35:17, Peng wrote: > ...
11 years, 3 months ago (2013-03-05 04:37:18 UTC) #3
Peng
https://codereview.appspot.com/7433049/diff/6001/bus/ibusimpl.c File bus/ibusimpl.c (right): https://codereview.appspot.com/7433049/diff/6001/bus/ibusimpl.c#newcode1254 bus/ibusimpl.c:1254: bus_component_start (component, g_verbose); I think it is very likely ...
11 years, 3 months ago (2013-03-05 15:13:02 UTC) #4
fujiwara
https://codereview.appspot.com/7433049/diff/6001/bus/ibusimpl.c File bus/ibusimpl.c (right): https://codereview.appspot.com/7433049/diff/6001/bus/ibusimpl.c#newcode1254 bus/ibusimpl.c:1254: bus_component_start (component, g_verbose); On 2013/03/05 15:13:03, Peng wrote: > ...
11 years, 3 months ago (2013-03-06 09:12:31 UTC) #5
Peng
https://codereview.appspot.com/7433049/diff/11001/bus/ibusimpl.c File bus/ibusimpl.c (right): https://codereview.appspot.com/7433049/diff/11001/bus/ibusimpl.c#newcode1232 bus/ibusimpl.c:1232: GSList *list = NULL, *l; May be use GArray ...
11 years, 3 months ago (2013-03-06 15:14:29 UTC) #6
fujiwara
https://codereview.appspot.com/7433049/diff/11001/bus/ibusimpl.c File bus/ibusimpl.c (right): https://codereview.appspot.com/7433049/diff/11001/bus/ibusimpl.c#newcode1232 bus/ibusimpl.c:1232: GSList *list = NULL, *l; On 2013/03/06 15:14:29, Peng ...
11 years, 3 months ago (2013-03-07 04:06:53 UTC) #7
Peng
11 years, 3 months ago (2013-03-07 15:28:25 UTC) #8
lgtm thanks.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b