Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Issue 10383253: Implement IBusProperty (Closed)

Created:
8 years, 7 months ago by Seigo Nonaka
Modified:
8 years, 6 months ago
Reviewers:
satorux1
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Implement IBusProperty IBusProperty and IBusPropertyList are one of representations an obeject used in communication with ibus-daemon. According to this CL, ibus_property.cc will be comipled and tested but not in used production binary at thi moment. BUG=chromium-os:26334 TEST=chromeos_unittests, unit_tests, dbus_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=143355 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143545

Patch Set 1 #

Patch Set 2 : Fix styles #

Total comments: 8

Patch Set 3 : Address comments #

Total comments: 4

Patch Set 4 : Simplify data structure: Remove unsupported variables. #

Total comments: 16

Patch Set 5 : Rebase #

Patch Set 6 : Address comments #

Patch Set 7 : address comments #

Patch Set 8 : Fix failure on Chromeos clang dbg build and style violation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+527 lines, -1 line) Patch
M chromeos/chromeos.gyp View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M chromeos/dbus/ibus/ibus_object.h View 1 2 3 4 3 chunks +13 lines, -0 lines 0 comments Download
M chromeos/dbus/ibus/ibus_object.cc View 1 2 3 4 3 chunks +26 lines, -0 lines 0 comments Download
M chromeos/dbus/ibus/ibus_object_unittest.cc View 1 2 3 4 5 3 chunks +42 lines, -1 line 0 comments Download
A chromeos/dbus/ibus/ibus_property.h View 1 2 3 4 5 1 chunk +137 lines, -0 lines 0 comments Download
A chromeos/dbus/ibus/ibus_property.cc View 1 2 3 4 5 1 chunk +184 lines, -0 lines 0 comments Download
A chromeos/dbus/ibus/ibus_property_unittest.cc View 1 2 3 4 5 6 7 1 chunk +122 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Seigo Nonaka
8 years, 7 months ago (2012-05-18 21:51:41 UTC) #1
satorux1
http://codereview.chromium.org/10383253/diff/1008/chromeos/dbus/ibus/ibus_object.cc File chromeos/dbus/ibus/ibus_object.cc (right): http://codereview.chromium.org/10383253/diff/1008/chromeos/dbus/ibus/ibus_object.cc#newcode13 chromeos/dbus/ibus/ibus_object.cc:13: use 'ibus' namespace in the file too. http://codereview.chromium.org/10383253/diff/1008/chromeos/dbus/ibus/ibus_property.cc File ...
8 years, 7 months ago (2012-05-21 20:05:02 UTC) #2
Seigo Nonaka
http://codereview.chromium.org/10383253/diff/1008/chromeos/dbus/ibus/ibus_object.cc File chromeos/dbus/ibus/ibus_object.cc (right): http://codereview.chromium.org/10383253/diff/1008/chromeos/dbus/ibus/ibus_object.cc#newcode13 chromeos/dbus/ibus/ibus_object.cc:13: On 2012/05/21 20:05:02, satorux1 wrote: > use 'ibus' namespace ...
8 years, 7 months ago (2012-05-21 20:55:21 UTC) #3
satorux1
http://codereview.chromium.org/10383253/diff/8002/chromeos/dbus/ibus/ibus_property.h File chromeos/dbus/ibus/ibus_property.h (right): http://codereview.chromium.org/10383253/diff/8002/chromeos/dbus/ibus/ibus_property.h#newcode82 chromeos/dbus/ibus/ibus_property.h:82: std::string key() const { Please document what the key ...
8 years, 7 months ago (2012-05-21 20:58:58 UTC) #4
Seigo Nonaka
https://chromiumcodereview.appspot.com/10383253/diff/8002/chromeos/dbus/ibus/ibus_property.h File chromeos/dbus/ibus/ibus_property.h (right): https://chromiumcodereview.appspot.com/10383253/diff/8002/chromeos/dbus/ibus/ibus_property.h#newcode82 chromeos/dbus/ibus/ibus_property.h:82: std::string key() const { On 2012/05/21 20:58:58, satorux1 wrote: ...
8 years, 7 months ago (2012-05-21 22:04:43 UTC) #5
satorux1
http://codereview.chromium.org/10383253/diff/3004/chromeos/dbus/ibus/ibus_object_unittest.cc File chromeos/dbus/ibus/ibus_object_unittest.cc (right): http://codereview.chromium.org/10383253/diff/3004/chromeos/dbus/ibus/ibus_object_unittest.cc#newcode198 chromeos/dbus/ibus/ibus_object_unittest.cc:198: } add a blank line after this function http://codereview.chromium.org/10383253/diff/3004/chromeos/dbus/ibus/ibus_property.cc ...
8 years, 6 months ago (2012-06-05 17:00:42 UTC) #6
Seigo Nonaka
http://codereview.chromium.org/10383253/diff/3004/chromeos/dbus/ibus/ibus_object_unittest.cc File chromeos/dbus/ibus/ibus_object_unittest.cc (right): http://codereview.chromium.org/10383253/diff/3004/chromeos/dbus/ibus/ibus_object_unittest.cc#newcode198 chromeos/dbus/ibus/ibus_object_unittest.cc:198: } On 2012/06/05 17:00:42, satorux1 wrote: > add a ...
8 years, 6 months ago (2012-06-18 06:02:02 UTC) #7
satorux1
LGTM
8 years, 6 months ago (2012-06-18 15:45:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10383253/27008
8 years, 6 months ago (2012-06-19 07:28:36 UTC) #9
commit-bot: I haz the power
Try job failure for 10383253-27008 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-06-19 09:21:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10383253/27008
8 years, 6 months ago (2012-06-19 09:39:49 UTC) #11
commit-bot: I haz the power
Try job failure for 10383253-27008 (retry) on win_rel for step "chrome_frame_net_tests". It's a second try, ...
8 years, 6 months ago (2012-06-19 12:16:17 UTC) #12
Seigo Nonaka
Sorry, I break tree with this CL. I changed to using Uint64ToString instead of StringPrintf. ...
8 years, 6 months ago (2012-06-21 07:57:13 UTC) #13
satorux1
LGTM
8 years, 6 months ago (2012-06-21 14:59:32 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10383253/43001
8 years, 6 months ago (2012-06-22 02:48:03 UTC) #15
commit-bot: I haz the power
Try job failure for 10383253-43001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 6 months ago (2012-06-22 03:43:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10383253/43001
8 years, 6 months ago (2012-06-22 04:49:22 UTC) #17
commit-bot: I haz the power
8 years, 6 months ago (2012-06-22 06:16:41 UTC) #18
Change committed as 143545

Powered by Google App Engine
This is Rietveld 408576698