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

Issue 4175047: Add async version of set_global_engine. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by Yusuke Sato
Modified:
13 years, 9 months ago
Reviewers:
shawn.p.huang, Peng Huang, Peng
CC:
zork, satorux
Base URL:
git@github.com:ibus/ibus.git@master
Visibility:
Public.

Description

Add async version of set_global_engine. Patch from Zach Kuznia <zork@chromium.org>, modified by Yusuke Sato <yusukes@chromium.org>.

Patch Set 1 : original patch from zork http://goo.gl/kD0ez #

Patch Set 2 : for review #

Total comments: 3

Patch Set 3 : review fix: change function names #

Total comments: 6

Patch Set 4 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -144 lines) Patch
M src/ibusbus.h View 1 2 17 chunks +80 lines, -17 lines 0 comments Download
M src/ibusbus.c View 1 2 3 20 chunks +240 lines, -127 lines 0 comments Download

Messages

Total messages: 6
Yusuke Sato
Peng, please review the change. I'll use the async API in Chromium OS (libcros.) Zach, ...
13 years, 9 months ago (2011-02-14 07:37:27 UTC) #1
Peng
http://codereview.appspot.com/4175047/diff/4001/src/ibusbus.h File src/ibusbus.h (right): http://codereview.appspot.com/4175047/diff/4001/src/ibusbus.h#newcode132 src/ibusbus.h:132: guint ibus_bus_request_name (IBusBus *bus, On 2011/02/14 07:37:27, Yusuke Sato ...
13 years, 9 months ago (2011-02-15 04:28:27 UTC) #2
Yusuke Sato
Please take another look. http://codereview.appspot.com/4175047/diff/4001/src/ibusbus.h File src/ibusbus.h (right): http://codereview.appspot.com/4175047/diff/4001/src/ibusbus.h#newcode132 src/ibusbus.h:132: guint ibus_bus_request_name (IBusBus *bus, On ...
13 years, 9 months ago (2011-02-15 09:30:50 UTC) #3
Peng
http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c File src/ibusbus.c (right): http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c#newcode1026 src/ibusbus.c:1026: ibus_bus_set_global_engine, Should be ibus_bus_set_global_engine_async http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c#newcode1040 src/ibusbus.c:1040: ibus_bus_set_global_engine)); Should be ...
13 years, 9 months ago (2011-02-15 16:04:48 UTC) #4
Yusuke Sato
http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c File src/ibusbus.c (right): http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c#newcode1026 src/ibusbus.c:1026: ibus_bus_set_global_engine, On 2011/02/15 16:04:48, Shawn.P.Huang wrote: > Should be ...
13 years, 9 months ago (2011-02-16 07:04:21 UTC) #5
Peng
13 years, 9 months ago (2011-02-16 13:49:51 UTC) #6
On 2011/02/16 07:04:21, Yusuke Sato wrote:
> http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c
> File src/ibusbus.c (right):
> 
> http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c#newcode1026
> src/ibusbus.c:1026: ibus_bus_set_global_engine,
> On 2011/02/15 16:04:48, Shawn.P.Huang wrote:
> > Should be ibus_bus_set_global_engine_async
> 
> Done. thx.
> 
> http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c#newcode1040
> src/ibusbus.c:1040: ibus_bus_set_global_engine));
> On 2011/02/15 16:04:48, Shawn.P.Huang wrote:
> > Should be ibus_bus_set_global_engine_async
> 
> Done.
> 
> http://codereview.appspot.com/4175047/diff/9001/src/ibusbus.c#newcode1105
> src/ibusbus.c:1105: g_simple_async_result_complete (simple);
> On 2011/02/15 16:04:48, Shawn.P.Huang wrote:
> > I think you should unref simple here. Please check it.
> 
> Done.

LGTM
Sign in to reply to this message.

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