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

Issue 8497054: Upstream: ui implementation in Android (Closed)

Created:
9 years, 1 month ago by michaelbai
Modified:
9 years, 1 month ago
CC:
chromium-reviews, jrg
Visibility:
Public.

Description

Upstream: ui implementation in Android Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109681

Patch Set 1 : init #

Total comments: 42

Patch Set 2 : Address comments #

Patch Set 3 : address comment #

Total comments: 6

Patch Set 4 : Address comments #

Total comments: 2

Patch Set 5 : Address comments and sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1168 lines, -1 line) Patch
A ui/base/resource/resource_bundle_android.cc View 1 chunk +54 lines, -0 lines 0 comments Download
M ui/base/theme_provider.h View 1 chunk +1 line, -1 line 0 comments Download
A ui/gfx/canvas_skia_android.cc View 1 1 chunk +32 lines, -0 lines 0 comments Download
A ui/gfx/native_theme_android.h View 1 2 3 1 chunk +240 lines, -0 lines 0 comments Download
A ui/gfx/native_theme_android.cc View 1 2 3 4 1 chunk +793 lines, -0 lines 0 comments Download
A ui/gfx/platform_font_android.cc View 1 1 chunk +36 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 3 4 4 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
michaelbai
please help to review this Thanks
9 years, 1 month ago (2011-11-09 23:35:03 UTC) #1
sky
Mostly just style stuff. http://codereview.chromium.org/8497054/diff/1008/ui/gfx/canvas_skia_android.cc File ui/gfx/canvas_skia_android.cc (right): http://codereview.chromium.org/8497054/diff/1008/ui/gfx/canvas_skia_android.cc#newcode1 ui/gfx/canvas_skia_android.cc:1: // Copyright (c) 2010 The ...
9 years, 1 month ago (2011-11-10 00:41:01 UTC) #2
michaelbai
Addressed almost all comments, only one need answered by original author. PTAL http://codereview.chromium.org/8497054/diff/1008/ui/gfx/canvas_skia_android.cc File ui/gfx/canvas_skia_android.cc ...
9 years, 1 month ago (2011-11-10 22:51:36 UTC) #3
sky
http://codereview.chromium.org/8497054/diff/1008/ui/gfx/native_theme_android.cc File ui/gfx/native_theme_android.cc (right): http://codereview.chromium.org/8497054/diff/1008/ui/gfx/native_theme_android.cc#newcode60 ui/gfx/native_theme_android.cc:60: NativeThemeAndroid::NativeThemeAndroid() { On 2011/11/10 22:51:36, michaelbai wrote: > On ...
9 years, 1 month ago (2011-11-10 23:21:28 UTC) #4
michaelbai
PTAL http://codereview.chromium.org/8497054/diff/1008/ui/gfx/native_theme_android.cc File ui/gfx/native_theme_android.cc (right): http://codereview.chromium.org/8497054/diff/1008/ui/gfx/native_theme_android.cc#newcode60 ui/gfx/native_theme_android.cc:60: NativeThemeAndroid::NativeThemeAndroid() { On 2011/11/10 23:21:28, sky wrote: > ...
9 years, 1 month ago (2011-11-11 00:11:47 UTC) #5
sky
http://codereview.chromium.org/8497054/diff/10001/ui/gfx/native_theme_android.h File ui/gfx/native_theme_android.h (right): http://codereview.chromium.org/8497054/diff/10001/ui/gfx/native_theme_android.h#newcode37 ui/gfx/native_theme_android.h:37: kDisabled, This should be ALL_CAPS too. http://codereview.chromium.org/8497054/diff/10001/ui/gfx/native_theme_android.h#newcode110 ui/gfx/native_theme_android.h:110: virtual ...
9 years, 1 month ago (2011-11-11 00:14:15 UTC) #6
michaelbai
http://codereview.chromium.org/8497054/diff/10001/ui/gfx/native_theme_android.h File ui/gfx/native_theme_android.h (right): http://codereview.chromium.org/8497054/diff/10001/ui/gfx/native_theme_android.h#newcode37 ui/gfx/native_theme_android.h:37: kDisabled, On 2011/11/11 00:14:16, sky wrote: > This should ...
9 years, 1 month ago (2011-11-11 00:33:28 UTC) #7
michaelbai
PTAL
9 years, 1 month ago (2011-11-11 00:33:41 UTC) #8
sky
LGTM with the following change http://codereview.chromium.org/8497054/diff/10003/ui/gfx/native_theme_android.cc File ui/gfx/native_theme_android.cc (right): http://codereview.chromium.org/8497054/diff/10003/ui/gfx/native_theme_android.cc#newcode19 ui/gfx/native_theme_android.cc:19: static const unsigned int ...
9 years, 1 month ago (2011-11-11 02:41:39 UTC) #9
bulach
replying to one question below: http://codereview.chromium.org/8497054/diff/1008/ui/gfx/native_theme_android.cc File ui/gfx/native_theme_android.cc (right): http://codereview.chromium.org/8497054/diff/1008/ui/gfx/native_theme_android.cc#newcode762 ui/gfx/native_theme_android.cc:762: // GTK Theme engines ...
9 years, 1 month ago (2011-11-11 11:49:24 UTC) #10
michaelbai
http://codereview.chromium.org/8497054/diff/1008/ui/gfx/native_theme_android.cc File ui/gfx/native_theme_android.cc (right): http://codereview.chromium.org/8497054/diff/1008/ui/gfx/native_theme_android.cc#newcode762 ui/gfx/native_theme_android.cc:762: // GTK Theme engines have way too much control ...
9 years, 1 month ago (2011-11-11 18:16:26 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelbai@chromium.org/8497054/15001
9 years, 1 month ago (2011-11-11 18:16:36 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-11-11 20:38:39 UTC) #13
Change committed as 109681

Powered by Google App Engine
This is Rietveld 408576698